mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Converted to a CocoaPod
This commit is contained in:
11
Example/Podfile
Normal file
11
Example/Podfile
Normal file
@@ -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
|
||||
16
Example/Podfile.lock
Normal file
16
Example/Podfile.lock
Normal file
@@ -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
|
||||
22
Example/Pods/Local Podspecs/lottie-ios.podspec.json
generated
Normal file
22
Example/Pods/Local Podspecs/lottie-ios.podspec.json
generated
Normal file
@@ -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/<GITHUB_USERNAME>/lottie-ios",
|
||||
"license": {
|
||||
"type": "MIT",
|
||||
"file": "LICENSE"
|
||||
},
|
||||
"authors": {
|
||||
"Brandon Withrow": "brandon.withrow@airbnb.com"
|
||||
},
|
||||
"source": {
|
||||
"git": "https://github.com/<GITHUB_USERNAME>/lottie-ios.git",
|
||||
"tag": "0.1.0"
|
||||
},
|
||||
"platforms": {
|
||||
"ios": "8.0"
|
||||
},
|
||||
"source_files": "lottie-ios/Classes/**/*"
|
||||
}
|
||||
16
Example/Pods/Manifest.lock
generated
Normal file
16
Example/Pods/Manifest.lock
generated
Normal file
@@ -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
|
||||
977
Example/Pods/Pods.xcodeproj/project.pbxproj
generated
Normal file
977
Example/Pods/Pods.xcodeproj/project.pbxproj
generated
Normal file
@@ -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 = "<group>"; };
|
||||
2BC7C5F0811852ABEF02C425112D5591 /* Pods-lottie-ios_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-lottie-ios_Tests.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
3F078AC56DED57DF561A5272E61F238B /* lottie-ios-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "lottie-ios-dummy.m"; sourceTree = "<group>"; };
|
||||
4A562670476D7C9CEBA5A18B86BB963F /* lottie-ios-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "lottie-ios-prefix.pch"; sourceTree = "<group>"; };
|
||||
5860B12202911B3D93D00EC80838DD5B /* Pods-lottie-ios_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-lottie-ios_Tests-acknowledgements.markdown"; sourceTree = "<group>"; };
|
||||
62B253DD1E3A8BCB0035A842 /* LAAnimationView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimationView.h; sourceTree = "<group>"; };
|
||||
62B253DE1E3A8BCB0035A842 /* LAAnimationView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimationView.m; sourceTree = "<group>"; };
|
||||
62B253DF1E3A8BCB0035A842 /* LAAnimationTransitionController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimationTransitionController.h; sourceTree = "<group>"; };
|
||||
62B253E01E3A8BCB0035A842 /* LAAnimationTransitionController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimationTransitionController.m; sourceTree = "<group>"; };
|
||||
62B253E11E3A8BCB0035A842 /* LAAnimationCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimationCache.h; sourceTree = "<group>"; };
|
||||
62B253E21E3A8BCB0035A842 /* LAAnimationCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimationCache.m; sourceTree = "<group>"; };
|
||||
62B253E31E3A8BCB0035A842 /* LAAnimationView_Internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimationView_Internal.h; sourceTree = "<group>"; };
|
||||
62B253ED1E3A8C880035A842 /* LAAnimatableLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimatableLayer.h; sourceTree = "<group>"; };
|
||||
62B253EE1E3A8C880035A842 /* LAAnimatableLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimatableLayer.m; sourceTree = "<group>"; };
|
||||
62B253EF1E3A8C880035A842 /* LALayerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LALayerView.h; sourceTree = "<group>"; };
|
||||
62B253F01E3A8C880035A842 /* LALayerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LALayerView.m; sourceTree = "<group>"; };
|
||||
62B253F11E3A8C880035A842 /* LAMaskLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAMaskLayer.h; sourceTree = "<group>"; };
|
||||
62B253F21E3A8C880035A842 /* LAMaskLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAMaskLayer.m; sourceTree = "<group>"; };
|
||||
62B253F31E3A8C880035A842 /* LAGroupLayerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAGroupLayerView.h; sourceTree = "<group>"; };
|
||||
62B253F41E3A8C880035A842 /* LAGroupLayerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAGroupLayerView.m; sourceTree = "<group>"; };
|
||||
62B253F51E3A8C880035A842 /* LAShapeLayerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapeLayerView.h; sourceTree = "<group>"; };
|
||||
62B253F61E3A8C880035A842 /* LAShapeLayerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapeLayerView.m; sourceTree = "<group>"; };
|
||||
62B253F71E3A8C880035A842 /* LARectShapeLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LARectShapeLayer.h; sourceTree = "<group>"; };
|
||||
62B253F81E3A8C880035A842 /* LARectShapeLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LARectShapeLayer.m; sourceTree = "<group>"; };
|
||||
62B253F91E3A8C880035A842 /* LAEllipseShapeLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAEllipseShapeLayer.h; sourceTree = "<group>"; };
|
||||
62B253FA1E3A8C880035A842 /* LAEllipseShapeLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAEllipseShapeLayer.m; sourceTree = "<group>"; };
|
||||
62B2540B1E3A8CCA0035A842 /* LAModels.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAModels.h; sourceTree = "<group>"; };
|
||||
62B2540C1E3A8CCA0035A842 /* LAAnimatableValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimatableValue.h; sourceTree = "<group>"; };
|
||||
62B2540D1E3A8CCA0035A842 /* LAAnimatableColorValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimatableColorValue.h; sourceTree = "<group>"; };
|
||||
62B2540E1E3A8CCA0035A842 /* LAAnimatableColorValue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimatableColorValue.m; sourceTree = "<group>"; };
|
||||
62B2540F1E3A8CCA0035A842 /* LAAnimatablePointValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimatablePointValue.h; sourceTree = "<group>"; };
|
||||
62B254101E3A8CCA0035A842 /* LAAnimatablePointValue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimatablePointValue.m; sourceTree = "<group>"; };
|
||||
62B254111E3A8CCA0035A842 /* LAAnimatableNumberValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimatableNumberValue.h; sourceTree = "<group>"; };
|
||||
62B254121E3A8CCA0035A842 /* LAAnimatableNumberValue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimatableNumberValue.m; sourceTree = "<group>"; };
|
||||
62B254131E3A8CCA0035A842 /* LAAnimatableShapeValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimatableShapeValue.h; sourceTree = "<group>"; };
|
||||
62B254141E3A8CCA0035A842 /* LAAnimatableShapeValue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimatableShapeValue.m; sourceTree = "<group>"; };
|
||||
62B254151E3A8CCA0035A842 /* LAAnimatableBoundsValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimatableBoundsValue.h; sourceTree = "<group>"; };
|
||||
62B254161E3A8CCA0035A842 /* LAAnimatableBoundsValue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimatableBoundsValue.m; sourceTree = "<group>"; };
|
||||
62B254171E3A8CCA0035A842 /* LAAnimatableScaleValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAAnimatableScaleValue.h; sourceTree = "<group>"; };
|
||||
62B254181E3A8CCA0035A842 /* LAAnimatableScaleValue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAAnimatableScaleValue.m; sourceTree = "<group>"; };
|
||||
62B254191E3A8CCA0035A842 /* CAAnimationGroup+LAAnimatableGroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CAAnimationGroup+LAAnimatableGroup.h"; sourceTree = "<group>"; };
|
||||
62B2541A1E3A8CCA0035A842 /* CAAnimationGroup+LAAnimatableGroup.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "CAAnimationGroup+LAAnimatableGroup.m"; sourceTree = "<group>"; };
|
||||
62B2541B1E3A8CCA0035A842 /* LAComposition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAComposition.h; sourceTree = "<group>"; };
|
||||
62B2541C1E3A8CCA0035A842 /* LAComposition.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAComposition.m; sourceTree = "<group>"; };
|
||||
62B2541D1E3A8CCA0035A842 /* LALayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LALayer.h; sourceTree = "<group>"; };
|
||||
62B2541E1E3A8CCA0035A842 /* LALayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LALayer.m; sourceTree = "<group>"; };
|
||||
62B2541F1E3A8CCA0035A842 /* LAMask.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAMask.h; sourceTree = "<group>"; };
|
||||
62B254201E3A8CCA0035A842 /* LAMask.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAMask.m; sourceTree = "<group>"; };
|
||||
62B254211E3A8CCA0035A842 /* LAShapeGroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapeGroup.h; sourceTree = "<group>"; };
|
||||
62B254221E3A8CCA0035A842 /* LAShapeGroup.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapeGroup.m; sourceTree = "<group>"; };
|
||||
62B254231E3A8CCA0035A842 /* LAShapeStroke.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapeStroke.h; sourceTree = "<group>"; };
|
||||
62B254241E3A8CCA0035A842 /* LAShapeStroke.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapeStroke.m; sourceTree = "<group>"; };
|
||||
62B254251E3A8CCA0035A842 /* LAShapeTrimPath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapeTrimPath.h; sourceTree = "<group>"; };
|
||||
62B254261E3A8CCA0035A842 /* LAShapeTrimPath.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapeTrimPath.m; sourceTree = "<group>"; };
|
||||
62B254271E3A8CCA0035A842 /* LAShapeFill.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapeFill.h; sourceTree = "<group>"; };
|
||||
62B254281E3A8CCA0035A842 /* LAShapeFill.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapeFill.m; sourceTree = "<group>"; };
|
||||
62B254291E3A8CCA0035A842 /* LAShapeTransform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapeTransform.h; sourceTree = "<group>"; };
|
||||
62B2542A1E3A8CCA0035A842 /* LAShapeTransform.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapeTransform.m; sourceTree = "<group>"; };
|
||||
62B2542B1E3A8CCA0035A842 /* LAShapePath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapePath.h; sourceTree = "<group>"; };
|
||||
62B2542C1E3A8CCA0035A842 /* LAShapePath.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapePath.m; sourceTree = "<group>"; };
|
||||
62B2542D1E3A8CCA0035A842 /* LAShapeCircle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapeCircle.h; sourceTree = "<group>"; };
|
||||
62B2542E1E3A8CCA0035A842 /* LAShapeCircle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapeCircle.m; sourceTree = "<group>"; };
|
||||
62B2542F1E3A8CCA0035A842 /* LAShapeRectangle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAShapeRectangle.h; sourceTree = "<group>"; };
|
||||
62B254301E3A8CCA0035A842 /* LAShapeRectangle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LAShapeRectangle.m; sourceTree = "<group>"; };
|
||||
62B254581E3A8CE90035A842 /* UIColor+Expanded.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+Expanded.h"; sourceTree = "<group>"; };
|
||||
62B254591E3A8CE90035A842 /* UIColor+Expanded.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor+Expanded.m"; sourceTree = "<group>"; };
|
||||
62B2545A1E3A8CE90035A842 /* CGGeometryAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CGGeometryAdditions.h; sourceTree = "<group>"; };
|
||||
62B2545B1E3A8CE90035A842 /* CGGeometryAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CGGeometryAdditions.m; sourceTree = "<group>"; };
|
||||
62B2545C1E3A8CE90035A842 /* LAHelpers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LAHelpers.h; sourceTree = "<group>"; };
|
||||
638DC56BA516D08DC3E0C5C623937C50 /* Pods-lottie-ios_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-lottie-ios_Example.release.xcconfig"; sourceTree = "<group>"; };
|
||||
69F2F9742D08E2243309184475E202B5 /* Lottie.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Lottie.h; sourceTree = "<group>"; };
|
||||
7106C648BAC1E1395C4EEDDC9D56DD70 /* Pods-lottie-ios_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-lottie-ios_Tests.modulemap"; sourceTree = "<group>"; };
|
||||
74034BB4D2A48DF6B92BB71BDE1B6F6F /* Pods-lottie-ios_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-lottie-ios_Example-dummy.m"; sourceTree = "<group>"; };
|
||||
75ACEBAB283C3811F1AA68CFCA9EDBBD /* Pods-lottie-ios_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-lottie-ios_Tests-acknowledgements.plist"; sourceTree = "<group>"; };
|
||||
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 = "<group>"; };
|
||||
862D27A5FB1217BE2C4202A609CC9351 /* lottie-ios.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "lottie-ios.xcconfig"; sourceTree = "<group>"; };
|
||||
87EBF907720C1BA426EB906A2BD43775 /* Pods-lottie-ios_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-lottie-ios_Tests-frameworks.sh"; sourceTree = "<group>"; };
|
||||
89C152F786653980BD89744C6E227DE9 /* lottie-ios.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "lottie-ios.modulemap"; sourceTree = "<group>"; };
|
||||
916BBF27D288BDE1582808429C394EC8 /* Pods-lottie-ios_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-lottie-ios_Example.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
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 = "<group>"; };
|
||||
AAB5C021EA4CFB4A5E0C9D98EFFC50B8 /* Pods-lottie-ios_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-lottie-ios_Example-resources.sh"; sourceTree = "<group>"; };
|
||||
AD73E43DE8BB46E7D2AD505E23C777F7 /* Pods-lottie-ios_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-lottie-ios_Tests.release.xcconfig"; sourceTree = "<group>"; };
|
||||
B3A1BD9BE3DB1619E622028C3ED4E7E9 /* Pods-lottie-ios_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-lottie-ios_Tests-resources.sh"; sourceTree = "<group>"; };
|
||||
C3E9D2E264EEFBA7252EE4B2D8710055 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
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 = "<group>"; };
|
||||
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 = "<group>"; };
|
||||
E8972AB2CBA9FE47ACD5AC914FB3E8ED /* Pods-lottie-ios_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-lottie-ios_Example-acknowledgements.markdown"; sourceTree = "<group>"; };
|
||||
F13888D8746B98E5E1C6EF6F81062423 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
F21E2454598679CD52169A3DA03041D6 /* Pods-lottie-ios_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-lottie-ios_Example-frameworks.sh"; sourceTree = "<group>"; };
|
||||
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 = "<group>"; };
|
||||
/* 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 = "<group>";
|
||||
};
|
||||
2176BA25AF47CDA8044E044A9E76EDBC /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
F3F4318A39F9BA213E646F2AB214B56A /* lottie_ios.framework */,
|
||||
E4C0326BFD303A990E44D1FAABB8E970 /* Pods_lottie_ios_Example.framework */,
|
||||
8333BD728DFC05D1FE7EC2AA41989A9A /* Pods_lottie_ios_Tests.framework */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
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 = "<group>";
|
||||
};
|
||||
564F077CE69F9D229E2B3703A3C06D09 /* lottie-ios */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
9A263A3A7597EB4BB188ED748BA6CE53 /* lottie-ios */,
|
||||
46B036B8CD3D98CF83A51D5EDFA53ECF /* Support Files */,
|
||||
);
|
||||
name = "lottie-ios";
|
||||
path = ../..;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
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 = "<group>";
|
||||
};
|
||||
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 = "<group>";
|
||||
};
|
||||
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 = "<group>";
|
||||
};
|
||||
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 = "<group>";
|
||||
};
|
||||
7531C8F8DE19F1AA3C8A7AC97A91DC29 /* iOS */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
CBB3DE36805AF21409EC968A9691732F /* Foundation.framework */,
|
||||
);
|
||||
name = iOS;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
7DB346D0F39D3F0E887471402A8071AB = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */,
|
||||
91A05F117974EDC888120AA0FA94B840 /* Development Pods */,
|
||||
BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */,
|
||||
2176BA25AF47CDA8044E044A9E76EDBC /* Products */,
|
||||
AB91A32638C8E395EDCADD58C96FFC8F /* Targets Support Files */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
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 = "<group>";
|
||||
};
|
||||
91A05F117974EDC888120AA0FA94B840 /* Development Pods */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
564F077CE69F9D229E2B3703A3C06D09 /* lottie-ios */,
|
||||
);
|
||||
name = "Development Pods";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
9A263A3A7597EB4BB188ED748BA6CE53 /* lottie-ios */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
62ABA80ACC6CCC15CAEFDD578DE94190 /* Classes */,
|
||||
);
|
||||
path = "lottie-ios";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
AB91A32638C8E395EDCADD58C96FFC8F /* Targets Support Files */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1E405D4D10BA3BBAE93A309503F15D08 /* Pods-lottie-ios_Example */,
|
||||
8DDA629B63E3CD57E538A971E029DB7B /* Pods-lottie-ios_Tests */,
|
||||
);
|
||||
name = "Targets Support Files";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
7531C8F8DE19F1AA3C8A7AC97A91DC29 /* iOS */,
|
||||
);
|
||||
name = Frameworks;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* 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 */;
|
||||
}
|
||||
@@ -0,0 +1,71 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Scheme
|
||||
LastUpgradeVersion = "0700"
|
||||
version = "1.3">
|
||||
<BuildAction
|
||||
parallelizeBuildables = "YES"
|
||||
buildImplicitDependencies = "YES">
|
||||
<BuildActionEntries>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "YES"
|
||||
buildForProfiling = "YES"
|
||||
buildForArchiving = "YES"
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "F3E5C6CFC617C98C9BC4AFE6F3D2DFBE"
|
||||
BuildableName = "Pods_lottie_ios_Example.framework"
|
||||
BlueprintName = "Pods-lottie-ios_Example"
|
||||
ReferencedContainer = "container:Pods.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
</BuildAction>
|
||||
<TestAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES">
|
||||
<Testables>
|
||||
</Testables>
|
||||
<AdditionalOptions>
|
||||
</AdditionalOptions>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
useCustomWorkingDirectory = "NO"
|
||||
ignoresPersistentStateOnLaunch = "NO"
|
||||
debugDocumentVersioning = "YES"
|
||||
debugServiceExtension = "internal"
|
||||
allowLocationSimulation = "YES">
|
||||
<MacroExpansion>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "F3E5C6CFC617C98C9BC4AFE6F3D2DFBE"
|
||||
BuildableName = "Pods_lottie_ios_Example.framework"
|
||||
BlueprintName = "Pods-lottie-ios_Example"
|
||||
ReferencedContainer = "container:Pods.xcodeproj">
|
||||
</BuildableReference>
|
||||
</MacroExpansion>
|
||||
<AdditionalOptions>
|
||||
</AdditionalOptions>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
buildConfiguration = "Release"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
savedToolIdentifier = ""
|
||||
useCustomWorkingDirectory = "NO"
|
||||
debugDocumentVersioning = "YES">
|
||||
</ProfileAction>
|
||||
<AnalyzeAction
|
||||
buildConfiguration = "Debug">
|
||||
</AnalyzeAction>
|
||||
<ArchiveAction
|
||||
buildConfiguration = "Release"
|
||||
revealArchiveInOrganizer = "YES">
|
||||
</ArchiveAction>
|
||||
</Scheme>
|
||||
@@ -0,0 +1,71 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Scheme
|
||||
LastUpgradeVersion = "0700"
|
||||
version = "1.3">
|
||||
<BuildAction
|
||||
parallelizeBuildables = "YES"
|
||||
buildImplicitDependencies = "YES">
|
||||
<BuildActionEntries>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "YES"
|
||||
buildForProfiling = "YES"
|
||||
buildForArchiving = "YES"
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "83ADD99A263B92A7CBD14D1B3DBE0C7B"
|
||||
BuildableName = "Pods_lottie_ios_Tests.framework"
|
||||
BlueprintName = "Pods-lottie-ios_Tests"
|
||||
ReferencedContainer = "container:Pods.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
</BuildAction>
|
||||
<TestAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES">
|
||||
<Testables>
|
||||
</Testables>
|
||||
<AdditionalOptions>
|
||||
</AdditionalOptions>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
useCustomWorkingDirectory = "NO"
|
||||
ignoresPersistentStateOnLaunch = "NO"
|
||||
debugDocumentVersioning = "YES"
|
||||
debugServiceExtension = "internal"
|
||||
allowLocationSimulation = "YES">
|
||||
<MacroExpansion>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "83ADD99A263B92A7CBD14D1B3DBE0C7B"
|
||||
BuildableName = "Pods_lottie_ios_Tests.framework"
|
||||
BlueprintName = "Pods-lottie-ios_Tests"
|
||||
ReferencedContainer = "container:Pods.xcodeproj">
|
||||
</BuildableReference>
|
||||
</MacroExpansion>
|
||||
<AdditionalOptions>
|
||||
</AdditionalOptions>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
buildConfiguration = "Release"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
savedToolIdentifier = ""
|
||||
useCustomWorkingDirectory = "NO"
|
||||
debugDocumentVersioning = "YES">
|
||||
</ProfileAction>
|
||||
<AnalyzeAction
|
||||
buildConfiguration = "Debug">
|
||||
</AnalyzeAction>
|
||||
<ArchiveAction
|
||||
buildConfiguration = "Release"
|
||||
revealArchiveInOrganizer = "YES">
|
||||
</ArchiveAction>
|
||||
</Scheme>
|
||||
71
Example/Pods/Pods.xcodeproj/xcuserdata/brandon_withrow.xcuserdatad/xcschemes/lottie-ios.xcscheme
generated
Normal file
71
Example/Pods/Pods.xcodeproj/xcuserdata/brandon_withrow.xcuserdatad/xcschemes/lottie-ios.xcscheme
generated
Normal file
@@ -0,0 +1,71 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Scheme
|
||||
LastUpgradeVersion = "0700"
|
||||
version = "1.3">
|
||||
<BuildAction
|
||||
parallelizeBuildables = "YES"
|
||||
buildImplicitDependencies = "YES">
|
||||
<BuildActionEntries>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "YES"
|
||||
buildForProfiling = "YES"
|
||||
buildForArchiving = "YES"
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "6DDA5F5406B3D3858519245405C1FC95"
|
||||
BuildableName = "lottie_ios.framework"
|
||||
BlueprintName = "lottie-ios"
|
||||
ReferencedContainer = "container:Pods.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
</BuildAction>
|
||||
<TestAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES">
|
||||
<Testables>
|
||||
</Testables>
|
||||
<AdditionalOptions>
|
||||
</AdditionalOptions>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
useCustomWorkingDirectory = "NO"
|
||||
ignoresPersistentStateOnLaunch = "NO"
|
||||
debugDocumentVersioning = "YES"
|
||||
debugServiceExtension = "internal"
|
||||
allowLocationSimulation = "YES">
|
||||
<MacroExpansion>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "6DDA5F5406B3D3858519245405C1FC95"
|
||||
BuildableName = "lottie_ios.framework"
|
||||
BlueprintName = "lottie-ios"
|
||||
ReferencedContainer = "container:Pods.xcodeproj">
|
||||
</BuildableReference>
|
||||
</MacroExpansion>
|
||||
<AdditionalOptions>
|
||||
</AdditionalOptions>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
buildConfiguration = "Release"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
savedToolIdentifier = ""
|
||||
useCustomWorkingDirectory = "NO"
|
||||
debugDocumentVersioning = "YES">
|
||||
</ProfileAction>
|
||||
<AnalyzeAction
|
||||
buildConfiguration = "Debug">
|
||||
</AnalyzeAction>
|
||||
<ArchiveAction
|
||||
buildConfiguration = "Release"
|
||||
revealArchiveInOrganizer = "YES">
|
||||
</ArchiveAction>
|
||||
</Scheme>
|
||||
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>SchemeUserState</key>
|
||||
<dict>
|
||||
<key>Pods-lottie-ios_Example.xcscheme</key>
|
||||
<dict>
|
||||
<key>isShown</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<key>Pods-lottie-ios_Tests.xcscheme</key>
|
||||
<dict>
|
||||
<key>isShown</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<key>lottie-ios.xcscheme</key>
|
||||
<dict>
|
||||
<key>isShown</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>SuppressBuildableAutocreation</key>
|
||||
<dict>
|
||||
<key>6DDA5F5406B3D3858519245405C1FC95</key>
|
||||
<dict>
|
||||
<key>primary</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>83ADD99A263B92A7CBD14D1B3DBE0C7B</key>
|
||||
<dict>
|
||||
<key>primary</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>F3E5C6CFC617C98C9BC4AFE6F3D2DFBE</key>
|
||||
<dict>
|
||||
<key>primary</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
26
Example/Pods/Target Support Files/Pods-lottie-ios_Example/Info.plist
generated
Normal file
26
Example/Pods/Target Support Files/Pods-lottie-ios_Example/Info.plist
generated
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>${PRODUCT_NAME}</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>${CURRENT_PROJECT_VERSION}</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,26 @@
|
||||
# Acknowledgements
|
||||
This application makes use of the following third party libraries:
|
||||
|
||||
## lottie-ios
|
||||
|
||||
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.
|
||||
|
||||
Generated by CocoaPods - https://cocoapods.org
|
||||
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>PreferenceSpecifiers</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>FooterText</key>
|
||||
<string>This application makes use of the following third party libraries:</string>
|
||||
<key>Title</key>
|
||||
<string>Acknowledgements</string>
|
||||
<key>Type</key>
|
||||
<string>PSGroupSpecifier</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>FooterText</key>
|
||||
<string>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.
|
||||
</string>
|
||||
<key>License</key>
|
||||
<string>MIT</string>
|
||||
<key>Title</key>
|
||||
<string>lottie-ios</string>
|
||||
<key>Type</key>
|
||||
<string>PSGroupSpecifier</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>FooterText</key>
|
||||
<string>Generated by CocoaPods - https://cocoapods.org</string>
|
||||
<key>Title</key>
|
||||
<string></string>
|
||||
<key>Type</key>
|
||||
<string>PSGroupSpecifier</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>StringsTable</key>
|
||||
<string>Acknowledgements</string>
|
||||
<key>Title</key>
|
||||
<string>Acknowledgements</string>
|
||||
</dict>
|
||||
</plist>
|
||||
5
Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-dummy.m
generated
Normal file
5
Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-dummy.m
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_Pods_lottie_ios_Example : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_Pods_lottie_ios_Example
|
||||
@end
|
||||
91
Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-frameworks.sh
generated
Executable file
91
Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-frameworks.sh
generated
Executable file
@@ -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
|
||||
96
Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-resources.sh
generated
Executable file
96
Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-resources.sh
generated
Executable file
@@ -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
|
||||
8
Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-umbrella.h
generated
Normal file
8
Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example-umbrella.h
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifdef __OBJC__
|
||||
#import <UIKit/UIKit.h>
|
||||
#endif
|
||||
|
||||
|
||||
FOUNDATION_EXPORT double Pods_lottie_ios_ExampleVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char Pods_lottie_ios_ExampleVersionString[];
|
||||
|
||||
9
Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example.debug.xcconfig
generated
Normal file
9
Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example.debug.xcconfig
generated
Normal file
@@ -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
|
||||
6
Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example.modulemap
generated
Normal file
6
Example/Pods/Target Support Files/Pods-lottie-ios_Example/Pods-lottie-ios_Example.modulemap
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
framework module Pods_lottie_ios_Example {
|
||||
umbrella header "Pods-lottie-ios_Example-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
@@ -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
|
||||
26
Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Info.plist
generated
Normal file
26
Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Info.plist
generated
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>${PRODUCT_NAME}</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>${CURRENT_PROJECT_VERSION}</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,3 @@
|
||||
# Acknowledgements
|
||||
This application makes use of the following third party libraries:
|
||||
Generated by CocoaPods - https://cocoapods.org
|
||||
29
Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-acknowledgements.plist
generated
Normal file
29
Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-acknowledgements.plist
generated
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>PreferenceSpecifiers</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>FooterText</key>
|
||||
<string>This application makes use of the following third party libraries:</string>
|
||||
<key>Title</key>
|
||||
<string>Acknowledgements</string>
|
||||
<key>Type</key>
|
||||
<string>PSGroupSpecifier</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>FooterText</key>
|
||||
<string>Generated by CocoaPods - https://cocoapods.org</string>
|
||||
<key>Title</key>
|
||||
<string></string>
|
||||
<key>Type</key>
|
||||
<string>PSGroupSpecifier</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>StringsTable</key>
|
||||
<string>Acknowledgements</string>
|
||||
<key>Title</key>
|
||||
<string>Acknowledgements</string>
|
||||
</dict>
|
||||
</plist>
|
||||
5
Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-dummy.m
generated
Normal file
5
Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-dummy.m
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_Pods_lottie_ios_Tests : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_Pods_lottie_ios_Tests
|
||||
@end
|
||||
84
Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-frameworks.sh
generated
Executable file
84
Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-frameworks.sh
generated
Executable file
@@ -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
|
||||
}
|
||||
|
||||
96
Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-resources.sh
generated
Executable file
96
Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-resources.sh
generated
Executable file
@@ -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
|
||||
8
Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-umbrella.h
generated
Normal file
8
Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests-umbrella.h
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifdef __OBJC__
|
||||
#import <UIKit/UIKit.h>
|
||||
#endif
|
||||
|
||||
|
||||
FOUNDATION_EXPORT double Pods_lottie_ios_TestsVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char Pods_lottie_ios_TestsVersionString[];
|
||||
|
||||
8
Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests.debug.xcconfig
generated
Normal file
8
Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests.debug.xcconfig
generated
Normal file
@@ -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
|
||||
6
Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests.modulemap
generated
Normal file
6
Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests.modulemap
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
framework module Pods_lottie_ios_Tests {
|
||||
umbrella header "Pods-lottie-ios_Tests-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
8
Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests.release.xcconfig
generated
Normal file
8
Example/Pods/Target Support Files/Pods-lottie-ios_Tests/Pods-lottie-ios_Tests.release.xcconfig
generated
Normal file
@@ -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
|
||||
26
Example/Pods/Target Support Files/lottie-ios/Info.plist
generated
Normal file
26
Example/Pods/Target Support Files/lottie-ios/Info.plist
generated
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>${PRODUCT_NAME}</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.1.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>${CURRENT_PROJECT_VERSION}</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
10
Example/Pods/Target Support Files/lottie-ios/Lottie.h
generated
Normal file
10
Example/Pods/Target Support Files/lottie-ios/Lottie.h
generated
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifdef __OBJC__
|
||||
#import <UIKit/UIKit.h>
|
||||
#endif
|
||||
|
||||
|
||||
FOUNDATION_EXPORT double lottie_iosVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char lottie_iosVersionString[];
|
||||
|
||||
#import <lottie_ios/LAAnimationView.h>
|
||||
#import <lottie_ios/LAAnimationTransitionController.h>
|
||||
5
Example/Pods/Target Support Files/lottie-ios/lottie-ios-dummy.m
generated
Normal file
5
Example/Pods/Target Support Files/lottie-ios/lottie-ios-dummy.m
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_lottie_ios : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_lottie_ios
|
||||
@end
|
||||
4
Example/Pods/Target Support Files/lottie-ios/lottie-ios-prefix.pch
generated
Normal file
4
Example/Pods/Target Support Files/lottie-ios/lottie-ios-prefix.pch
generated
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifdef __OBJC__
|
||||
#import <UIKit/UIKit.h>
|
||||
#endif
|
||||
|
||||
6
Example/Pods/Target Support Files/lottie-ios/lottie-ios.modulemap
generated
Normal file
6
Example/Pods/Target Support Files/lottie-ios/lottie-ios.modulemap
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
framework module lottie_ios {
|
||||
umbrella header "lottie-ios-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
8
Example/Pods/Target Support Files/lottie-ios/lottie-ios.xcconfig
generated
Normal file
8
Example/Pods/Target Support Files/lottie-ios/lottie-ios.xcconfig
generated
Normal file
@@ -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
|
||||
@@ -5,22 +5,18 @@
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>$(EXECUTABLE_NAME)</string>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>$(PRODUCT_NAME)</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
<string>1</string>
|
||||
</dict>
|
||||
</plist>
|
||||
7
Example/Tests/Tests-Prefix.pch
Normal file
7
Example/Tests/Tests-Prefix.pch
Normal file
@@ -0,0 +1,7 @@
|
||||
// The contents of this file are implicitly included at the beginning of every test case source file.
|
||||
|
||||
#ifdef __OBJC__
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
35
Example/Tests/Tests.m
Normal file
35
Example/Tests/Tests.m
Normal file
@@ -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
|
||||
|
||||
2
Example/Tests/en.lproj/InfoPlist.strings
Normal file
2
Example/Tests/en.lproj/InfoPlist.strings
Normal file
@@ -0,0 +1,2 @@
|
||||
/* Localized versions of Info.plist keys */
|
||||
|
||||
860
Example/lottie-ios.xcodeproj/project.pbxproj
Normal file
860
Example/lottie-ios.xcodeproj/project.pbxproj
Normal file
@@ -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 = "<group>"; };
|
||||
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 = "<group>"; };
|
||||
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 = "<group>"; };
|
||||
6003F597195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
6003F599195388D20070C39A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
||||
6003F59B195388D20070C39A /* lottie-ios-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "lottie-ios-Prefix.pch"; sourceTree = "<group>"; };
|
||||
6003F59C195388D20070C39A /* LAAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LAAppDelegate.h; sourceTree = "<group>"; };
|
||||
6003F59D195388D20070C39A /* LAAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LAAppDelegate.m; sourceTree = "<group>"; };
|
||||
6003F5A8195388D20070C39A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
||||
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 = "<group>"; };
|
||||
6003F5B9195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
6003F5BB195388D20070C39A /* Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Tests.m; sourceTree = "<group>"; };
|
||||
606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = "<group>"; };
|
||||
62569CB2461B12ABC97FCB96 /* lottie-ios.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = "lottie-ios.podspec"; path = "../lottie-ios.podspec"; sourceTree = "<group>"; };
|
||||
62B254621E3A8D310035A842 /* LottieRootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LottieRootViewController.h; sourceTree = "<group>"; };
|
||||
62B254631E3A8D310035A842 /* LottieRootViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LottieRootViewController.m; sourceTree = "<group>"; };
|
||||
62B254641E3A8D310035A842 /* AnimationExplorerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AnimationExplorerViewController.h; sourceTree = "<group>"; };
|
||||
62B254651E3A8D310035A842 /* AnimationExplorerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AnimationExplorerViewController.m; sourceTree = "<group>"; };
|
||||
62B254661E3A8D310035A842 /* AnimationTransitionViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AnimationTransitionViewController.h; sourceTree = "<group>"; };
|
||||
62B254671E3A8D310035A842 /* AnimationTransitionViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AnimationTransitionViewController.m; sourceTree = "<group>"; };
|
||||
62B254681E3A8D310035A842 /* JSONExplorerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSONExplorerViewController.h; sourceTree = "<group>"; };
|
||||
62B254691E3A8D310035A842 /* JSONExplorerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JSONExplorerViewController.m; sourceTree = "<group>"; };
|
||||
62B2546E1E3A8D3B0035A842 /* TypingDemoViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TypingDemoViewController.h; sourceTree = "<group>"; };
|
||||
62B2546F1E3A8D3B0035A842 /* TypingDemoViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TypingDemoViewController.m; sourceTree = "<group>"; };
|
||||
62B254701E3A8D3B0035A842 /* AnimatedTextField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AnimatedTextField.h; sourceTree = "<group>"; };
|
||||
62B254711E3A8D3B0035A842 /* AnimatedTextField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AnimatedTextField.m; sourceTree = "<group>"; };
|
||||
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 = "<group>"; };
|
||||
62B254821E3A90040035A842 /* Apostrophe.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Apostrophe.json; sourceTree = "<group>"; };
|
||||
62B254831E3A90040035A842 /* B.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = B.json; sourceTree = "<group>"; };
|
||||
62B254841E3A90040035A842 /* BlinkingCursor.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = BlinkingCursor.json; sourceTree = "<group>"; };
|
||||
62B254851E3A90040035A842 /* C.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = C.json; sourceTree = "<group>"; };
|
||||
62B254861E3A90040035A842 /* Colon.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Colon.json; sourceTree = "<group>"; };
|
||||
62B254871E3A90040035A842 /* Comma.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Comma.json; sourceTree = "<group>"; };
|
||||
62B254881E3A90040035A842 /* D.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = D.json; sourceTree = "<group>"; };
|
||||
62B254891E3A90040035A842 /* E.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = E.json; sourceTree = "<group>"; };
|
||||
62B2548A1E3A90040035A842 /* F.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = F.json; sourceTree = "<group>"; };
|
||||
62B2548B1E3A90040035A842 /* G.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = G.json; sourceTree = "<group>"; };
|
||||
62B2548C1E3A90040035A842 /* H.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = H.json; sourceTree = "<group>"; };
|
||||
62B2548D1E3A90040035A842 /* I.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = I.json; sourceTree = "<group>"; };
|
||||
62B2548E1E3A90040035A842 /* J.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = J.json; sourceTree = "<group>"; };
|
||||
62B2548F1E3A90040035A842 /* K.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = K.json; sourceTree = "<group>"; };
|
||||
62B254901E3A90040035A842 /* L.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = L.json; sourceTree = "<group>"; };
|
||||
62B254911E3A90040035A842 /* M.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = M.json; sourceTree = "<group>"; };
|
||||
62B254921E3A90040035A842 /* N.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = N.json; sourceTree = "<group>"; };
|
||||
62B254931E3A90040035A842 /* O.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = O.json; sourceTree = "<group>"; };
|
||||
62B254941E3A90040035A842 /* P.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = P.json; sourceTree = "<group>"; };
|
||||
62B254951E3A90040035A842 /* Q.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Q.json; sourceTree = "<group>"; };
|
||||
62B254961E3A90040035A842 /* R.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = R.json; sourceTree = "<group>"; };
|
||||
62B254971E3A90040035A842 /* S.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = S.json; sourceTree = "<group>"; };
|
||||
62B254981E3A90040035A842 /* T.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = T.json; sourceTree = "<group>"; };
|
||||
62B254991E3A90040035A842 /* U.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = U.json; sourceTree = "<group>"; };
|
||||
62B2549A1E3A90040035A842 /* V.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = V.json; sourceTree = "<group>"; };
|
||||
62B2549B1E3A90040035A842 /* W.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = W.json; sourceTree = "<group>"; };
|
||||
62B2549C1E3A90040035A842 /* X.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = X.json; sourceTree = "<group>"; };
|
||||
62B2549D1E3A90040035A842 /* Y.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Y.json; sourceTree = "<group>"; };
|
||||
62B2549E1E3A90040035A842 /* Z.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Z.json; sourceTree = "<group>"; };
|
||||
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 = "<group>"; };
|
||||
71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
||||
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 = "<group>"; };
|
||||
873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
||||
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 = "<group>"; };
|
||||
94B0A9361261413477E89F1E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
|
||||
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 = "<group>";
|
||||
};
|
||||
6003F581195388D10070C39A = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
60FF7A9C1954A5C5007DD14C /* Podspec Metadata */,
|
||||
6003F593195388D20070C39A /* Example for lottie-ios */,
|
||||
6003F5B5195388D20070C39A /* Tests */,
|
||||
6003F58C195388D20070C39A /* Frameworks */,
|
||||
6003F58B195388D20070C39A /* Products */,
|
||||
3B3A4582F6EABB848DF9FFAE /* Pods */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6003F58B195388D20070C39A /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6003F58A195388D20070C39A /* lottie-ios_Example.app */,
|
||||
6003F5AE195388D20070C39A /* lottie-ios_Tests.xctest */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
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 = "<group>";
|
||||
};
|
||||
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 = "<group>";
|
||||
};
|
||||
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 = "<group>";
|
||||
};
|
||||
6003F5B5195388D20070C39A /* Tests */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6003F5BB195388D20070C39A /* Tests.m */,
|
||||
6003F5B6195388D20070C39A /* Supporting Files */,
|
||||
);
|
||||
path = Tests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
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 = "<group>";
|
||||
};
|
||||
60FF7A9C1954A5C5007DD14C /* Podspec Metadata */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
62569CB2461B12ABC97FCB96 /* lottie-ios.podspec */,
|
||||
94B0A9361261413477E89F1E /* README.md */,
|
||||
6DC4D284D6109D58EE331F86 /* LICENSE */,
|
||||
);
|
||||
name = "Podspec Metadata";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
62B254741E3A8D400035A842 /* Animation Explorer */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
62B254681E3A8D310035A842 /* JSONExplorerViewController.h */,
|
||||
62B254691E3A8D310035A842 /* JSONExplorerViewController.m */,
|
||||
62B254641E3A8D310035A842 /* AnimationExplorerViewController.h */,
|
||||
62B254651E3A8D310035A842 /* AnimationExplorerViewController.m */,
|
||||
);
|
||||
name = "Animation Explorer";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
62B254751E3A8D500035A842 /* Transition Demo */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
62B254661E3A8D310035A842 /* AnimationTransitionViewController.h */,
|
||||
62B254671E3A8D310035A842 /* AnimationTransitionViewController.m */,
|
||||
);
|
||||
name = "Transition Demo";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
62B254761E3A8D620035A842 /* Typing Animation Demo */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
62B2546E1E3A8D3B0035A842 /* TypingDemoViewController.h */,
|
||||
62B2546F1E3A8D3B0035A842 /* TypingDemoViewController.m */,
|
||||
62B254701E3A8D3B0035A842 /* AnimatedTextField.h */,
|
||||
62B254711E3A8D3B0035A842 /* AnimatedTextField.m */,
|
||||
);
|
||||
name = "Typing Animation Demo";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
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 = "<group>";
|
||||
};
|
||||
6003F5B8195388D20070C39A /* InfoPlist.strings */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
6003F5B9195388D20070C39A /* en */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
71719F9E1E33DC2100824A3D /* Base */,
|
||||
);
|
||||
name = LaunchScreen.storyboard;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* 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 */;
|
||||
}
|
||||
@@ -2,6 +2,6 @@
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "self:Lotte.xcodeproj">
|
||||
location = "self:lottie-ios.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Scheme
|
||||
LastUpgradeVersion = "0730"
|
||||
LastUpgradeVersion = "0720"
|
||||
version = "1.3">
|
||||
<BuildAction
|
||||
parallelizeBuildables = "YES"
|
||||
@@ -14,10 +14,10 @@
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "48E774C71D4AC7300029FC2D"
|
||||
BuildableName = "LotteExamples.app"
|
||||
BlueprintName = "LotteExamples"
|
||||
ReferencedContainer = "container:LotteExamples.xcodeproj">
|
||||
BlueprintIdentifier = "6003F589195388D20070C39A"
|
||||
BuildableName = "lottie-ios_Example.app"
|
||||
BlueprintName = "lottie-ios_Example"
|
||||
ReferencedContainer = "container:lottie-ios.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
@@ -28,14 +28,24 @@
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES">
|
||||
<Testables>
|
||||
<TestableReference
|
||||
skipped = "NO">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "6003F5AD195388D20070C39A"
|
||||
BuildableName = "lottie-ios_Tests.xctest"
|
||||
BlueprintName = "lottie-ios_Tests"
|
||||
ReferencedContainer = "container:lottie-ios.xcodeproj">
|
||||
</BuildableReference>
|
||||
</TestableReference>
|
||||
</Testables>
|
||||
<MacroExpansion>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "48E774C71D4AC7300029FC2D"
|
||||
BuildableName = "LottieExamples.app"
|
||||
BlueprintName = "LottieExamples"
|
||||
ReferencedContainer = "container:LottieExamples.xcodeproj">
|
||||
BlueprintIdentifier = "6003F589195388D20070C39A"
|
||||
BuildableName = "lottie-ios_Example.app"
|
||||
BlueprintName = "lottie-ios_Example"
|
||||
ReferencedContainer = "container:lottie-ios.xcodeproj">
|
||||
</BuildableReference>
|
||||
</MacroExpansion>
|
||||
<AdditionalOptions>
|
||||
@@ -55,10 +65,10 @@
|
||||
runnableDebuggingMode = "0">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "48E774C71D4AC7300029FC2D"
|
||||
BuildableName = "LottieExamples.app"
|
||||
BlueprintName = "LottieExamples"
|
||||
ReferencedContainer = "container:LottieExamples.xcodeproj">
|
||||
BlueprintIdentifier = "6003F589195388D20070C39A"
|
||||
BuildableName = "lottie-ios_Example.app"
|
||||
BlueprintName = "lottie-ios_Example"
|
||||
ReferencedContainer = "container:lottie-ios.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
<AdditionalOptions>
|
||||
@@ -74,10 +84,10 @@
|
||||
runnableDebuggingMode = "0">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "48E774C71D4AC7300029FC2D"
|
||||
BuildableName = "LotteExamples.app"
|
||||
BlueprintName = "LotteExamples"
|
||||
ReferencedContainer = "container:LotteExamples.xcodeproj">
|
||||
BlueprintIdentifier = "6003F589195388D20070C39A"
|
||||
BuildableName = "lottie-ios_Example.app"
|
||||
BlueprintName = "lottie-ios_Example"
|
||||
ReferencedContainer = "container:lottie-ios.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
</ProfileAction>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>SuppressBuildableAutocreation</key>
|
||||
<dict>
|
||||
<key>6003F589195388D20070C39A</key>
|
||||
<dict>
|
||||
<key>primary</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>6003F5AD195388D20070C39A</key>
|
||||
<dict>
|
||||
<key>primary</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -2,9 +2,9 @@
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "container:LottieExamples/LottieExamples.xcodeproj">
|
||||
location = "group:lottie-ios.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "container:Lottie/Lottie.xcodeproj">
|
||||
location = "group:Pods/Pods.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
@@ -7,7 +7,7 @@
|
||||
//
|
||||
|
||||
#import "AnimatedTextField.h"
|
||||
#import <Lottie/Lottie.h>
|
||||
#import <lottie_ios/Lottie.h>
|
||||
|
||||
@interface LACharacterCell : UICollectionViewCell
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
#import "AnimationExplorerViewController.h"
|
||||
#import "JSONExplorerViewController.h"
|
||||
#import <Lottie/Lottie.h>
|
||||
#import <lottie_ios/Lottie.h>
|
||||
|
||||
@interface AnimationExplorerViewController ()
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
//
|
||||
|
||||
#import "AnimationTransitionViewController.h"
|
||||
#import <Lottie/Lottie.h>
|
||||
#import <lottie_ios/Lottie.h>
|
||||
|
||||
@interface ToAnimationViewController : UIViewController
|
||||
@property (nonnull, strong) UIButton *button1;
|
||||
@@ -1,12 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="15G1212" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
|
||||
<device id="retina4_7" orientation="portrait">
|
||||
<adaptation id="fullscreen"/>
|
||||
</device>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="16C67" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialViewController="01J-lp-oVM">
|
||||
<dependencies>
|
||||
<deployment identifier="iOS"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
|
||||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
|
||||
</dependencies>
|
||||
<scenes>
|
||||
<!--View Controller-->
|
||||
@@ -18,9 +14,9 @@
|
||||
<viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/>
|
||||
</layoutGuides>
|
||||
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
|
||||
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<color key="backgroundColor" red="0.19607843137254902" green="0.81176470588235294" blue="0.75686274509803919" alpha="1" colorSpace="calibratedRGB"/>
|
||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
||||
</view>
|
||||
</viewController>
|
||||
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="whP-gf-Uak">
|
||||
<device id="retina4_7" orientation="portrait">
|
||||
<adaptation id="fullscreen"/>
|
||||
</device>
|
||||
@@ -10,22 +10,22 @@
|
||||
</dependencies>
|
||||
<scenes>
|
||||
<!--Lottie Root View Controller-->
|
||||
<scene sceneID="tne-QT-ifu">
|
||||
<scene sceneID="wQg-tq-qST">
|
||||
<objects>
|
||||
<viewController id="BYZ-38-t0r" customClass="LottieRootViewController" sceneMemberID="viewController">
|
||||
<viewController id="whP-gf-Uak" customClass="LottieRootViewController" sceneMemberID="viewController">
|
||||
<layoutGuides>
|
||||
<viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
|
||||
<viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
|
||||
<viewControllerLayoutGuide type="top" id="uEw-UM-LJ8"/>
|
||||
<viewControllerLayoutGuide type="bottom" id="Mvr-aV-6Um"/>
|
||||
</layoutGuides>
|
||||
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
|
||||
<view key="view" contentMode="scaleToFill" id="TpU-gO-2f1">
|
||||
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||||
</view>
|
||||
</viewController>
|
||||
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
|
||||
<placeholder placeholderIdentifier="IBFirstResponder" id="tc2-Qw-aMS" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
||||
</objects>
|
||||
<point key="canvasLocation" x="177" y="139"/>
|
||||
<point key="canvasLocation" x="305" y="433"/>
|
||||
</scene>
|
||||
</scenes>
|
||||
</document>
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
15
Example/lottie-ios/LAAppDelegate.h
Normal file
15
Example/lottie-ios/LAAppDelegate.h
Normal file
@@ -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 <UIApplicationDelegate>
|
||||
|
||||
@property (strong, nonatomic) UIWindow *window;
|
||||
|
||||
@end
|
||||
46
Example/lottie-ios/LAAppDelegate.m
Normal file
46
Example/lottie-ios/LAAppDelegate.m
Normal file
@@ -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
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user