From dfe5e05b24e605c71a26ffaebe3ad7131e63fdc0 Mon Sep 17 00:00:00 2001 From: Brandon Withrow Date: Mon, 27 Jan 2020 11:06:25 -0500 Subject: [PATCH] 3.1.6 Release --- Example/Podfile.lock | 4 +- .../Local Podspecs/lottie-ios.podspec.json | 4 +- Example/Pods/Manifest.lock | 4 +- Example/Pods/Pods.xcodeproj/project.pbxproj | 71 +++++++++++++++---- .../lottie-ios-iOS/lottie-ios-iOS-Info.plist | 2 +- .../lottie-ios-macOS-Info.plist | 2 +- .../lottie-ios-tvOS-Info.plist | 2 +- lottie-ios.podspec | 2 +- lottie-swift-testing.podspec | 2 +- package.json | 2 +- 10 files changed, 71 insertions(+), 24 deletions(-) diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 19445503dc..4360c175d6 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - lottie-ios (3.1.5) + - lottie-ios (3.1.6) DEPENDENCIES: - lottie-ios (from `../`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - lottie-ios: 32bf84389337d86fbc8b12266e88452e0abf1dee + lottie-ios: 85ce835dd8c53e02509f20729fc7d6a4e6645a0a PODFILE CHECKSUM: 39996949d6fdb53021e9e6dfeaf254366502807f diff --git a/Example/Pods/Local Podspecs/lottie-ios.podspec.json b/Example/Pods/Local Podspecs/lottie-ios.podspec.json index 9adf8f713e..8247592481 100644 --- a/Example/Pods/Local Podspecs/lottie-ios.podspec.json +++ b/Example/Pods/Local Podspecs/lottie-ios.podspec.json @@ -1,6 +1,6 @@ { "name": "lottie-ios", - "version": "3.1.5", + "version": "3.1.6", "summary": "A library to render native animations from bodymovin json. Now in Swift!", "description": "Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with bodymovin and renders the vector animations natively on mobile and through React Native!\n\nFor the first time, designers can create and ship beautiful animations without an engineer painstakingly recreating it be hand. Since the animation is backed by JSON they are extremely small in size but can be large in complexity! Animations can be played, resized, looped, sped up, slowed down, and even interactively scrubbed.", "homepage": "https://github.com/airbnb/lottie-ios", @@ -13,7 +13,7 @@ }, "source": { "git": "https://github.com/airbnb/lottie-ios.git", - "tag": "3.1.5" + "tag": "3.1.6" }, "swift_versions": "5.0", "platforms": { diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index 19445503dc..4360c175d6 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - lottie-ios (3.1.5) + - lottie-ios (3.1.6) DEPENDENCIES: - lottie-ios (from `../`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - lottie-ios: 32bf84389337d86fbc8b12266e88452e0abf1dee + lottie-ios: 85ce835dd8c53e02509f20729fc7d6a4e6645a0a PODFILE CHECKSUM: 39996949d6fdb53021e9e6dfeaf254366502807f diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index 7ffe0560aa..d0741d17f0 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -446,9 +446,9 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 048453C59218382D7DF5255A63609E6B /* Lottie.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Lottie.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 33662CA4353DC524E4075FF2D6DB28FB /* Lottie.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Lottie.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 46EB2E000000C0 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 048453C59218382D7DF5255A63609E6B /* Lottie.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Lottie.framework; path = "lottie-ios-macOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + 33662CA4353DC524E4075FF2D6DB28FB /* Lottie.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Lottie.framework; path = "lottie-ios-tvOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + 46EB2E000000C0 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 46EB2E000000F0 /* AnimationContainer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = AnimationContainer.swift; sourceTree = ""; }; 46EB2E00000110 /* CompositionLayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = CompositionLayer.swift; sourceTree = ""; }; 46EB2E00000120 /* ImageCompositionLayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ImageCompositionLayer.swift; sourceTree = ""; }; @@ -580,8 +580,8 @@ 46EB2E00000B90 /* FilepathImageProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = FilepathImageProvider.swift; sourceTree = ""; }; 46EB2E00000BA0 /* LottieView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = LottieView.swift; sourceTree = ""; }; 46EB2E00000BB0 /* UIColorExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = UIColorExtension.swift; sourceTree = ""; }; - 46EB2E00000BD0 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - 46EB2E00000BE0 /* lottie-ios.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "lottie-ios.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 46EB2E00000BD0 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 46EB2E00000BE0 /* lottie-ios.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "lottie-ios.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 46EB2E00000C90 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; 46EB2E000014B0 /* lottie-ios-iOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "lottie-ios-iOS.xcconfig"; sourceTree = ""; }; 46EB2E000014C0 /* lottie-ios-iOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "lottie-ios-iOS.modulemap"; sourceTree = ""; }; @@ -647,11 +647,11 @@ 46EB2E00002D80 /* Pods-lottie-swift_tvOS-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-lottie-swift_tvOS-acknowledgements.plist"; sourceTree = ""; }; 46EB2E00002D90 /* Pods-lottie-swift_tvOS-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-lottie-swift_tvOS-acknowledgements.markdown"; sourceTree = ""; }; 46EB2E00002DA0 /* Pods-lottie-swift_tvOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-lottie-swift_tvOS-dummy.m"; sourceTree = ""; }; - 5CBAEAF1D52528C70D31576C2FD2253E /* Pods_lottie_swift_tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_lottie_swift_tvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5DE012080E255559C105B0699451AE31 /* Lottie.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Lottie.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 61B5A455553977229E8D85D13C54AA54 /* Pods_lottie_swift_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_lottie_swift_macOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9EAA9105ACA723812B2965646AFFACA4 /* Pods_lottie_swift_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_lottie_swift_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - FEBA8AF97457829146B4F4122C2762D2 /* Pods_lottie_swift_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_lottie_swift_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 5CBAEAF1D52528C70D31576C2FD2253E /* Pods_lottie_swift_tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_lottie_swift_tvOS.framework; path = "Pods-lottie-swift_tvOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + 5DE012080E255559C105B0699451AE31 /* Lottie.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Lottie.framework; path = "lottie-ios-iOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + 61B5A455553977229E8D85D13C54AA54 /* Pods_lottie_swift_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_lottie_swift_macOS.framework; path = "Pods-lottie-swift_macOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + 9EAA9105ACA723812B2965646AFFACA4 /* Pods_lottie_swift_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_lottie_swift_Tests.framework; path = "Pods-lottie-swift_Tests.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + FEBA8AF97457829146B4F4122C2762D2 /* Pods_lottie_swift_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_lottie_swift_Example.framework; path = "Pods-lottie-swift_Example.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -808,6 +808,7 @@ 46EB2E00000100 /* CompLayers */, 46EB2E00000190 /* Utility */, ); + name = LayerContainers; path = LayerContainers; sourceTree = ""; }; @@ -823,6 +824,7 @@ 46EB2E00000170 /* SolidCompositionLayer.swift */, 46EB2E00000180 /* TextCompositionLayer.swift */, ); + name = CompLayers; path = CompLayers; sourceTree = ""; }; @@ -835,6 +837,7 @@ 46EB2E000001D0 /* LayerTextProvider.swift */, 46EB2E000001E0 /* LayerTransformNode.swift */, ); + name = Utility; path = Utility; sourceTree = ""; }; @@ -850,6 +853,7 @@ 46EB2E00000370 /* ShapeItems */, 46EB2E00000460 /* Text */, ); + name = Model; path = Model; sourceTree = ""; }; @@ -861,6 +865,7 @@ 46EB2E00000240 /* ImageAsset.swift */, 46EB2E00000250 /* PrecompAsset.swift */, ); + name = Assets; path = Assets; sourceTree = ""; }; @@ -869,6 +874,7 @@ children = ( 46EB2E00000270 /* KeyedDecodingContainerExtensions.swift */, ); + name = Extensions; path = Extensions; sourceTree = ""; }; @@ -878,6 +884,7 @@ 46EB2E00000290 /* Keyframe.swift */, 46EB2E000002A0 /* KeyframeGroup.swift */, ); + name = Keyframes; path = Keyframes; sourceTree = ""; }; @@ -891,6 +898,7 @@ 46EB2E00000300 /* SolidLayerModel.swift */, 46EB2E00000310 /* TextLayerModel.swift */, ); + name = Layers; path = Layers; sourceTree = ""; }; @@ -902,6 +910,7 @@ 46EB2E00000350 /* Mask.swift */, 46EB2E00000360 /* Transform.swift */, ); + name = Objects; path = Objects; sourceTree = ""; }; @@ -923,6 +932,7 @@ 46EB2E00000440 /* Stroke.swift */, 46EB2E00000450 /* Trim.swift */, ); + name = ShapeItems; path = ShapeItems; sourceTree = ""; }; @@ -934,6 +944,7 @@ 46EB2E00000490 /* TextAnimator.swift */, 46EB2E000004A0 /* TextDocument.swift */, ); + name = Text; path = Text; sourceTree = ""; }; @@ -946,6 +957,7 @@ 46EB2E00000750 /* Protocols */, 46EB2E00000790 /* RenderLayers */, ); + name = NodeRenderSystem; path = NodeRenderSystem; sourceTree = ""; }; @@ -954,6 +966,7 @@ children = ( 46EB2E000004D0 /* ItemsExtension.swift */, ); + name = Extensions; path = Extensions; sourceTree = ""; }; @@ -965,6 +978,7 @@ 46EB2E00000500 /* Protocols */, 46EB2E00000560 /* ValueProviders */, ); + name = NodeProperties; path = NodeProperties; sourceTree = ""; }; @@ -976,6 +990,7 @@ 46EB2E00000530 /* KeypathSearchable.swift */, 46EB2E00000540 /* NodePropertyMap.swift */, ); + name = Protocols; path = Protocols; sourceTree = ""; }; @@ -986,6 +1001,7 @@ 46EB2E00000580 /* KeyframeInterpolator.swift */, 46EB2E00000590 /* SingleValueProvider.swift */, ); + name = ValueProviders; path = ValueProviders; sourceTree = ""; }; @@ -999,6 +1015,7 @@ 46EB2E000006E0 /* RenderNodes */, 46EB2E00000730 /* Text */, ); + name = Nodes; path = Nodes; sourceTree = ""; }; @@ -1007,6 +1024,7 @@ children = ( 46EB2E000005C0 /* TrimPathNode.swift */, ); + name = ModifierNodes; path = ModifierNodes; sourceTree = ""; }; @@ -1018,6 +1036,7 @@ 46EB2E00000600 /* PathOutputNode.swift */, 46EB2E00000610 /* Renderables */, ); + name = OutputNodes; path = OutputNodes; sourceTree = ""; }; @@ -1029,6 +1048,7 @@ 46EB2E00000640 /* GradientStrokeRenderer.swift */, 46EB2E00000650 /* StrokeRenderer.swift */, ); + name = Renderables; path = Renderables; sourceTree = ""; }; @@ -1041,6 +1061,7 @@ 46EB2E000006A0 /* ShapeNode.swift */, 46EB2E000006B0 /* StarNode.swift */, ); + name = PathNodes; path = PathNodes; sourceTree = ""; }; @@ -1049,6 +1070,7 @@ children = ( 46EB2E000006D0 /* GroupNode.swift */, ); + name = RenderContainers; path = RenderContainers; sourceTree = ""; }; @@ -1060,6 +1082,7 @@ 46EB2E00000710 /* GradientStrokeNode.swift */, 46EB2E00000720 /* StrokeNode.swift */, ); + name = RenderNodes; path = RenderNodes; sourceTree = ""; }; @@ -1068,6 +1091,7 @@ children = ( 46EB2E00000740 /* TextAnimatorNode.swift */, ); + name = Text; path = Text; sourceTree = ""; }; @@ -1078,6 +1102,7 @@ 46EB2E00000770 /* PathNode.swift */, 46EB2E00000780 /* RenderNode.swift */, ); + name = Protocols; path = Protocols; sourceTree = ""; }; @@ -1087,6 +1112,7 @@ 46EB2E000007A0 /* ShapeContainerLayer.swift */, 46EB2E000007B0 /* ShapeRenderLayer.swift */, ); + name = RenderLayers; path = RenderLayers; sourceTree = ""; }; @@ -1099,6 +1125,7 @@ 46EB2E00000870 /* Interpolatable */, 46EB2E000008B0 /* Primitives */, ); + name = Utility; path = Utility; sourceTree = ""; }; @@ -1108,6 +1135,7 @@ 46EB2E000007E0 /* AnimatorNodeDebugging.swift */, 46EB2E000007F0 /* LayerDebugging.swift */, ); + name = Debugging; path = Debugging; sourceTree = ""; }; @@ -1119,6 +1147,7 @@ 46EB2E00000830 /* MathKit.swift */, 46EB2E00000840 /* StringExtensions.swift */, ); + name = Extensions; path = Extensions; sourceTree = ""; }; @@ -1127,6 +1156,7 @@ children = ( 46EB2E00000860 /* AnimationContext.swift */, ); + name = Helpers; path = Helpers; sourceTree = ""; }; @@ -1137,6 +1167,7 @@ 46EB2E00000890 /* InterpolatableExtensions.swift */, 46EB2E000008A0 /* KeyframeExtensions.swift */, ); + name = Interpolatable; path = Interpolatable; sourceTree = ""; }; @@ -1150,6 +1181,7 @@ 46EB2E00000900 /* PathElement.swift */, 46EB2E00000910 /* VectorsExtensions.swift */, ); + name = Primitives; path = Primitives; sourceTree = ""; }; @@ -1176,6 +1208,7 @@ 46EB2E00000950 /* AnimationView.swift */, 46EB2E00000960 /* AnimationViewInitializers.swift */, ); + name = Animation; path = Animation; sourceTree = ""; }; @@ -1185,6 +1218,7 @@ 46EB2E00000980 /* AnimationCacheProvider.swift */, 46EB2E00000990 /* LRUAnimationCache.swift */, ); + name = AnimationCache; path = AnimationCache; sourceTree = ""; }; @@ -1195,6 +1229,7 @@ 46EB2E000009C0 /* AnyValueProvider.swift */, 46EB2E000009D0 /* ValueProviders */, ); + name = DynamicProperties; path = DynamicProperties; sourceTree = ""; }; @@ -1207,6 +1242,7 @@ 46EB2E00000A10 /* PointValueProvider.swift */, 46EB2E00000A20 /* SizeValueProvider.swift */, ); + name = ValueProviders; path = ValueProviders; sourceTree = ""; }; @@ -1215,6 +1251,7 @@ children = ( 46EB2E00000A40 /* AnimationImageProvider.swift */, ); + name = ImageProvider; path = ImageProvider; sourceTree = ""; }; @@ -1226,6 +1263,7 @@ 46EB2E00000A80 /* FilepathImageProvider.swift */, 46EB2E00000A90 /* LottieView.swift */, ); + name = MacOS; path = MacOS; sourceTree = ""; }; @@ -1236,6 +1274,7 @@ 46EB2E00000AC0 /* Color.swift */, 46EB2E00000AD0 /* Vectors.swift */, ); + name = Primitives; path = Primitives; sourceTree = ""; }; @@ -1244,6 +1283,7 @@ children = ( 46EB2E00000AF0 /* AnimationTextProvider.swift */, ); + name = TextProvider; path = TextProvider; sourceTree = ""; }; @@ -1260,6 +1300,7 @@ 46EB2E00000BB0 /* UIColorExtension.swift */, 46EB2E00000B60 /* Compatibility */, ); + name = iOS; path = iOS; sourceTree = ""; }; @@ -1269,6 +1310,7 @@ 46EB2E00000B70 /* CompatibleAnimationKeypath.swift */, 46EB2E00000B80 /* CompatibleAnimationView.swift */, ); + name = Compatibility; path = Compatibility; sourceTree = ""; }; @@ -1606,7 +1648,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 1100; - LastUpgradeCheck = 1120; + LastUpgradeCheck = 1100; }; buildConfigurationList = 46EB2E00000030 /* Build configuration list for PBXProject "Pods" */; compatibilityVersion = "Xcode 3.2"; @@ -2266,7 +2308,8 @@ MTL_FAST_MATH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; STRIP_INSTALLED_PRODUCT = NO; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; TVOS_DEPLOYMENT_TARGET = 9.0; @@ -2340,6 +2383,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 46EB2E00001D80 /* lottie-ios-macOS.xcconfig */; buildSettings = { + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -2373,6 +2417,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 46EB2E00001D80 /* lottie-ios-macOS.xcconfig */; buildSettings = { + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -2604,6 +2649,7 @@ baseConfigurationReference = 46EB2E00002BB0 /* Pods-lottie-swift_macOS.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -2639,6 +2685,7 @@ baseConfigurationReference = 46EB2E00002BC0 /* Pods-lottie-swift_macOS.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; diff --git a/Example/Pods/Target Support Files/lottie-ios-iOS/lottie-ios-iOS-Info.plist b/Example/Pods/Target Support Files/lottie-ios-iOS/lottie-ios-iOS-Info.plist index c1aea25c24..c0f42cdc69 100644 --- a/Example/Pods/Target Support Files/lottie-ios-iOS/lottie-ios-iOS-Info.plist +++ b/Example/Pods/Target Support Files/lottie-ios-iOS/lottie-ios-iOS-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.5 + 3.1.6 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/lottie-ios-macOS/lottie-ios-macOS-Info.plist b/Example/Pods/Target Support Files/lottie-ios-macOS/lottie-ios-macOS-Info.plist index c1aea25c24..c0f42cdc69 100644 --- a/Example/Pods/Target Support Files/lottie-ios-macOS/lottie-ios-macOS-Info.plist +++ b/Example/Pods/Target Support Files/lottie-ios-macOS/lottie-ios-macOS-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.5 + 3.1.6 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/lottie-ios-tvOS/lottie-ios-tvOS-Info.plist b/Example/Pods/Target Support Files/lottie-ios-tvOS/lottie-ios-tvOS-Info.plist index c1aea25c24..c0f42cdc69 100644 --- a/Example/Pods/Target Support Files/lottie-ios-tvOS/lottie-ios-tvOS-Info.plist +++ b/Example/Pods/Target Support Files/lottie-ios-tvOS/lottie-ios-tvOS-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.5 + 3.1.6 CFBundleSignature ???? CFBundleVersion diff --git a/lottie-ios.podspec b/lottie-ios.podspec index a49701548f..2c0c1ee6f8 100644 --- a/lottie-ios.podspec +++ b/lottie-ios.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'lottie-ios' - s.version = '3.1.5' + s.version = '3.1.6' s.summary = 'A library to render native animations from bodymovin json. Now in Swift!' s.description = <<-DESC diff --git a/lottie-swift-testing.podspec b/lottie-swift-testing.podspec index 9e4f7087d8..6b36be7fbd 100644 --- a/lottie-swift-testing.podspec +++ b/lottie-swift-testing.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/buba447/lottie-swift' s.license = { :type => 'Apache', :file => 'LICENSE' } s.author = { 'Brandon Withrow' => 'buba447@gmail.com' } - s.source = { :git => 'https://github.com/buba447/lottie-swift.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/airbnb/lottie-ios.git', :branch => 'master' } s.swift_version = '5.0' s.ios.deployment_target = '9.0' diff --git a/package.json b/package.json index 62d083b7a7..85403ba2f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lottie-ios", - "version": "3.1.5", + "version": "3.1.6", "description": "Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with bodymovin and renders the vector animations natively on mobile and through React Native!", "main": "index.js", "scripts": {