|
21 | 21 | /* End PBXAggregateTarget section */
|
22 | 22 |
|
23 | 23 | /* Begin PBXBuildFile section */
|
24 |
| - 0F15C2E72456C97D00CFF096 /* config.json in Resources */ = {isa = PBXBuildFile; fileRef = 0F15C2E62456C97D00CFF096 /* config.json */; }; |
25 |
| - 0F1F2145225B844F00358EB0 /* libPods-Contentstack.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F1F2144225B844F00358EB0 /* libPods-Contentstack.a */; }; |
| 24 | + 0F41A91425C7CC9C007EF2DA /* ContentstackTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F41A91025C7CC9C007EF2DA /* ContentstackTest.m */; }; |
| 25 | + 0F41A91525C7CC9C007EF2DA /* SyncTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F41A91125C7CC9C007EF2DA /* SyncTest.m */; }; |
| 26 | + 0F41A91625C7CC9C007EF2DA /* config.json in Resources */ = {isa = PBXBuildFile; fileRef = 0F41A91225C7CC9C007EF2DA /* config.json */; }; |
26 | 27 | 0F9C0FB1221ADAC90091205A /* AssetLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F9C0F98221ADAC70091205A /* AssetLibrary.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
27 | 28 | 0F9C0FB2221ADAC90091205A /* AssetLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F9C0F99221ADAC70091205A /* AssetLibrary.m */; };
|
28 | 29 | 0F9C0FB3221ADAC90091205A /* Group.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F9C0F9A221ADAC70091205A /* Group.m */; };
|
|
91 | 92 | 23A53F4E1E277BBE001DBE35 /* CSIOCoreHTTPNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 23A53F2D1E276BA5001DBE35 /* CSIOCoreHTTPNetworking.m */; };
|
92 | 93 | 23A53F4F1E277BBE001DBE35 /* CSIOURLCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 23A53F311E276BA5001DBE35 /* CSIOURLCache.m */; };
|
93 | 94 | 23A53F501E277BBE001DBE35 /* NSObject+Extensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 23A53F331E276BA5001DBE35 /* NSObject+Extensions.m */; };
|
94 |
| - 23A53F581E277CD3001DBE35 /* ContentstackTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 23A53F571E277CD3001DBE35 /* ContentstackTest.m */; }; |
95 | 95 | 23A53F5A1E277CD3001DBE35 /* Contentstack.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 230B38C01C16E98B00444A14 /* Contentstack.framework */; };
|
96 | 96 | 23B6F12A1B5662EE00A9E983 /* ISO8601DateFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 23B6F1281B5662EE00A9E983 /* ISO8601DateFormatter.m */; };
|
97 | 97 | 565E11BB1BD76654005AD47F /* MMDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = 565E11AA1BD76654005AD47F /* MMDocument.m */; };
|
|
103 | 103 | 565E11C11BD76654005AD47F /* MMScanner.m in Sources */ = {isa = PBXBuildFile; fileRef = 565E11B81BD76654005AD47F /* MMScanner.m */; };
|
104 | 104 | 565E11C21BD76654005AD47F /* MMSpanParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 565E11BA1BD76654005AD47F /* MMSpanParser.m */; };
|
105 | 105 | CBB348418CAB6166E8BFA905 /* libPods-ContentstackTest.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 41C23F0FF586499A39EC071B /* libPods-ContentstackTest.a */; };
|
106 |
| - FA36C00820ECABDF000FF701 /* SyncTest.m in Sources */ = {isa = PBXBuildFile; fileRef = FA36C00720ECABDF000FF701 /* SyncTest.m */; }; |
107 | 106 | /* End PBXBuildFile section */
|
108 | 107 |
|
109 | 108 | /* Begin PBXContainerItemProxy section */
|
|
137 | 136 |
|
138 | 137 | /* Begin PBXFileReference section */
|
139 | 138 | 0F0A70AD225DEDDF00E0284F /* Contentstack.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Contentstack.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
|
140 |
| - 0F15C2E62456C97D00CFF096 /* config.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = config.json; sourceTree = "<group>"; }; |
141 |
| - 0F1F2142225B6F7800358EB0 /* libPods-Contentstack.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libPods-Contentstack.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
142 |
| - 0F1F2144225B844F00358EB0 /* libPods-Contentstack.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libPods-Contentstack.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 139 | + 0F41A91025C7CC9C007EF2DA /* ContentstackTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ContentstackTest.m; sourceTree = "<group>"; }; |
| 140 | + 0F41A91125C7CC9C007EF2DA /* SyncTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SyncTest.m; sourceTree = "<group>"; }; |
| 141 | + 0F41A91225C7CC9C007EF2DA /* config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = config.json; sourceTree = "<group>"; }; |
143 | 142 | 0F6C89AC225CCE9F004C342A /* CHANGELOG.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
|
144 | 143 | 0F8745C5248FCE9700FAD159 /* run-test-case.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "run-test-case.sh"; sourceTree = "<group>"; };
|
145 | 144 | 0F9C0F98221ADAC70091205A /* AssetLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AssetLibrary.h; sourceTree = "<group>"; };
|
|
197 | 196 | 23A53F491E27781A001DBE35 /* DocGenerationScript.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = DocGenerationScript.sh; sourceTree = "<group>"; };
|
198 | 197 | 23A53F4B1E277A48001DBE35 /* generate_namespace_header.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = generate_namespace_header.sh; sourceTree = "<group>"; };
|
199 | 198 | 23A53F551E277CD3001DBE35 /* ContentstackTest.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ContentstackTest.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
200 |
| - 23A53F571E277CD3001DBE35 /* ContentstackTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ContentstackTest.m; sourceTree = "<group>"; }; |
201 | 199 | 23A53F591E277CD3001DBE35 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
202 | 200 | 23B6F1271B5662EE00A9E983 /* ISO8601DateFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ISO8601DateFormatter.h; sourceTree = "<group>"; };
|
203 | 201 | 23B6F1281B5662EE00A9E983 /* ISO8601DateFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ISO8601DateFormatter.m; sourceTree = "<group>"; };
|
|
228 | 226 | D36158266EF475AC2496807A /* libPods-Contentstack.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Contentstack.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
229 | 227 | F32D688A33248F4030DC4D01 /* libPods-ThirdPartyExtension.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ThirdPartyExtension.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
230 | 228 | F80C908DA99E7A5AF5E1492D /* Pods-Contentstack.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Contentstack.debug.xcconfig"; path = "Target Support Files/Pods-Contentstack/Pods-Contentstack.debug.xcconfig"; sourceTree = "<group>"; };
|
231 |
| - FA36C00720ECABDF000FF701 /* SyncTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SyncTest.m; sourceTree = "<group>"; }; |
232 | 229 | /* End PBXFileReference section */
|
233 | 230 |
|
234 | 231 | /* Begin PBXFrameworksBuildPhase section */
|
235 | 232 | 230B38BC1C16E98B00444A14 /* Frameworks */ = {
|
236 | 233 | isa = PBXFrameworksBuildPhase;
|
237 | 234 | buildActionMask = 2147483647;
|
238 | 235 | files = (
|
239 |
| - 0F4D7E57D696BA541291C60B /* libPods-Contentstack.a in Frameworks */, |
240 | 236 | );
|
241 | 237 | runOnlyForDeploymentPostprocessing = 0;
|
242 | 238 | };
|
|
406 | 402 | 23A53F561E277CD3001DBE35 /* ContentstackTest */ = {
|
407 | 403 | isa = PBXGroup;
|
408 | 404 | children = (
|
409 |
| - 23A53F571E277CD3001DBE35 /* ContentstackTest.m */, |
| 405 | + 0F41A91225C7CC9C007EF2DA /* config.json */, |
| 406 | + 0F41A91025C7CC9C007EF2DA /* ContentstackTest.m */, |
| 407 | + 0F41A91125C7CC9C007EF2DA /* SyncTest.m */, |
410 | 408 | 23A53F591E277CD3001DBE35 /* Info.plist */,
|
411 |
| - FA36C00720ECABDF000FF701 /* SyncTest.m */, |
412 |
| - 0F15C2E62456C97D00CFF096 /* config.json */, |
413 | 409 | );
|
414 | 410 | path = ContentstackTest;
|
415 | 411 | sourceTree = "<group>";
|
|
634 | 630 | isa = PBXResourcesBuildPhase;
|
635 | 631 | buildActionMask = 2147483647;
|
636 | 632 | files = (
|
637 |
| - 0F15C2E72456C97D00CFF096 /* config.json in Resources */, |
| 633 | + 0F41A91625C7CC9C007EF2DA /* config.json in Resources */, |
638 | 634 | );
|
639 | 635 | runOnlyForDeploymentPostprocessing = 0;
|
640 | 636 | };
|
|
795 | 791 | isa = PBXSourcesBuildPhase;
|
796 | 792 | buildActionMask = 2147483647;
|
797 | 793 | files = (
|
798 |
| - FA36C00820ECABDF000FF701 /* SyncTest.m in Sources */, |
799 |
| - 23A53F581E277CD3001DBE35 /* ContentstackTest.m in Sources */, |
| 794 | + 0F41A91425C7CC9C007EF2DA /* ContentstackTest.m in Sources */, |
| 795 | + 0F41A91525C7CC9C007EF2DA /* SyncTest.m in Sources */, |
800 | 796 | );
|
801 | 797 | runOnlyForDeploymentPostprocessing = 0;
|
802 | 798 | };
|
|
0 commit comments