From d74c9d249aa3ed49bca5faa903dfaa23c1a08afa Mon Sep 17 00:00:00 2001 From: Brandon Withrow Date: Thu, 26 Jan 2017 12:20:43 -0800 Subject: [PATCH] Converted to a CocoaPod --- .../Assets}/9squares-AlBoardman.json | 0 .../Assets}/HamburgerArrow.json | 0 .../Assets}/IconTransitions.json | 0 .../Assets}/LottieLogo1.json | 0 .../Assets}/LottieLogo1_masked.json | 0 .../Assets}/LottieLogo2.json | 0 .../Assets}/MotionCorpse-Jrcanest.json | 0 .../Assets}/PinJump.json | 0 .../Assets}/TwitterHeart.json | 0 .../Assets}/TypeFace/A.json | 0 .../Assets}/TypeFace/Apostrophe.json | 0 .../Assets}/TypeFace/B.json | 0 .../Assets}/TypeFace/BlinkingCursor.json | 0 .../Assets}/TypeFace/C.json | 0 .../Assets}/TypeFace/Colon.json | 0 .../Assets}/TypeFace/Comma.json | 0 .../Assets}/TypeFace/D.json | 0 .../Assets}/TypeFace/E.json | 0 .../Assets}/TypeFace/F.json | 0 .../Assets}/TypeFace/G.json | 0 .../Assets}/TypeFace/H.json | 0 .../Assets}/TypeFace/I.json | 0 .../Assets}/TypeFace/J.json | 0 .../Assets}/TypeFace/K.json | 0 .../Assets}/TypeFace/L.json | 0 .../Assets}/TypeFace/M.json | 0 .../Assets}/TypeFace/N.json | 0 .../Assets}/TypeFace/O.json | 0 .../Assets}/TypeFace/P.json | 0 .../Assets}/TypeFace/Q.json | 0 .../Assets}/TypeFace/R.json | 0 .../Assets}/TypeFace/S.json | 0 .../Assets}/TypeFace/T.json | 0 .../Assets}/TypeFace/U.json | 0 .../Assets}/TypeFace/V.json | 0 .../Assets}/TypeFace/W.json | 0 .../Assets}/TypeFace/X.json | 0 .../Assets}/TypeFace/Y.json | 0 .../Assets}/TypeFace/Z.json | 0 .../Assets}/Watermelon.json | 0 .../Assets}/vcTransition1.json | 0 .../Assets}/vcTransition2.json | 0 Example/Podfile | 11 + Example/Podfile.lock | 16 + .../Local Podspecs/lottie-ios.podspec.json | 22 + Example/Pods/Manifest.lock | 16 + Example/Pods/Pods.xcodeproj/project.pbxproj | 977 ++++++++++++++++++ .../Pods-lottie-ios_Example.xcscheme | 71 ++ .../xcschemes/Pods-lottie-ios_Tests.xcscheme | 71 ++ .../xcschemes/lottie-ios.xcscheme | 71 ++ .../xcschemes/xcschememanagement.plist | 42 + .../Pods-lottie-ios_Example/Info.plist | 26 + ...ttie-ios_Example-acknowledgements.markdown | 26 + ...-lottie-ios_Example-acknowledgements.plist | 58 ++ .../Pods-lottie-ios_Example-dummy.m | 5 + .../Pods-lottie-ios_Example-frameworks.sh | 91 ++ .../Pods-lottie-ios_Example-resources.sh | 96 ++ .../Pods-lottie-ios_Example-umbrella.h | 8 + .../Pods-lottie-ios_Example.debug.xcconfig | 9 + .../Pods-lottie-ios_Example.modulemap | 6 + .../Pods-lottie-ios_Example.release.xcconfig | 9 + .../Pods-lottie-ios_Tests/Info.plist | 26 + ...lottie-ios_Tests-acknowledgements.markdown | 3 + ...ds-lottie-ios_Tests-acknowledgements.plist | 29 + .../Pods-lottie-ios_Tests-dummy.m | 5 + .../Pods-lottie-ios_Tests-frameworks.sh | 84 ++ .../Pods-lottie-ios_Tests-resources.sh | 96 ++ .../Pods-lottie-ios_Tests-umbrella.h | 8 + .../Pods-lottie-ios_Tests.debug.xcconfig | 8 + .../Pods-lottie-ios_Tests.modulemap | 6 + .../Pods-lottie-ios_Tests.release.xcconfig | 8 + .../lottie-ios/Info.plist | 26 + .../Target Support Files/lottie-ios/Lottie.h | 10 + .../lottie-ios/lottie-ios-dummy.m | 5 + .../lottie-ios/lottie-ios-prefix.pch | 4 + .../lottie-ios/lottie-ios.modulemap | 6 + .../lottie-ios/lottie-ios.xcconfig | 8 + .../Tests/Tests-Info.plist | 10 +- Example/Tests/Tests-Prefix.pch | 7 + Example/Tests/Tests.m | 35 + Example/Tests/en.lproj/InfoPlist.strings | 2 + Example/lottie-ios.xcodeproj/project.pbxproj | 860 +++++++++++++++ .../contents.xcworkspacedata | 2 +- .../xcschemes/lottie-ios-Example.xcscheme | 44 +- .../xcschemes/xcschememanagement.plist | 19 + .../contents.xcworkspacedata | 4 +- .../lottie-ios}/AnimatedTextField.h | 0 .../lottie-ios}/AnimatedTextField.m | 2 +- .../AnimationExplorerViewController.h | 0 .../AnimationExplorerViewController.m | 2 +- .../AnimationTransitionViewController.h | 0 .../AnimationTransitionViewController.m | 2 +- .../Base.lproj/LaunchScreen.storyboard | 14 +- .../lottie-ios}/Base.lproj/Main.storyboard | 16 +- .../AppIcon.appiconset/Contents.json | 93 ++ .../lottie-ios}/JSONExplorerViewController.h | 0 .../lottie-ios}/JSONExplorerViewController.m | 0 Example/lottie-ios/LAAppDelegate.h | 15 + Example/lottie-ios/LAAppDelegate.m | 46 + .../lottie-ios}/LottieRootViewController.h | 0 .../lottie-ios}/LottieRootViewController.m | 2 +- .../lottie-ios}/TypingDemoViewController.h | 0 .../lottie-ios}/TypingDemoViewController.m | 0 Example/lottie-ios/en.lproj/InfoPlist.strings | 2 + .../lottie-ios/lottie-ios-Info.plist | 19 +- Example/lottie-ios/lottie-ios-Prefix.pch | 16 + Example/lottie-ios/main.m | 17 + Lottie/Lottie.xcodeproj/project.pbxproj | 563 ---------- Lottie/Lottie/Lottie.h | 20 - Lottie/LottieJsonTaxonomy | 155 --- .../LottieExamples.xcodeproj/project.pbxproj | 569 ---------- LottieExamples/LottieExamples/AppDelegate.h | 17 - LottieExamples/LottieExamples/AppDelegate.m | 45 - .../AppIcon.appiconset/Contents.json | 38 - LottieExamples/LottieExamples/main.m | 16 - README.md | 10 +- .../_AeFiles => _AeFiles}/EmptyState.aep | Bin .../_AeFiles => _AeFiles}/HamburgerArrow.aep | Bin .../_AeFiles => _AeFiles}/LottieLogos.aep | Bin .../_AeFiles => _AeFiles}/PinJump.aep | Bin .../_AeFiles => _AeFiles}/TwitterHeart.aep | Bin .../_AeFiles => _AeFiles}/Walkthrough.aep | Bin .../_Gifs => _Gifs}/Community 2_3.gif | Bin .../_Gifs => _Gifs}/EmptyState.gif | Bin {LottieExamples/_Gifs => _Gifs}/Examples1.gif | Bin {LottieExamples/_Gifs => _Gifs}/Examples2.gif | Bin {LottieExamples/_Gifs => _Gifs}/Examples3.gif | Bin {LottieExamples/_Gifs => _Gifs}/Examples4.gif | Bin .../_Gifs => _Gifs}/HamburgerArrow.gif | Bin .../_Gifs => _Gifs}/LottieLogo1.gif | Bin .../_Gifs => _Gifs}/LottieLogo2.gif | Bin {LottieExamples/_Gifs => _Gifs}/PinJump.gif | Bin .../_Gifs => _Gifs}/TwitterHeart.gif | Bin .../_Gifs => _Gifs}/Walkthrough.gif | Bin {LottieExamples/_Gifs => _Gifs}/abcs.gif | Bin .../_Gifs => _Gifs}/transition3.gif | Bin lottie-ios.podspec | 42 + lottie-ios/Assets/.gitkeep | 0 lottie-ios/Classes/.gitkeep | 0 .../CAAnimationGroup+LAAnimatableGroup.h | 0 .../CAAnimationGroup+LAAnimatableGroup.m | 0 .../Classes}/CGGeometryAdditions.h | 0 .../Classes}/CGGeometryAdditions.m | 0 .../Classes}/LAAnimatableBoundsValue.h | 0 .../Classes}/LAAnimatableBoundsValue.m | 0 .../Classes}/LAAnimatableColorValue.h | 0 .../Classes}/LAAnimatableColorValue.m | 0 .../Classes}/LAAnimatableLayer.h | 0 .../Classes}/LAAnimatableLayer.m | 0 .../Classes}/LAAnimatableNumberValue.h | 0 .../Classes}/LAAnimatableNumberValue.m | 0 .../Classes}/LAAnimatablePointValue.h | 0 .../Classes}/LAAnimatablePointValue.m | 0 .../Classes}/LAAnimatableScaleValue.h | 0 .../Classes}/LAAnimatableScaleValue.m | 0 .../Classes}/LAAnimatableShapeValue.h | 0 .../Classes}/LAAnimatableShapeValue.m | 0 .../Classes}/LAAnimatableValue.h | 0 .../Classes}/LAAnimationCache.h | 0 .../Classes}/LAAnimationCache.m | 0 .../LAAnimationTransitionController.h | 0 .../LAAnimationTransitionController.m | 0 .../Classes}/LAAnimationView.h | 0 .../Classes}/LAAnimationView.m | 0 .../Classes}/LAAnimationView_Internal.h | 0 .../Classes}/LAComposition.h | 0 .../Classes}/LAComposition.m | 0 .../Classes}/LAEllipseShapeLayer.h | 0 .../Classes}/LAEllipseShapeLayer.m | 0 .../Classes}/LAGroupLayerView.h | 0 .../Classes}/LAGroupLayerView.m | 0 .../Lottie => lottie-ios/Classes}/LAHelpers.h | 0 .../Lottie => lottie-ios/Classes}/LALayer.h | 0 .../Lottie => lottie-ios/Classes}/LALayer.m | 0 .../Classes}/LALayerView.h | 0 .../Classes}/LALayerView.m | 0 .../Lottie => lottie-ios/Classes}/LAMask.h | 0 .../Lottie => lottie-ios/Classes}/LAMask.m | 0 .../Classes}/LAMaskLayer.h | 0 .../Classes}/LAMaskLayer.m | 0 .../Lottie => lottie-ios/Classes}/LAModels.h | 0 .../Classes}/LARectShapeLayer.h | 0 .../Classes}/LARectShapeLayer.m | 0 .../Classes}/LAShapeCircle.h | 0 .../Classes}/LAShapeCircle.m | 0 .../Classes}/LAShapeFill.h | 0 .../Classes}/LAShapeFill.m | 0 .../Classes}/LAShapeGroup.h | 0 .../Classes}/LAShapeGroup.m | 0 .../Classes}/LAShapeLayerView.h | 0 .../Classes}/LAShapeLayerView.m | 0 .../Classes}/LAShapePath.h | 0 .../Classes}/LAShapePath.m | 0 .../Classes}/LAShapeRectangle.h | 0 .../Classes}/LAShapeRectangle.m | 0 .../Classes}/LAShapeStroke.h | 0 .../Classes}/LAShapeStroke.m | 0 .../Classes}/LAShapeTransform.h | 0 .../Classes}/LAShapeTransform.m | 0 .../Classes}/LAShapeTrimPath.h | 0 .../Classes}/LAShapeTrimPath.m | 0 .../Classes}/UIColor+Expanded.h | 0 .../Classes}/UIColor+Expanded.m | 0 203 files changed, 3183 insertions(+), 1484 deletions(-) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/9squares-AlBoardman.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/HamburgerArrow.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/IconTransitions.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/LottieLogo1.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/LottieLogo1_masked.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/LottieLogo2.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/MotionCorpse-Jrcanest.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/PinJump.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TwitterHeart.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/A.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/Apostrophe.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/B.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/BlinkingCursor.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/C.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/Colon.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/Comma.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/D.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/E.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/F.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/G.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/H.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/I.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/J.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/K.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/L.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/M.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/N.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/O.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/P.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/Q.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/R.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/S.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/T.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/U.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/V.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/W.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/X.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/Y.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/TypeFace/Z.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/Watermelon.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/vcTransition1.json (100%) rename {LottieExamples/LottieExamples/Example_Files => Example/Assets}/vcTransition2.json (100%) create mode 100644 Example/Podfile create mode 100644 Example/Podfile.lock create mode 100644 Example/Pods/Local Podspecs/lottie-ios.podspec.json create mode 100644 Example/Pods/Manifest.lock create mode 100644 Example/Pods/Pods.xcodeproj/project.pbxproj create mode 100644 Example/Pods/Pods.xcodeproj/xcuserdata/brandon_withrow.xcuserdatad/xcschemes/Pods-lottie-ios_Example.xcscheme create mode 100644 Example/Pods/Pods.xcodeproj/xcuserdata/brandon_withrow.xcuserdatad/xcschemes/Pods-lottie-ios_Tests.xcscheme create mode 100644 Example/Pods/Pods.xcodeproj/xcuserdata/brandon_withrow.xcuserdatad/xcschemes/lottie-ios.xcscheme create mode 100644 Example/Pods/Pods.xcodeproj/xcuserdata/brandon_withrow.xcuserdatad/xcschemes/xcschememanagement.plist create mode 100644 Example/Pods/Target Support Files/Pods-lottie-ios_Example/Info.plist create mode 100644 Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-acknowledgements.markdown create mode 100644 Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-acknowledgements.plist create mode 100644 Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-dummy.m create mode 100755 Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-frameworks.sh create mode 100755 Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-resources.sh create mode 100644 Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-umbrella.h create mode 100644 Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example.debug.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example.modulemap create mode 100644 Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example.release.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Info.plist create mode 100644 Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-acknowledgements.markdown create mode 100644 Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-acknowledgements.plist create mode 100644 Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-dummy.m create mode 100755 Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-frameworks.sh create mode 100755 Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-resources.sh create mode 100644 Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-umbrella.h create mode 100644 Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests.debug.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests.modulemap create mode 100644 Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests.release.xcconfig create mode 100644 Example/Pods/Target Support Files/lottie-ios/Info.plist create mode 100644 Example/Pods/Target Support Files/lottie-ios/Lottie.h create mode 100644 Example/Pods/Target Support Files/lottie-ios/lottie-ios-dummy.m create mode 100644 Example/Pods/Target Support Files/lottie-ios/lottie-ios-prefix.pch create mode 100644 Example/Pods/Target Support Files/lottie-ios/lottie-ios.modulemap create mode 100644 Example/Pods/Target Support Files/lottie-ios/lottie-ios.xcconfig rename Lottie/Lottie/Info.plist => Example/Tests/Tests-Info.plist (73%) create mode 100644 Example/Tests/Tests-Prefix.pch create mode 100644 Example/Tests/Tests.m create mode 100644 Example/Tests/en.lproj/InfoPlist.strings create mode 100644 Example/lottie-ios.xcodeproj/project.pbxproj rename {Lottie/Lottie.xcodeproj => Example/lottie-ios.xcodeproj}/project.xcworkspace/contents.xcworkspacedata (70%) rename LottieExamples/LottieExamples.xcodeproj/xcshareddata/xcschemes/LotteExamples.xcscheme => Example/lottie-ios.xcodeproj/xcshareddata/xcschemes/lottie-ios-Example.xcscheme (63%) create mode 100644 Example/lottie-ios.xcodeproj/xcuserdata/brandon_withrow.xcuserdatad/xcschemes/xcschememanagement.plist rename {LottieExamples.xcworkspace => Example/lottie-ios.xcworkspace}/contents.xcworkspacedata (52%) rename {LottieExamples/LottieExamples => Example/lottie-ios}/AnimatedTextField.h (100%) rename {LottieExamples/LottieExamples => Example/lottie-ios}/AnimatedTextField.m (99%) rename {LottieExamples/LottieExamples => Example/lottie-ios}/AnimationExplorerViewController.h (100%) rename {LottieExamples/LottieExamples => Example/lottie-ios}/AnimationExplorerViewController.m (99%) rename {LottieExamples/LottieExamples => Example/lottie-ios}/AnimationTransitionViewController.h (100%) rename {LottieExamples/LottieExamples => Example/lottie-ios}/AnimationTransitionViewController.m (99%) rename {LottieExamples/LottieExamples => Example/lottie-ios}/Base.lproj/LaunchScreen.storyboard (62%) rename {LottieExamples/LottieExamples => Example/lottie-ios}/Base.lproj/Main.storyboard (82%) create mode 100644 Example/lottie-ios/Images.xcassets/AppIcon.appiconset/Contents.json rename {LottieExamples/LottieExamples => Example/lottie-ios}/JSONExplorerViewController.h (100%) rename {LottieExamples/LottieExamples => Example/lottie-ios}/JSONExplorerViewController.m (100%) create mode 100644 Example/lottie-ios/LAAppDelegate.h create mode 100644 Example/lottie-ios/LAAppDelegate.m rename {LottieExamples/LottieExamples => Example/lottie-ios}/LottieRootViewController.h (100%) rename {LottieExamples/LottieExamples => Example/lottie-ios}/LottieRootViewController.m (99%) rename {LottieExamples/LottieExamples => Example/lottie-ios}/TypingDemoViewController.h (100%) rename {LottieExamples/LottieExamples => Example/lottie-ios}/TypingDemoViewController.m (100%) create mode 100644 Example/lottie-ios/en.lproj/InfoPlist.strings rename LottieExamples/LottieExamples/Info.plist => Example/lottie-ios/lottie-ios-Info.plist (75%) create mode 100644 Example/lottie-ios/lottie-ios-Prefix.pch create mode 100644 Example/lottie-ios/main.m delete mode 100644 Lottie/Lottie.xcodeproj/project.pbxproj delete mode 100644 Lottie/Lottie/Lottie.h delete mode 100644 Lottie/LottieJsonTaxonomy delete mode 100644 LottieExamples/LottieExamples.xcodeproj/project.pbxproj delete mode 100644 LottieExamples/LottieExamples/AppDelegate.h delete mode 100644 LottieExamples/LottieExamples/AppDelegate.m delete mode 100644 LottieExamples/LottieExamples/Assets.xcassets/AppIcon.appiconset/Contents.json delete mode 100644 LottieExamples/LottieExamples/main.m rename {LottieExamples/_AeFiles => _AeFiles}/EmptyState.aep (100%) rename {LottieExamples/_AeFiles => _AeFiles}/HamburgerArrow.aep (100%) rename {LottieExamples/_AeFiles => _AeFiles}/LottieLogos.aep (100%) rename {LottieExamples/_AeFiles => _AeFiles}/PinJump.aep (100%) rename {LottieExamples/_AeFiles => _AeFiles}/TwitterHeart.aep (100%) rename {LottieExamples/_AeFiles => _AeFiles}/Walkthrough.aep (100%) rename {LottieExamples/_Gifs => _Gifs}/Community 2_3.gif (100%) rename {LottieExamples/_Gifs => _Gifs}/EmptyState.gif (100%) rename {LottieExamples/_Gifs => _Gifs}/Examples1.gif (100%) rename {LottieExamples/_Gifs => _Gifs}/Examples2.gif (100%) rename {LottieExamples/_Gifs => _Gifs}/Examples3.gif (100%) rename {LottieExamples/_Gifs => _Gifs}/Examples4.gif (100%) rename {LottieExamples/_Gifs => _Gifs}/HamburgerArrow.gif (100%) rename {LottieExamples/_Gifs => _Gifs}/LottieLogo1.gif (100%) rename {LottieExamples/_Gifs => _Gifs}/LottieLogo2.gif (100%) rename {LottieExamples/_Gifs => _Gifs}/PinJump.gif (100%) rename {LottieExamples/_Gifs => _Gifs}/TwitterHeart.gif (100%) rename {LottieExamples/_Gifs => _Gifs}/Walkthrough.gif (100%) rename {LottieExamples/_Gifs => _Gifs}/abcs.gif (100%) rename {LottieExamples/_Gifs => _Gifs}/transition3.gif (100%) create mode 100644 lottie-ios.podspec create mode 100644 lottie-ios/Assets/.gitkeep create mode 100644 lottie-ios/Classes/.gitkeep rename {Lottie/Lottie => lottie-ios/Classes}/CAAnimationGroup+LAAnimatableGroup.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/CAAnimationGroup+LAAnimatableGroup.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/CGGeometryAdditions.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/CGGeometryAdditions.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAAnimatableBoundsValue.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAAnimatableBoundsValue.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAAnimatableColorValue.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAAnimatableColorValue.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAAnimatableLayer.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAAnimatableLayer.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAAnimatableNumberValue.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAAnimatableNumberValue.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAAnimatablePointValue.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAAnimatablePointValue.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAAnimatableScaleValue.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAAnimatableScaleValue.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAAnimatableShapeValue.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAAnimatableShapeValue.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAAnimatableValue.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAAnimationCache.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAAnimationCache.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAAnimationTransitionController.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAAnimationTransitionController.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAAnimationView.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAAnimationView.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAAnimationView_Internal.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAComposition.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAComposition.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAEllipseShapeLayer.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAEllipseShapeLayer.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAGroupLayerView.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAGroupLayerView.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAHelpers.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LALayer.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LALayer.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LALayerView.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LALayerView.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAMask.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAMask.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAMaskLayer.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAMaskLayer.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAModels.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LARectShapeLayer.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LARectShapeLayer.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAShapeCircle.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAShapeCircle.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAShapeFill.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAShapeFill.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAShapeGroup.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAShapeGroup.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAShapeLayerView.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAShapeLayerView.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAShapePath.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAShapePath.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAShapeRectangle.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAShapeRectangle.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAShapeStroke.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAShapeStroke.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAShapeTransform.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAShapeTransform.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAShapeTrimPath.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/LAShapeTrimPath.m (100%) rename {Lottie/Lottie => lottie-ios/Classes}/UIColor+Expanded.h (100%) rename {Lottie/Lottie => lottie-ios/Classes}/UIColor+Expanded.m (100%) diff --git a/LottieExamples/LottieExamples/Example_Files/9squares-AlBoardman.json b/Example/Assets/9squares-AlBoardman.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/9squares-AlBoardman.json rename to Example/Assets/9squares-AlBoardman.json diff --git a/LottieExamples/LottieExamples/Example_Files/HamburgerArrow.json b/Example/Assets/HamburgerArrow.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/HamburgerArrow.json rename to Example/Assets/HamburgerArrow.json diff --git a/LottieExamples/LottieExamples/Example_Files/IconTransitions.json b/Example/Assets/IconTransitions.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/IconTransitions.json rename to Example/Assets/IconTransitions.json diff --git a/LottieExamples/LottieExamples/Example_Files/LottieLogo1.json b/Example/Assets/LottieLogo1.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/LottieLogo1.json rename to Example/Assets/LottieLogo1.json diff --git a/LottieExamples/LottieExamples/Example_Files/LottieLogo1_masked.json b/Example/Assets/LottieLogo1_masked.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/LottieLogo1_masked.json rename to Example/Assets/LottieLogo1_masked.json diff --git a/LottieExamples/LottieExamples/Example_Files/LottieLogo2.json b/Example/Assets/LottieLogo2.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/LottieLogo2.json rename to Example/Assets/LottieLogo2.json diff --git a/LottieExamples/LottieExamples/Example_Files/MotionCorpse-Jrcanest.json b/Example/Assets/MotionCorpse-Jrcanest.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/MotionCorpse-Jrcanest.json rename to Example/Assets/MotionCorpse-Jrcanest.json diff --git a/LottieExamples/LottieExamples/Example_Files/PinJump.json b/Example/Assets/PinJump.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/PinJump.json rename to Example/Assets/PinJump.json diff --git a/LottieExamples/LottieExamples/Example_Files/TwitterHeart.json b/Example/Assets/TwitterHeart.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TwitterHeart.json rename to Example/Assets/TwitterHeart.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/A.json b/Example/Assets/TypeFace/A.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/A.json rename to Example/Assets/TypeFace/A.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/Apostrophe.json b/Example/Assets/TypeFace/Apostrophe.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/Apostrophe.json rename to Example/Assets/TypeFace/Apostrophe.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/B.json b/Example/Assets/TypeFace/B.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/B.json rename to Example/Assets/TypeFace/B.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/BlinkingCursor.json b/Example/Assets/TypeFace/BlinkingCursor.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/BlinkingCursor.json rename to Example/Assets/TypeFace/BlinkingCursor.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/C.json b/Example/Assets/TypeFace/C.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/C.json rename to Example/Assets/TypeFace/C.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/Colon.json b/Example/Assets/TypeFace/Colon.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/Colon.json rename to Example/Assets/TypeFace/Colon.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/Comma.json b/Example/Assets/TypeFace/Comma.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/Comma.json rename to Example/Assets/TypeFace/Comma.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/D.json b/Example/Assets/TypeFace/D.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/D.json rename to Example/Assets/TypeFace/D.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/E.json b/Example/Assets/TypeFace/E.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/E.json rename to Example/Assets/TypeFace/E.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/F.json b/Example/Assets/TypeFace/F.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/F.json rename to Example/Assets/TypeFace/F.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/G.json b/Example/Assets/TypeFace/G.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/G.json rename to Example/Assets/TypeFace/G.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/H.json b/Example/Assets/TypeFace/H.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/H.json rename to Example/Assets/TypeFace/H.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/I.json b/Example/Assets/TypeFace/I.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/I.json rename to Example/Assets/TypeFace/I.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/J.json b/Example/Assets/TypeFace/J.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/J.json rename to Example/Assets/TypeFace/J.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/K.json b/Example/Assets/TypeFace/K.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/K.json rename to Example/Assets/TypeFace/K.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/L.json b/Example/Assets/TypeFace/L.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/L.json rename to Example/Assets/TypeFace/L.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/M.json b/Example/Assets/TypeFace/M.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/M.json rename to Example/Assets/TypeFace/M.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/N.json b/Example/Assets/TypeFace/N.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/N.json rename to Example/Assets/TypeFace/N.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/O.json b/Example/Assets/TypeFace/O.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/O.json rename to Example/Assets/TypeFace/O.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/P.json b/Example/Assets/TypeFace/P.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/P.json rename to Example/Assets/TypeFace/P.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/Q.json b/Example/Assets/TypeFace/Q.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/Q.json rename to Example/Assets/TypeFace/Q.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/R.json b/Example/Assets/TypeFace/R.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/R.json rename to Example/Assets/TypeFace/R.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/S.json b/Example/Assets/TypeFace/S.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/S.json rename to Example/Assets/TypeFace/S.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/T.json b/Example/Assets/TypeFace/T.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/T.json rename to Example/Assets/TypeFace/T.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/U.json b/Example/Assets/TypeFace/U.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/U.json rename to Example/Assets/TypeFace/U.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/V.json b/Example/Assets/TypeFace/V.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/V.json rename to Example/Assets/TypeFace/V.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/W.json b/Example/Assets/TypeFace/W.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/W.json rename to Example/Assets/TypeFace/W.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/X.json b/Example/Assets/TypeFace/X.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/X.json rename to Example/Assets/TypeFace/X.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/Y.json b/Example/Assets/TypeFace/Y.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/Y.json rename to Example/Assets/TypeFace/Y.json diff --git a/LottieExamples/LottieExamples/Example_Files/TypeFace/Z.json b/Example/Assets/TypeFace/Z.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/TypeFace/Z.json rename to Example/Assets/TypeFace/Z.json diff --git a/LottieExamples/LottieExamples/Example_Files/Watermelon.json b/Example/Assets/Watermelon.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/Watermelon.json rename to Example/Assets/Watermelon.json diff --git a/LottieExamples/LottieExamples/Example_Files/vcTransition1.json b/Example/Assets/vcTransition1.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/vcTransition1.json rename to Example/Assets/vcTransition1.json diff --git a/LottieExamples/LottieExamples/Example_Files/vcTransition2.json b/Example/Assets/vcTransition2.json similarity index 100% rename from LottieExamples/LottieExamples/Example_Files/vcTransition2.json rename to Example/Assets/vcTransition2.json diff --git a/Example/Podfile b/Example/Podfile new file mode 100644 index 0000000000..e3cb4c2152 --- /dev/null +++ b/Example/Podfile @@ -0,0 +1,11 @@ +use_frameworks! + +target 'lottie-ios_Example' do + pod 'lottie-ios', :path => '../' + + target 'lottie-ios_Tests' do + inherit! :search_paths + + + end +end diff --git a/Example/Podfile.lock b/Example/Podfile.lock new file mode 100644 index 0000000000..aaa4f6bb77 --- /dev/null +++ b/Example/Podfile.lock @@ -0,0 +1,16 @@ +PODS: + - lottie-ios (0.1.0) + +DEPENDENCIES: + - lottie-ios (from `../`) + +EXTERNAL SOURCES: + lottie-ios: + :path: ../ + +SPEC CHECKSUMS: + lottie-ios: 924a30588035e73616112efe6f4de80254646b61 + +PODFILE CHECKSUM: 569d54dcb9f9db6656bbc8ce8c221bf07cd6e961 + +COCOAPODS: 1.1.1 diff --git a/Example/Pods/Local Podspecs/lottie-ios.podspec.json b/Example/Pods/Local Podspecs/lottie-ios.podspec.json new file mode 100644 index 0000000000..4a08952410 --- /dev/null +++ b/Example/Pods/Local Podspecs/lottie-ios.podspec.json @@ -0,0 +1,22 @@ +{ + "name": "lottie-ios", + "version": "0.1.0", + "summary": "A short description of lottie-ios.", + "description": "TODO: Add long description of the pod here.", + "homepage": "https://github.com//lottie-ios", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "Brandon Withrow": "brandon.withrow@airbnb.com" + }, + "source": { + "git": "https://github.com//lottie-ios.git", + "tag": "0.1.0" + }, + "platforms": { + "ios": "8.0" + }, + "source_files": "lottie-ios/Classes/**/*" +} diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock new file mode 100644 index 0000000000..aaa4f6bb77 --- /dev/null +++ b/Example/Pods/Manifest.lock @@ -0,0 +1,16 @@ +PODS: + - lottie-ios (0.1.0) + +DEPENDENCIES: + - lottie-ios (from `../`) + +EXTERNAL SOURCES: + lottie-ios: + :path: ../ + +SPEC CHECKSUMS: + lottie-ios: 924a30588035e73616112efe6f4de80254646b61 + +PODFILE CHECKSUM: 569d54dcb9f9db6656bbc8ce8c221bf07cd6e961 + +COCOAPODS: 1.1.1 diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj new file mode 100644 index 0000000000..d9bd34e264 --- /dev/null +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -0,0 +1,977 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 1E7A0348E6C291B28A6E19B4918683B4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CBB3DE36805AF21409EC968A9691732F /* Foundation.framework */; }; + 322551E4D1E41FDACDFA88F7EAD66DD1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CBB3DE36805AF21409EC968A9691732F /* Foundation.framework */; }; + 5D65F1091B486055922D19439AD785F8 /* Lottie.h in Headers */ = {isa = PBXBuildFile; fileRef = 69F2F9742D08E2243309184475E202B5 /* Lottie.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5F5D4507E0C02A22AD161DB3B2DCC78A /* lottie-ios-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F078AC56DED57DF561A5272E61F238B /* lottie-ios-dummy.m */; }; + 62B253E51E3A8BCB0035A842 /* LAAnimationView.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B253DD1E3A8BCB0035A842 /* LAAnimationView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 62B253E61E3A8BCB0035A842 /* LAAnimationView.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B253DE1E3A8BCB0035A842 /* LAAnimationView.m */; }; + 62B253E71E3A8BCB0035A842 /* LAAnimationTransitionController.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B253DF1E3A8BCB0035A842 /* LAAnimationTransitionController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 62B253E81E3A8BCB0035A842 /* LAAnimationTransitionController.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B253E01E3A8BCB0035A842 /* LAAnimationTransitionController.m */; }; + 62B253E91E3A8BCB0035A842 /* LAAnimationCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B253E11E3A8BCB0035A842 /* LAAnimationCache.h */; }; + 62B253EA1E3A8BCB0035A842 /* LAAnimationCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B253E21E3A8BCB0035A842 /* LAAnimationCache.m */; }; + 62B253EB1E3A8BCB0035A842 /* LAAnimationView_Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B253E31E3A8BCB0035A842 /* LAAnimationView_Internal.h */; }; + 62B253FB1E3A8C880035A842 /* LAAnimatableLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B253ED1E3A8C880035A842 /* LAAnimatableLayer.h */; }; + 62B253FC1E3A8C880035A842 /* LAAnimatableLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B253EE1E3A8C880035A842 /* LAAnimatableLayer.m */; }; + 62B253FD1E3A8C880035A842 /* LALayerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B253EF1E3A8C880035A842 /* LALayerView.h */; }; + 62B253FE1E3A8C880035A842 /* LALayerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B253F01E3A8C880035A842 /* LALayerView.m */; }; + 62B253FF1E3A8C880035A842 /* LAMaskLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B253F11E3A8C880035A842 /* LAMaskLayer.h */; }; + 62B254001E3A8C880035A842 /* LAMaskLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B253F21E3A8C880035A842 /* LAMaskLayer.m */; }; + 62B254011E3A8C880035A842 /* LAGroupLayerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B253F31E3A8C880035A842 /* LAGroupLayerView.h */; }; + 62B254021E3A8C880035A842 /* LAGroupLayerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B253F41E3A8C880035A842 /* LAGroupLayerView.m */; }; + 62B254031E3A8C880035A842 /* LAShapeLayerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B253F51E3A8C880035A842 /* LAShapeLayerView.h */; }; + 62B254041E3A8C880035A842 /* LAShapeLayerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B253F61E3A8C880035A842 /* LAShapeLayerView.m */; }; + 62B254051E3A8C880035A842 /* LARectShapeLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B253F71E3A8C880035A842 /* LARectShapeLayer.h */; }; + 62B254061E3A8C880035A842 /* LARectShapeLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B253F81E3A8C880035A842 /* LARectShapeLayer.m */; }; + 62B254071E3A8C880035A842 /* LAEllipseShapeLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B253F91E3A8C880035A842 /* LAEllipseShapeLayer.h */; }; + 62B254081E3A8C880035A842 /* LAEllipseShapeLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B253FA1E3A8C880035A842 /* LAEllipseShapeLayer.m */; }; + 62B254311E3A8CCA0035A842 /* LAModels.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B2540B1E3A8CCA0035A842 /* LAModels.h */; }; + 62B254321E3A8CCA0035A842 /* LAAnimatableValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B2540C1E3A8CCA0035A842 /* LAAnimatableValue.h */; }; + 62B254331E3A8CCA0035A842 /* LAAnimatableColorValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B2540D1E3A8CCA0035A842 /* LAAnimatableColorValue.h */; }; + 62B254341E3A8CCA0035A842 /* LAAnimatableColorValue.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B2540E1E3A8CCA0035A842 /* LAAnimatableColorValue.m */; }; + 62B254351E3A8CCA0035A842 /* LAAnimatablePointValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B2540F1E3A8CCA0035A842 /* LAAnimatablePointValue.h */; }; + 62B254361E3A8CCA0035A842 /* LAAnimatablePointValue.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B254101E3A8CCA0035A842 /* LAAnimatablePointValue.m */; }; + 62B254371E3A8CCA0035A842 /* LAAnimatableNumberValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B254111E3A8CCA0035A842 /* LAAnimatableNumberValue.h */; }; + 62B254381E3A8CCA0035A842 /* LAAnimatableNumberValue.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B254121E3A8CCA0035A842 /* LAAnimatableNumberValue.m */; }; + 62B254391E3A8CCA0035A842 /* LAAnimatableShapeValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B254131E3A8CCA0035A842 /* LAAnimatableShapeValue.h */; }; + 62B2543A1E3A8CCA0035A842 /* LAAnimatableShapeValue.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B254141E3A8CCA0035A842 /* LAAnimatableShapeValue.m */; }; + 62B2543B1E3A8CCA0035A842 /* LAAnimatableBoundsValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B254151E3A8CCA0035A842 /* LAAnimatableBoundsValue.h */; }; + 62B2543C1E3A8CCA0035A842 /* LAAnimatableBoundsValue.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B254161E3A8CCA0035A842 /* LAAnimatableBoundsValue.m */; }; + 62B2543D1E3A8CCA0035A842 /* LAAnimatableScaleValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B254171E3A8CCA0035A842 /* LAAnimatableScaleValue.h */; }; + 62B2543E1E3A8CCA0035A842 /* LAAnimatableScaleValue.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B254181E3A8CCA0035A842 /* LAAnimatableScaleValue.m */; }; + 62B2543F1E3A8CCA0035A842 /* CAAnimationGroup+LAAnimatableGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B254191E3A8CCA0035A842 /* CAAnimationGroup+LAAnimatableGroup.h */; }; + 62B254401E3A8CCA0035A842 /* CAAnimationGroup+LAAnimatableGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B2541A1E3A8CCA0035A842 /* CAAnimationGroup+LAAnimatableGroup.m */; }; + 62B254411E3A8CCA0035A842 /* LAComposition.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B2541B1E3A8CCA0035A842 /* LAComposition.h */; }; + 62B254421E3A8CCA0035A842 /* LAComposition.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B2541C1E3A8CCA0035A842 /* LAComposition.m */; }; + 62B254431E3A8CCA0035A842 /* LALayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B2541D1E3A8CCA0035A842 /* LALayer.h */; }; + 62B254441E3A8CCA0035A842 /* LALayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B2541E1E3A8CCA0035A842 /* LALayer.m */; }; + 62B254451E3A8CCA0035A842 /* LAMask.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B2541F1E3A8CCA0035A842 /* LAMask.h */; }; + 62B254461E3A8CCA0035A842 /* LAMask.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B254201E3A8CCA0035A842 /* LAMask.m */; }; + 62B254471E3A8CCA0035A842 /* LAShapeGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B254211E3A8CCA0035A842 /* LAShapeGroup.h */; }; + 62B254481E3A8CCA0035A842 /* LAShapeGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B254221E3A8CCA0035A842 /* LAShapeGroup.m */; }; + 62B254491E3A8CCA0035A842 /* LAShapeStroke.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B254231E3A8CCA0035A842 /* LAShapeStroke.h */; }; + 62B2544A1E3A8CCA0035A842 /* LAShapeStroke.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B254241E3A8CCA0035A842 /* LAShapeStroke.m */; }; + 62B2544B1E3A8CCA0035A842 /* LAShapeTrimPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B254251E3A8CCA0035A842 /* LAShapeTrimPath.h */; }; + 62B2544C1E3A8CCA0035A842 /* LAShapeTrimPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B254261E3A8CCA0035A842 /* LAShapeTrimPath.m */; }; + 62B2544D1E3A8CCA0035A842 /* LAShapeFill.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B254271E3A8CCA0035A842 /* LAShapeFill.h */; }; + 62B2544E1E3A8CCA0035A842 /* LAShapeFill.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B254281E3A8CCA0035A842 /* LAShapeFill.m */; }; + 62B2544F1E3A8CCA0035A842 /* LAShapeTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B254291E3A8CCA0035A842 /* LAShapeTransform.h */; }; + 62B254501E3A8CCA0035A842 /* LAShapeTransform.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B2542A1E3A8CCA0035A842 /* LAShapeTransform.m */; }; + 62B254511E3A8CCA0035A842 /* LAShapePath.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B2542B1E3A8CCA0035A842 /* LAShapePath.h */; }; + 62B254521E3A8CCA0035A842 /* LAShapePath.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B2542C1E3A8CCA0035A842 /* LAShapePath.m */; }; + 62B254531E3A8CCA0035A842 /* LAShapeCircle.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B2542D1E3A8CCA0035A842 /* LAShapeCircle.h */; }; + 62B254541E3A8CCA0035A842 /* LAShapeCircle.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B2542E1E3A8CCA0035A842 /* LAShapeCircle.m */; }; + 62B254551E3A8CCA0035A842 /* LAShapeRectangle.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B2542F1E3A8CCA0035A842 /* LAShapeRectangle.h */; }; + 62B254561E3A8CCA0035A842 /* LAShapeRectangle.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B254301E3A8CCA0035A842 /* LAShapeRectangle.m */; }; + 62B2545D1E3A8CE90035A842 /* UIColor+Expanded.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B254581E3A8CE90035A842 /* UIColor+Expanded.h */; }; + 62B2545E1E3A8CE90035A842 /* UIColor+Expanded.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B254591E3A8CE90035A842 /* UIColor+Expanded.m */; }; + 62B2545F1E3A8CE90035A842 /* CGGeometryAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B2545A1E3A8CE90035A842 /* CGGeometryAdditions.h */; }; + 62B254601E3A8CE90035A842 /* CGGeometryAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B2545B1E3A8CE90035A842 /* CGGeometryAdditions.m */; }; + 62B254611E3A8CE90035A842 /* LAHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B2545C1E3A8CE90035A842 /* LAHelpers.h */; }; + 695E0CCAE6F585FBCDE5F397DA85EC93 /* Pods-lottie-ios_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E7117E945838174DEB19BE1314319EC9 /* Pods-lottie-ios_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9E52F4F7D4588D34FC4EAAF7B00E2724 /* Pods-lottie-ios_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 07FE66145A8E0F29803A9E3563DC3C92 /* Pods-lottie-ios_Tests-dummy.m */; }; + B05783F9C0BB6A2FF6A4E2444F6C8F2D /* Pods-lottie-ios_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D70DC5BCD8253FEB96FA5E5AF17B93B2 /* Pods-lottie-ios_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B8BCA47B1A77DF95917998D9085EFAA9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CBB3DE36805AF21409EC968A9691732F /* Foundation.framework */; }; + CCB7F82DF837AEFF011560993AA321A5 /* Pods-lottie-ios_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 74034BB4D2A48DF6B92BB71BDE1B6F6F /* Pods-lottie-ios_Example-dummy.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + A9293D8D6885A4FA0064F8BEE5AF7F3F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6DDA5F5406B3D3858519245405C1FC95; + remoteInfo = "lottie-ios"; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 07FE66145A8E0F29803A9E3563DC3C92 /* Pods-lottie-ios_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-lottie-ios_Tests-dummy.m"; sourceTree = ""; }; + 2BC7C5F0811852ABEF02C425112D5591 /* Pods-lottie-ios_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-lottie-ios_Tests.debug.xcconfig"; sourceTree = ""; }; + 3F078AC56DED57DF561A5272E61F238B /* lottie-ios-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "lottie-ios-dummy.m"; sourceTree = ""; }; + 4A562670476D7C9CEBA5A18B86BB963F /* lottie-ios-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "lottie-ios-prefix.pch"; sourceTree = ""; }; + 5860B12202911B3D93D00EC80838DD5B /* Pods-lottie-ios_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-lottie-ios_Tests-acknowledgements.markdown"; sourceTree = ""; }; + 62B253DD1E3A8BCB0035A842 /* LAAnimationView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimationView.h; sourceTree = ""; }; + 62B253DE1E3A8BCB0035A842 /* LAAnimationView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimationView.m; sourceTree = ""; }; + 62B253DF1E3A8BCB0035A842 /* LAAnimationTransitionController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimationTransitionController.h; sourceTree = ""; }; + 62B253E01E3A8BCB0035A842 /* LAAnimationTransitionController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimationTransitionController.m; sourceTree = ""; }; + 62B253E11E3A8BCB0035A842 /* LAAnimationCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimationCache.h; sourceTree = ""; }; + 62B253E21E3A8BCB0035A842 /* LAAnimationCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimationCache.m; sourceTree = ""; }; + 62B253E31E3A8BCB0035A842 /* LAAnimationView_Internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimationView_Internal.h; sourceTree = ""; }; + 62B253ED1E3A8C880035A842 /* LAAnimatableLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimatableLayer.h; sourceTree = ""; }; + 62B253EE1E3A8C880035A842 /* LAAnimatableLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimatableLayer.m; sourceTree = ""; }; + 62B253EF1E3A8C880035A842 /* LALayerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LALayerView.h; sourceTree = ""; }; + 62B253F01E3A8C880035A842 /* LALayerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LALayerView.m; sourceTree = ""; }; + 62B253F11E3A8C880035A842 /* LAMaskLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAMaskLayer.h; sourceTree = ""; }; + 62B253F21E3A8C880035A842 /* LAMaskLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAMaskLayer.m; sourceTree = ""; }; + 62B253F31E3A8C880035A842 /* LAGroupLayerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAGroupLayerView.h; sourceTree = ""; }; + 62B253F41E3A8C880035A842 /* LAGroupLayerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAGroupLayerView.m; sourceTree = ""; }; + 62B253F51E3A8C880035A842 /* LAShapeLayerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapeLayerView.h; sourceTree = ""; }; + 62B253F61E3A8C880035A842 /* LAShapeLayerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapeLayerView.m; sourceTree = ""; }; + 62B253F71E3A8C880035A842 /* LARectShapeLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LARectShapeLayer.h; sourceTree = ""; }; + 62B253F81E3A8C880035A842 /* LARectShapeLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LARectShapeLayer.m; sourceTree = ""; }; + 62B253F91E3A8C880035A842 /* LAEllipseShapeLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAEllipseShapeLayer.h; sourceTree = ""; }; + 62B253FA1E3A8C880035A842 /* LAEllipseShapeLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAEllipseShapeLayer.m; sourceTree = ""; }; + 62B2540B1E3A8CCA0035A842 /* LAModels.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAModels.h; sourceTree = ""; }; + 62B2540C1E3A8CCA0035A842 /* LAAnimatableValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimatableValue.h; sourceTree = ""; }; + 62B2540D1E3A8CCA0035A842 /* LAAnimatableColorValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimatableColorValue.h; sourceTree = ""; }; + 62B2540E1E3A8CCA0035A842 /* LAAnimatableColorValue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimatableColorValue.m; sourceTree = ""; }; + 62B2540F1E3A8CCA0035A842 /* LAAnimatablePointValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimatablePointValue.h; sourceTree = ""; }; + 62B254101E3A8CCA0035A842 /* LAAnimatablePointValue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimatablePointValue.m; sourceTree = ""; }; + 62B254111E3A8CCA0035A842 /* LAAnimatableNumberValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimatableNumberValue.h; sourceTree = ""; }; + 62B254121E3A8CCA0035A842 /* LAAnimatableNumberValue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimatableNumberValue.m; sourceTree = ""; }; + 62B254131E3A8CCA0035A842 /* LAAnimatableShapeValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimatableShapeValue.h; sourceTree = ""; }; + 62B254141E3A8CCA0035A842 /* LAAnimatableShapeValue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimatableShapeValue.m; sourceTree = ""; }; + 62B254151E3A8CCA0035A842 /* LAAnimatableBoundsValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimatableBoundsValue.h; sourceTree = ""; }; + 62B254161E3A8CCA0035A842 /* LAAnimatableBoundsValue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimatableBoundsValue.m; sourceTree = ""; }; + 62B254171E3A8CCA0035A842 /* LAAnimatableScaleValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimatableScaleValue.h; sourceTree = ""; }; + 62B254181E3A8CCA0035A842 /* LAAnimatableScaleValue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimatableScaleValue.m; sourceTree = ""; }; + 62B254191E3A8CCA0035A842 /* CAAnimationGroup+LAAnimatableGroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CAAnimationGroup+LAAnimatableGroup.h"; sourceTree = ""; }; + 62B2541A1E3A8CCA0035A842 /* CAAnimationGroup+LAAnimatableGroup.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "CAAnimationGroup+LAAnimatableGroup.m"; sourceTree = ""; }; + 62B2541B1E3A8CCA0035A842 /* LAComposition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAComposition.h; sourceTree = ""; }; + 62B2541C1E3A8CCA0035A842 /* LAComposition.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAComposition.m; sourceTree = ""; }; + 62B2541D1E3A8CCA0035A842 /* LALayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LALayer.h; sourceTree = ""; }; + 62B2541E1E3A8CCA0035A842 /* LALayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LALayer.m; sourceTree = ""; }; + 62B2541F1E3A8CCA0035A842 /* LAMask.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAMask.h; sourceTree = ""; }; + 62B254201E3A8CCA0035A842 /* LAMask.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAMask.m; sourceTree = ""; }; + 62B254211E3A8CCA0035A842 /* LAShapeGroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapeGroup.h; sourceTree = ""; }; + 62B254221E3A8CCA0035A842 /* LAShapeGroup.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapeGroup.m; sourceTree = ""; }; + 62B254231E3A8CCA0035A842 /* LAShapeStroke.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapeStroke.h; sourceTree = ""; }; + 62B254241E3A8CCA0035A842 /* LAShapeStroke.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapeStroke.m; sourceTree = ""; }; + 62B254251E3A8CCA0035A842 /* LAShapeTrimPath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapeTrimPath.h; sourceTree = ""; }; + 62B254261E3A8CCA0035A842 /* LAShapeTrimPath.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapeTrimPath.m; sourceTree = ""; }; + 62B254271E3A8CCA0035A842 /* LAShapeFill.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapeFill.h; sourceTree = ""; }; + 62B254281E3A8CCA0035A842 /* LAShapeFill.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapeFill.m; sourceTree = ""; }; + 62B254291E3A8CCA0035A842 /* LAShapeTransform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapeTransform.h; sourceTree = ""; }; + 62B2542A1E3A8CCA0035A842 /* LAShapeTransform.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapeTransform.m; sourceTree = ""; }; + 62B2542B1E3A8CCA0035A842 /* LAShapePath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapePath.h; sourceTree = ""; }; + 62B2542C1E3A8CCA0035A842 /* LAShapePath.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapePath.m; sourceTree = ""; }; + 62B2542D1E3A8CCA0035A842 /* LAShapeCircle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapeCircle.h; sourceTree = ""; }; + 62B2542E1E3A8CCA0035A842 /* LAShapeCircle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapeCircle.m; sourceTree = ""; }; + 62B2542F1E3A8CCA0035A842 /* LAShapeRectangle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapeRectangle.h; sourceTree = ""; }; + 62B254301E3A8CCA0035A842 /* LAShapeRectangle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapeRectangle.m; sourceTree = ""; }; + 62B254581E3A8CE90035A842 /* UIColor+Expanded.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+Expanded.h"; sourceTree = ""; }; + 62B254591E3A8CE90035A842 /* UIColor+Expanded.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor+Expanded.m"; sourceTree = ""; }; + 62B2545A1E3A8CE90035A842 /* CGGeometryAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CGGeometryAdditions.h; sourceTree = ""; }; + 62B2545B1E3A8CE90035A842 /* CGGeometryAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CGGeometryAdditions.m; sourceTree = ""; }; + 62B2545C1E3A8CE90035A842 /* LAHelpers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAHelpers.h; sourceTree = ""; }; + 638DC56BA516D08DC3E0C5C623937C50 /* Pods-lottie-ios_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-lottie-ios_Example.release.xcconfig"; sourceTree = ""; }; + 69F2F9742D08E2243309184475E202B5 /* Lottie.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Lottie.h; sourceTree = ""; }; + 7106C648BAC1E1395C4EEDDC9D56DD70 /* Pods-lottie-ios_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-lottie-ios_Tests.modulemap"; sourceTree = ""; }; + 74034BB4D2A48DF6B92BB71BDE1B6F6F /* Pods-lottie-ios_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-lottie-ios_Example-dummy.m"; sourceTree = ""; }; + 75ACEBAB283C3811F1AA68CFCA9EDBBD /* Pods-lottie-ios_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-lottie-ios_Tests-acknowledgements.plist"; sourceTree = ""; }; + 8333BD728DFC05D1FE7EC2AA41989A9A /* Pods_lottie_ios_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_lottie_ios_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 848F9815A8995D9367D833A76C0BA466 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 862D27A5FB1217BE2C4202A609CC9351 /* lottie-ios.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "lottie-ios.xcconfig"; sourceTree = ""; }; + 87EBF907720C1BA426EB906A2BD43775 /* Pods-lottie-ios_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-lottie-ios_Tests-frameworks.sh"; sourceTree = ""; }; + 89C152F786653980BD89744C6E227DE9 /* lottie-ios.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "lottie-ios.modulemap"; sourceTree = ""; }; + 916BBF27D288BDE1582808429C394EC8 /* Pods-lottie-ios_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-lottie-ios_Example.debug.xcconfig"; sourceTree = ""; }; + 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9C4DC9389299D19A1B2DEBFB46BDE3F1 /* Pods-lottie-ios_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-lottie-ios_Example.modulemap"; sourceTree = ""; }; + AAB5C021EA4CFB4A5E0C9D98EFFC50B8 /* Pods-lottie-ios_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-lottie-ios_Example-resources.sh"; sourceTree = ""; }; + AD73E43DE8BB46E7D2AD505E23C777F7 /* Pods-lottie-ios_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-lottie-ios_Tests.release.xcconfig"; sourceTree = ""; }; + B3A1BD9BE3DB1619E622028C3ED4E7E9 /* Pods-lottie-ios_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-lottie-ios_Tests-resources.sh"; sourceTree = ""; }; + C3E9D2E264EEFBA7252EE4B2D8710055 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + CBB3DE36805AF21409EC968A9691732F /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + D70DC5BCD8253FEB96FA5E5AF17B93B2 /* Pods-lottie-ios_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-lottie-ios_Example-umbrella.h"; sourceTree = ""; }; + E4C0326BFD303A990E44D1FAABB8E970 /* Pods_lottie_ios_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_lottie_ios_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + E7117E945838174DEB19BE1314319EC9 /* Pods-lottie-ios_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-lottie-ios_Tests-umbrella.h"; sourceTree = ""; }; + E8972AB2CBA9FE47ACD5AC914FB3E8ED /* Pods-lottie-ios_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-lottie-ios_Example-acknowledgements.markdown"; sourceTree = ""; }; + F13888D8746B98E5E1C6EF6F81062423 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + F21E2454598679CD52169A3DA03041D6 /* Pods-lottie-ios_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-lottie-ios_Example-frameworks.sh"; sourceTree = ""; }; + F3F4318A39F9BA213E646F2AB214B56A /* lottie_ios.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = lottie_ios.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + F67CC17ACA798ABDF643B6EEFD1D1276 /* Pods-lottie-ios_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-lottie-ios_Example-acknowledgements.plist"; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 03CB95BADE2B6F03216C06CB9E99830F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 322551E4D1E41FDACDFA88F7EAD66DD1 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9400EE0ECE003B3ACEB89B6D5B7AB442 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B8BCA47B1A77DF95917998D9085EFAA9 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A84A993A9FCCD1A21B08E07A8D7B1E64 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 1E7A0348E6C291B28A6E19B4918683B4 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 1E405D4D10BA3BBAE93A309503F15D08 /* Pods-lottie-ios_Example */ = { + isa = PBXGroup; + children = ( + C3E9D2E264EEFBA7252EE4B2D8710055 /* Info.plist */, + 9C4DC9389299D19A1B2DEBFB46BDE3F1 /* Pods-lottie-ios_Example.modulemap */, + E8972AB2CBA9FE47ACD5AC914FB3E8ED /* Pods-lottie-ios_Example-acknowledgements.markdown */, + F67CC17ACA798ABDF643B6EEFD1D1276 /* Pods-lottie-ios_Example-acknowledgements.plist */, + 74034BB4D2A48DF6B92BB71BDE1B6F6F /* Pods-lottie-ios_Example-dummy.m */, + F21E2454598679CD52169A3DA03041D6 /* Pods-lottie-ios_Example-frameworks.sh */, + AAB5C021EA4CFB4A5E0C9D98EFFC50B8 /* Pods-lottie-ios_Example-resources.sh */, + D70DC5BCD8253FEB96FA5E5AF17B93B2 /* Pods-lottie-ios_Example-umbrella.h */, + 916BBF27D288BDE1582808429C394EC8 /* Pods-lottie-ios_Example.debug.xcconfig */, + 638DC56BA516D08DC3E0C5C623937C50 /* Pods-lottie-ios_Example.release.xcconfig */, + ); + name = "Pods-lottie-ios_Example"; + path = "Target Support Files/Pods-lottie-ios_Example"; + sourceTree = ""; + }; + 2176BA25AF47CDA8044E044A9E76EDBC /* Products */ = { + isa = PBXGroup; + children = ( + F3F4318A39F9BA213E646F2AB214B56A /* lottie_ios.framework */, + E4C0326BFD303A990E44D1FAABB8E970 /* Pods_lottie_ios_Example.framework */, + 8333BD728DFC05D1FE7EC2AA41989A9A /* Pods_lottie_ios_Tests.framework */, + ); + name = Products; + sourceTree = ""; + }; + 46B036B8CD3D98CF83A51D5EDFA53ECF /* Support Files */ = { + isa = PBXGroup; + children = ( + F13888D8746B98E5E1C6EF6F81062423 /* Info.plist */, + 89C152F786653980BD89744C6E227DE9 /* lottie-ios.modulemap */, + 862D27A5FB1217BE2C4202A609CC9351 /* lottie-ios.xcconfig */, + 3F078AC56DED57DF561A5272E61F238B /* lottie-ios-dummy.m */, + 4A562670476D7C9CEBA5A18B86BB963F /* lottie-ios-prefix.pch */, + 69F2F9742D08E2243309184475E202B5 /* Lottie.h */, + ); + name = "Support Files"; + path = "Example/Pods/Target Support Files/lottie-ios"; + sourceTree = ""; + }; + 564F077CE69F9D229E2B3703A3C06D09 /* lottie-ios */ = { + isa = PBXGroup; + children = ( + 9A263A3A7597EB4BB188ED748BA6CE53 /* lottie-ios */, + 46B036B8CD3D98CF83A51D5EDFA53ECF /* Support Files */, + ); + name = "lottie-ios"; + path = ../..; + sourceTree = ""; + }; + 62ABA80ACC6CCC15CAEFDD578DE94190 /* Classes */ = { + isa = PBXGroup; + children = ( + 62B254571E3A8CDA0035A842 /* Helpers */, + 62B2540A1E3A8CB80035A842 /* Model */, + 62B254091E3A8C9C0035A842 /* Animatable Layers */, + 62B253DD1E3A8BCB0035A842 /* LAAnimationView.h */, + 62B253DE1E3A8BCB0035A842 /* LAAnimationView.m */, + 62B253DF1E3A8BCB0035A842 /* LAAnimationTransitionController.h */, + 62B253E01E3A8BCB0035A842 /* LAAnimationTransitionController.m */, + 62B253E11E3A8BCB0035A842 /* LAAnimationCache.h */, + 62B253E21E3A8BCB0035A842 /* LAAnimationCache.m */, + 62B253E31E3A8BCB0035A842 /* LAAnimationView_Internal.h */, + ); + path = Classes; + sourceTree = ""; + }; + 62B254091E3A8C9C0035A842 /* Animatable Layers */ = { + isa = PBXGroup; + children = ( + 62B253ED1E3A8C880035A842 /* LAAnimatableLayer.h */, + 62B253EE1E3A8C880035A842 /* LAAnimatableLayer.m */, + 62B253EF1E3A8C880035A842 /* LALayerView.h */, + 62B253F01E3A8C880035A842 /* LALayerView.m */, + 62B253F11E3A8C880035A842 /* LAMaskLayer.h */, + 62B253F21E3A8C880035A842 /* LAMaskLayer.m */, + 62B253F31E3A8C880035A842 /* LAGroupLayerView.h */, + 62B253F41E3A8C880035A842 /* LAGroupLayerView.m */, + 62B253F51E3A8C880035A842 /* LAShapeLayerView.h */, + 62B253F61E3A8C880035A842 /* LAShapeLayerView.m */, + 62B253F71E3A8C880035A842 /* LARectShapeLayer.h */, + 62B253F81E3A8C880035A842 /* LARectShapeLayer.m */, + 62B253F91E3A8C880035A842 /* LAEllipseShapeLayer.h */, + 62B253FA1E3A8C880035A842 /* LAEllipseShapeLayer.m */, + ); + name = "Animatable Layers"; + sourceTree = ""; + }; + 62B2540A1E3A8CB80035A842 /* Model */ = { + isa = PBXGroup; + children = ( + 62B2540B1E3A8CCA0035A842 /* LAModels.h */, + 62B2540C1E3A8CCA0035A842 /* LAAnimatableValue.h */, + 62B2540D1E3A8CCA0035A842 /* LAAnimatableColorValue.h */, + 62B2540E1E3A8CCA0035A842 /* LAAnimatableColorValue.m */, + 62B2540F1E3A8CCA0035A842 /* LAAnimatablePointValue.h */, + 62B254101E3A8CCA0035A842 /* LAAnimatablePointValue.m */, + 62B254111E3A8CCA0035A842 /* LAAnimatableNumberValue.h */, + 62B254121E3A8CCA0035A842 /* LAAnimatableNumberValue.m */, + 62B254131E3A8CCA0035A842 /* LAAnimatableShapeValue.h */, + 62B254141E3A8CCA0035A842 /* LAAnimatableShapeValue.m */, + 62B254151E3A8CCA0035A842 /* LAAnimatableBoundsValue.h */, + 62B254161E3A8CCA0035A842 /* LAAnimatableBoundsValue.m */, + 62B254171E3A8CCA0035A842 /* LAAnimatableScaleValue.h */, + 62B254181E3A8CCA0035A842 /* LAAnimatableScaleValue.m */, + 62B254191E3A8CCA0035A842 /* CAAnimationGroup+LAAnimatableGroup.h */, + 62B2541A1E3A8CCA0035A842 /* CAAnimationGroup+LAAnimatableGroup.m */, + 62B2541B1E3A8CCA0035A842 /* LAComposition.h */, + 62B2541C1E3A8CCA0035A842 /* LAComposition.m */, + 62B2541D1E3A8CCA0035A842 /* LALayer.h */, + 62B2541E1E3A8CCA0035A842 /* LALayer.m */, + 62B2541F1E3A8CCA0035A842 /* LAMask.h */, + 62B254201E3A8CCA0035A842 /* LAMask.m */, + 62B254211E3A8CCA0035A842 /* LAShapeGroup.h */, + 62B254221E3A8CCA0035A842 /* LAShapeGroup.m */, + 62B254231E3A8CCA0035A842 /* LAShapeStroke.h */, + 62B254241E3A8CCA0035A842 /* LAShapeStroke.m */, + 62B254251E3A8CCA0035A842 /* LAShapeTrimPath.h */, + 62B254261E3A8CCA0035A842 /* LAShapeTrimPath.m */, + 62B254271E3A8CCA0035A842 /* LAShapeFill.h */, + 62B254281E3A8CCA0035A842 /* LAShapeFill.m */, + 62B254291E3A8CCA0035A842 /* LAShapeTransform.h */, + 62B2542A1E3A8CCA0035A842 /* LAShapeTransform.m */, + 62B2542B1E3A8CCA0035A842 /* LAShapePath.h */, + 62B2542C1E3A8CCA0035A842 /* LAShapePath.m */, + 62B2542D1E3A8CCA0035A842 /* LAShapeCircle.h */, + 62B2542E1E3A8CCA0035A842 /* LAShapeCircle.m */, + 62B2542F1E3A8CCA0035A842 /* LAShapeRectangle.h */, + 62B254301E3A8CCA0035A842 /* LAShapeRectangle.m */, + ); + name = Model; + sourceTree = ""; + }; + 62B254571E3A8CDA0035A842 /* Helpers */ = { + isa = PBXGroup; + children = ( + 62B254581E3A8CE90035A842 /* UIColor+Expanded.h */, + 62B254591E3A8CE90035A842 /* UIColor+Expanded.m */, + 62B2545A1E3A8CE90035A842 /* CGGeometryAdditions.h */, + 62B2545B1E3A8CE90035A842 /* CGGeometryAdditions.m */, + 62B2545C1E3A8CE90035A842 /* LAHelpers.h */, + ); + name = Helpers; + sourceTree = ""; + }; + 7531C8F8DE19F1AA3C8A7AC97A91DC29 /* iOS */ = { + isa = PBXGroup; + children = ( + CBB3DE36805AF21409EC968A9691732F /* Foundation.framework */, + ); + name = iOS; + sourceTree = ""; + }; + 7DB346D0F39D3F0E887471402A8071AB = { + isa = PBXGroup; + children = ( + 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, + 91A05F117974EDC888120AA0FA94B840 /* Development Pods */, + BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */, + 2176BA25AF47CDA8044E044A9E76EDBC /* Products */, + AB91A32638C8E395EDCADD58C96FFC8F /* Targets Support Files */, + ); + sourceTree = ""; + }; + 8DDA629B63E3CD57E538A971E029DB7B /* Pods-lottie-ios_Tests */ = { + isa = PBXGroup; + children = ( + 848F9815A8995D9367D833A76C0BA466 /* Info.plist */, + 7106C648BAC1E1395C4EEDDC9D56DD70 /* Pods-lottie-ios_Tests.modulemap */, + 5860B12202911B3D93D00EC80838DD5B /* Pods-lottie-ios_Tests-acknowledgements.markdown */, + 75ACEBAB283C3811F1AA68CFCA9EDBBD /* Pods-lottie-ios_Tests-acknowledgements.plist */, + 07FE66145A8E0F29803A9E3563DC3C92 /* Pods-lottie-ios_Tests-dummy.m */, + 87EBF907720C1BA426EB906A2BD43775 /* Pods-lottie-ios_Tests-frameworks.sh */, + B3A1BD9BE3DB1619E622028C3ED4E7E9 /* Pods-lottie-ios_Tests-resources.sh */, + E7117E945838174DEB19BE1314319EC9 /* Pods-lottie-ios_Tests-umbrella.h */, + 2BC7C5F0811852ABEF02C425112D5591 /* Pods-lottie-ios_Tests.debug.xcconfig */, + AD73E43DE8BB46E7D2AD505E23C777F7 /* Pods-lottie-ios_Tests.release.xcconfig */, + ); + name = "Pods-lottie-ios_Tests"; + path = "Target Support Files/Pods-lottie-ios_Tests"; + sourceTree = ""; + }; + 91A05F117974EDC888120AA0FA94B840 /* Development Pods */ = { + isa = PBXGroup; + children = ( + 564F077CE69F9D229E2B3703A3C06D09 /* lottie-ios */, + ); + name = "Development Pods"; + sourceTree = ""; + }; + 9A263A3A7597EB4BB188ED748BA6CE53 /* lottie-ios */ = { + isa = PBXGroup; + children = ( + 62ABA80ACC6CCC15CAEFDD578DE94190 /* Classes */, + ); + path = "lottie-ios"; + sourceTree = ""; + }; + AB91A32638C8E395EDCADD58C96FFC8F /* Targets Support Files */ = { + isa = PBXGroup; + children = ( + 1E405D4D10BA3BBAE93A309503F15D08 /* Pods-lottie-ios_Example */, + 8DDA629B63E3CD57E538A971E029DB7B /* Pods-lottie-ios_Tests */, + ); + name = "Targets Support Files"; + sourceTree = ""; + }; + BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */ = { + isa = PBXGroup; + children = ( + 7531C8F8DE19F1AA3C8A7AC97A91DC29 /* iOS */, + ); + name = Frameworks; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 0BAA9197451EFCF051A380ECC161A204 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 62B253FD1E3A8C880035A842 /* LALayerView.h in Headers */, + 62B254431E3A8CCA0035A842 /* LALayer.h in Headers */, + 62B254551E3A8CCA0035A842 /* LAShapeRectangle.h in Headers */, + 5D65F1091B486055922D19439AD785F8 /* Lottie.h in Headers */, + 62B253E91E3A8BCB0035A842 /* LAAnimationCache.h in Headers */, + 62B253FF1E3A8C880035A842 /* LAMaskLayer.h in Headers */, + 62B254031E3A8C880035A842 /* LAShapeLayerView.h in Headers */, + 62B254351E3A8CCA0035A842 /* LAAnimatablePointValue.h in Headers */, + 62B254371E3A8CCA0035A842 /* LAAnimatableNumberValue.h in Headers */, + 62B2544F1E3A8CCA0035A842 /* LAShapeTransform.h in Headers */, + 62B254331E3A8CCA0035A842 /* LAAnimatableColorValue.h in Headers */, + 62B254321E3A8CCA0035A842 /* LAAnimatableValue.h in Headers */, + 62B253EB1E3A8BCB0035A842 /* LAAnimationView_Internal.h in Headers */, + 62B2545D1E3A8CE90035A842 /* UIColor+Expanded.h in Headers */, + 62B254411E3A8CCA0035A842 /* LAComposition.h in Headers */, + 62B253E51E3A8BCB0035A842 /* LAAnimationView.h in Headers */, + 62B2544D1E3A8CCA0035A842 /* LAShapeFill.h in Headers */, + 62B254011E3A8C880035A842 /* LAGroupLayerView.h in Headers */, + 62B253E71E3A8BCB0035A842 /* LAAnimationTransitionController.h in Headers */, + 62B2543D1E3A8CCA0035A842 /* LAAnimatableScaleValue.h in Headers */, + 62B2545F1E3A8CE90035A842 /* CGGeometryAdditions.h in Headers */, + 62B254611E3A8CE90035A842 /* LAHelpers.h in Headers */, + 62B254311E3A8CCA0035A842 /* LAModels.h in Headers */, + 62B254471E3A8CCA0035A842 /* LAShapeGroup.h in Headers */, + 62B2544B1E3A8CCA0035A842 /* LAShapeTrimPath.h in Headers */, + 62B254531E3A8CCA0035A842 /* LAShapeCircle.h in Headers */, + 62B2543B1E3A8CCA0035A842 /* LAAnimatableBoundsValue.h in Headers */, + 62B254051E3A8C880035A842 /* LARectShapeLayer.h in Headers */, + 62B253FB1E3A8C880035A842 /* LAAnimatableLayer.h in Headers */, + 62B254491E3A8CCA0035A842 /* LAShapeStroke.h in Headers */, + 62B254391E3A8CCA0035A842 /* LAAnimatableShapeValue.h in Headers */, + 62B254451E3A8CCA0035A842 /* LAMask.h in Headers */, + 62B2543F1E3A8CCA0035A842 /* CAAnimationGroup+LAAnimatableGroup.h in Headers */, + 62B254511E3A8CCA0035A842 /* LAShapePath.h in Headers */, + 62B254071E3A8C880035A842 /* LAEllipseShapeLayer.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 3789888596B9F477052ABFBA23EE9E26 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 695E0CCAE6F585FBCDE5F397DA85EC93 /* Pods-lottie-ios_Tests-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A84267FDA8761CE0CD140139CFB9BD32 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + B05783F9C0BB6A2FF6A4E2444F6C8F2D /* Pods-lottie-ios_Example-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 6DDA5F5406B3D3858519245405C1FC95 /* lottie-ios */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01DA2CC60A467DB493F1AB8DFE1D00C4 /* Build configuration list for PBXNativeTarget "lottie-ios" */; + buildPhases = ( + 0A7128D3B8E1B4B0085E6113F92FF538 /* Sources */, + 03CB95BADE2B6F03216C06CB9E99830F /* Frameworks */, + 0BAA9197451EFCF051A380ECC161A204 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "lottie-ios"; + productName = "lottie-ios"; + productReference = F3F4318A39F9BA213E646F2AB214B56A /* lottie_ios.framework */; + productType = "com.apple.product-type.framework"; + }; + 83ADD99A263B92A7CBD14D1B3DBE0C7B /* Pods-lottie-ios_Tests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 70E33968FC6B7C18F92ECB73BB882640 /* Build configuration list for PBXNativeTarget "Pods-lottie-ios_Tests" */; + buildPhases = ( + 2D9FCDC01EDAD6CF532E19DE48A7A879 /* Sources */, + 9400EE0ECE003B3ACEB89B6D5B7AB442 /* Frameworks */, + 3789888596B9F477052ABFBA23EE9E26 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "Pods-lottie-ios_Tests"; + productName = "Pods-lottie-ios_Tests"; + productReference = 8333BD728DFC05D1FE7EC2AA41989A9A /* Pods_lottie_ios_Tests.framework */; + productType = "com.apple.product-type.framework"; + }; + F3E5C6CFC617C98C9BC4AFE6F3D2DFBE /* Pods-lottie-ios_Example */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1E68C1FF63970A9F58D77E5F6EE1F595 /* Build configuration list for PBXNativeTarget "Pods-lottie-ios_Example" */; + buildPhases = ( + 3C29453404D58F2350C6F884D920D786 /* Sources */, + A84A993A9FCCD1A21B08E07A8D7B1E64 /* Frameworks */, + A84267FDA8761CE0CD140139CFB9BD32 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + 050B23F97BD3DB0523C7729C604A3E5A /* PBXTargetDependency */, + ); + name = "Pods-lottie-ios_Example"; + productName = "Pods-lottie-ios_Example"; + productReference = E4C0326BFD303A990E44D1FAABB8E970 /* Pods_lottie_ios_Example.framework */; + productType = "com.apple.product-type.framework"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + D41D8CD98F00B204E9800998ECF8427E /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 0730; + LastUpgradeCheck = 0700; + }; + buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 7DB346D0F39D3F0E887471402A8071AB; + productRefGroup = 2176BA25AF47CDA8044E044A9E76EDBC /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 6DDA5F5406B3D3858519245405C1FC95 /* lottie-ios */, + F3E5C6CFC617C98C9BC4AFE6F3D2DFBE /* Pods-lottie-ios_Example */, + 83ADD99A263B92A7CBD14D1B3DBE0C7B /* Pods-lottie-ios_Tests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXSourcesBuildPhase section */ + 0A7128D3B8E1B4B0085E6113F92FF538 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 62B253E61E3A8BCB0035A842 /* LAAnimationView.m in Sources */, + 62B254521E3A8CCA0035A842 /* LAShapePath.m in Sources */, + 62B254501E3A8CCA0035A842 /* LAShapeTransform.m in Sources */, + 62B254041E3A8C880035A842 /* LAShapeLayerView.m in Sources */, + 62B254601E3A8CE90035A842 /* CGGeometryAdditions.m in Sources */, + 62B254361E3A8CCA0035A842 /* LAAnimatablePointValue.m in Sources */, + 62B254561E3A8CCA0035A842 /* LAShapeRectangle.m in Sources */, + 62B2544C1E3A8CCA0035A842 /* LAShapeTrimPath.m in Sources */, + 62B254001E3A8C880035A842 /* LAMaskLayer.m in Sources */, + 62B253FE1E3A8C880035A842 /* LALayerView.m in Sources */, + 62B2543E1E3A8CCA0035A842 /* LAAnimatableScaleValue.m in Sources */, + 62B254441E3A8CCA0035A842 /* LALayer.m in Sources */, + 5F5D4507E0C02A22AD161DB3B2DCC78A /* lottie-ios-dummy.m in Sources */, + 62B253EA1E3A8BCB0035A842 /* LAAnimationCache.m in Sources */, + 62B2543C1E3A8CCA0035A842 /* LAAnimatableBoundsValue.m in Sources */, + 62B2544A1E3A8CCA0035A842 /* LAShapeStroke.m in Sources */, + 62B254541E3A8CCA0035A842 /* LAShapeCircle.m in Sources */, + 62B254081E3A8C880035A842 /* LAEllipseShapeLayer.m in Sources */, + 62B254061E3A8C880035A842 /* LARectShapeLayer.m in Sources */, + 62B254481E3A8CCA0035A842 /* LAShapeGroup.m in Sources */, + 62B254381E3A8CCA0035A842 /* LAAnimatableNumberValue.m in Sources */, + 62B254461E3A8CCA0035A842 /* LAMask.m in Sources */, + 62B2543A1E3A8CCA0035A842 /* LAAnimatableShapeValue.m in Sources */, + 62B2544E1E3A8CCA0035A842 /* LAShapeFill.m in Sources */, + 62B254401E3A8CCA0035A842 /* CAAnimationGroup+LAAnimatableGroup.m in Sources */, + 62B2545E1E3A8CE90035A842 /* UIColor+Expanded.m in Sources */, + 62B253E81E3A8BCB0035A842 /* LAAnimationTransitionController.m in Sources */, + 62B253FC1E3A8C880035A842 /* LAAnimatableLayer.m in Sources */, + 62B254341E3A8CCA0035A842 /* LAAnimatableColorValue.m in Sources */, + 62B254421E3A8CCA0035A842 /* LAComposition.m in Sources */, + 62B254021E3A8C880035A842 /* LAGroupLayerView.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 2D9FCDC01EDAD6CF532E19DE48A7A879 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 9E52F4F7D4588D34FC4EAAF7B00E2724 /* Pods-lottie-ios_Tests-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 3C29453404D58F2350C6F884D920D786 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + CCB7F82DF837AEFF011560993AA321A5 /* Pods-lottie-ios_Example-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 050B23F97BD3DB0523C7729C604A3E5A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "lottie-ios"; + target = 6DDA5F5406B3D3858519245405C1FC95 /* lottie-ios */; + targetProxy = A9293D8D6885A4FA0064F8BEE5AF7F3F /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 31975013F2899DF3C6CD57E5159AD2FD /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 916BBF27D288BDE1582808429C394EC8 /* Pods-lottie-ios_Example.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "Target Support Files/Pods-lottie-ios_Example/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.3; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = Pods_lottie_ios_Example; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 468CFE03AD68EE184E7A5E7397EF0228 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 862D27A5FB1217BE2C4202A609CC9351 /* lottie-ios.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/lottie-ios/lottie-ios-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/lottie-ios/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/lottie-ios/lottie-ios.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = lottie_ios; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 68D57A1C80CE60FD73A64DA126BCBCC3 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2BC7C5F0811852ABEF02C425112D5591 /* Pods-lottie-ios_Tests.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "Target Support Files/Pods-lottie-ios_Tests/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.3; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = Pods_lottie_ios_Tests; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 858C0E9DC3D8DCC3492FA6153023AADB /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 862D27A5FB1217BE2C4202A609CC9351 /* lottie-ios.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/lottie-ios/lottie-ios-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/lottie-ios/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/lottie-ios/lottie-ios.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = lottie_ios; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 8DED8AD26D381A6ACFF202E5217EC498 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGNING_REQUIRED = NO; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_PREPROCESSOR_DEFINITIONS = ( + "POD_CONFIGURATION_RELEASE=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 8.3; + PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/; + STRIP_INSTALLED_PRODUCT = NO; + SYMROOT = "${SRCROOT}/../build"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 960615A6B5F8AF503B092AB163F6AC5B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = AD73E43DE8BB46E7D2AD505E23C777F7 /* Pods-lottie-ios_Tests.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "Target Support Files/Pods-lottie-ios_Tests/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.3; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = Pods_lottie_ios_Tests; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 9E1E4E48AF2EAB23169E611BF694090A /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGNING_REQUIRED = NO; + COPY_PHASE_STRIP = NO; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "POD_CONFIGURATION_DEBUG=1", + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 8.3; + ONLY_ACTIVE_ARCH = YES; + PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/; + STRIP_INSTALLED_PRODUCT = NO; + SYMROOT = "${SRCROOT}/../build"; + }; + name = Debug; + }; + B645B42E7AF6C4967717772436D335A5 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 638DC56BA516D08DC3E0C5C623937C50 /* Pods-lottie-ios_Example.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "Target Support Files/Pods-lottie-ios_Example/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.3; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = Pods_lottie_ios_Example; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 01DA2CC60A467DB493F1AB8DFE1D00C4 /* Build configuration list for PBXNativeTarget "lottie-ios" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 468CFE03AD68EE184E7A5E7397EF0228 /* Debug */, + 858C0E9DC3D8DCC3492FA6153023AADB /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 1E68C1FF63970A9F58D77E5F6EE1F595 /* Build configuration list for PBXNativeTarget "Pods-lottie-ios_Example" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 31975013F2899DF3C6CD57E5159AD2FD /* Debug */, + B645B42E7AF6C4967717772436D335A5 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 9E1E4E48AF2EAB23169E611BF694090A /* Debug */, + 8DED8AD26D381A6ACFF202E5217EC498 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 70E33968FC6B7C18F92ECB73BB882640 /* Build configuration list for PBXNativeTarget "Pods-lottie-ios_Tests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 68D57A1C80CE60FD73A64DA126BCBCC3 /* Debug */, + 960615A6B5F8AF503B092AB163F6AC5B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */; +} diff --git a/Example/Pods/Pods.xcodeproj/xcuserdata/brandon_withrow.xcuserdatad/xcschemes/Pods-lottie-ios_Example.xcscheme b/Example/Pods/Pods.xcodeproj/xcuserdata/brandon_withrow.xcuserdatad/xcschemes/Pods-lottie-ios_Example.xcscheme new file mode 100644 index 0000000000..9a12b2fb03 --- /dev/null +++ b/Example/Pods/Pods.xcodeproj/xcuserdata/brandon_withrow.xcuserdatad/xcschemes/Pods-lottie-ios_Example.xcscheme @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Example/Pods/Pods.xcodeproj/xcuserdata/brandon_withrow.xcuserdatad/xcschemes/Pods-lottie-ios_Tests.xcscheme b/Example/Pods/Pods.xcodeproj/xcuserdata/brandon_withrow.xcuserdatad/xcschemes/Pods-lottie-ios_Tests.xcscheme new file mode 100644 index 0000000000..8df37c39cb --- /dev/null +++ b/Example/Pods/Pods.xcodeproj/xcuserdata/brandon_withrow.xcuserdatad/xcschemes/Pods-lottie-ios_Tests.xcscheme @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Example/Pods/Pods.xcodeproj/xcuserdata/brandon_withrow.xcuserdatad/xcschemes/lottie-ios.xcscheme b/Example/Pods/Pods.xcodeproj/xcuserdata/brandon_withrow.xcuserdatad/xcschemes/lottie-ios.xcscheme new file mode 100644 index 0000000000..cfc0b8486c --- /dev/null +++ b/Example/Pods/Pods.xcodeproj/xcuserdata/brandon_withrow.xcuserdatad/xcschemes/lottie-ios.xcscheme @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Example/Pods/Pods.xcodeproj/xcuserdata/brandon_withrow.xcuserdatad/xcschemes/xcschememanagement.plist b/Example/Pods/Pods.xcodeproj/xcuserdata/brandon_withrow.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000000..d038f9423c --- /dev/null +++ b/Example/Pods/Pods.xcodeproj/xcuserdata/brandon_withrow.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,42 @@ + + + + + SchemeUserState + + Pods-lottie-ios_Example.xcscheme + + isShown + + + Pods-lottie-ios_Tests.xcscheme + + isShown + + + lottie-ios.xcscheme + + isShown + + + + SuppressBuildableAutocreation + + 6DDA5F5406B3D3858519245405C1FC95 + + primary + + + 83ADD99A263B92A7CBD14D1B3DBE0C7B + + primary + + + F3E5C6CFC617C98C9BC4AFE6F3D2DFBE + + primary + + + + + diff --git a/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Info.plist b/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Info.plist new file mode 100644 index 0000000000..2243fe6e27 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-acknowledgements.markdown new file mode 100644 index 0000000000..f2ebf324aa --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-acknowledgements.markdown @@ -0,0 +1,26 @@ +# Acknowledgements +This application makes use of the following third party libraries: + +## lottie-ios + +Copyright (c) 2017 Brandon Withrow + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +Generated by CocoaPods - https://cocoapods.org diff --git a/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-acknowledgements.plist new file mode 100644 index 0000000000..229bd47aad --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-acknowledgements.plist @@ -0,0 +1,58 @@ + + + + + PreferenceSpecifiers + + + FooterText + This application makes use of the following third party libraries: + Title + Acknowledgements + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2017 Brandon Withrow <brandon.withrow@airbnb.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + MIT + Title + lottie-ios + Type + PSGroupSpecifier + + + FooterText + Generated by CocoaPods - https://cocoapods.org + Title + + Type + PSGroupSpecifier + + + StringsTable + Acknowledgements + Title + Acknowledgements + + diff --git a/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-dummy.m b/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-dummy.m new file mode 100644 index 0000000000..b89488eda2 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_lottie_ios_Example : NSObject +@end +@implementation PodsDummy_Pods_lottie_ios_Example +@end diff --git a/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-frameworks.sh b/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-frameworks.sh new file mode 100755 index 0000000000..74b68231f0 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-frameworks.sh @@ -0,0 +1,91 @@ +#!/bin/sh +set -e + +echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" +mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + +SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" + +install_framework() +{ + if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then + local source="${BUILT_PRODUCTS_DIR}/$1" + elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then + local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" + elif [ -r "$1" ]; then + local source="$1" + fi + + local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + + if [ -L "${source}" ]; then + echo "Symlinked..." + source="$(readlink "${source}")" + fi + + # use filter instead of exclude so missing patterns dont' throw errors + echo "rsync -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" + rsync -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" + + local basename + basename="$(basename -s .framework "$1")" + binary="${destination}/${basename}.framework/${basename}" + if ! [ -r "$binary" ]; then + binary="${destination}/${basename}" + fi + + # Strip invalid architectures so "fat" simulator / device frameworks work on device + if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then + strip_invalid_archs "$binary" + fi + + # Resign the code if required by the build settings to avoid unstable apps + code_sign_if_enabled "${destination}/$(basename "$1")" + + # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. + if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then + local swift_runtime_libs + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]}) + for lib in $swift_runtime_libs; do + echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" + rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" + code_sign_if_enabled "${destination}/${lib}" + done + fi +} + +# Signs a framework with the provided identity +code_sign_if_enabled() { + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then + # Use the current code_sign_identitiy + echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" + echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements \"$1\"" + /usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements "$1" + fi +} + +# Strip invalid architectures +strip_invalid_archs() { + binary="$1" + # Get architectures for current file + archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | rev)" + stripped="" + for arch in $archs; do + if ! [[ "${VALID_ARCHS}" == *"$arch"* ]]; then + # Strip non-valid architectures in-place + lipo -remove "$arch" -output "$binary" "$binary" || exit 1 + stripped="$stripped $arch" + fi + done + if [[ "$stripped" ]]; then + echo "Stripped $binary of architectures:$stripped" + fi +} + + +if [[ "$CONFIGURATION" == "Debug" ]]; then + install_framework "$BUILT_PRODUCTS_DIR/lottie-ios/lottie_ios.framework" +fi +if [[ "$CONFIGURATION" == "Release" ]]; then + install_framework "$BUILT_PRODUCTS_DIR/lottie-ios/lottie_ios.framework" +fi diff --git a/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-resources.sh b/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-resources.sh new file mode 100755 index 0000000000..25e9d37757 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-resources.sh @@ -0,0 +1,96 @@ +#!/bin/sh +set -e + +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + +RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt +> "$RESOURCES_TO_COPY" + +XCASSET_FILES=() + +case "${TARGETED_DEVICE_FAMILY}" in + 1,2) + TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" + ;; + 1) + TARGET_DEVICE_ARGS="--target-device iphone" + ;; + 2) + TARGET_DEVICE_ARGS="--target-device ipad" + ;; + *) + TARGET_DEVICE_ARGS="--target-device mac" + ;; +esac + +install_resource() +{ + if [[ "$1" = /* ]] ; then + RESOURCE_PATH="$1" + else + RESOURCE_PATH="${PODS_ROOT}/$1" + fi + if [[ ! -e "$RESOURCE_PATH" ]] ; then + cat << EOM +error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. +EOM + exit 1 + fi + case $RESOURCE_PATH in + *.storyboard) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} + ;; + *.xib) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} + ;; + *.framework) + echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + echo "rsync -av $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + rsync -av "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + ;; + *.xcdatamodel) + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom" + ;; + *.xcdatamodeld) + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd" + ;; + *.xcmappingmodel) + echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" + xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" + ;; + *.xcassets) + ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH" + XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") + ;; + *) + echo "$RESOURCE_PATH" + echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY" + ;; + esac +} + +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then + mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi +rm -f "$RESOURCES_TO_COPY" + +if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ] +then + # Find all other xcassets (this unfortunately includes those of path pods and other targets). + OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) + while read line; do + if [[ $line != "${PODS_ROOT}*" ]]; then + XCASSET_FILES+=("$line") + fi + done <<<"$OTHER_XCASSETS" + + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi diff --git a/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-umbrella.h b/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-umbrella.h new file mode 100644 index 0000000000..eb347cfc38 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-umbrella.h @@ -0,0 +1,8 @@ +#ifdef __OBJC__ +#import +#endif + + +FOUNDATION_EXPORT double Pods_lottie_ios_ExampleVersionNumber; +FOUNDATION_EXPORT const unsigned char Pods_lottie_ios_ExampleVersionString[]; + diff --git a/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example.debug.xcconfig b/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example.debug.xcconfig new file mode 100644 index 0000000000..429590dc5d --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example.debug.xcconfig @@ -0,0 +1,9 @@ +ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/lottie-ios" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' +OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/lottie-ios/lottie_ios.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "lottie_ios" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example.modulemap b/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example.modulemap new file mode 100644 index 0000000000..76be552389 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example.modulemap @@ -0,0 +1,6 @@ +framework module Pods_lottie_ios_Example { + umbrella header "Pods-lottie-ios_Example-umbrella.h" + + export * + module * { export * } +} diff --git a/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example.release.xcconfig b/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example.release.xcconfig new file mode 100644 index 0000000000..429590dc5d --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example.release.xcconfig @@ -0,0 +1,9 @@ +ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/lottie-ios" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' +OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/lottie-ios/lottie_ios.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "lottie_ios" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Info.plist b/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Info.plist new file mode 100644 index 0000000000..2243fe6e27 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-acknowledgements.markdown new file mode 100644 index 0000000000..102af75385 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-acknowledgements.markdown @@ -0,0 +1,3 @@ +# Acknowledgements +This application makes use of the following third party libraries: +Generated by CocoaPods - https://cocoapods.org diff --git a/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-acknowledgements.plist new file mode 100644 index 0000000000..7acbad1eab --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-acknowledgements.plist @@ -0,0 +1,29 @@ + + + + + PreferenceSpecifiers + + + FooterText + This application makes use of the following third party libraries: + Title + Acknowledgements + Type + PSGroupSpecifier + + + FooterText + Generated by CocoaPods - https://cocoapods.org + Title + + Type + PSGroupSpecifier + + + StringsTable + Acknowledgements + Title + Acknowledgements + + diff --git a/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-dummy.m b/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-dummy.m new file mode 100644 index 0000000000..f485586208 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_lottie_ios_Tests : NSObject +@end +@implementation PodsDummy_Pods_lottie_ios_Tests +@end diff --git a/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-frameworks.sh b/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-frameworks.sh new file mode 100755 index 0000000000..893c16a631 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-frameworks.sh @@ -0,0 +1,84 @@ +#!/bin/sh +set -e + +echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" +mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + +SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" + +install_framework() +{ + if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then + local source="${BUILT_PRODUCTS_DIR}/$1" + elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then + local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" + elif [ -r "$1" ]; then + local source="$1" + fi + + local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + + if [ -L "${source}" ]; then + echo "Symlinked..." + source="$(readlink "${source}")" + fi + + # use filter instead of exclude so missing patterns dont' throw errors + echo "rsync -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" + rsync -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" + + local basename + basename="$(basename -s .framework "$1")" + binary="${destination}/${basename}.framework/${basename}" + if ! [ -r "$binary" ]; then + binary="${destination}/${basename}" + fi + + # Strip invalid architectures so "fat" simulator / device frameworks work on device + if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then + strip_invalid_archs "$binary" + fi + + # Resign the code if required by the build settings to avoid unstable apps + code_sign_if_enabled "${destination}/$(basename "$1")" + + # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. + if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then + local swift_runtime_libs + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]}) + for lib in $swift_runtime_libs; do + echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" + rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" + code_sign_if_enabled "${destination}/${lib}" + done + fi +} + +# Signs a framework with the provided identity +code_sign_if_enabled() { + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then + # Use the current code_sign_identitiy + echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" + echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements \"$1\"" + /usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements "$1" + fi +} + +# Strip invalid architectures +strip_invalid_archs() { + binary="$1" + # Get architectures for current file + archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | rev)" + stripped="" + for arch in $archs; do + if ! [[ "${VALID_ARCHS}" == *"$arch"* ]]; then + # Strip non-valid architectures in-place + lipo -remove "$arch" -output "$binary" "$binary" || exit 1 + stripped="$stripped $arch" + fi + done + if [[ "$stripped" ]]; then + echo "Stripped $binary of architectures:$stripped" + fi +} + diff --git a/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-resources.sh b/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-resources.sh new file mode 100755 index 0000000000..25e9d37757 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-resources.sh @@ -0,0 +1,96 @@ +#!/bin/sh +set -e + +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + +RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt +> "$RESOURCES_TO_COPY" + +XCASSET_FILES=() + +case "${TARGETED_DEVICE_FAMILY}" in + 1,2) + TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" + ;; + 1) + TARGET_DEVICE_ARGS="--target-device iphone" + ;; + 2) + TARGET_DEVICE_ARGS="--target-device ipad" + ;; + *) + TARGET_DEVICE_ARGS="--target-device mac" + ;; +esac + +install_resource() +{ + if [[ "$1" = /* ]] ; then + RESOURCE_PATH="$1" + else + RESOURCE_PATH="${PODS_ROOT}/$1" + fi + if [[ ! -e "$RESOURCE_PATH" ]] ; then + cat << EOM +error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. +EOM + exit 1 + fi + case $RESOURCE_PATH in + *.storyboard) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} + ;; + *.xib) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} + ;; + *.framework) + echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + echo "rsync -av $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + rsync -av "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + ;; + *.xcdatamodel) + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom" + ;; + *.xcdatamodeld) + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd" + ;; + *.xcmappingmodel) + echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" + xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" + ;; + *.xcassets) + ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH" + XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") + ;; + *) + echo "$RESOURCE_PATH" + echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY" + ;; + esac +} + +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then + mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi +rm -f "$RESOURCES_TO_COPY" + +if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ] +then + # Find all other xcassets (this unfortunately includes those of path pods and other targets). + OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) + while read line; do + if [[ $line != "${PODS_ROOT}*" ]]; then + XCASSET_FILES+=("$line") + fi + done <<<"$OTHER_XCASSETS" + + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi diff --git a/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-umbrella.h b/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-umbrella.h new file mode 100644 index 0000000000..8f7887d0cc --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-umbrella.h @@ -0,0 +1,8 @@ +#ifdef __OBJC__ +#import +#endif + + +FOUNDATION_EXPORT double Pods_lottie_ios_TestsVersionNumber; +FOUNDATION_EXPORT const unsigned char Pods_lottie_ios_TestsVersionString[]; + diff --git a/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests.debug.xcconfig b/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests.debug.xcconfig new file mode 100644 index 0000000000..2ad1cefc7f --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests.debug.xcconfig @@ -0,0 +1,8 @@ +ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/lottie-ios" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' +OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/lottie-ios/lottie_ios.framework/Headers" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests.modulemap b/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests.modulemap new file mode 100644 index 0000000000..94adbd4cec --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests.modulemap @@ -0,0 +1,6 @@ +framework module Pods_lottie_ios_Tests { + umbrella header "Pods-lottie-ios_Tests-umbrella.h" + + export * + module * { export * } +} diff --git a/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests.release.xcconfig b/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests.release.xcconfig new file mode 100644 index 0000000000..2ad1cefc7f --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests.release.xcconfig @@ -0,0 +1,8 @@ +ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/lottie-ios" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' +OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/lottie-ios/lottie_ios.framework/Headers" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/lottie-ios/Info.plist b/Example/Pods/Target Support Files/lottie-ios/Info.plist new file mode 100644 index 0000000000..161a9d30a8 --- /dev/null +++ b/Example/Pods/Target Support Files/lottie-ios/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 0.1.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Example/Pods/Target Support Files/lottie-ios/Lottie.h b/Example/Pods/Target Support Files/lottie-ios/Lottie.h new file mode 100644 index 0000000000..ac9f94d50e --- /dev/null +++ b/Example/Pods/Target Support Files/lottie-ios/Lottie.h @@ -0,0 +1,10 @@ +#ifdef __OBJC__ +#import +#endif + + +FOUNDATION_EXPORT double lottie_iosVersionNumber; +FOUNDATION_EXPORT const unsigned char lottie_iosVersionString[]; + +#import +#import diff --git a/Example/Pods/Target Support Files/lottie-ios/lottie-ios-dummy.m b/Example/Pods/Target Support Files/lottie-ios/lottie-ios-dummy.m new file mode 100644 index 0000000000..67e66c90b7 --- /dev/null +++ b/Example/Pods/Target Support Files/lottie-ios/lottie-ios-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_lottie_ios : NSObject +@end +@implementation PodsDummy_lottie_ios +@end diff --git a/Example/Pods/Target Support Files/lottie-ios/lottie-ios-prefix.pch b/Example/Pods/Target Support Files/lottie-ios/lottie-ios-prefix.pch new file mode 100644 index 0000000000..aa992a4adb --- /dev/null +++ b/Example/Pods/Target Support Files/lottie-ios/lottie-ios-prefix.pch @@ -0,0 +1,4 @@ +#ifdef __OBJC__ +#import +#endif + diff --git a/Example/Pods/Target Support Files/lottie-ios/lottie-ios.modulemap b/Example/Pods/Target Support Files/lottie-ios/lottie-ios.modulemap new file mode 100644 index 0000000000..e32f57bcce --- /dev/null +++ b/Example/Pods/Target Support Files/lottie-ios/lottie-ios.modulemap @@ -0,0 +1,6 @@ +framework module lottie_ios { + umbrella header "lottie-ios-umbrella.h" + + export * + module * { export * } +} diff --git a/Example/Pods/Target Support Files/lottie-ios/lottie-ios.xcconfig b/Example/Pods/Target Support Files/lottie-ios/lottie-ios.xcconfig new file mode 100644 index 0000000000..810c33c8e7 --- /dev/null +++ b/Example/Pods/Target Support Files/lottie-ios/lottie-ios.xcconfig @@ -0,0 +1,8 @@ +CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/lottie-ios +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/Lottie/Lottie/Info.plist b/Example/Tests/Tests-Info.plist similarity index 73% rename from Lottie/Lottie/Info.plist rename to Example/Tests/Tests-Info.plist index d3de8eefb6..169b6f710e 100644 --- a/Lottie/Lottie/Info.plist +++ b/Example/Tests/Tests-Info.plist @@ -5,22 +5,18 @@ CFBundleDevelopmentRegion en CFBundleExecutable - $(EXECUTABLE_NAME) + ${EXECUTABLE_NAME} CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 - CFBundleName - $(PRODUCT_NAME) CFBundlePackageType - FMWK + BNDL CFBundleShortVersionString 1.0 CFBundleSignature ???? CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - + 1 diff --git a/Example/Tests/Tests-Prefix.pch b/Example/Tests/Tests-Prefix.pch new file mode 100644 index 0000000000..0bfb741d05 --- /dev/null +++ b/Example/Tests/Tests-Prefix.pch @@ -0,0 +1,7 @@ +// The contents of this file are implicitly included at the beginning of every test case source file. + +#ifdef __OBJC__ + + + +#endif diff --git a/Example/Tests/Tests.m b/Example/Tests/Tests.m new file mode 100644 index 0000000000..6e5325aff4 --- /dev/null +++ b/Example/Tests/Tests.m @@ -0,0 +1,35 @@ +// +// lottie-iosTests.m +// lottie-iosTests +// +// Created by Brandon Withrow on 01/26/2017. +// Copyright (c) 2017 Brandon Withrow. All rights reserved. +// + +@import XCTest; + +@interface Tests : XCTestCase + +@end + +@implementation Tests + +- (void)setUp +{ + [super setUp]; + // Put setup code here. This method is called before the invocation of each test method in the class. +} + +- (void)tearDown +{ + // Put teardown code here. This method is called after the invocation of each test method in the class. + [super tearDown]; +} + +- (void)testExample +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end + diff --git a/Example/Tests/en.lproj/InfoPlist.strings b/Example/Tests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000000..477b28ff8f --- /dev/null +++ b/Example/Tests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/Example/lottie-ios.xcodeproj/project.pbxproj b/Example/lottie-ios.xcodeproj/project.pbxproj new file mode 100644 index 0000000000..ec204c86e1 --- /dev/null +++ b/Example/lottie-ios.xcodeproj/project.pbxproj @@ -0,0 +1,860 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; }; + 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; }; + 6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; }; + 6003F598195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F596195388D20070C39A /* InfoPlist.strings */; }; + 6003F59A195388D20070C39A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F599195388D20070C39A /* main.m */; }; + 6003F59E195388D20070C39A /* LAAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F59D195388D20070C39A /* LAAppDelegate.m */; }; + 6003F5A9195388D20070C39A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5A8195388D20070C39A /* Images.xcassets */; }; + 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F5AF195388D20070C39A /* XCTest.framework */; }; + 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; }; + 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; }; + 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5B8195388D20070C39A /* InfoPlist.strings */; }; + 6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; }; + 62B2546A1E3A8D310035A842 /* LottieRootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B254631E3A8D310035A842 /* LottieRootViewController.m */; }; + 62B2546B1E3A8D310035A842 /* AnimationExplorerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B254651E3A8D310035A842 /* AnimationExplorerViewController.m */; }; + 62B2546C1E3A8D310035A842 /* AnimationTransitionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B254671E3A8D310035A842 /* AnimationTransitionViewController.m */; }; + 62B2546D1E3A8D310035A842 /* JSONExplorerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B254691E3A8D310035A842 /* JSONExplorerViewController.m */; }; + 62B254721E3A8D3B0035A842 /* TypingDemoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B2546F1E3A8D3B0035A842 /* TypingDemoViewController.m */; }; + 62B254731E3A8D3B0035A842 /* AnimatedTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B254711E3A8D3B0035A842 /* AnimatedTextField.m */; }; + 62B254A21E3A90040035A842 /* 9squares-AlBoardman.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B254771E3A90040035A842 /* 9squares-AlBoardman.json */; }; + 62B254A31E3A90040035A842 /* HamburgerArrow.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B254781E3A90040035A842 /* HamburgerArrow.json */; }; + 62B254A41E3A90040035A842 /* IconTransitions.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B254791E3A90040035A842 /* IconTransitions.json */; }; + 62B254A51E3A90040035A842 /* LottieLogo1_masked.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B2547A1E3A90040035A842 /* LottieLogo1_masked.json */; }; + 62B254A61E3A90040035A842 /* LottieLogo1.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B2547B1E3A90040035A842 /* LottieLogo1.json */; }; + 62B254A71E3A90040035A842 /* LottieLogo2.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B2547C1E3A90040035A842 /* LottieLogo2.json */; }; + 62B254A81E3A90040035A842 /* MotionCorpse-Jrcanest.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B2547D1E3A90040035A842 /* MotionCorpse-Jrcanest.json */; }; + 62B254A91E3A90040035A842 /* PinJump.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B2547E1E3A90040035A842 /* PinJump.json */; }; + 62B254AA1E3A90040035A842 /* TwitterHeart.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B2547F1E3A90040035A842 /* TwitterHeart.json */; }; + 62B254AB1E3A90040035A842 /* A.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B254811E3A90040035A842 /* A.json */; }; + 62B254AC1E3A90040035A842 /* Apostrophe.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B254821E3A90040035A842 /* Apostrophe.json */; }; + 62B254AD1E3A90040035A842 /* B.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B254831E3A90040035A842 /* B.json */; }; + 62B254AE1E3A90040035A842 /* BlinkingCursor.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B254841E3A90040035A842 /* BlinkingCursor.json */; }; + 62B254AF1E3A90040035A842 /* C.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B254851E3A90040035A842 /* C.json */; }; + 62B254B01E3A90040035A842 /* Colon.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B254861E3A90040035A842 /* Colon.json */; }; + 62B254B11E3A90040035A842 /* Comma.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B254871E3A90040035A842 /* Comma.json */; }; + 62B254B21E3A90040035A842 /* D.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B254881E3A90040035A842 /* D.json */; }; + 62B254B31E3A90040035A842 /* E.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B254891E3A90040035A842 /* E.json */; }; + 62B254B41E3A90040035A842 /* F.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B2548A1E3A90040035A842 /* F.json */; }; + 62B254B51E3A90040035A842 /* G.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B2548B1E3A90040035A842 /* G.json */; }; + 62B254B61E3A90040035A842 /* H.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B2548C1E3A90040035A842 /* H.json */; }; + 62B254B71E3A90040035A842 /* I.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B2548D1E3A90040035A842 /* I.json */; }; + 62B254B81E3A90040035A842 /* J.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B2548E1E3A90040035A842 /* J.json */; }; + 62B254B91E3A90040035A842 /* K.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B2548F1E3A90040035A842 /* K.json */; }; + 62B254BA1E3A90040035A842 /* L.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B254901E3A90040035A842 /* L.json */; }; + 62B254BB1E3A90040035A842 /* M.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B254911E3A90040035A842 /* M.json */; }; + 62B254BC1E3A90040035A842 /* N.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B254921E3A90040035A842 /* N.json */; }; + 62B254BD1E3A90040035A842 /* O.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B254931E3A90040035A842 /* O.json */; }; + 62B254BE1E3A90040035A842 /* P.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B254941E3A90040035A842 /* P.json */; }; + 62B254BF1E3A90040035A842 /* Q.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B254951E3A90040035A842 /* Q.json */; }; + 62B254C01E3A90040035A842 /* R.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B254961E3A90040035A842 /* R.json */; }; + 62B254C11E3A90040035A842 /* S.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B254971E3A90040035A842 /* S.json */; }; + 62B254C21E3A90040035A842 /* T.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B254981E3A90040035A842 /* T.json */; }; + 62B254C31E3A90040035A842 /* U.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B254991E3A90040035A842 /* U.json */; }; + 62B254C41E3A90040035A842 /* V.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B2549A1E3A90040035A842 /* V.json */; }; + 62B254C51E3A90040035A842 /* W.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B2549B1E3A90040035A842 /* W.json */; }; + 62B254C61E3A90040035A842 /* X.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B2549C1E3A90040035A842 /* X.json */; }; + 62B254C71E3A90040035A842 /* Y.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B2549D1E3A90040035A842 /* Y.json */; }; + 62B254C81E3A90040035A842 /* Z.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B2549E1E3A90040035A842 /* Z.json */; }; + 62B254C91E3A90040035A842 /* vcTransition1.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B2549F1E3A90040035A842 /* vcTransition1.json */; }; + 62B254CA1E3A90040035A842 /* vcTransition2.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B254A01E3A90040035A842 /* vcTransition2.json */; }; + 62B254CB1E3A90040035A842 /* Watermelon.json in Resources */ = {isa = PBXBuildFile; fileRef = 62B254A11E3A90040035A842 /* Watermelon.json */; }; + 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */; }; + 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */; }; + B8E8748514D4FA9C683B1711 /* Pods_lottie_ios_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4EBDFEA18138A27DD5A89337 /* Pods_lottie_ios_Tests.framework */; }; + C943A3796C49233331BFF88A /* Pods_lottie_ios_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B71258504C0FDAA9D74810DB /* Pods_lottie_ios_Example.framework */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 6003F5B3195388D20070C39A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 6003F582195388D10070C39A /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6003F589195388D20070C39A; + remoteInfo = "lottie-ios"; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 05ACBD6FE5DF79DB2906251A /* Pods-lottie-ios_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-lottie-ios_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests.debug.xcconfig"; sourceTree = ""; }; + 278F8B6FD5D7B8D80A860E31 /* Pods-lottie-ios_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-lottie-ios_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests.release.xcconfig"; sourceTree = ""; }; + 4EBDFEA18138A27DD5A89337 /* Pods_lottie_ios_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_lottie_ios_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 6003F58A195388D20070C39A /* lottie-ios_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "lottie-ios_Example.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 6003F591195388D20070C39A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 6003F595195388D20070C39A /* lottie-ios-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "lottie-ios-Info.plist"; sourceTree = ""; }; + 6003F597195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 6003F599195388D20070C39A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 6003F59B195388D20070C39A /* lottie-ios-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "lottie-ios-Prefix.pch"; sourceTree = ""; }; + 6003F59C195388D20070C39A /* LAAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LAAppDelegate.h; sourceTree = ""; }; + 6003F59D195388D20070C39A /* LAAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LAAppDelegate.m; sourceTree = ""; }; + 6003F5A8195388D20070C39A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 6003F5AE195388D20070C39A /* lottie-ios_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "lottie-ios_Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + 6003F5AF195388D20070C39A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 6003F5B7195388D20070C39A /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = ""; }; + 6003F5B9195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 6003F5BB195388D20070C39A /* Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Tests.m; sourceTree = ""; }; + 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = ""; }; + 62569CB2461B12ABC97FCB96 /* lottie-ios.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = "lottie-ios.podspec"; path = "../lottie-ios.podspec"; sourceTree = ""; }; + 62B254621E3A8D310035A842 /* LottieRootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LottieRootViewController.h; sourceTree = ""; }; + 62B254631E3A8D310035A842 /* LottieRootViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LottieRootViewController.m; sourceTree = ""; }; + 62B254641E3A8D310035A842 /* AnimationExplorerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AnimationExplorerViewController.h; sourceTree = ""; }; + 62B254651E3A8D310035A842 /* AnimationExplorerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AnimationExplorerViewController.m; sourceTree = ""; }; + 62B254661E3A8D310035A842 /* AnimationTransitionViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AnimationTransitionViewController.h; sourceTree = ""; }; + 62B254671E3A8D310035A842 /* AnimationTransitionViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AnimationTransitionViewController.m; sourceTree = ""; }; + 62B254681E3A8D310035A842 /* JSONExplorerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSONExplorerViewController.h; sourceTree = ""; }; + 62B254691E3A8D310035A842 /* JSONExplorerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JSONExplorerViewController.m; sourceTree = ""; }; + 62B2546E1E3A8D3B0035A842 /* TypingDemoViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TypingDemoViewController.h; sourceTree = ""; }; + 62B2546F1E3A8D3B0035A842 /* TypingDemoViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TypingDemoViewController.m; sourceTree = ""; }; + 62B254701E3A8D3B0035A842 /* AnimatedTextField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AnimatedTextField.h; sourceTree = ""; }; + 62B254711E3A8D3B0035A842 /* AnimatedTextField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AnimatedTextField.m; sourceTree = ""; }; + 62B254771E3A90040035A842 /* 9squares-AlBoardman.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = "9squares-AlBoardman.json"; path = "Assets/9squares-AlBoardman.json"; sourceTree = SOURCE_ROOT; }; + 62B254781E3A90040035A842 /* HamburgerArrow.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = HamburgerArrow.json; path = Assets/HamburgerArrow.json; sourceTree = SOURCE_ROOT; }; + 62B254791E3A90040035A842 /* IconTransitions.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = IconTransitions.json; path = Assets/IconTransitions.json; sourceTree = SOURCE_ROOT; }; + 62B2547A1E3A90040035A842 /* LottieLogo1_masked.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = LottieLogo1_masked.json; path = Assets/LottieLogo1_masked.json; sourceTree = SOURCE_ROOT; }; + 62B2547B1E3A90040035A842 /* LottieLogo1.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = LottieLogo1.json; path = Assets/LottieLogo1.json; sourceTree = SOURCE_ROOT; }; + 62B2547C1E3A90040035A842 /* LottieLogo2.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = LottieLogo2.json; path = Assets/LottieLogo2.json; sourceTree = SOURCE_ROOT; }; + 62B2547D1E3A90040035A842 /* MotionCorpse-Jrcanest.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = "MotionCorpse-Jrcanest.json"; path = "Assets/MotionCorpse-Jrcanest.json"; sourceTree = SOURCE_ROOT; }; + 62B2547E1E3A90040035A842 /* PinJump.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = PinJump.json; path = Assets/PinJump.json; sourceTree = SOURCE_ROOT; }; + 62B2547F1E3A90040035A842 /* TwitterHeart.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = TwitterHeart.json; path = Assets/TwitterHeart.json; sourceTree = SOURCE_ROOT; }; + 62B254811E3A90040035A842 /* A.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = A.json; sourceTree = ""; }; + 62B254821E3A90040035A842 /* Apostrophe.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Apostrophe.json; sourceTree = ""; }; + 62B254831E3A90040035A842 /* B.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = B.json; sourceTree = ""; }; + 62B254841E3A90040035A842 /* BlinkingCursor.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = BlinkingCursor.json; sourceTree = ""; }; + 62B254851E3A90040035A842 /* C.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = C.json; sourceTree = ""; }; + 62B254861E3A90040035A842 /* Colon.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Colon.json; sourceTree = ""; }; + 62B254871E3A90040035A842 /* Comma.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Comma.json; sourceTree = ""; }; + 62B254881E3A90040035A842 /* D.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = D.json; sourceTree = ""; }; + 62B254891E3A90040035A842 /* E.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = E.json; sourceTree = ""; }; + 62B2548A1E3A90040035A842 /* F.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = F.json; sourceTree = ""; }; + 62B2548B1E3A90040035A842 /* G.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = G.json; sourceTree = ""; }; + 62B2548C1E3A90040035A842 /* H.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = H.json; sourceTree = ""; }; + 62B2548D1E3A90040035A842 /* I.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = I.json; sourceTree = ""; }; + 62B2548E1E3A90040035A842 /* J.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = J.json; sourceTree = ""; }; + 62B2548F1E3A90040035A842 /* K.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = K.json; sourceTree = ""; }; + 62B254901E3A90040035A842 /* L.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = L.json; sourceTree = ""; }; + 62B254911E3A90040035A842 /* M.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = M.json; sourceTree = ""; }; + 62B254921E3A90040035A842 /* N.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = N.json; sourceTree = ""; }; + 62B254931E3A90040035A842 /* O.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = O.json; sourceTree = ""; }; + 62B254941E3A90040035A842 /* P.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = P.json; sourceTree = ""; }; + 62B254951E3A90040035A842 /* Q.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Q.json; sourceTree = ""; }; + 62B254961E3A90040035A842 /* R.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = R.json; sourceTree = ""; }; + 62B254971E3A90040035A842 /* S.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = S.json; sourceTree = ""; }; + 62B254981E3A90040035A842 /* T.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = T.json; sourceTree = ""; }; + 62B254991E3A90040035A842 /* U.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = U.json; sourceTree = ""; }; + 62B2549A1E3A90040035A842 /* V.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = V.json; sourceTree = ""; }; + 62B2549B1E3A90040035A842 /* W.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = W.json; sourceTree = ""; }; + 62B2549C1E3A90040035A842 /* X.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = X.json; sourceTree = ""; }; + 62B2549D1E3A90040035A842 /* Y.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Y.json; sourceTree = ""; }; + 62B2549E1E3A90040035A842 /* Z.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Z.json; sourceTree = ""; }; + 62B2549F1E3A90040035A842 /* vcTransition1.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = vcTransition1.json; path = Assets/vcTransition1.json; sourceTree = SOURCE_ROOT; }; + 62B254A01E3A90040035A842 /* vcTransition2.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = vcTransition2.json; path = Assets/vcTransition2.json; sourceTree = SOURCE_ROOT; }; + 62B254A11E3A90040035A842 /* Watermelon.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = Watermelon.json; path = Assets/Watermelon.json; sourceTree = SOURCE_ROOT; }; + 6DC4D284D6109D58EE331F86 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = ""; }; + 71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + 849BA365333DAFABF1DDB4D8 /* Pods-lottie-ios_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-lottie-ios_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example.debug.xcconfig"; sourceTree = ""; }; + 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 8FE07E717166E2E80F81C2E0 /* Pods-lottie-ios_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-lottie-ios_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example.release.xcconfig"; sourceTree = ""; }; + 94B0A9361261413477E89F1E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = ""; }; + B71258504C0FDAA9D74810DB /* Pods_lottie_ios_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_lottie_ios_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 6003F587195388D20070C39A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */, + 6003F592195388D20070C39A /* UIKit.framework in Frameworks */, + 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */, + C943A3796C49233331BFF88A /* Pods_lottie_ios_Example.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 6003F5AB195388D20070C39A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */, + 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */, + 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */, + B8E8748514D4FA9C683B1711 /* Pods_lottie_ios_Tests.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 3B3A4582F6EABB848DF9FFAE /* Pods */ = { + isa = PBXGroup; + children = ( + 849BA365333DAFABF1DDB4D8 /* Pods-lottie-ios_Example.debug.xcconfig */, + 8FE07E717166E2E80F81C2E0 /* Pods-lottie-ios_Example.release.xcconfig */, + 05ACBD6FE5DF79DB2906251A /* Pods-lottie-ios_Tests.debug.xcconfig */, + 278F8B6FD5D7B8D80A860E31 /* Pods-lottie-ios_Tests.release.xcconfig */, + ); + name = Pods; + sourceTree = ""; + }; + 6003F581195388D10070C39A = { + isa = PBXGroup; + children = ( + 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */, + 6003F593195388D20070C39A /* Example for lottie-ios */, + 6003F5B5195388D20070C39A /* Tests */, + 6003F58C195388D20070C39A /* Frameworks */, + 6003F58B195388D20070C39A /* Products */, + 3B3A4582F6EABB848DF9FFAE /* Pods */, + ); + sourceTree = ""; + }; + 6003F58B195388D20070C39A /* Products */ = { + isa = PBXGroup; + children = ( + 6003F58A195388D20070C39A /* lottie-ios_Example.app */, + 6003F5AE195388D20070C39A /* lottie-ios_Tests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 6003F58C195388D20070C39A /* Frameworks */ = { + isa = PBXGroup; + children = ( + 6003F58D195388D20070C39A /* Foundation.framework */, + 6003F58F195388D20070C39A /* CoreGraphics.framework */, + 6003F591195388D20070C39A /* UIKit.framework */, + 6003F5AF195388D20070C39A /* XCTest.framework */, + B71258504C0FDAA9D74810DB /* Pods_lottie_ios_Example.framework */, + 4EBDFEA18138A27DD5A89337 /* Pods_lottie_ios_Tests.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 6003F593195388D20070C39A /* Example for lottie-ios */ = { + isa = PBXGroup; + children = ( + 6003F59C195388D20070C39A /* LAAppDelegate.h */, + 6003F59D195388D20070C39A /* LAAppDelegate.m */, + 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */, + 62B254621E3A8D310035A842 /* LottieRootViewController.h */, + 62B254631E3A8D310035A842 /* LottieRootViewController.m */, + 62B254741E3A8D400035A842 /* Animation Explorer */, + 62B254751E3A8D500035A842 /* Transition Demo */, + 62B254761E3A8D620035A842 /* Typing Animation Demo */, + 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */, + 6003F5A8195388D20070C39A /* Images.xcassets */, + 6003F594195388D20070C39A /* Supporting Files */, + ); + name = "Example for lottie-ios"; + path = "lottie-ios"; + sourceTree = ""; + }; + 6003F594195388D20070C39A /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 6003F595195388D20070C39A /* lottie-ios-Info.plist */, + 6003F596195388D20070C39A /* InfoPlist.strings */, + 6003F599195388D20070C39A /* main.m */, + 6003F59B195388D20070C39A /* lottie-ios-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 6003F5B5195388D20070C39A /* Tests */ = { + isa = PBXGroup; + children = ( + 6003F5BB195388D20070C39A /* Tests.m */, + 6003F5B6195388D20070C39A /* Supporting Files */, + ); + path = Tests; + sourceTree = ""; + }; + 6003F5B6195388D20070C39A /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 62B254801E3A90040035A842 /* TypeFace */, + 62B254771E3A90040035A842 /* 9squares-AlBoardman.json */, + 62B254781E3A90040035A842 /* HamburgerArrow.json */, + 62B254791E3A90040035A842 /* IconTransitions.json */, + 62B2547A1E3A90040035A842 /* LottieLogo1_masked.json */, + 62B2547B1E3A90040035A842 /* LottieLogo1.json */, + 62B2547C1E3A90040035A842 /* LottieLogo2.json */, + 62B2547D1E3A90040035A842 /* MotionCorpse-Jrcanest.json */, + 62B2547E1E3A90040035A842 /* PinJump.json */, + 62B2547F1E3A90040035A842 /* TwitterHeart.json */, + 62B2549F1E3A90040035A842 /* vcTransition1.json */, + 62B254A01E3A90040035A842 /* vcTransition2.json */, + 62B254A11E3A90040035A842 /* Watermelon.json */, + 6003F5B7195388D20070C39A /* Tests-Info.plist */, + 6003F5B8195388D20070C39A /* InfoPlist.strings */, + 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */ = { + isa = PBXGroup; + children = ( + 62569CB2461B12ABC97FCB96 /* lottie-ios.podspec */, + 94B0A9361261413477E89F1E /* README.md */, + 6DC4D284D6109D58EE331F86 /* LICENSE */, + ); + name = "Podspec Metadata"; + sourceTree = ""; + }; + 62B254741E3A8D400035A842 /* Animation Explorer */ = { + isa = PBXGroup; + children = ( + 62B254681E3A8D310035A842 /* JSONExplorerViewController.h */, + 62B254691E3A8D310035A842 /* JSONExplorerViewController.m */, + 62B254641E3A8D310035A842 /* AnimationExplorerViewController.h */, + 62B254651E3A8D310035A842 /* AnimationExplorerViewController.m */, + ); + name = "Animation Explorer"; + sourceTree = ""; + }; + 62B254751E3A8D500035A842 /* Transition Demo */ = { + isa = PBXGroup; + children = ( + 62B254661E3A8D310035A842 /* AnimationTransitionViewController.h */, + 62B254671E3A8D310035A842 /* AnimationTransitionViewController.m */, + ); + name = "Transition Demo"; + sourceTree = ""; + }; + 62B254761E3A8D620035A842 /* Typing Animation Demo */ = { + isa = PBXGroup; + children = ( + 62B2546E1E3A8D3B0035A842 /* TypingDemoViewController.h */, + 62B2546F1E3A8D3B0035A842 /* TypingDemoViewController.m */, + 62B254701E3A8D3B0035A842 /* AnimatedTextField.h */, + 62B254711E3A8D3B0035A842 /* AnimatedTextField.m */, + ); + name = "Typing Animation Demo"; + sourceTree = ""; + }; + 62B254801E3A90040035A842 /* TypeFace */ = { + isa = PBXGroup; + children = ( + 62B254811E3A90040035A842 /* A.json */, + 62B254821E3A90040035A842 /* Apostrophe.json */, + 62B254831E3A90040035A842 /* B.json */, + 62B254841E3A90040035A842 /* BlinkingCursor.json */, + 62B254851E3A90040035A842 /* C.json */, + 62B254861E3A90040035A842 /* Colon.json */, + 62B254871E3A90040035A842 /* Comma.json */, + 62B254881E3A90040035A842 /* D.json */, + 62B254891E3A90040035A842 /* E.json */, + 62B2548A1E3A90040035A842 /* F.json */, + 62B2548B1E3A90040035A842 /* G.json */, + 62B2548C1E3A90040035A842 /* H.json */, + 62B2548D1E3A90040035A842 /* I.json */, + 62B2548E1E3A90040035A842 /* J.json */, + 62B2548F1E3A90040035A842 /* K.json */, + 62B254901E3A90040035A842 /* L.json */, + 62B254911E3A90040035A842 /* M.json */, + 62B254921E3A90040035A842 /* N.json */, + 62B254931E3A90040035A842 /* O.json */, + 62B254941E3A90040035A842 /* P.json */, + 62B254951E3A90040035A842 /* Q.json */, + 62B254961E3A90040035A842 /* R.json */, + 62B254971E3A90040035A842 /* S.json */, + 62B254981E3A90040035A842 /* T.json */, + 62B254991E3A90040035A842 /* U.json */, + 62B2549A1E3A90040035A842 /* V.json */, + 62B2549B1E3A90040035A842 /* W.json */, + 62B2549C1E3A90040035A842 /* X.json */, + 62B2549D1E3A90040035A842 /* Y.json */, + 62B2549E1E3A90040035A842 /* Z.json */, + ); + name = TypeFace; + path = Assets/TypeFace; + sourceTree = SOURCE_ROOT; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 6003F589195388D20070C39A /* lottie-ios_Example */ = { + isa = PBXNativeTarget; + buildConfigurationList = 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "lottie-ios_Example" */; + buildPhases = ( + 78E5C1D6C759603709200120 /* [CP] Check Pods Manifest.lock */, + 6003F586195388D20070C39A /* Sources */, + 6003F587195388D20070C39A /* Frameworks */, + 6003F588195388D20070C39A /* Resources */, + 12F1E07C5E683E1EC036856C /* [CP] Embed Pods Frameworks */, + FDEA7632D2E2B3D469D7D710 /* [CP] Copy Pods Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "lottie-ios_Example"; + productName = "lottie-ios"; + productReference = 6003F58A195388D20070C39A /* lottie-ios_Example.app */; + productType = "com.apple.product-type.application"; + }; + 6003F5AD195388D20070C39A /* lottie-ios_Tests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "lottie-ios_Tests" */; + buildPhases = ( + A217B136975F8584F3390B8E /* [CP] Check Pods Manifest.lock */, + 6003F5AA195388D20070C39A /* Sources */, + 6003F5AB195388D20070C39A /* Frameworks */, + 6003F5AC195388D20070C39A /* Resources */, + 0A1BCFDBD8568FE10AA7F925 /* [CP] Embed Pods Frameworks */, + 64440AB7A58A1588DA997674 /* [CP] Copy Pods Resources */, + ); + buildRules = ( + ); + dependencies = ( + 6003F5B4195388D20070C39A /* PBXTargetDependency */, + ); + name = "lottie-ios_Tests"; + productName = "lottie-iosTests"; + productReference = 6003F5AE195388D20070C39A /* lottie-ios_Tests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 6003F582195388D10070C39A /* Project object */ = { + isa = PBXProject; + attributes = { + CLASSPREFIX = LA; + LastUpgradeCheck = 0720; + ORGANIZATIONNAME = "Brandon Withrow"; + TargetAttributes = { + 6003F5AD195388D20070C39A = { + TestTargetID = 6003F589195388D20070C39A; + }; + }; + }; + buildConfigurationList = 6003F585195388D10070C39A /* Build configuration list for PBXProject "lottie-ios" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 6003F581195388D10070C39A; + productRefGroup = 6003F58B195388D20070C39A /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 6003F589195388D20070C39A /* lottie-ios_Example */, + 6003F5AD195388D20070C39A /* lottie-ios_Tests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 6003F588195388D20070C39A /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 62B254C01E3A90040035A842 /* R.json in Resources */, + 62B254B61E3A90040035A842 /* H.json in Resources */, + 62B254B41E3A90040035A842 /* F.json in Resources */, + 62B254AD1E3A90040035A842 /* B.json in Resources */, + 62B254B01E3A90040035A842 /* Colon.json in Resources */, + 62B254C51E3A90040035A842 /* W.json in Resources */, + 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */, + 62B254BC1E3A90040035A842 /* N.json in Resources */, + 62B254BB1E3A90040035A842 /* M.json in Resources */, + 62B254B11E3A90040035A842 /* Comma.json in Resources */, + 62B254B51E3A90040035A842 /* G.json in Resources */, + 62B254A21E3A90040035A842 /* 9squares-AlBoardman.json in Resources */, + 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */, + 62B254AB1E3A90040035A842 /* A.json in Resources */, + 62B254A31E3A90040035A842 /* HamburgerArrow.json in Resources */, + 62B254C91E3A90040035A842 /* vcTransition1.json in Resources */, + 62B254CA1E3A90040035A842 /* vcTransition2.json in Resources */, + 62B254BF1E3A90040035A842 /* Q.json in Resources */, + 62B254A61E3A90040035A842 /* LottieLogo1.json in Resources */, + 62B254AF1E3A90040035A842 /* C.json in Resources */, + 62B254C11E3A90040035A842 /* S.json in Resources */, + 62B254C61E3A90040035A842 /* X.json in Resources */, + 62B254B71E3A90040035A842 /* I.json in Resources */, + 62B254A81E3A90040035A842 /* MotionCorpse-Jrcanest.json in Resources */, + 62B254BE1E3A90040035A842 /* P.json in Resources */, + 62B254C81E3A90040035A842 /* Z.json in Resources */, + 62B254AC1E3A90040035A842 /* Apostrophe.json in Resources */, + 62B254A41E3A90040035A842 /* IconTransitions.json in Resources */, + 6003F5A9195388D20070C39A /* Images.xcassets in Resources */, + 62B254B21E3A90040035A842 /* D.json in Resources */, + 62B254A51E3A90040035A842 /* LottieLogo1_masked.json in Resources */, + 62B254C41E3A90040035A842 /* V.json in Resources */, + 62B254AA1E3A90040035A842 /* TwitterHeart.json in Resources */, + 62B254B91E3A90040035A842 /* K.json in Resources */, + 62B254BA1E3A90040035A842 /* L.json in Resources */, + 62B254CB1E3A90040035A842 /* Watermelon.json in Resources */, + 62B254B31E3A90040035A842 /* E.json in Resources */, + 62B254A71E3A90040035A842 /* LottieLogo2.json in Resources */, + 62B254AE1E3A90040035A842 /* BlinkingCursor.json in Resources */, + 62B254C71E3A90040035A842 /* Y.json in Resources */, + 6003F598195388D20070C39A /* InfoPlist.strings in Resources */, + 62B254C21E3A90040035A842 /* T.json in Resources */, + 62B254BD1E3A90040035A842 /* O.json in Resources */, + 62B254A91E3A90040035A842 /* PinJump.json in Resources */, + 62B254B81E3A90040035A842 /* J.json in Resources */, + 62B254C31E3A90040035A842 /* U.json in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 6003F5AC195388D20070C39A /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 0A1BCFDBD8568FE10AA7F925 /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + 12F1E07C5E683E1EC036856C /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + 64440AB7A58A1588DA997674 /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + 78E5C1D6C759603709200120 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; + showEnvVarsInLog = 0; + }; + A217B136975F8584F3390B8E /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; + showEnvVarsInLog = 0; + }; + FDEA7632D2E2B3D469D7D710 /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 6003F586195388D20070C39A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6003F59E195388D20070C39A /* LAAppDelegate.m in Sources */, + 62B2546A1E3A8D310035A842 /* LottieRootViewController.m in Sources */, + 62B2546B1E3A8D310035A842 /* AnimationExplorerViewController.m in Sources */, + 62B2546D1E3A8D310035A842 /* JSONExplorerViewController.m in Sources */, + 62B254721E3A8D3B0035A842 /* TypingDemoViewController.m in Sources */, + 62B254731E3A8D3B0035A842 /* AnimatedTextField.m in Sources */, + 62B2546C1E3A8D310035A842 /* AnimationTransitionViewController.m in Sources */, + 6003F59A195388D20070C39A /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 6003F5AA195388D20070C39A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6003F5BC195388D20070C39A /* Tests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 6003F5B4195388D20070C39A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 6003F589195388D20070C39A /* lottie-ios_Example */; + targetProxy = 6003F5B3195388D20070C39A /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 6003F596195388D20070C39A /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 6003F597195388D20070C39A /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 6003F5B8195388D20070C39A /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 6003F5B9195388D20070C39A /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 71719F9E1E33DC2100824A3D /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 6003F5BD195388D20070C39A /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 8.3; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 6003F5BE195388D20070C39A /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 8.3; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 6003F5C0195388D20070C39A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 849BA365333DAFABF1DDB4D8 /* Pods-lottie-ios_Example.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "lottie-ios/lottie-ios-Prefix.pch"; + INFOPLIST_FILE = "lottie-ios/lottie-ios-Info.plist"; + MODULE_NAME = ExampleApp; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 6003F5C1195388D20070C39A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8FE07E717166E2E80F81C2E0 /* Pods-lottie-ios_Example.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "lottie-ios/lottie-ios-Prefix.pch"; + INFOPLIST_FILE = "lottie-ios/lottie-ios-Info.plist"; + MODULE_NAME = ExampleApp; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 6003F5C3195388D20070C39A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 05ACBD6FE5DF79DB2906251A /* Pods-lottie-ios_Tests.debug.xcconfig */; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "Tests/Tests-Info.plist"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/lottie-ios_Example.app/lottie-ios_Example"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 6003F5C4195388D20070C39A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 278F8B6FD5D7B8D80A860E31 /* Pods-lottie-ios_Tests.release.xcconfig */; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch"; + INFOPLIST_FILE = "Tests/Tests-Info.plist"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/lottie-ios_Example.app/lottie-ios_Example"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 6003F585195388D10070C39A /* Build configuration list for PBXProject "lottie-ios" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6003F5BD195388D20070C39A /* Debug */, + 6003F5BE195388D20070C39A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "lottie-ios_Example" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6003F5C0195388D20070C39A /* Debug */, + 6003F5C1195388D20070C39A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "lottie-ios_Tests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6003F5C3195388D20070C39A /* Debug */, + 6003F5C4195388D20070C39A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 6003F582195388D10070C39A /* Project object */; +} diff --git a/Lottie/Lottie.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Example/lottie-ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 70% rename from Lottie/Lottie.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to Example/lottie-ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata index a57e837d92..a38fcde4ea 100644 --- a/Lottie/Lottie.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ b/Example/lottie-ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -2,6 +2,6 @@ + location = "self:lottie-ios.xcodeproj"> diff --git a/LottieExamples/LottieExamples.xcodeproj/xcshareddata/xcschemes/LotteExamples.xcscheme b/Example/lottie-ios.xcodeproj/xcshareddata/xcschemes/lottie-ios-Example.xcscheme similarity index 63% rename from LottieExamples/LottieExamples.xcodeproj/xcshareddata/xcschemes/LotteExamples.xcscheme rename to Example/lottie-ios.xcodeproj/xcshareddata/xcschemes/lottie-ios-Example.xcscheme index 9770016347..cc150386b2 100644 --- a/LottieExamples/LottieExamples.xcodeproj/xcshareddata/xcschemes/LotteExamples.xcscheme +++ b/Example/lottie-ios.xcodeproj/xcshareddata/xcschemes/lottie-ios-Example.xcscheme @@ -1,6 +1,6 @@ + BlueprintIdentifier = "6003F589195388D20070C39A" + BuildableName = "lottie-ios_Example.app" + BlueprintName = "lottie-ios_Example" + ReferencedContainer = "container:lottie-ios.xcodeproj"> @@ -28,14 +28,24 @@ selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" shouldUseLaunchSchemeArgsEnv = "YES"> + + + + + BlueprintIdentifier = "6003F589195388D20070C39A" + BuildableName = "lottie-ios_Example.app" + BlueprintName = "lottie-ios_Example" + ReferencedContainer = "container:lottie-ios.xcodeproj"> @@ -55,10 +65,10 @@ runnableDebuggingMode = "0"> + BlueprintIdentifier = "6003F589195388D20070C39A" + BuildableName = "lottie-ios_Example.app" + BlueprintName = "lottie-ios_Example" + ReferencedContainer = "container:lottie-ios.xcodeproj"> @@ -74,10 +84,10 @@ runnableDebuggingMode = "0"> + BlueprintIdentifier = "6003F589195388D20070C39A" + BuildableName = "lottie-ios_Example.app" + BlueprintName = "lottie-ios_Example" + ReferencedContainer = "container:lottie-ios.xcodeproj"> diff --git a/Example/lottie-ios.xcodeproj/xcuserdata/brandon_withrow.xcuserdatad/xcschemes/xcschememanagement.plist b/Example/lottie-ios.xcodeproj/xcuserdata/brandon_withrow.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000000..adfa137d3e --- /dev/null +++ b/Example/lottie-ios.xcodeproj/xcuserdata/brandon_withrow.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,19 @@ + + + + + SuppressBuildableAutocreation + + 6003F589195388D20070C39A + + primary + + + 6003F5AD195388D20070C39A + + primary + + + + + diff --git a/LottieExamples.xcworkspace/contents.xcworkspacedata b/Example/lottie-ios.xcworkspace/contents.xcworkspacedata similarity index 52% rename from LottieExamples.xcworkspace/contents.xcworkspacedata rename to Example/lottie-ios.xcworkspace/contents.xcworkspacedata index ad3fa36148..c6ab1aad3f 100644 --- a/LottieExamples.xcworkspace/contents.xcworkspacedata +++ b/Example/lottie-ios.xcworkspace/contents.xcworkspacedata @@ -2,9 +2,9 @@ + location = "group:lottie-ios.xcodeproj"> + location = "group:Pods/Pods.xcodeproj"> diff --git a/LottieExamples/LottieExamples/AnimatedTextField.h b/Example/lottie-ios/AnimatedTextField.h similarity index 100% rename from LottieExamples/LottieExamples/AnimatedTextField.h rename to Example/lottie-ios/AnimatedTextField.h diff --git a/LottieExamples/LottieExamples/AnimatedTextField.m b/Example/lottie-ios/AnimatedTextField.m similarity index 99% rename from LottieExamples/LottieExamples/AnimatedTextField.m rename to Example/lottie-ios/AnimatedTextField.m index b43908f83f..1f315b839b 100644 --- a/LottieExamples/LottieExamples/AnimatedTextField.m +++ b/Example/lottie-ios/AnimatedTextField.m @@ -7,7 +7,7 @@ // #import "AnimatedTextField.h" -#import +#import @interface LACharacterCell : UICollectionViewCell diff --git a/LottieExamples/LottieExamples/AnimationExplorerViewController.h b/Example/lottie-ios/AnimationExplorerViewController.h similarity index 100% rename from LottieExamples/LottieExamples/AnimationExplorerViewController.h rename to Example/lottie-ios/AnimationExplorerViewController.h diff --git a/LottieExamples/LottieExamples/AnimationExplorerViewController.m b/Example/lottie-ios/AnimationExplorerViewController.m similarity index 99% rename from LottieExamples/LottieExamples/AnimationExplorerViewController.m rename to Example/lottie-ios/AnimationExplorerViewController.m index 5809a99831..d2a73ab2c0 100644 --- a/LottieExamples/LottieExamples/AnimationExplorerViewController.m +++ b/Example/lottie-ios/AnimationExplorerViewController.m @@ -8,7 +8,7 @@ #import "AnimationExplorerViewController.h" #import "JSONExplorerViewController.h" -#import +#import @interface AnimationExplorerViewController () diff --git a/LottieExamples/LottieExamples/AnimationTransitionViewController.h b/Example/lottie-ios/AnimationTransitionViewController.h similarity index 100% rename from LottieExamples/LottieExamples/AnimationTransitionViewController.h rename to Example/lottie-ios/AnimationTransitionViewController.h diff --git a/LottieExamples/LottieExamples/AnimationTransitionViewController.m b/Example/lottie-ios/AnimationTransitionViewController.m similarity index 99% rename from LottieExamples/LottieExamples/AnimationTransitionViewController.m rename to Example/lottie-ios/AnimationTransitionViewController.m index e62d2bfc5f..aff19d80a9 100644 --- a/LottieExamples/LottieExamples/AnimationTransitionViewController.m +++ b/Example/lottie-ios/AnimationTransitionViewController.m @@ -7,7 +7,7 @@ // #import "AnimationTransitionViewController.h" -#import +#import @interface ToAnimationViewController : UIViewController @property (nonnull, strong) UIButton *button1; diff --git a/LottieExamples/LottieExamples/Base.lproj/LaunchScreen.storyboard b/Example/lottie-ios/Base.lproj/LaunchScreen.storyboard similarity index 62% rename from LottieExamples/LottieExamples/Base.lproj/LaunchScreen.storyboard rename to Example/lottie-ios/Base.lproj/LaunchScreen.storyboard index 050e21fd96..66a768191c 100644 --- a/LottieExamples/LottieExamples/Base.lproj/LaunchScreen.storyboard +++ b/Example/lottie-ios/Base.lproj/LaunchScreen.storyboard @@ -1,12 +1,8 @@ - - - - - + + - - + @@ -18,9 +14,9 @@ - + - + diff --git a/LottieExamples/LottieExamples/Base.lproj/Main.storyboard b/Example/lottie-ios/Base.lproj/Main.storyboard similarity index 82% rename from LottieExamples/LottieExamples/Base.lproj/Main.storyboard rename to Example/lottie-ios/Base.lproj/Main.storyboard index 7c94858035..872fe6f231 100644 --- a/LottieExamples/LottieExamples/Base.lproj/Main.storyboard +++ b/Example/lottie-ios/Base.lproj/Main.storyboard @@ -1,5 +1,5 @@ - + @@ -10,22 +10,22 @@ - + - + - - + + - + - + - + diff --git a/Example/lottie-ios/Images.xcassets/AppIcon.appiconset/Contents.json b/Example/lottie-ios/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000000..d7070bc5c0 --- /dev/null +++ b/Example/lottie-ios/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,93 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "3x" + }, + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "3x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "3x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "3x" + }, + { + "idiom" : "ipad", + "size" : "20x20", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "20x20", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "29x29", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "40x40", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "76x76", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "76x76", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "83.5x83.5", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} diff --git a/LottieExamples/LottieExamples/JSONExplorerViewController.h b/Example/lottie-ios/JSONExplorerViewController.h similarity index 100% rename from LottieExamples/LottieExamples/JSONExplorerViewController.h rename to Example/lottie-ios/JSONExplorerViewController.h diff --git a/LottieExamples/LottieExamples/JSONExplorerViewController.m b/Example/lottie-ios/JSONExplorerViewController.m similarity index 100% rename from LottieExamples/LottieExamples/JSONExplorerViewController.m rename to Example/lottie-ios/JSONExplorerViewController.m diff --git a/Example/lottie-ios/LAAppDelegate.h b/Example/lottie-ios/LAAppDelegate.h new file mode 100644 index 0000000000..3652ee2141 --- /dev/null +++ b/Example/lottie-ios/LAAppDelegate.h @@ -0,0 +1,15 @@ +// +// LAAppDelegate.h +// lottie-ios +// +// Created by Brandon Withrow on 01/26/2017. +// Copyright (c) 2017 Brandon Withrow. All rights reserved. +// + +@import UIKit; + +@interface LAAppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/Example/lottie-ios/LAAppDelegate.m b/Example/lottie-ios/LAAppDelegate.m new file mode 100644 index 0000000000..c7c5fba81e --- /dev/null +++ b/Example/lottie-ios/LAAppDelegate.m @@ -0,0 +1,46 @@ +// +// LAAppDelegate.m +// lottie-ios +// +// Created by Brandon Withrow on 01/26/2017. +// Copyright (c) 2017 Brandon Withrow. All rights reserved. +// + +#import "LAAppDelegate.h" + +@implementation LAAppDelegate + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + // Override point for customization after application launch. + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application +{ + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application +{ + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application +{ + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application +{ + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application +{ + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/LottieExamples/LottieExamples/LottieRootViewController.h b/Example/lottie-ios/LottieRootViewController.h similarity index 100% rename from LottieExamples/LottieExamples/LottieRootViewController.h rename to Example/lottie-ios/LottieRootViewController.h diff --git a/LottieExamples/LottieExamples/LottieRootViewController.m b/Example/lottie-ios/LottieRootViewController.m similarity index 99% rename from LottieExamples/LottieExamples/LottieRootViewController.m rename to Example/lottie-ios/LottieRootViewController.m index a1855af72c..389a0f38a4 100644 --- a/LottieExamples/LottieExamples/LottieRootViewController.m +++ b/Example/lottie-ios/LottieRootViewController.m @@ -7,7 +7,7 @@ // #import "LottieRootViewController.h" -#import +#import @interface LottieRootViewController () diff --git a/LottieExamples/LottieExamples/TypingDemoViewController.h b/Example/lottie-ios/TypingDemoViewController.h similarity index 100% rename from LottieExamples/LottieExamples/TypingDemoViewController.h rename to Example/lottie-ios/TypingDemoViewController.h diff --git a/LottieExamples/LottieExamples/TypingDemoViewController.m b/Example/lottie-ios/TypingDemoViewController.m similarity index 100% rename from LottieExamples/LottieExamples/TypingDemoViewController.m rename to Example/lottie-ios/TypingDemoViewController.m diff --git a/Example/lottie-ios/en.lproj/InfoPlist.strings b/Example/lottie-ios/en.lproj/InfoPlist.strings new file mode 100644 index 0000000000..477b28ff8f --- /dev/null +++ b/Example/lottie-ios/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/LottieExamples/LottieExamples/Info.plist b/Example/lottie-ios/lottie-ios-Info.plist similarity index 75% rename from LottieExamples/LottieExamples/Info.plist rename to Example/lottie-ios/lottie-ios-Info.plist index e79ed0f18c..7576a0dc45 100644 --- a/LottieExamples/LottieExamples/Info.plist +++ b/Example/lottie-ios/lottie-ios-Info.plist @@ -2,21 +2,18 @@ - NSAppTransportSecurity - - NSAllowsArbitraryLoads - - CFBundleDevelopmentRegion en + CFBundleDisplayName + ${PRODUCT_NAME} CFBundleExecutable - $(EXECUTABLE_NAME) + ${EXECUTABLE_NAME} CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName - $(PRODUCT_NAME) + ${PRODUCT_NAME} CFBundlePackageType APPL CFBundleShortVersionString @@ -24,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 1 + 1.0 LSRequiresIPhoneOS UILaunchStoryboardName @@ -35,6 +32,12 @@ armv7 + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + UISupportedInterfaceOrientations~ipad UIInterfaceOrientationPortrait diff --git a/Example/lottie-ios/lottie-ios-Prefix.pch b/Example/lottie-ios/lottie-ios-Prefix.pch new file mode 100644 index 0000000000..7825372cbd --- /dev/null +++ b/Example/lottie-ios/lottie-ios-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#import + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + @import UIKit; + @import Foundation; +#endif diff --git a/Example/lottie-ios/main.m b/Example/lottie-ios/main.m new file mode 100644 index 0000000000..ce0367e416 --- /dev/null +++ b/Example/lottie-ios/main.m @@ -0,0 +1,17 @@ +// +// main.m +// lottie-ios +// +// Created by Brandon Withrow on 01/26/2017. +// Copyright (c) 2017 Brandon Withrow. All rights reserved. +// + +@import UIKit; +#import "LAAppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([LAAppDelegate class])); + } +} diff --git a/Lottie/Lottie.xcodeproj/project.pbxproj b/Lottie/Lottie.xcodeproj/project.pbxproj deleted file mode 100644 index 3d6f231ab1..0000000000 --- a/Lottie/Lottie.xcodeproj/project.pbxproj +++ /dev/null @@ -1,563 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 4871B3621E243D6E00AE29CD /* LAAnimationCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 4871B3601E243D6E00AE29CD /* LAAnimationCache.h */; }; - 4871B3631E243D6E00AE29CD /* LAAnimationCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 4871B3611E243D6E00AE29CD /* LAAnimationCache.m */; }; - 48E7742C1D4AAB070029FC2D /* Lottie.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E7742B1D4AAB070029FC2D /* Lottie.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 48E774351D4AAB200029FC2D /* LAAnimationView.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E774331D4AAB200029FC2D /* LAAnimationView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 48E774361D4AAB200029FC2D /* LAAnimationView.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E774341D4AAB200029FC2D /* LAAnimationView.m */; }; - 48E774451D4AABB70029FC2D /* LAAnimatableLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E774371D4AABB70029FC2D /* LAAnimatableLayer.h */; }; - 48E774461D4AABB70029FC2D /* LAAnimatableLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E774381D4AABB70029FC2D /* LAAnimatableLayer.m */; }; - 48E774471D4AABB70029FC2D /* LALayerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E774391D4AABB70029FC2D /* LALayerView.h */; }; - 48E774481D4AABB70029FC2D /* LALayerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E7743A1D4AABB70029FC2D /* LALayerView.m */; }; - 48E774491D4AABB70029FC2D /* LAMaskLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E7743B1D4AABB70029FC2D /* LAMaskLayer.h */; }; - 48E7744A1D4AABB70029FC2D /* LAMaskLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E7743C1D4AABB70029FC2D /* LAMaskLayer.m */; }; - 48E7744B1D4AABB70029FC2D /* LAGroupLayerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E7743D1D4AABB70029FC2D /* LAGroupLayerView.h */; }; - 48E7744C1D4AABB70029FC2D /* LAGroupLayerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E7743E1D4AABB70029FC2D /* LAGroupLayerView.m */; }; - 48E7744D1D4AABB70029FC2D /* LAShapeLayerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E7743F1D4AABB70029FC2D /* LAShapeLayerView.h */; }; - 48E7744E1D4AABB70029FC2D /* LAShapeLayerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E774401D4AABB70029FC2D /* LAShapeLayerView.m */; }; - 48E7744F1D4AABB70029FC2D /* LARectShapeLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E774411D4AABB70029FC2D /* LARectShapeLayer.h */; }; - 48E774501D4AABB70029FC2D /* LARectShapeLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E774421D4AABB70029FC2D /* LARectShapeLayer.m */; }; - 48E774511D4AABB70029FC2D /* LAEllipseShapeLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E774431D4AABB70029FC2D /* LAEllipseShapeLayer.h */; }; - 48E774521D4AABB80029FC2D /* LAEllipseShapeLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E774441D4AABB70029FC2D /* LAEllipseShapeLayer.m */; }; - 48E7747A1D4AABDA0029FC2D /* LAModels.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E774541D4AABDA0029FC2D /* LAModels.h */; }; - 48E7747B1D4AABDA0029FC2D /* LAAnimatableValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E774551D4AABDA0029FC2D /* LAAnimatableValue.h */; }; - 48E7747C1D4AABDA0029FC2D /* LAAnimatableColorValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E774561D4AABDA0029FC2D /* LAAnimatableColorValue.h */; }; - 48E7747D1D4AABDA0029FC2D /* LAAnimatableColorValue.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E774571D4AABDA0029FC2D /* LAAnimatableColorValue.m */; }; - 48E7747E1D4AABDA0029FC2D /* LAAnimatablePointValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E774581D4AABDA0029FC2D /* LAAnimatablePointValue.h */; }; - 48E7747F1D4AABDA0029FC2D /* LAAnimatablePointValue.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E774591D4AABDA0029FC2D /* LAAnimatablePointValue.m */; }; - 48E774801D4AABDA0029FC2D /* LAAnimatableNumberValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E7745A1D4AABDA0029FC2D /* LAAnimatableNumberValue.h */; }; - 48E774811D4AABDA0029FC2D /* LAAnimatableNumberValue.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E7745B1D4AABDA0029FC2D /* LAAnimatableNumberValue.m */; }; - 48E774821D4AABDA0029FC2D /* LAAnimatableShapeValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E7745C1D4AABDA0029FC2D /* LAAnimatableShapeValue.h */; }; - 48E774831D4AABDA0029FC2D /* LAAnimatableShapeValue.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E7745D1D4AABDA0029FC2D /* LAAnimatableShapeValue.m */; }; - 48E774841D4AABDA0029FC2D /* LAAnimatableBoundsValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E7745E1D4AABDA0029FC2D /* LAAnimatableBoundsValue.h */; }; - 48E774851D4AABDA0029FC2D /* LAAnimatableBoundsValue.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E7745F1D4AABDA0029FC2D /* LAAnimatableBoundsValue.m */; }; - 48E774861D4AABDA0029FC2D /* LAAnimatableScaleValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E774601D4AABDA0029FC2D /* LAAnimatableScaleValue.h */; }; - 48E774871D4AABDA0029FC2D /* LAAnimatableScaleValue.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E774611D4AABDA0029FC2D /* LAAnimatableScaleValue.m */; }; - 48E774881D4AABDA0029FC2D /* CAAnimationGroup+LAAnimatableGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E774621D4AABDA0029FC2D /* CAAnimationGroup+LAAnimatableGroup.h */; }; - 48E774891D4AABDA0029FC2D /* CAAnimationGroup+LAAnimatableGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E774631D4AABDA0029FC2D /* CAAnimationGroup+LAAnimatableGroup.m */; }; - 48E7748A1D4AABDA0029FC2D /* LAComposition.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E774641D4AABDA0029FC2D /* LAComposition.h */; }; - 48E7748B1D4AABDA0029FC2D /* LAComposition.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E774651D4AABDA0029FC2D /* LAComposition.m */; }; - 48E7748C1D4AABDA0029FC2D /* LALayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E774661D4AABDA0029FC2D /* LALayer.h */; }; - 48E7748D1D4AABDA0029FC2D /* LALayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E774671D4AABDA0029FC2D /* LALayer.m */; }; - 48E7748E1D4AABDA0029FC2D /* LAMask.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E774681D4AABDA0029FC2D /* LAMask.h */; }; - 48E7748F1D4AABDA0029FC2D /* LAMask.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E774691D4AABDA0029FC2D /* LAMask.m */; }; - 48E774901D4AABDA0029FC2D /* LAShapeGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E7746A1D4AABDA0029FC2D /* LAShapeGroup.h */; }; - 48E774911D4AABDA0029FC2D /* LAShapeGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E7746B1D4AABDA0029FC2D /* LAShapeGroup.m */; }; - 48E774921D4AABDA0029FC2D /* LAShapeStroke.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E7746C1D4AABDA0029FC2D /* LAShapeStroke.h */; }; - 48E774931D4AABDA0029FC2D /* LAShapeStroke.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E7746D1D4AABDA0029FC2D /* LAShapeStroke.m */; }; - 48E774941D4AABDA0029FC2D /* LAShapeTrimPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E7746E1D4AABDA0029FC2D /* LAShapeTrimPath.h */; }; - 48E774951D4AABDA0029FC2D /* LAShapeTrimPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E7746F1D4AABDA0029FC2D /* LAShapeTrimPath.m */; }; - 48E774961D4AABDA0029FC2D /* LAShapeFill.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E774701D4AABDA0029FC2D /* LAShapeFill.h */; }; - 48E774971D4AABDA0029FC2D /* LAShapeFill.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E774711D4AABDA0029FC2D /* LAShapeFill.m */; }; - 48E774981D4AABDA0029FC2D /* LAShapeTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E774721D4AABDA0029FC2D /* LAShapeTransform.h */; }; - 48E774991D4AABDA0029FC2D /* LAShapeTransform.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E774731D4AABDA0029FC2D /* LAShapeTransform.m */; }; - 48E7749A1D4AABDA0029FC2D /* LAShapePath.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E774741D4AABDA0029FC2D /* LAShapePath.h */; }; - 48E7749B1D4AABDA0029FC2D /* LAShapePath.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E774751D4AABDA0029FC2D /* LAShapePath.m */; }; - 48E7749C1D4AABDA0029FC2D /* LAShapeCircle.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E774761D4AABDA0029FC2D /* LAShapeCircle.h */; }; - 48E7749D1D4AABDA0029FC2D /* LAShapeCircle.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E774771D4AABDA0029FC2D /* LAShapeCircle.m */; }; - 48E7749E1D4AABDA0029FC2D /* LAShapeRectangle.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E774781D4AABDA0029FC2D /* LAShapeRectangle.h */; }; - 48E7749F1D4AABDA0029FC2D /* LAShapeRectangle.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E774791D4AABDA0029FC2D /* LAShapeRectangle.m */; }; - 48E774A91D4AABF00029FC2D /* UIColor+Expanded.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E774A31D4AABF00029FC2D /* UIColor+Expanded.h */; }; - 48E774AA1D4AABF00029FC2D /* UIColor+Expanded.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E774A41D4AABF00029FC2D /* UIColor+Expanded.m */; }; - 48E774AB1D4AABF00029FC2D /* CGGeometryAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E774A51D4AABF00029FC2D /* CGGeometryAdditions.h */; }; - 48E774AC1D4AABF00029FC2D /* CGGeometryAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E774A61D4AABF00029FC2D /* CGGeometryAdditions.m */; }; - 48F7F3041E2FF8A200E34939 /* LAAnimationTransitionController.h in Headers */ = {isa = PBXBuildFile; fileRef = 48F7F3021E2FF8A200E34939 /* LAAnimationTransitionController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 48F7F3051E2FF8A200E34939 /* LAAnimationTransitionController.m in Sources */ = {isa = PBXBuildFile; fileRef = 48F7F3031E2FF8A200E34939 /* LAAnimationTransitionController.m */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 4871B3601E243D6E00AE29CD /* LAAnimationCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimationCache.h; sourceTree = ""; }; - 4871B3611E243D6E00AE29CD /* LAAnimationCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimationCache.m; sourceTree = ""; }; - 48A7230A1DF8C99D00A55C00 /* LAAnimationView_Internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LAAnimationView_Internal.h; sourceTree = ""; }; - 48E774281D4AAB070029FC2D /* Lottie.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Lottie.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 48E7742B1D4AAB070029FC2D /* Lottie.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Lottie.h; sourceTree = ""; }; - 48E7742D1D4AAB070029FC2D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 48E774331D4AAB200029FC2D /* LAAnimationView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimationView.h; sourceTree = ""; }; - 48E774341D4AAB200029FC2D /* LAAnimationView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimationView.m; sourceTree = ""; }; - 48E774371D4AABB70029FC2D /* LAAnimatableLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimatableLayer.h; sourceTree = ""; }; - 48E774381D4AABB70029FC2D /* LAAnimatableLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimatableLayer.m; sourceTree = ""; }; - 48E774391D4AABB70029FC2D /* LALayerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LALayerView.h; sourceTree = ""; }; - 48E7743A1D4AABB70029FC2D /* LALayerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LALayerView.m; sourceTree = ""; }; - 48E7743B1D4AABB70029FC2D /* LAMaskLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAMaskLayer.h; sourceTree = ""; }; - 48E7743C1D4AABB70029FC2D /* LAMaskLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAMaskLayer.m; sourceTree = ""; }; - 48E7743D1D4AABB70029FC2D /* LAGroupLayerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAGroupLayerView.h; sourceTree = ""; }; - 48E7743E1D4AABB70029FC2D /* LAGroupLayerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAGroupLayerView.m; sourceTree = ""; }; - 48E7743F1D4AABB70029FC2D /* LAShapeLayerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapeLayerView.h; sourceTree = ""; }; - 48E774401D4AABB70029FC2D /* LAShapeLayerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapeLayerView.m; sourceTree = ""; }; - 48E774411D4AABB70029FC2D /* LARectShapeLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LARectShapeLayer.h; sourceTree = ""; }; - 48E774421D4AABB70029FC2D /* LARectShapeLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LARectShapeLayer.m; sourceTree = ""; }; - 48E774431D4AABB70029FC2D /* LAEllipseShapeLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAEllipseShapeLayer.h; sourceTree = ""; }; - 48E774441D4AABB70029FC2D /* LAEllipseShapeLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAEllipseShapeLayer.m; sourceTree = ""; }; - 48E774541D4AABDA0029FC2D /* LAModels.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAModels.h; sourceTree = ""; }; - 48E774551D4AABDA0029FC2D /* LAAnimatableValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimatableValue.h; sourceTree = ""; }; - 48E774561D4AABDA0029FC2D /* LAAnimatableColorValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimatableColorValue.h; sourceTree = ""; }; - 48E774571D4AABDA0029FC2D /* LAAnimatableColorValue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimatableColorValue.m; sourceTree = ""; }; - 48E774581D4AABDA0029FC2D /* LAAnimatablePointValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimatablePointValue.h; sourceTree = ""; }; - 48E774591D4AABDA0029FC2D /* LAAnimatablePointValue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimatablePointValue.m; sourceTree = ""; }; - 48E7745A1D4AABDA0029FC2D /* LAAnimatableNumberValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimatableNumberValue.h; sourceTree = ""; }; - 48E7745B1D4AABDA0029FC2D /* LAAnimatableNumberValue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimatableNumberValue.m; sourceTree = ""; }; - 48E7745C1D4AABDA0029FC2D /* LAAnimatableShapeValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimatableShapeValue.h; sourceTree = ""; }; - 48E7745D1D4AABDA0029FC2D /* LAAnimatableShapeValue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimatableShapeValue.m; sourceTree = ""; }; - 48E7745E1D4AABDA0029FC2D /* LAAnimatableBoundsValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimatableBoundsValue.h; sourceTree = ""; }; - 48E7745F1D4AABDA0029FC2D /* LAAnimatableBoundsValue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimatableBoundsValue.m; sourceTree = ""; }; - 48E774601D4AABDA0029FC2D /* LAAnimatableScaleValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimatableScaleValue.h; sourceTree = ""; }; - 48E774611D4AABDA0029FC2D /* LAAnimatableScaleValue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimatableScaleValue.m; sourceTree = ""; }; - 48E774621D4AABDA0029FC2D /* CAAnimationGroup+LAAnimatableGroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CAAnimationGroup+LAAnimatableGroup.h"; sourceTree = ""; }; - 48E774631D4AABDA0029FC2D /* CAAnimationGroup+LAAnimatableGroup.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "CAAnimationGroup+LAAnimatableGroup.m"; sourceTree = ""; }; - 48E774641D4AABDA0029FC2D /* LAComposition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAComposition.h; sourceTree = ""; }; - 48E774651D4AABDA0029FC2D /* LAComposition.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAComposition.m; sourceTree = ""; }; - 48E774661D4AABDA0029FC2D /* LALayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LALayer.h; sourceTree = ""; }; - 48E774671D4AABDA0029FC2D /* LALayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LALayer.m; sourceTree = ""; }; - 48E774681D4AABDA0029FC2D /* LAMask.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAMask.h; sourceTree = ""; }; - 48E774691D4AABDA0029FC2D /* LAMask.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAMask.m; sourceTree = ""; }; - 48E7746A1D4AABDA0029FC2D /* LAShapeGroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapeGroup.h; sourceTree = ""; }; - 48E7746B1D4AABDA0029FC2D /* LAShapeGroup.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapeGroup.m; sourceTree = ""; }; - 48E7746C1D4AABDA0029FC2D /* LAShapeStroke.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapeStroke.h; sourceTree = ""; }; - 48E7746D1D4AABDA0029FC2D /* LAShapeStroke.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapeStroke.m; sourceTree = ""; }; - 48E7746E1D4AABDA0029FC2D /* LAShapeTrimPath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapeTrimPath.h; sourceTree = ""; }; - 48E7746F1D4AABDA0029FC2D /* LAShapeTrimPath.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapeTrimPath.m; sourceTree = ""; }; - 48E774701D4AABDA0029FC2D /* LAShapeFill.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapeFill.h; sourceTree = ""; }; - 48E774711D4AABDA0029FC2D /* LAShapeFill.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapeFill.m; sourceTree = ""; }; - 48E774721D4AABDA0029FC2D /* LAShapeTransform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapeTransform.h; sourceTree = ""; }; - 48E774731D4AABDA0029FC2D /* LAShapeTransform.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapeTransform.m; sourceTree = ""; }; - 48E774741D4AABDA0029FC2D /* LAShapePath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapePath.h; sourceTree = ""; }; - 48E774751D4AABDA0029FC2D /* LAShapePath.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapePath.m; sourceTree = ""; }; - 48E774761D4AABDA0029FC2D /* LAShapeCircle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapeCircle.h; sourceTree = ""; }; - 48E774771D4AABDA0029FC2D /* LAShapeCircle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapeCircle.m; sourceTree = ""; }; - 48E774781D4AABDA0029FC2D /* LAShapeRectangle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapeRectangle.h; sourceTree = ""; }; - 48E774791D4AABDA0029FC2D /* LAShapeRectangle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapeRectangle.m; sourceTree = ""; }; - 48E774A31D4AABF00029FC2D /* UIColor+Expanded.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+Expanded.h"; sourceTree = ""; }; - 48E774A41D4AABF00029FC2D /* UIColor+Expanded.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor+Expanded.m"; sourceTree = ""; }; - 48E774A51D4AABF00029FC2D /* CGGeometryAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CGGeometryAdditions.h; sourceTree = ""; }; - 48E774A61D4AABF00029FC2D /* CGGeometryAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CGGeometryAdditions.m; sourceTree = ""; }; - 48E774AF1D4AAD2E0029FC2D /* LAHelpers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LAHelpers.h; sourceTree = ""; }; - 48F7F3021E2FF8A200E34939 /* LAAnimationTransitionController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimationTransitionController.h; sourceTree = ""; }; - 48F7F3031E2FF8A200E34939 /* LAAnimationTransitionController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimationTransitionController.m; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 48E774241D4AAB070029FC2D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 48E7741E1D4AAB070029FC2D = { - isa = PBXGroup; - children = ( - 48E7742A1D4AAB070029FC2D /* Lottie */, - 48E774291D4AAB070029FC2D /* Products */, - ); - sourceTree = ""; - }; - 48E774291D4AAB070029FC2D /* Products */ = { - isa = PBXGroup; - children = ( - 48E774281D4AAB070029FC2D /* Lottie.framework */, - ); - name = Products; - sourceTree = ""; - }; - 48E7742A1D4AAB070029FC2D /* Lottie */ = { - isa = PBXGroup; - children = ( - 48E774AD1D4AABF50029FC2D /* Helpers */, - 48E774A01D4AABE00029FC2D /* Model */, - 48E774531D4AABC10029FC2D /* Animatable Layers */, - 48E774331D4AAB200029FC2D /* LAAnimationView.h */, - 48E774341D4AAB200029FC2D /* LAAnimationView.m */, - 48F7F3021E2FF8A200E34939 /* LAAnimationTransitionController.h */, - 48F7F3031E2FF8A200E34939 /* LAAnimationTransitionController.m */, - 4871B3601E243D6E00AE29CD /* LAAnimationCache.h */, - 4871B3611E243D6E00AE29CD /* LAAnimationCache.m */, - 48A7230A1DF8C99D00A55C00 /* LAAnimationView_Internal.h */, - 48E7742B1D4AAB070029FC2D /* Lottie.h */, - 48E7742D1D4AAB070029FC2D /* Info.plist */, - ); - path = Lottie; - sourceTree = ""; - }; - 48E774531D4AABC10029FC2D /* Animatable Layers */ = { - isa = PBXGroup; - children = ( - 48E774371D4AABB70029FC2D /* LAAnimatableLayer.h */, - 48E774381D4AABB70029FC2D /* LAAnimatableLayer.m */, - 48E774391D4AABB70029FC2D /* LALayerView.h */, - 48E7743A1D4AABB70029FC2D /* LALayerView.m */, - 48E7743B1D4AABB70029FC2D /* LAMaskLayer.h */, - 48E7743C1D4AABB70029FC2D /* LAMaskLayer.m */, - 48E7743D1D4AABB70029FC2D /* LAGroupLayerView.h */, - 48E7743E1D4AABB70029FC2D /* LAGroupLayerView.m */, - 48E7743F1D4AABB70029FC2D /* LAShapeLayerView.h */, - 48E774401D4AABB70029FC2D /* LAShapeLayerView.m */, - 48E774411D4AABB70029FC2D /* LARectShapeLayer.h */, - 48E774421D4AABB70029FC2D /* LARectShapeLayer.m */, - 48E774431D4AABB70029FC2D /* LAEllipseShapeLayer.h */, - 48E774441D4AABB70029FC2D /* LAEllipseShapeLayer.m */, - ); - name = "Animatable Layers"; - sourceTree = ""; - }; - 48E774A01D4AABE00029FC2D /* Model */ = { - isa = PBXGroup; - children = ( - 48E774541D4AABDA0029FC2D /* LAModels.h */, - 48E774551D4AABDA0029FC2D /* LAAnimatableValue.h */, - 48E774561D4AABDA0029FC2D /* LAAnimatableColorValue.h */, - 48E774571D4AABDA0029FC2D /* LAAnimatableColorValue.m */, - 48E774581D4AABDA0029FC2D /* LAAnimatablePointValue.h */, - 48E774591D4AABDA0029FC2D /* LAAnimatablePointValue.m */, - 48E7745A1D4AABDA0029FC2D /* LAAnimatableNumberValue.h */, - 48E7745B1D4AABDA0029FC2D /* LAAnimatableNumberValue.m */, - 48E7745C1D4AABDA0029FC2D /* LAAnimatableShapeValue.h */, - 48E7745D1D4AABDA0029FC2D /* LAAnimatableShapeValue.m */, - 48E7745E1D4AABDA0029FC2D /* LAAnimatableBoundsValue.h */, - 48E7745F1D4AABDA0029FC2D /* LAAnimatableBoundsValue.m */, - 48E774601D4AABDA0029FC2D /* LAAnimatableScaleValue.h */, - 48E774611D4AABDA0029FC2D /* LAAnimatableScaleValue.m */, - 48E774621D4AABDA0029FC2D /* CAAnimationGroup+LAAnimatableGroup.h */, - 48E774631D4AABDA0029FC2D /* CAAnimationGroup+LAAnimatableGroup.m */, - 48E774641D4AABDA0029FC2D /* LAComposition.h */, - 48E774651D4AABDA0029FC2D /* LAComposition.m */, - 48E774661D4AABDA0029FC2D /* LALayer.h */, - 48E774671D4AABDA0029FC2D /* LALayer.m */, - 48E774681D4AABDA0029FC2D /* LAMask.h */, - 48E774691D4AABDA0029FC2D /* LAMask.m */, - 48E7746A1D4AABDA0029FC2D /* LAShapeGroup.h */, - 48E7746B1D4AABDA0029FC2D /* LAShapeGroup.m */, - 48E7746C1D4AABDA0029FC2D /* LAShapeStroke.h */, - 48E7746D1D4AABDA0029FC2D /* LAShapeStroke.m */, - 48E7746E1D4AABDA0029FC2D /* LAShapeTrimPath.h */, - 48E7746F1D4AABDA0029FC2D /* LAShapeTrimPath.m */, - 48E774701D4AABDA0029FC2D /* LAShapeFill.h */, - 48E774711D4AABDA0029FC2D /* LAShapeFill.m */, - 48E774721D4AABDA0029FC2D /* LAShapeTransform.h */, - 48E774731D4AABDA0029FC2D /* LAShapeTransform.m */, - 48E774741D4AABDA0029FC2D /* LAShapePath.h */, - 48E774751D4AABDA0029FC2D /* LAShapePath.m */, - 48E774761D4AABDA0029FC2D /* LAShapeCircle.h */, - 48E774771D4AABDA0029FC2D /* LAShapeCircle.m */, - 48E774781D4AABDA0029FC2D /* LAShapeRectangle.h */, - 48E774791D4AABDA0029FC2D /* LAShapeRectangle.m */, - ); - name = Model; - sourceTree = ""; - }; - 48E774AD1D4AABF50029FC2D /* Helpers */ = { - isa = PBXGroup; - children = ( - 48E774A31D4AABF00029FC2D /* UIColor+Expanded.h */, - 48E774A41D4AABF00029FC2D /* UIColor+Expanded.m */, - 48E774A51D4AABF00029FC2D /* CGGeometryAdditions.h */, - 48E774A61D4AABF00029FC2D /* CGGeometryAdditions.m */, - 48E774AF1D4AAD2E0029FC2D /* LAHelpers.h */, - ); - name = Helpers; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 48E774251D4AAB070029FC2D /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 48E774AB1D4AABF00029FC2D /* CGGeometryAdditions.h in Headers */, - 48E774881D4AABDA0029FC2D /* CAAnimationGroup+LAAnimatableGroup.h in Headers */, - 48E774A91D4AABF00029FC2D /* UIColor+Expanded.h in Headers */, - 48E7748C1D4AABDA0029FC2D /* LALayer.h in Headers */, - 48E774821D4AABDA0029FC2D /* LAAnimatableShapeValue.h in Headers */, - 48E774961D4AABDA0029FC2D /* LAShapeFill.h in Headers */, - 48E774511D4AABB70029FC2D /* LAEllipseShapeLayer.h in Headers */, - 48E774841D4AABDA0029FC2D /* LAAnimatableBoundsValue.h in Headers */, - 48E774491D4AABB70029FC2D /* LAMaskLayer.h in Headers */, - 4871B3621E243D6E00AE29CD /* LAAnimationCache.h in Headers */, - 48E774941D4AABDA0029FC2D /* LAShapeTrimPath.h in Headers */, - 48E7744F1D4AABB70029FC2D /* LARectShapeLayer.h in Headers */, - 48E774471D4AABB70029FC2D /* LALayerView.h in Headers */, - 48E7747B1D4AABDA0029FC2D /* LAAnimatableValue.h in Headers */, - 48E7748E1D4AABDA0029FC2D /* LAMask.h in Headers */, - 48E7747E1D4AABDA0029FC2D /* LAAnimatablePointValue.h in Headers */, - 48E7748A1D4AABDA0029FC2D /* LAComposition.h in Headers */, - 48E774981D4AABDA0029FC2D /* LAShapeTransform.h in Headers */, - 48E7744D1D4AABB70029FC2D /* LAShapeLayerView.h in Headers */, - 48E7747A1D4AABDA0029FC2D /* LAModels.h in Headers */, - 48E774801D4AABDA0029FC2D /* LAAnimatableNumberValue.h in Headers */, - 48E774901D4AABDA0029FC2D /* LAShapeGroup.h in Headers */, - 48E7744B1D4AABB70029FC2D /* LAGroupLayerView.h in Headers */, - 48F7F3041E2FF8A200E34939 /* LAAnimationTransitionController.h in Headers */, - 48E774921D4AABDA0029FC2D /* LAShapeStroke.h in Headers */, - 48E774861D4AABDA0029FC2D /* LAAnimatableScaleValue.h in Headers */, - 48E7749E1D4AABDA0029FC2D /* LAShapeRectangle.h in Headers */, - 48E7749A1D4AABDA0029FC2D /* LAShapePath.h in Headers */, - 48E7742C1D4AAB070029FC2D /* Lottie.h in Headers */, - 48E7747C1D4AABDA0029FC2D /* LAAnimatableColorValue.h in Headers */, - 48E7749C1D4AABDA0029FC2D /* LAShapeCircle.h in Headers */, - 48E774351D4AAB200029FC2D /* LAAnimationView.h in Headers */, - 48E774451D4AABB70029FC2D /* LAAnimatableLayer.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 48E774271D4AAB070029FC2D /* Lottie */ = { - isa = PBXNativeTarget; - buildConfigurationList = 48E774301D4AAB070029FC2D /* Build configuration list for PBXNativeTarget "Lottie" */; - buildPhases = ( - 48E774231D4AAB070029FC2D /* Sources */, - 48E774241D4AAB070029FC2D /* Frameworks */, - 48E774251D4AAB070029FC2D /* Headers */, - 48E774261D4AAB070029FC2D /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Lottie; - productName = Lottie; - productReference = 48E774281D4AAB070029FC2D /* Lottie.framework */; - productType = "com.apple.product-type.framework"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 48E7741F1D4AAB070029FC2D /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0720; - ORGANIZATIONNAME = "Brandon Withrow"; - TargetAttributes = { - 48E774271D4AAB070029FC2D = { - CreatedOnToolsVersion = 7.2.1; - }; - }; - }; - buildConfigurationList = 48E774221D4AAB070029FC2D /* Build configuration list for PBXProject "Lottie" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = 48E7741E1D4AAB070029FC2D; - productRefGroup = 48E774291D4AAB070029FC2D /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 48E774271D4AAB070029FC2D /* Lottie */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 48E774261D4AAB070029FC2D /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 48E774231D4AAB070029FC2D /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 48E774501D4AABB70029FC2D /* LARectShapeLayer.m in Sources */, - 48E774AC1D4AABF00029FC2D /* CGGeometryAdditions.m in Sources */, - 48F7F3051E2FF8A200E34939 /* LAAnimationTransitionController.m in Sources */, - 48E774891D4AABDA0029FC2D /* CAAnimationGroup+LAAnimatableGroup.m in Sources */, - 48E7747D1D4AABDA0029FC2D /* LAAnimatableColorValue.m in Sources */, - 48E7749D1D4AABDA0029FC2D /* LAShapeCircle.m in Sources */, - 48E774521D4AABB80029FC2D /* LAEllipseShapeLayer.m in Sources */, - 48E774461D4AABB70029FC2D /* LAAnimatableLayer.m in Sources */, - 48E774831D4AABDA0029FC2D /* LAAnimatableShapeValue.m in Sources */, - 48E7744E1D4AABB70029FC2D /* LAShapeLayerView.m in Sources */, - 48E774911D4AABDA0029FC2D /* LAShapeGroup.m in Sources */, - 48E774811D4AABDA0029FC2D /* LAAnimatableNumberValue.m in Sources */, - 48E774AA1D4AABF00029FC2D /* UIColor+Expanded.m in Sources */, - 48E7749F1D4AABDA0029FC2D /* LAShapeRectangle.m in Sources */, - 48E774971D4AABDA0029FC2D /* LAShapeFill.m in Sources */, - 48E774991D4AABDA0029FC2D /* LAShapeTransform.m in Sources */, - 48E7748D1D4AABDA0029FC2D /* LALayer.m in Sources */, - 48E7747F1D4AABDA0029FC2D /* LAAnimatablePointValue.m in Sources */, - 48E7744C1D4AABB70029FC2D /* LAGroupLayerView.m in Sources */, - 48E774931D4AABDA0029FC2D /* LAShapeStroke.m in Sources */, - 48E774871D4AABDA0029FC2D /* LAAnimatableScaleValue.m in Sources */, - 48E7748B1D4AABDA0029FC2D /* LAComposition.m in Sources */, - 48E774951D4AABDA0029FC2D /* LAShapeTrimPath.m in Sources */, - 48E774851D4AABDA0029FC2D /* LAAnimatableBoundsValue.m in Sources */, - 48E7749B1D4AABDA0029FC2D /* LAShapePath.m in Sources */, - 48E774481D4AABB70029FC2D /* LALayerView.m in Sources */, - 48E7744A1D4AABB70029FC2D /* LAMaskLayer.m in Sources */, - 4871B3631E243D6E00AE29CD /* LAAnimationCache.m in Sources */, - 48E7748F1D4AABDA0029FC2D /* LAMask.m in Sources */, - 48E774361D4AAB200029FC2D /* LAAnimationView.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 48E7742E1D4AAB070029FC2D /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.2; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 48E7742F1D4AAB070029FC2D /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.2; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 48E774311D4AAB070029FC2D /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = Lottie/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.2; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "-.Lottie"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 48E774321D4AAB070029FC2D /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = Lottie/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.2; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "-.Lottie"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 48E774221D4AAB070029FC2D /* Build configuration list for PBXProject "Lottie" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 48E7742E1D4AAB070029FC2D /* Debug */, - 48E7742F1D4AAB070029FC2D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 48E774301D4AAB070029FC2D /* Build configuration list for PBXNativeTarget "Lottie" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 48E774311D4AAB070029FC2D /* Debug */, - 48E774321D4AAB070029FC2D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 48E7741F1D4AAB070029FC2D /* Project object */; -} diff --git a/Lottie/Lottie/Lottie.h b/Lottie/Lottie/Lottie.h deleted file mode 100644 index 77a20208c7..0000000000 --- a/Lottie/Lottie/Lottie.h +++ /dev/null @@ -1,20 +0,0 @@ -// -// Lottie.h -// Lottie -// -// Created by Brandon Withrow on 7/28/16. -// Copyright © 2016 Brandon Withrow. All rights reserved. -// - -#import - -//! Project version number for Lottie. -FOUNDATION_EXPORT double LottieVersionNumber; - -//! Project version string for Lottie. -FOUNDATION_EXPORT const unsigned char LottieVersionString[]; - -// In this header, you should import all the public headers of your framework using statements like #import -#import -#import - diff --git a/Lottie/LottieJsonTaxonomy b/Lottie/LottieJsonTaxonomy deleted file mode 100644 index 03a2e011b4..0000000000 --- a/Lottie/LottieJsonTaxonomy +++ /dev/null @@ -1,155 +0,0 @@ -JSON has - v (string) // Denotes the Version of Bodymovin used - ddd (integer) // If the composition is 3d or 2d - ip (integer) // The in frame of the animation - op (integer) // The out frame of the animation - fr (float) // The frame rate - w (integer) // Width of the comp - h (integer) // Height - layers (array of LayerObject) - -LayerObject has - ddd (integer) // 2d or 3d - ind (integer) // Index or depth order - ty (integer) // Type. 1 Solid, 2 ?, 3 Null, 4 Shape - nm (string) // The layer name - parent (integer) // Index of parent layer if present - tt (integer) // The matte layer type. 1 Add, 2 Invert - td (integer) // Determines if the layer is used as a matte - hasMask (bool) // If the layer has a mask - masksProperties (array of MaskObject) - ks (TransformObject) - shapes (array of GroupObject, EllipseObject, RectObject, ShapeObject, FillObject, ShapeTransformObject, StrokeObject, TrimPathObject) - bounds (BoundsObject) - ip (integer) // Layer in frame - op (integer) // Layer out frame - st (integer) - bm (integer) - sr (integer) - sw (integer) // Width of solid layer - sh (integer) // Height of solid layer - sc (string) // Color of solid layer - -TransformObject has - o (AnimatableObject) // Opacity - r (AnimatableObject) // Rotation - p (AnimatableObject) // Position - a (AnimatableObject) // Anchor point - s (AnimatableObject) // Scale - - -// Shape Types -// 'gr' = Group, - 'st' = Stroke, - 'fl' = Fill, - 'tr' = Transform, - 'sh' = PathShape, - 'el' = EllipseShape, - 'rc' = RoundRect, - 'tm' = Trim Path - -GroupObject has - ty (string) // Shape Type (See above) - it (array of GroupObject, EllipseObject, RectObject, ShapeObject, FillObject, ShapeTransformObject, StrokeObject, TrimPathObject) - nm (string) // Name - -EllipseObject has - ty (string) // Shape Type (See above) - nm (string) // Name - d (integer) // Direction of stroke - closed (bool) // Open or closed ellipse - s (AnimatableObject) // Size of ellipse - p (AnimatableObject) // Center Point of ellipse - -TrimPathObject has - ty (string) // Shape Type (See above) - nm (string) // Name - s (AnimatableObject) // Start of trim path - e (AnimatableObject) // End of trim path - o (AnimatableObject) // Offset of trim path - m (integer) // - ix (integer) // - -StrokeObject has - ty (string) // Shape Type (See above) - nm (string) // Name - fillEnabled (bool) // Is fill enabled - c (AnimatableObject) // Color of stroke - o (AnimatableObject) // Opacity of stroke - w (AnimatableObject) // Width of stroke - lc (integer) // Line cap, 1 Butt, 2 Round - lj (integer) // Line joint, 1 Miter, 2 Round, 3 Bevel - ml (integer) // Miter limit - -FillObject has - ty (string) // Shape Type (See above) - nm (string) // Name - fillEnabled (bool) // Fill enabled - c (AnimatableObject) // Fill color - o (AnimatableObject) // Fill opacity - -ShapeTransformObject has - ty (string) // Shape Type (See above) - nm (string) // Name - p (AnimatableObject) // Position - a (AnimatableObject) // Anchor Point - s (AnimatableObject) // Scale - r (AnimatableObject) // Rotation - o (AnimatableObject) // Opacity - sk (AnimatableObject) // Skew - sa (AnimatableObject) // Skew axis - -RectObject has - ty (string) // Shape Type (See above) - nm (string) // Name - d (integer) // Path Direction, Clockwise/CounterClockwise - s (AnimatableObject) // Rect Size - p (AnimatableObject) // Rect Center - r (AnimatableObject) // Rect corner radius - close (bool) // Open/closed rect - -ShapeObject has - ind (integer) // Index - ty (string) // Shape Type (See above) - nm (string) // Name - closed (bool) // Open closed path - ks (AnimatableObject) // Path Vertex Information - -MaskObject has - cl (bool) - inv (bool) // Inverted mask - mode (string) // Mask mode, a = Add, s = Subtract, i = Intersect - pt (AnimatableObject) // Mask vertex information - o (AnimatableObject) // Mask Opacity - x (AnimatableObject) // Mask expansion - nm (string) // Mask Name - -BoundsObject has - l (integer) // Left bounds - t (integer) // Top bounds - b (integer) // bottom bounds - r (integer) // Right Bounds - -AnimatableObject has - ix (integer) - k (float or array of floats or PathObject or array of KeyFrameObject) - -KeyFrameObject has - i (PointObject) // Timing curve in tangent - o (PointObject) // Timing curve out tangent - n (array of string) // String representation of timing curve - t (integer) // Keyframe time for start of keyframe - s (float or array of float or PathObject) // The key information - e (float or array of float or PathObject) // The end key information - to (array of float) // For spacial bezier path interpolation, the in tangent - ti (array of float) // For spacial bezier path interpolation, the out tangent - h (integer) // If the keyframe is a Hold keyframe or not - -PointObject has - x (array of float) - y (array of float) - -PathObject has - i (array of arrays of floats) // In tangents - o (array of arrays of floats) // Out tangents - v (array of arrays of floats) // Vertices \ No newline at end of file diff --git a/LottieExamples/LottieExamples.xcodeproj/project.pbxproj b/LottieExamples/LottieExamples.xcodeproj/project.pbxproj deleted file mode 100644 index 3c63a0ba12..0000000000 --- a/LottieExamples/LottieExamples.xcodeproj/project.pbxproj +++ /dev/null @@ -1,569 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 4844D3701E259B4A00D1B02D /* AnimatedTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 4844D36F1E259B4A00D1B02D /* AnimatedTextField.m */; }; - 4871B3661E244BB900AE29CD /* TypingDemoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4871B3651E244BB900AE29CD /* TypingDemoViewController.m */; }; - 4872845A1D4FCF3200007A88 /* JSONExplorerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 487284591D4FCF3200007A88 /* JSONExplorerViewController.m */; }; - 48B96B211E29741400A1C49C /* Lottie.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 48B96B1F1E29741400A1C49C /* Lottie.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 48E774CD1D4AC7300029FC2D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E774CC1D4AC7300029FC2D /* main.m */; }; - 48E774D01D4AC7300029FC2D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E774CF1D4AC7300029FC2D /* AppDelegate.m */; }; - 48E774D61D4AC7300029FC2D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 48E774D41D4AC7300029FC2D /* Main.storyboard */; }; - 48E774D81D4AC7300029FC2D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 48E774D71D4AC7300029FC2D /* Assets.xcassets */; }; - 48E774DB1D4AC7300029FC2D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 48E774D91D4AC7300029FC2D /* LaunchScreen.storyboard */; }; - 62E352251E395AC000E135EA /* LottieRootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 62E352241E395AC000E135EA /* LottieRootViewController.m */; }; - 62E352541E39642E00E135EA /* 9squares-AlBoardman.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E352291E39642E00E135EA /* 9squares-AlBoardman.json */; }; - 62E352551E39642E00E135EA /* HamburgerArrow.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E3522A1E39642E00E135EA /* HamburgerArrow.json */; }; - 62E352561E39642E00E135EA /* IconTransitions.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E3522B1E39642E00E135EA /* IconTransitions.json */; }; - 62E352571E39642E00E135EA /* LottieLogo1.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E3522C1E39642E00E135EA /* LottieLogo1.json */; }; - 62E352581E39642E00E135EA /* LottieLogo1_masked.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E3522D1E39642E00E135EA /* LottieLogo1_masked.json */; }; - 62E352591E39642E00E135EA /* LottieLogo2.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E3522E1E39642E00E135EA /* LottieLogo2.json */; }; - 62E3525A1E39642E00E135EA /* MotionCorpse-Jrcanest.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E3522F1E39642E00E135EA /* MotionCorpse-Jrcanest.json */; }; - 62E3525B1E39642E00E135EA /* PinJump.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E352301E39642E00E135EA /* PinJump.json */; }; - 62E3525C1E39642E00E135EA /* TwitterHeart.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E352311E39642E00E135EA /* TwitterHeart.json */; }; - 62E3525D1E39642E00E135EA /* A.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E352331E39642E00E135EA /* A.json */; }; - 62E3525E1E39642E00E135EA /* Apostrophe.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E352341E39642E00E135EA /* Apostrophe.json */; }; - 62E3525F1E39642E00E135EA /* B.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E352351E39642E00E135EA /* B.json */; }; - 62E352601E39642E00E135EA /* BlinkingCursor.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E352361E39642E00E135EA /* BlinkingCursor.json */; }; - 62E352611E39642E00E135EA /* C.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E352371E39642E00E135EA /* C.json */; }; - 62E352621E39642E00E135EA /* Colon.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E352381E39642E00E135EA /* Colon.json */; }; - 62E352631E39642E00E135EA /* Comma.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E352391E39642E00E135EA /* Comma.json */; }; - 62E352641E39642E00E135EA /* D.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E3523A1E39642E00E135EA /* D.json */; }; - 62E352651E39642E00E135EA /* E.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E3523B1E39642E00E135EA /* E.json */; }; - 62E352661E39642E00E135EA /* F.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E3523C1E39642E00E135EA /* F.json */; }; - 62E352671E39642E00E135EA /* G.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E3523D1E39642E00E135EA /* G.json */; }; - 62E352681E39642E00E135EA /* H.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E3523E1E39642E00E135EA /* H.json */; }; - 62E352691E39642E00E135EA /* I.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E3523F1E39642E00E135EA /* I.json */; }; - 62E3526A1E39642E00E135EA /* J.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E352401E39642E00E135EA /* J.json */; }; - 62E3526B1E39642E00E135EA /* K.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E352411E39642E00E135EA /* K.json */; }; - 62E3526C1E39642E00E135EA /* L.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E352421E39642E00E135EA /* L.json */; }; - 62E3526D1E39642E00E135EA /* M.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E352431E39642E00E135EA /* M.json */; }; - 62E3526E1E39642E00E135EA /* N.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E352441E39642E00E135EA /* N.json */; }; - 62E3526F1E39642E00E135EA /* O.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E352451E39642E00E135EA /* O.json */; }; - 62E352701E39642E00E135EA /* P.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E352461E39642E00E135EA /* P.json */; }; - 62E352711E39642E00E135EA /* Q.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E352471E39642E00E135EA /* Q.json */; }; - 62E352721E39642E00E135EA /* R.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E352481E39642E00E135EA /* R.json */; }; - 62E352731E39642E00E135EA /* S.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E352491E39642E00E135EA /* S.json */; }; - 62E352741E39642E00E135EA /* T.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E3524A1E39642E00E135EA /* T.json */; }; - 62E352751E39642E00E135EA /* U.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E3524B1E39642E00E135EA /* U.json */; }; - 62E352761E39642E00E135EA /* V.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E3524C1E39642E00E135EA /* V.json */; }; - 62E352771E39642E00E135EA /* W.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E3524D1E39642E00E135EA /* W.json */; }; - 62E352781E39642E00E135EA /* X.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E3524E1E39642E00E135EA /* X.json */; }; - 62E352791E39642E00E135EA /* Y.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E3524F1E39642E00E135EA /* Y.json */; }; - 62E3527A1E39642E00E135EA /* Z.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E352501E39642E00E135EA /* Z.json */; }; - 62E3527B1E39642E00E135EA /* vcTransition1.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E352511E39642E00E135EA /* vcTransition1.json */; }; - 62E3527C1E39642E00E135EA /* vcTransition2.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E352521E39642E00E135EA /* vcTransition2.json */; }; - 62E3527D1E39642E00E135EA /* Watermelon.json in Resources */ = {isa = PBXBuildFile; fileRef = 62E352531E39642E00E135EA /* Watermelon.json */; }; - 62E352801E39702600E135EA /* AnimationExplorerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 62E3527F1E39702600E135EA /* AnimationExplorerViewController.m */; }; - 62E352831E397FB100E135EA /* AnimationTransitionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 62E352821E397FB100E135EA /* AnimationTransitionViewController.m */; }; -/* End PBXBuildFile section */ - -/* Begin PBXCopyFilesBuildPhase section */ - 48A722BB1DF6383400A55C00 /* Embed Frameworks */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - 48B96B211E29741400A1C49C /* Lottie.framework in Embed Frameworks */, - ); - name = "Embed Frameworks"; - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 48440E7D1E1F0A6800A7882C /* Lottie.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Lottie.framework; path = "../../../Library/Developer/Xcode/DerivedData/LottieExamples-gdyakbdnisazzyhjjynybvmvamdk/Build/Products/Debug-iphonesimulator/Lottie.framework"; sourceTree = ""; }; - 4844D36E1E259B4A00D1B02D /* AnimatedTextField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AnimatedTextField.h; sourceTree = ""; }; - 4844D36F1E259B4A00D1B02D /* AnimatedTextField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AnimatedTextField.m; sourceTree = ""; }; - 4871B3641E244BB900AE29CD /* TypingDemoViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TypingDemoViewController.h; sourceTree = ""; }; - 4871B3651E244BB900AE29CD /* TypingDemoViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TypingDemoViewController.m; sourceTree = ""; }; - 487284581D4FCF3200007A88 /* JSONExplorerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSONExplorerViewController.h; sourceTree = ""; }; - 487284591D4FCF3200007A88 /* JSONExplorerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JSONExplorerViewController.m; sourceTree = ""; }; - 48B96B1F1E29741400A1C49C /* Lottie.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Lottie.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 48E774C81D4AC7300029FC2D /* LottieExamples.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LottieExamples.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 48E774CC1D4AC7300029FC2D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - 48E774CE1D4AC7300029FC2D /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - 48E774CF1D4AC7300029FC2D /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; - 48E774D51D4AC7300029FC2D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - 48E774D71D4AC7300029FC2D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 48E774DA1D4AC7300029FC2D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; - 48E774DC1D4AC7300029FC2D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 62E352231E395AC000E135EA /* LottieRootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LottieRootViewController.h; sourceTree = ""; }; - 62E352241E395AC000E135EA /* LottieRootViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LottieRootViewController.m; sourceTree = ""; }; - 62E352291E39642E00E135EA /* 9squares-AlBoardman.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "9squares-AlBoardman.json"; sourceTree = ""; }; - 62E3522A1E39642E00E135EA /* HamburgerArrow.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = HamburgerArrow.json; sourceTree = ""; }; - 62E3522B1E39642E00E135EA /* IconTransitions.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = IconTransitions.json; sourceTree = ""; }; - 62E3522C1E39642E00E135EA /* LottieLogo1.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = LottieLogo1.json; sourceTree = ""; }; - 62E3522D1E39642E00E135EA /* LottieLogo1_masked.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = LottieLogo1_masked.json; sourceTree = ""; }; - 62E3522E1E39642E00E135EA /* LottieLogo2.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = LottieLogo2.json; sourceTree = ""; }; - 62E3522F1E39642E00E135EA /* MotionCorpse-Jrcanest.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "MotionCorpse-Jrcanest.json"; sourceTree = ""; }; - 62E352301E39642E00E135EA /* PinJump.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = PinJump.json; sourceTree = ""; }; - 62E352311E39642E00E135EA /* TwitterHeart.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = TwitterHeart.json; sourceTree = ""; }; - 62E352331E39642E00E135EA /* A.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = A.json; sourceTree = ""; }; - 62E352341E39642E00E135EA /* Apostrophe.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Apostrophe.json; sourceTree = ""; }; - 62E352351E39642E00E135EA /* B.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = B.json; sourceTree = ""; }; - 62E352361E39642E00E135EA /* BlinkingCursor.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = BlinkingCursor.json; sourceTree = ""; }; - 62E352371E39642E00E135EA /* C.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = C.json; sourceTree = ""; }; - 62E352381E39642E00E135EA /* Colon.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Colon.json; sourceTree = ""; }; - 62E352391E39642E00E135EA /* Comma.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Comma.json; sourceTree = ""; }; - 62E3523A1E39642E00E135EA /* D.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = D.json; sourceTree = ""; }; - 62E3523B1E39642E00E135EA /* E.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = E.json; sourceTree = ""; }; - 62E3523C1E39642E00E135EA /* F.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = F.json; sourceTree = ""; }; - 62E3523D1E39642E00E135EA /* G.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = G.json; sourceTree = ""; }; - 62E3523E1E39642E00E135EA /* H.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = H.json; sourceTree = ""; }; - 62E3523F1E39642E00E135EA /* I.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = I.json; sourceTree = ""; }; - 62E352401E39642E00E135EA /* J.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = J.json; sourceTree = ""; }; - 62E352411E39642E00E135EA /* K.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = K.json; sourceTree = ""; }; - 62E352421E39642E00E135EA /* L.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = L.json; sourceTree = ""; }; - 62E352431E39642E00E135EA /* M.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = M.json; sourceTree = ""; }; - 62E352441E39642E00E135EA /* N.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = N.json; sourceTree = ""; }; - 62E352451E39642E00E135EA /* O.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = O.json; sourceTree = ""; }; - 62E352461E39642E00E135EA /* P.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = P.json; sourceTree = ""; }; - 62E352471E39642E00E135EA /* Q.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Q.json; sourceTree = ""; }; - 62E352481E39642E00E135EA /* R.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = R.json; sourceTree = ""; }; - 62E352491E39642E00E135EA /* S.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = S.json; sourceTree = ""; }; - 62E3524A1E39642E00E135EA /* T.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = T.json; sourceTree = ""; }; - 62E3524B1E39642E00E135EA /* U.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = U.json; sourceTree = ""; }; - 62E3524C1E39642E00E135EA /* V.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = V.json; sourceTree = ""; }; - 62E3524D1E39642E00E135EA /* W.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = W.json; sourceTree = ""; }; - 62E3524E1E39642E00E135EA /* X.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = X.json; sourceTree = ""; }; - 62E3524F1E39642E00E135EA /* Y.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Y.json; sourceTree = ""; }; - 62E352501E39642E00E135EA /* Z.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Z.json; sourceTree = ""; }; - 62E352511E39642E00E135EA /* vcTransition1.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = vcTransition1.json; sourceTree = ""; }; - 62E352521E39642E00E135EA /* vcTransition2.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = vcTransition2.json; sourceTree = ""; }; - 62E352531E39642E00E135EA /* Watermelon.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Watermelon.json; sourceTree = ""; }; - 62E3527E1E39702600E135EA /* AnimationExplorerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AnimationExplorerViewController.h; sourceTree = ""; }; - 62E3527F1E39702600E135EA /* AnimationExplorerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AnimationExplorerViewController.m; sourceTree = ""; }; - 62E352811E397FB100E135EA /* AnimationTransitionViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AnimationTransitionViewController.h; sourceTree = ""; }; - 62E352821E397FB100E135EA /* AnimationTransitionViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AnimationTransitionViewController.m; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 48E774C51D4AC7300029FC2D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 48A7230B1DF8D41C00A55C00 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 48440E7D1E1F0A6800A7882C /* Lottie.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 48E774BF1D4AC7300029FC2D = { - isa = PBXGroup; - children = ( - 48B96B1F1E29741400A1C49C /* Lottie.framework */, - 48E774CA1D4AC7300029FC2D /* LottieExamples */, - 48E774C91D4AC7300029FC2D /* Products */, - 48A7230B1DF8D41C00A55C00 /* Frameworks */, - ); - sourceTree = ""; - }; - 48E774C91D4AC7300029FC2D /* Products */ = { - isa = PBXGroup; - children = ( - 48E774C81D4AC7300029FC2D /* LottieExamples.app */, - ); - name = Products; - sourceTree = ""; - }; - 48E774CA1D4AC7300029FC2D /* LottieExamples */ = { - isa = PBXGroup; - children = ( - 48E774CE1D4AC7300029FC2D /* AppDelegate.h */, - 48E774CF1D4AC7300029FC2D /* AppDelegate.m */, - 62E352231E395AC000E135EA /* LottieRootViewController.h */, - 62E352241E395AC000E135EA /* LottieRootViewController.m */, - 62E3527E1E39702600E135EA /* AnimationExplorerViewController.h */, - 62E3527F1E39702600E135EA /* AnimationExplorerViewController.m */, - 62E352811E397FB100E135EA /* AnimationTransitionViewController.h */, - 62E352821E397FB100E135EA /* AnimationTransitionViewController.m */, - 487284581D4FCF3200007A88 /* JSONExplorerViewController.h */, - 487284591D4FCF3200007A88 /* JSONExplorerViewController.m */, - 48F7F3061E2FFD1000E34939 /* Typing Demo */, - 48E774D41D4AC7300029FC2D /* Main.storyboard */, - 48E774D71D4AC7300029FC2D /* Assets.xcassets */, - 48E774D91D4AC7300029FC2D /* LaunchScreen.storyboard */, - 48E774DC1D4AC7300029FC2D /* Info.plist */, - 48E774CB1D4AC7300029FC2D /* Supporting Files */, - ); - path = LottieExamples; - sourceTree = ""; - }; - 48E774CB1D4AC7300029FC2D /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 62E352281E39642E00E135EA /* Example_Files */, - 48E774CC1D4AC7300029FC2D /* main.m */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 48F7F3061E2FFD1000E34939 /* Typing Demo */ = { - isa = PBXGroup; - children = ( - 4871B3641E244BB900AE29CD /* TypingDemoViewController.h */, - 4871B3651E244BB900AE29CD /* TypingDemoViewController.m */, - 4844D36E1E259B4A00D1B02D /* AnimatedTextField.h */, - 4844D36F1E259B4A00D1B02D /* AnimatedTextField.m */, - ); - name = "Typing Demo"; - sourceTree = ""; - }; - 62E352281E39642E00E135EA /* Example_Files */ = { - isa = PBXGroup; - children = ( - 62E352291E39642E00E135EA /* 9squares-AlBoardman.json */, - 62E3522A1E39642E00E135EA /* HamburgerArrow.json */, - 62E3522B1E39642E00E135EA /* IconTransitions.json */, - 62E3522C1E39642E00E135EA /* LottieLogo1.json */, - 62E3522D1E39642E00E135EA /* LottieLogo1_masked.json */, - 62E3522E1E39642E00E135EA /* LottieLogo2.json */, - 62E3522F1E39642E00E135EA /* MotionCorpse-Jrcanest.json */, - 62E352301E39642E00E135EA /* PinJump.json */, - 62E352311E39642E00E135EA /* TwitterHeart.json */, - 62E352321E39642E00E135EA /* TypeFace */, - 62E352511E39642E00E135EA /* vcTransition1.json */, - 62E352521E39642E00E135EA /* vcTransition2.json */, - 62E352531E39642E00E135EA /* Watermelon.json */, - ); - path = Example_Files; - sourceTree = ""; - }; - 62E352321E39642E00E135EA /* TypeFace */ = { - isa = PBXGroup; - children = ( - 62E352331E39642E00E135EA /* A.json */, - 62E352341E39642E00E135EA /* Apostrophe.json */, - 62E352351E39642E00E135EA /* B.json */, - 62E352361E39642E00E135EA /* BlinkingCursor.json */, - 62E352371E39642E00E135EA /* C.json */, - 62E352381E39642E00E135EA /* Colon.json */, - 62E352391E39642E00E135EA /* Comma.json */, - 62E3523A1E39642E00E135EA /* D.json */, - 62E3523B1E39642E00E135EA /* E.json */, - 62E3523C1E39642E00E135EA /* F.json */, - 62E3523D1E39642E00E135EA /* G.json */, - 62E3523E1E39642E00E135EA /* H.json */, - 62E3523F1E39642E00E135EA /* I.json */, - 62E352401E39642E00E135EA /* J.json */, - 62E352411E39642E00E135EA /* K.json */, - 62E352421E39642E00E135EA /* L.json */, - 62E352431E39642E00E135EA /* M.json */, - 62E352441E39642E00E135EA /* N.json */, - 62E352451E39642E00E135EA /* O.json */, - 62E352461E39642E00E135EA /* P.json */, - 62E352471E39642E00E135EA /* Q.json */, - 62E352481E39642E00E135EA /* R.json */, - 62E352491E39642E00E135EA /* S.json */, - 62E3524A1E39642E00E135EA /* T.json */, - 62E3524B1E39642E00E135EA /* U.json */, - 62E3524C1E39642E00E135EA /* V.json */, - 62E3524D1E39642E00E135EA /* W.json */, - 62E3524E1E39642E00E135EA /* X.json */, - 62E3524F1E39642E00E135EA /* Y.json */, - 62E352501E39642E00E135EA /* Z.json */, - ); - path = TypeFace; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 48E774C71D4AC7300029FC2D /* LottieExamples */ = { - isa = PBXNativeTarget; - buildConfigurationList = 48E774DF1D4AC7300029FC2D /* Build configuration list for PBXNativeTarget "LottieExamples" */; - buildPhases = ( - 48E774C41D4AC7300029FC2D /* Sources */, - 48E774C51D4AC7300029FC2D /* Frameworks */, - 48E774C61D4AC7300029FC2D /* Resources */, - 48A722BB1DF6383400A55C00 /* Embed Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = LottieExamples; - productName = LottieExamples; - productReference = 48E774C81D4AC7300029FC2D /* LottieExamples.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 48E774C01D4AC7300029FC2D /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0820; - ORGANIZATIONNAME = "Brandon Withrow"; - TargetAttributes = { - 48E774C71D4AC7300029FC2D = { - CreatedOnToolsVersion = 7.2.1; - DevelopmentTeam = 5LL7P8E8RA; - }; - }; - }; - buildConfigurationList = 48E774C31D4AC7300029FC2D /* Build configuration list for PBXProject "LottieExamples" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 48E774BF1D4AC7300029FC2D; - productRefGroup = 48E774C91D4AC7300029FC2D /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 48E774C71D4AC7300029FC2D /* LottieExamples */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 48E774C61D4AC7300029FC2D /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 62E352771E39642E00E135EA /* W.json in Resources */, - 62E3526E1E39642E00E135EA /* N.json in Resources */, - 62E3526A1E39642E00E135EA /* J.json in Resources */, - 62E352721E39642E00E135EA /* R.json in Resources */, - 62E3525F1E39642E00E135EA /* B.json in Resources */, - 62E352761E39642E00E135EA /* V.json in Resources */, - 62E3527A1E39642E00E135EA /* Z.json in Resources */, - 62E3525D1E39642E00E135EA /* A.json in Resources */, - 62E3527C1E39642E00E135EA /* vcTransition2.json in Resources */, - 62E352631E39642E00E135EA /* Comma.json in Resources */, - 62E3525C1E39642E00E135EA /* TwitterHeart.json in Resources */, - 62E352791E39642E00E135EA /* Y.json in Resources */, - 48E774DB1D4AC7300029FC2D /* LaunchScreen.storyboard in Resources */, - 62E3526C1E39642E00E135EA /* L.json in Resources */, - 62E352691E39642E00E135EA /* I.json in Resources */, - 62E3525B1E39642E00E135EA /* PinJump.json in Resources */, - 62E352681E39642E00E135EA /* H.json in Resources */, - 62E352651E39642E00E135EA /* E.json in Resources */, - 62E3525A1E39642E00E135EA /* MotionCorpse-Jrcanest.json in Resources */, - 62E352571E39642E00E135EA /* LottieLogo1.json in Resources */, - 62E3526B1E39642E00E135EA /* K.json in Resources */, - 62E352601E39642E00E135EA /* BlinkingCursor.json in Resources */, - 62E352551E39642E00E135EA /* HamburgerArrow.json in Resources */, - 62E352641E39642E00E135EA /* D.json in Resources */, - 62E3526F1E39642E00E135EA /* O.json in Resources */, - 62E352731E39642E00E135EA /* S.json in Resources */, - 62E3526D1E39642E00E135EA /* M.json in Resources */, - 48E774D81D4AC7300029FC2D /* Assets.xcassets in Resources */, - 62E352591E39642E00E135EA /* LottieLogo2.json in Resources */, - 62E352561E39642E00E135EA /* IconTransitions.json in Resources */, - 62E352751E39642E00E135EA /* U.json in Resources */, - 48E774D61D4AC7300029FC2D /* Main.storyboard in Resources */, - 62E352661E39642E00E135EA /* F.json in Resources */, - 62E352781E39642E00E135EA /* X.json in Resources */, - 62E352581E39642E00E135EA /* LottieLogo1_masked.json in Resources */, - 62E3527B1E39642E00E135EA /* vcTransition1.json in Resources */, - 62E352611E39642E00E135EA /* C.json in Resources */, - 62E352711E39642E00E135EA /* Q.json in Resources */, - 62E352741E39642E00E135EA /* T.json in Resources */, - 62E3525E1E39642E00E135EA /* Apostrophe.json in Resources */, - 62E3527D1E39642E00E135EA /* Watermelon.json in Resources */, - 62E352541E39642E00E135EA /* 9squares-AlBoardman.json in Resources */, - 62E352671E39642E00E135EA /* G.json in Resources */, - 62E352701E39642E00E135EA /* P.json in Resources */, - 62E352621E39642E00E135EA /* Colon.json in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 48E774C41D4AC7300029FC2D /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 62E352251E395AC000E135EA /* LottieRootViewController.m in Sources */, - 4872845A1D4FCF3200007A88 /* JSONExplorerViewController.m in Sources */, - 62E352831E397FB100E135EA /* AnimationTransitionViewController.m in Sources */, - 48E774D01D4AC7300029FC2D /* AppDelegate.m in Sources */, - 4871B3661E244BB900AE29CD /* TypingDemoViewController.m in Sources */, - 62E352801E39702600E135EA /* AnimationExplorerViewController.m in Sources */, - 48E774CD1D4AC7300029FC2D /* main.m in Sources */, - 4844D3701E259B4A00D1B02D /* AnimatedTextField.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXVariantGroup section */ - 48E774D41D4AC7300029FC2D /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 48E774D51D4AC7300029FC2D /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; - 48E774D91D4AC7300029FC2D /* LaunchScreen.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 48E774DA1D4AC7300029FC2D /* Base */, - ); - name = LaunchScreen.storyboard; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 48E774DD1D4AC7300029FC2D /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.2; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = 2; - }; - name = Debug; - }; - 48E774DE1D4AC7300029FC2D /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.2; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = 2; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 48E774E01D4AC7300029FC2D /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - DEVELOPMENT_TEAM = 5LL7P8E8RA; - INFOPLIST_FILE = LottieExamples/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 8.2; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "-.LottieExamples"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 48E774E11D4AC7300029FC2D /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - DEVELOPMENT_TEAM = 5LL7P8E8RA; - INFOPLIST_FILE = LottieExamples/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 8.2; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "-.LottieExamples"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 48E774C31D4AC7300029FC2D /* Build configuration list for PBXProject "LottieExamples" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 48E774DD1D4AC7300029FC2D /* Debug */, - 48E774DE1D4AC7300029FC2D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 48E774DF1D4AC7300029FC2D /* Build configuration list for PBXNativeTarget "LottieExamples" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 48E774E01D4AC7300029FC2D /* Debug */, - 48E774E11D4AC7300029FC2D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 48E774C01D4AC7300029FC2D /* Project object */; -} diff --git a/LottieExamples/LottieExamples/AppDelegate.h b/LottieExamples/LottieExamples/AppDelegate.h deleted file mode 100644 index 35f8f6533f..0000000000 --- a/LottieExamples/LottieExamples/AppDelegate.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// AppDelegate.h -// LottieExamples -// -// Created by Brandon Withrow on 7/28/16. -// Copyright © 2016 Brandon Withrow. All rights reserved. -// - -#import - -@interface AppDelegate : UIResponder - -@property (strong, nonatomic) UIWindow *window; - - -@end - diff --git a/LottieExamples/LottieExamples/AppDelegate.m b/LottieExamples/LottieExamples/AppDelegate.m deleted file mode 100644 index 612fab2350..0000000000 --- a/LottieExamples/LottieExamples/AppDelegate.m +++ /dev/null @@ -1,45 +0,0 @@ -// -// AppDelegate.m -// LottieExamples -// -// Created by Brandon Withrow on 7/28/16. -// Copyright © 2016 Brandon Withrow. All rights reserved. -// - -#import "AppDelegate.h" - -@interface AppDelegate () - -@end - -@implementation AppDelegate - - -- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { - // Override point for customization after application launch. - return YES; -} - -- (void)applicationWillResignActive:(UIApplication *)application { - // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. - // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. -} - -- (void)applicationDidEnterBackground:(UIApplication *)application { - // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. - // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. -} - -- (void)applicationWillEnterForeground:(UIApplication *)application { - // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. -} - -- (void)applicationDidBecomeActive:(UIApplication *)application { - // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. -} - -- (void)applicationWillTerminate:(UIApplication *)application { - // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. -} - -@end diff --git a/LottieExamples/LottieExamples/Assets.xcassets/AppIcon.appiconset/Contents.json b/LottieExamples/LottieExamples/Assets.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index a4645e6b01..0000000000 --- a/LottieExamples/LottieExamples/Assets.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "images" : [ - { - "idiom" : "ipad", - "size" : "29x29", - "scale" : "1x" - }, - { - "idiom" : "ipad", - "size" : "29x29", - "scale" : "2x" - }, - { - "idiom" : "ipad", - "size" : "40x40", - "scale" : "1x" - }, - { - "idiom" : "ipad", - "size" : "40x40", - "scale" : "2x" - }, - { - "idiom" : "ipad", - "size" : "76x76", - "scale" : "1x" - }, - { - "idiom" : "ipad", - "size" : "76x76", - "scale" : "2x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/LottieExamples/LottieExamples/main.m b/LottieExamples/LottieExamples/main.m deleted file mode 100644 index 4178ee6b75..0000000000 --- a/LottieExamples/LottieExamples/main.m +++ /dev/null @@ -1,16 +0,0 @@ -// -// main.m -// LottieExamples -// -// Created by Brandon Withrow on 7/28/16. -// Copyright © 2016 Brandon Withrow. All rights reserved. -// - -#import -#import "AppDelegate.h" - -int main(int argc, char * argv[]) { - @autoreleasepool { - return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); - } -} diff --git a/README.md b/README.md index 8e75c6ad5a..29484fada2 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,13 @@ Lottie also supports native UIViewController Transitions out of the box! Here is just a small sampling of the power of Lottie -![Example1](LottieExamples/_Gifs/Examples1.gif) -![Example2](LottieExamples/_Gifs/Examples2.gif) +![Example1](_Gifs/Examples1.gif) +![Example2](_Gifs/Examples2.gif) -![Community](LottieExamples/_Gifs/Community 2_3.gif) -![Example3](LottieExamples/_Gifs/Examples3.gif) +![Community](_Gifs/Community 2_3.gif) +![Example3](_Gifs/Examples3.gif) -![Abcs](LottieExamples/_Gifs/Examples4.gif) +![Abcs](_Gifs/Examples4.gif) ## Using Lottie Lottie supports iOS 8 and above. diff --git a/LottieExamples/_AeFiles/EmptyState.aep b/_AeFiles/EmptyState.aep similarity index 100% rename from LottieExamples/_AeFiles/EmptyState.aep rename to _AeFiles/EmptyState.aep diff --git a/LottieExamples/_AeFiles/HamburgerArrow.aep b/_AeFiles/HamburgerArrow.aep similarity index 100% rename from LottieExamples/_AeFiles/HamburgerArrow.aep rename to _AeFiles/HamburgerArrow.aep diff --git a/LottieExamples/_AeFiles/LottieLogos.aep b/_AeFiles/LottieLogos.aep similarity index 100% rename from LottieExamples/_AeFiles/LottieLogos.aep rename to _AeFiles/LottieLogos.aep diff --git a/LottieExamples/_AeFiles/PinJump.aep b/_AeFiles/PinJump.aep similarity index 100% rename from LottieExamples/_AeFiles/PinJump.aep rename to _AeFiles/PinJump.aep diff --git a/LottieExamples/_AeFiles/TwitterHeart.aep b/_AeFiles/TwitterHeart.aep similarity index 100% rename from LottieExamples/_AeFiles/TwitterHeart.aep rename to _AeFiles/TwitterHeart.aep diff --git a/LottieExamples/_AeFiles/Walkthrough.aep b/_AeFiles/Walkthrough.aep similarity index 100% rename from LottieExamples/_AeFiles/Walkthrough.aep rename to _AeFiles/Walkthrough.aep diff --git a/LottieExamples/_Gifs/Community 2_3.gif b/_Gifs/Community 2_3.gif similarity index 100% rename from LottieExamples/_Gifs/Community 2_3.gif rename to _Gifs/Community 2_3.gif diff --git a/LottieExamples/_Gifs/EmptyState.gif b/_Gifs/EmptyState.gif similarity index 100% rename from LottieExamples/_Gifs/EmptyState.gif rename to _Gifs/EmptyState.gif diff --git a/LottieExamples/_Gifs/Examples1.gif b/_Gifs/Examples1.gif similarity index 100% rename from LottieExamples/_Gifs/Examples1.gif rename to _Gifs/Examples1.gif diff --git a/LottieExamples/_Gifs/Examples2.gif b/_Gifs/Examples2.gif similarity index 100% rename from LottieExamples/_Gifs/Examples2.gif rename to _Gifs/Examples2.gif diff --git a/LottieExamples/_Gifs/Examples3.gif b/_Gifs/Examples3.gif similarity index 100% rename from LottieExamples/_Gifs/Examples3.gif rename to _Gifs/Examples3.gif diff --git a/LottieExamples/_Gifs/Examples4.gif b/_Gifs/Examples4.gif similarity index 100% rename from LottieExamples/_Gifs/Examples4.gif rename to _Gifs/Examples4.gif diff --git a/LottieExamples/_Gifs/HamburgerArrow.gif b/_Gifs/HamburgerArrow.gif similarity index 100% rename from LottieExamples/_Gifs/HamburgerArrow.gif rename to _Gifs/HamburgerArrow.gif diff --git a/LottieExamples/_Gifs/LottieLogo1.gif b/_Gifs/LottieLogo1.gif similarity index 100% rename from LottieExamples/_Gifs/LottieLogo1.gif rename to _Gifs/LottieLogo1.gif diff --git a/LottieExamples/_Gifs/LottieLogo2.gif b/_Gifs/LottieLogo2.gif similarity index 100% rename from LottieExamples/_Gifs/LottieLogo2.gif rename to _Gifs/LottieLogo2.gif diff --git a/LottieExamples/_Gifs/PinJump.gif b/_Gifs/PinJump.gif similarity index 100% rename from LottieExamples/_Gifs/PinJump.gif rename to _Gifs/PinJump.gif diff --git a/LottieExamples/_Gifs/TwitterHeart.gif b/_Gifs/TwitterHeart.gif similarity index 100% rename from LottieExamples/_Gifs/TwitterHeart.gif rename to _Gifs/TwitterHeart.gif diff --git a/LottieExamples/_Gifs/Walkthrough.gif b/_Gifs/Walkthrough.gif similarity index 100% rename from LottieExamples/_Gifs/Walkthrough.gif rename to _Gifs/Walkthrough.gif diff --git a/LottieExamples/_Gifs/abcs.gif b/_Gifs/abcs.gif similarity index 100% rename from LottieExamples/_Gifs/abcs.gif rename to _Gifs/abcs.gif diff --git a/LottieExamples/_Gifs/transition3.gif b/_Gifs/transition3.gif similarity index 100% rename from LottieExamples/_Gifs/transition3.gif rename to _Gifs/transition3.gif diff --git a/lottie-ios.podspec b/lottie-ios.podspec new file mode 100644 index 0000000000..455b1a6dae --- /dev/null +++ b/lottie-ios.podspec @@ -0,0 +1,42 @@ +# +# Be sure to run `pod lib lint lottie-ios.podspec' to ensure this is a +# valid spec before submitting. +# +# Any lines starting with a # are optional, but their use is encouraged +# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html +# + +Pod::Spec.new do |s| + s.name = 'lottie-ios' + s.version = '0.1.0' + s.summary = 'Used to natively render vector animations exported from After Effects.' + +# This description is used to generate tags and improve search results. +# * Think: What does it do? Why did you write it? What is the focus? +# * Try to keep it short, snappy and to the point. +# * Write the description between the DESC delimiters below. +# * Finally, don't worry about the indent, CocoaPods strips it! + + s.description = <<-DESC +Lottie is a mobile library for Andorid 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! + +For the first time, designers can create and ship beautiful animations without an enginineer 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. + DESC + + s.homepage = 'https://github.com/airbnb/lottie-ios' + s.license = { :type => 'Apache', :file => 'LICENSE' } + s.author = { 'Brandon Withrow' => 'buba447@gmail.com' } + s.source = { :git => 'https://github.com/airbnb/lottie-ios.git', :tag => s.version.to_s } + + s.ios.deployment_target = '8.0' + + s.source_files = 'lottie-ios/Classes/**/*' + + # s.resource_bundles = { + # 'lottie-ios' => ['lottie-ios/Assets/*.png'] + # } + + # s.public_header_files = 'Pod/Classes/**/*.h' + # s.frameworks = 'UIKit', 'MapKit' + # s.dependency 'AFNetworking', '~> 2.3' +end diff --git a/lottie-ios/Assets/.gitkeep b/lottie-ios/Assets/.gitkeep new file mode 100644 index 0000000000..e69de29bb2 diff --git a/lottie-ios/Classes/.gitkeep b/lottie-ios/Classes/.gitkeep new file mode 100644 index 0000000000..e69de29bb2 diff --git a/Lottie/Lottie/CAAnimationGroup+LAAnimatableGroup.h b/lottie-ios/Classes/CAAnimationGroup+LAAnimatableGroup.h similarity index 100% rename from Lottie/Lottie/CAAnimationGroup+LAAnimatableGroup.h rename to lottie-ios/Classes/CAAnimationGroup+LAAnimatableGroup.h diff --git a/Lottie/Lottie/CAAnimationGroup+LAAnimatableGroup.m b/lottie-ios/Classes/CAAnimationGroup+LAAnimatableGroup.m similarity index 100% rename from Lottie/Lottie/CAAnimationGroup+LAAnimatableGroup.m rename to lottie-ios/Classes/CAAnimationGroup+LAAnimatableGroup.m diff --git a/Lottie/Lottie/CGGeometryAdditions.h b/lottie-ios/Classes/CGGeometryAdditions.h similarity index 100% rename from Lottie/Lottie/CGGeometryAdditions.h rename to lottie-ios/Classes/CGGeometryAdditions.h diff --git a/Lottie/Lottie/CGGeometryAdditions.m b/lottie-ios/Classes/CGGeometryAdditions.m similarity index 100% rename from Lottie/Lottie/CGGeometryAdditions.m rename to lottie-ios/Classes/CGGeometryAdditions.m diff --git a/Lottie/Lottie/LAAnimatableBoundsValue.h b/lottie-ios/Classes/LAAnimatableBoundsValue.h similarity index 100% rename from Lottie/Lottie/LAAnimatableBoundsValue.h rename to lottie-ios/Classes/LAAnimatableBoundsValue.h diff --git a/Lottie/Lottie/LAAnimatableBoundsValue.m b/lottie-ios/Classes/LAAnimatableBoundsValue.m similarity index 100% rename from Lottie/Lottie/LAAnimatableBoundsValue.m rename to lottie-ios/Classes/LAAnimatableBoundsValue.m diff --git a/Lottie/Lottie/LAAnimatableColorValue.h b/lottie-ios/Classes/LAAnimatableColorValue.h similarity index 100% rename from Lottie/Lottie/LAAnimatableColorValue.h rename to lottie-ios/Classes/LAAnimatableColorValue.h diff --git a/Lottie/Lottie/LAAnimatableColorValue.m b/lottie-ios/Classes/LAAnimatableColorValue.m similarity index 100% rename from Lottie/Lottie/LAAnimatableColorValue.m rename to lottie-ios/Classes/LAAnimatableColorValue.m diff --git a/Lottie/Lottie/LAAnimatableLayer.h b/lottie-ios/Classes/LAAnimatableLayer.h similarity index 100% rename from Lottie/Lottie/LAAnimatableLayer.h rename to lottie-ios/Classes/LAAnimatableLayer.h diff --git a/Lottie/Lottie/LAAnimatableLayer.m b/lottie-ios/Classes/LAAnimatableLayer.m similarity index 100% rename from Lottie/Lottie/LAAnimatableLayer.m rename to lottie-ios/Classes/LAAnimatableLayer.m diff --git a/Lottie/Lottie/LAAnimatableNumberValue.h b/lottie-ios/Classes/LAAnimatableNumberValue.h similarity index 100% rename from Lottie/Lottie/LAAnimatableNumberValue.h rename to lottie-ios/Classes/LAAnimatableNumberValue.h diff --git a/Lottie/Lottie/LAAnimatableNumberValue.m b/lottie-ios/Classes/LAAnimatableNumberValue.m similarity index 100% rename from Lottie/Lottie/LAAnimatableNumberValue.m rename to lottie-ios/Classes/LAAnimatableNumberValue.m diff --git a/Lottie/Lottie/LAAnimatablePointValue.h b/lottie-ios/Classes/LAAnimatablePointValue.h similarity index 100% rename from Lottie/Lottie/LAAnimatablePointValue.h rename to lottie-ios/Classes/LAAnimatablePointValue.h diff --git a/Lottie/Lottie/LAAnimatablePointValue.m b/lottie-ios/Classes/LAAnimatablePointValue.m similarity index 100% rename from Lottie/Lottie/LAAnimatablePointValue.m rename to lottie-ios/Classes/LAAnimatablePointValue.m diff --git a/Lottie/Lottie/LAAnimatableScaleValue.h b/lottie-ios/Classes/LAAnimatableScaleValue.h similarity index 100% rename from Lottie/Lottie/LAAnimatableScaleValue.h rename to lottie-ios/Classes/LAAnimatableScaleValue.h diff --git a/Lottie/Lottie/LAAnimatableScaleValue.m b/lottie-ios/Classes/LAAnimatableScaleValue.m similarity index 100% rename from Lottie/Lottie/LAAnimatableScaleValue.m rename to lottie-ios/Classes/LAAnimatableScaleValue.m diff --git a/Lottie/Lottie/LAAnimatableShapeValue.h b/lottie-ios/Classes/LAAnimatableShapeValue.h similarity index 100% rename from Lottie/Lottie/LAAnimatableShapeValue.h rename to lottie-ios/Classes/LAAnimatableShapeValue.h diff --git a/Lottie/Lottie/LAAnimatableShapeValue.m b/lottie-ios/Classes/LAAnimatableShapeValue.m similarity index 100% rename from Lottie/Lottie/LAAnimatableShapeValue.m rename to lottie-ios/Classes/LAAnimatableShapeValue.m diff --git a/Lottie/Lottie/LAAnimatableValue.h b/lottie-ios/Classes/LAAnimatableValue.h similarity index 100% rename from Lottie/Lottie/LAAnimatableValue.h rename to lottie-ios/Classes/LAAnimatableValue.h diff --git a/Lottie/Lottie/LAAnimationCache.h b/lottie-ios/Classes/LAAnimationCache.h similarity index 100% rename from Lottie/Lottie/LAAnimationCache.h rename to lottie-ios/Classes/LAAnimationCache.h diff --git a/Lottie/Lottie/LAAnimationCache.m b/lottie-ios/Classes/LAAnimationCache.m similarity index 100% rename from Lottie/Lottie/LAAnimationCache.m rename to lottie-ios/Classes/LAAnimationCache.m diff --git a/Lottie/Lottie/LAAnimationTransitionController.h b/lottie-ios/Classes/LAAnimationTransitionController.h similarity index 100% rename from Lottie/Lottie/LAAnimationTransitionController.h rename to lottie-ios/Classes/LAAnimationTransitionController.h diff --git a/Lottie/Lottie/LAAnimationTransitionController.m b/lottie-ios/Classes/LAAnimationTransitionController.m similarity index 100% rename from Lottie/Lottie/LAAnimationTransitionController.m rename to lottie-ios/Classes/LAAnimationTransitionController.m diff --git a/Lottie/Lottie/LAAnimationView.h b/lottie-ios/Classes/LAAnimationView.h similarity index 100% rename from Lottie/Lottie/LAAnimationView.h rename to lottie-ios/Classes/LAAnimationView.h diff --git a/Lottie/Lottie/LAAnimationView.m b/lottie-ios/Classes/LAAnimationView.m similarity index 100% rename from Lottie/Lottie/LAAnimationView.m rename to lottie-ios/Classes/LAAnimationView.m diff --git a/Lottie/Lottie/LAAnimationView_Internal.h b/lottie-ios/Classes/LAAnimationView_Internal.h similarity index 100% rename from Lottie/Lottie/LAAnimationView_Internal.h rename to lottie-ios/Classes/LAAnimationView_Internal.h diff --git a/Lottie/Lottie/LAComposition.h b/lottie-ios/Classes/LAComposition.h similarity index 100% rename from Lottie/Lottie/LAComposition.h rename to lottie-ios/Classes/LAComposition.h diff --git a/Lottie/Lottie/LAComposition.m b/lottie-ios/Classes/LAComposition.m similarity index 100% rename from Lottie/Lottie/LAComposition.m rename to lottie-ios/Classes/LAComposition.m diff --git a/Lottie/Lottie/LAEllipseShapeLayer.h b/lottie-ios/Classes/LAEllipseShapeLayer.h similarity index 100% rename from Lottie/Lottie/LAEllipseShapeLayer.h rename to lottie-ios/Classes/LAEllipseShapeLayer.h diff --git a/Lottie/Lottie/LAEllipseShapeLayer.m b/lottie-ios/Classes/LAEllipseShapeLayer.m similarity index 100% rename from Lottie/Lottie/LAEllipseShapeLayer.m rename to lottie-ios/Classes/LAEllipseShapeLayer.m diff --git a/Lottie/Lottie/LAGroupLayerView.h b/lottie-ios/Classes/LAGroupLayerView.h similarity index 100% rename from Lottie/Lottie/LAGroupLayerView.h rename to lottie-ios/Classes/LAGroupLayerView.h diff --git a/Lottie/Lottie/LAGroupLayerView.m b/lottie-ios/Classes/LAGroupLayerView.m similarity index 100% rename from Lottie/Lottie/LAGroupLayerView.m rename to lottie-ios/Classes/LAGroupLayerView.m diff --git a/Lottie/Lottie/LAHelpers.h b/lottie-ios/Classes/LAHelpers.h similarity index 100% rename from Lottie/Lottie/LAHelpers.h rename to lottie-ios/Classes/LAHelpers.h diff --git a/Lottie/Lottie/LALayer.h b/lottie-ios/Classes/LALayer.h similarity index 100% rename from Lottie/Lottie/LALayer.h rename to lottie-ios/Classes/LALayer.h diff --git a/Lottie/Lottie/LALayer.m b/lottie-ios/Classes/LALayer.m similarity index 100% rename from Lottie/Lottie/LALayer.m rename to lottie-ios/Classes/LALayer.m diff --git a/Lottie/Lottie/LALayerView.h b/lottie-ios/Classes/LALayerView.h similarity index 100% rename from Lottie/Lottie/LALayerView.h rename to lottie-ios/Classes/LALayerView.h diff --git a/Lottie/Lottie/LALayerView.m b/lottie-ios/Classes/LALayerView.m similarity index 100% rename from Lottie/Lottie/LALayerView.m rename to lottie-ios/Classes/LALayerView.m diff --git a/Lottie/Lottie/LAMask.h b/lottie-ios/Classes/LAMask.h similarity index 100% rename from Lottie/Lottie/LAMask.h rename to lottie-ios/Classes/LAMask.h diff --git a/Lottie/Lottie/LAMask.m b/lottie-ios/Classes/LAMask.m similarity index 100% rename from Lottie/Lottie/LAMask.m rename to lottie-ios/Classes/LAMask.m diff --git a/Lottie/Lottie/LAMaskLayer.h b/lottie-ios/Classes/LAMaskLayer.h similarity index 100% rename from Lottie/Lottie/LAMaskLayer.h rename to lottie-ios/Classes/LAMaskLayer.h diff --git a/Lottie/Lottie/LAMaskLayer.m b/lottie-ios/Classes/LAMaskLayer.m similarity index 100% rename from Lottie/Lottie/LAMaskLayer.m rename to lottie-ios/Classes/LAMaskLayer.m diff --git a/Lottie/Lottie/LAModels.h b/lottie-ios/Classes/LAModels.h similarity index 100% rename from Lottie/Lottie/LAModels.h rename to lottie-ios/Classes/LAModels.h diff --git a/Lottie/Lottie/LARectShapeLayer.h b/lottie-ios/Classes/LARectShapeLayer.h similarity index 100% rename from Lottie/Lottie/LARectShapeLayer.h rename to lottie-ios/Classes/LARectShapeLayer.h diff --git a/Lottie/Lottie/LARectShapeLayer.m b/lottie-ios/Classes/LARectShapeLayer.m similarity index 100% rename from Lottie/Lottie/LARectShapeLayer.m rename to lottie-ios/Classes/LARectShapeLayer.m diff --git a/Lottie/Lottie/LAShapeCircle.h b/lottie-ios/Classes/LAShapeCircle.h similarity index 100% rename from Lottie/Lottie/LAShapeCircle.h rename to lottie-ios/Classes/LAShapeCircle.h diff --git a/Lottie/Lottie/LAShapeCircle.m b/lottie-ios/Classes/LAShapeCircle.m similarity index 100% rename from Lottie/Lottie/LAShapeCircle.m rename to lottie-ios/Classes/LAShapeCircle.m diff --git a/Lottie/Lottie/LAShapeFill.h b/lottie-ios/Classes/LAShapeFill.h similarity index 100% rename from Lottie/Lottie/LAShapeFill.h rename to lottie-ios/Classes/LAShapeFill.h diff --git a/Lottie/Lottie/LAShapeFill.m b/lottie-ios/Classes/LAShapeFill.m similarity index 100% rename from Lottie/Lottie/LAShapeFill.m rename to lottie-ios/Classes/LAShapeFill.m diff --git a/Lottie/Lottie/LAShapeGroup.h b/lottie-ios/Classes/LAShapeGroup.h similarity index 100% rename from Lottie/Lottie/LAShapeGroup.h rename to lottie-ios/Classes/LAShapeGroup.h diff --git a/Lottie/Lottie/LAShapeGroup.m b/lottie-ios/Classes/LAShapeGroup.m similarity index 100% rename from Lottie/Lottie/LAShapeGroup.m rename to lottie-ios/Classes/LAShapeGroup.m diff --git a/Lottie/Lottie/LAShapeLayerView.h b/lottie-ios/Classes/LAShapeLayerView.h similarity index 100% rename from Lottie/Lottie/LAShapeLayerView.h rename to lottie-ios/Classes/LAShapeLayerView.h diff --git a/Lottie/Lottie/LAShapeLayerView.m b/lottie-ios/Classes/LAShapeLayerView.m similarity index 100% rename from Lottie/Lottie/LAShapeLayerView.m rename to lottie-ios/Classes/LAShapeLayerView.m diff --git a/Lottie/Lottie/LAShapePath.h b/lottie-ios/Classes/LAShapePath.h similarity index 100% rename from Lottie/Lottie/LAShapePath.h rename to lottie-ios/Classes/LAShapePath.h diff --git a/Lottie/Lottie/LAShapePath.m b/lottie-ios/Classes/LAShapePath.m similarity index 100% rename from Lottie/Lottie/LAShapePath.m rename to lottie-ios/Classes/LAShapePath.m diff --git a/Lottie/Lottie/LAShapeRectangle.h b/lottie-ios/Classes/LAShapeRectangle.h similarity index 100% rename from Lottie/Lottie/LAShapeRectangle.h rename to lottie-ios/Classes/LAShapeRectangle.h diff --git a/Lottie/Lottie/LAShapeRectangle.m b/lottie-ios/Classes/LAShapeRectangle.m similarity index 100% rename from Lottie/Lottie/LAShapeRectangle.m rename to lottie-ios/Classes/LAShapeRectangle.m diff --git a/Lottie/Lottie/LAShapeStroke.h b/lottie-ios/Classes/LAShapeStroke.h similarity index 100% rename from Lottie/Lottie/LAShapeStroke.h rename to lottie-ios/Classes/LAShapeStroke.h diff --git a/Lottie/Lottie/LAShapeStroke.m b/lottie-ios/Classes/LAShapeStroke.m similarity index 100% rename from Lottie/Lottie/LAShapeStroke.m rename to lottie-ios/Classes/LAShapeStroke.m diff --git a/Lottie/Lottie/LAShapeTransform.h b/lottie-ios/Classes/LAShapeTransform.h similarity index 100% rename from Lottie/Lottie/LAShapeTransform.h rename to lottie-ios/Classes/LAShapeTransform.h diff --git a/Lottie/Lottie/LAShapeTransform.m b/lottie-ios/Classes/LAShapeTransform.m similarity index 100% rename from Lottie/Lottie/LAShapeTransform.m rename to lottie-ios/Classes/LAShapeTransform.m diff --git a/Lottie/Lottie/LAShapeTrimPath.h b/lottie-ios/Classes/LAShapeTrimPath.h similarity index 100% rename from Lottie/Lottie/LAShapeTrimPath.h rename to lottie-ios/Classes/LAShapeTrimPath.h diff --git a/Lottie/Lottie/LAShapeTrimPath.m b/lottie-ios/Classes/LAShapeTrimPath.m similarity index 100% rename from Lottie/Lottie/LAShapeTrimPath.m rename to lottie-ios/Classes/LAShapeTrimPath.m diff --git a/Lottie/Lottie/UIColor+Expanded.h b/lottie-ios/Classes/UIColor+Expanded.h similarity index 100% rename from Lottie/Lottie/UIColor+Expanded.h rename to lottie-ios/Classes/UIColor+Expanded.h diff --git a/Lottie/Lottie/UIColor+Expanded.m b/lottie-ios/Classes/UIColor+Expanded.m similarity index 100% rename from Lottie/Lottie/UIColor+Expanded.m rename to lottie-ios/Classes/UIColor+Expanded.m