|
12 | 12 | 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; }; |
13 | 13 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; |
14 | 14 | 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; |
15 | | - 16B3FFFDE782D83809DB1648 /* libPods-NativeCatalog.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EF5D8D9C0035DC82798947E4 /* libPods-NativeCatalog.a */; }; |
| 15 | + 1A6227466265E89C2583935B /* libPods-NativeCatalogTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C09FDB4616A8895C64620FB /* libPods-NativeCatalogTests.a */; }; |
| 16 | + 7898DB0318F1824594487D35 /* libPods-NativeCatalog.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8014BAEE207029DD3DC62A9F /* libPods-NativeCatalog.a */; }; |
16 | 17 | 844D64C02375A9FE004E70D2 /* CustomPdfView.m in Sources */ = {isa = PBXBuildFile; fileRef = 844D64BF2375A9FE004E70D2 /* CustomPdfView.m */; }; |
17 | 18 | 844D64C32375AA44004E70D2 /* CustomPdfViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 844D64C22375AA44004E70D2 /* CustomPdfViewManager.m */; }; |
18 | 19 | 844D64E62375B5FC004E70D2 /* PDFs in Resources */ = {isa = PBXBuildFile; fileRef = 844D64E52375B5FC004E70D2 /* PDFs */; }; |
|
23 | 24 | 84E53906242E2972002F99F2 /* InstantDocumentViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84E53900242E2972002F99F2 /* InstantDocumentViewController.swift */; }; |
24 | 25 | 84E5391F242E2A5C002F99F2 /* UIViewController+PSCFrontmost.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84E5391E242E2A5C002F99F2 /* UIViewController+PSCFrontmost.swift */; }; |
25 | 26 | 84F455972434D68A00DFFCCC /* WebExamplesAPIClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84F455962434D68A00DFFCCC /* WebExamplesAPIClient.swift */; }; |
26 | | - ADB20344946DD08171C0B960 /* libPods-NativeCatalogTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2E6B4E8D759A588F85622EED /* libPods-NativeCatalogTests.a */; }; |
27 | 27 | /* End PBXBuildFile section */ |
28 | 28 |
|
29 | 29 | /* Begin PBXContainerItemProxy section */ |
|
48 | 48 | 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = NativeCatalog/Images.xcassets; sourceTree = "<group>"; }; |
49 | 49 | 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = NativeCatalog/Info.plist; sourceTree = "<group>"; }; |
50 | 50 | 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = NativeCatalog/main.m; sourceTree = "<group>"; }; |
51 | | - 2E6B4E8D759A588F85622EED /* libPods-NativeCatalogTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-NativeCatalogTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
52 | | - 3061E0AC6C543ACC225B8E07 /* Pods-NativeCatalog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NativeCatalog.debug.xcconfig"; path = "Target Support Files/Pods-NativeCatalog/Pods-NativeCatalog.debug.xcconfig"; sourceTree = "<group>"; }; |
| 51 | + 2EF9D530DB50B0AEC21C1DDD /* Pods-NativeCatalogTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NativeCatalogTests.debug.xcconfig"; path = "Target Support Files/Pods-NativeCatalogTests/Pods-NativeCatalogTests.debug.xcconfig"; sourceTree = "<group>"; }; |
| 52 | + 7C09FDB4616A8895C64620FB /* libPods-NativeCatalogTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-NativeCatalogTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 53 | + 7C41BD164E8DB8F2F4E5286F /* Pods-NativeCatalogTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NativeCatalogTests.release.xcconfig"; path = "Target Support Files/Pods-NativeCatalogTests/Pods-NativeCatalogTests.release.xcconfig"; sourceTree = "<group>"; }; |
| 54 | + 8014BAEE207029DD3DC62A9F /* libPods-NativeCatalog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-NativeCatalog.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
53 | 55 | 844D64BE2375A9FE004E70D2 /* CustomPdfView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomPdfView.h; sourceTree = "<group>"; }; |
54 | 56 | 844D64BF2375A9FE004E70D2 /* CustomPdfView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomPdfView.m; sourceTree = "<group>"; }; |
55 | 57 | 844D64C12375AA44004E70D2 /* CustomPdfViewManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CustomPdfViewManager.h; sourceTree = "<group>"; }; |
|
63 | 65 | 84E53900242E2972002F99F2 /* InstantDocumentViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = InstantDocumentViewController.swift; path = InstantExample/InstantDocumentViewController.swift; sourceTree = SOURCE_ROOT; }; |
64 | 66 | 84E5391E242E2A5C002F99F2 /* UIViewController+PSCFrontmost.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "UIViewController+PSCFrontmost.swift"; path = "NativeCatalog/InstantExample/UIViewController+PSCFrontmost.swift"; sourceTree = SOURCE_ROOT; }; |
65 | 67 | 84F455962434D68A00DFFCCC /* WebExamplesAPIClient.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = WebExamplesAPIClient.swift; path = InstantExample/WebExamplesAPIClient.swift; sourceTree = SOURCE_ROOT; }; |
66 | | - 975DA22AD505EBDB677BC388 /* Pods-NativeCatalogTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NativeCatalogTests.debug.xcconfig"; path = "Target Support Files/Pods-NativeCatalogTests/Pods-NativeCatalogTests.debug.xcconfig"; sourceTree = "<group>"; }; |
67 | | - BFA3F4A2B2AA6767F63FE048 /* Pods-NativeCatalog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NativeCatalog.release.xcconfig"; path = "Target Support Files/Pods-NativeCatalog/Pods-NativeCatalog.release.xcconfig"; sourceTree = "<group>"; }; |
| 68 | + B82DD1C5CB4BD113946B6AE4 /* Pods-NativeCatalog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NativeCatalog.debug.xcconfig"; path = "Target Support Files/Pods-NativeCatalog/Pods-NativeCatalog.debug.xcconfig"; sourceTree = "<group>"; }; |
68 | 69 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; |
69 | 70 | ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; }; |
70 | | - EF5D8D9C0035DC82798947E4 /* libPods-NativeCatalog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-NativeCatalog.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
71 | | - F0169F20D00D69D0F631C59E /* Pods-NativeCatalogTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NativeCatalogTests.release.xcconfig"; path = "Target Support Files/Pods-NativeCatalogTests/Pods-NativeCatalogTests.release.xcconfig"; sourceTree = "<group>"; }; |
| 71 | + FF493BF914DA143AD4B79B89 /* Pods-NativeCatalog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NativeCatalog.release.xcconfig"; path = "Target Support Files/Pods-NativeCatalog/Pods-NativeCatalog.release.xcconfig"; sourceTree = "<group>"; }; |
72 | 72 | /* End PBXFileReference section */ |
73 | 73 |
|
74 | 74 | /* Begin PBXFrameworksBuildPhase section */ |
75 | 75 | 00E356EB1AD99517003FC87E /* Frameworks */ = { |
76 | 76 | isa = PBXFrameworksBuildPhase; |
77 | 77 | buildActionMask = 2147483647; |
78 | 78 | files = ( |
79 | | - ADB20344946DD08171C0B960 /* libPods-NativeCatalogTests.a in Frameworks */, |
| 79 | + 1A6227466265E89C2583935B /* libPods-NativeCatalogTests.a in Frameworks */, |
80 | 80 | ); |
81 | 81 | runOnlyForDeploymentPostprocessing = 0; |
82 | 82 | }; |
83 | 83 | 13B07F8C1A680F5B00A75B9A /* Frameworks */ = { |
84 | 84 | isa = PBXFrameworksBuildPhase; |
85 | 85 | buildActionMask = 2147483647; |
86 | 86 | files = ( |
87 | | - 16B3FFFDE782D83809DB1648 /* libPods-NativeCatalog.a in Frameworks */, |
| 87 | + 7898DB0318F1824594487D35 /* libPods-NativeCatalog.a in Frameworks */, |
88 | 88 | ); |
89 | 89 | runOnlyForDeploymentPostprocessing = 0; |
90 | 90 | }; |
|
128 | 128 | children = ( |
129 | 129 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */, |
130 | 130 | ED2971642150620600B7C4FE /* JavaScriptCore.framework */, |
131 | | - EF5D8D9C0035DC82798947E4 /* libPods-NativeCatalog.a */, |
132 | | - 2E6B4E8D759A588F85622EED /* libPods-NativeCatalogTests.a */, |
| 131 | + 8014BAEE207029DD3DC62A9F /* libPods-NativeCatalog.a */, |
| 132 | + 7C09FDB4616A8895C64620FB /* libPods-NativeCatalogTests.a */, |
133 | 133 | ); |
134 | 134 | name = Frameworks; |
135 | 135 | sourceTree = "<group>"; |
|
197 | 197 | E20636F4482E38B1DB5E29B7 /* Pods */ = { |
198 | 198 | isa = PBXGroup; |
199 | 199 | children = ( |
200 | | - 3061E0AC6C543ACC225B8E07 /* Pods-NativeCatalog.debug.xcconfig */, |
201 | | - BFA3F4A2B2AA6767F63FE048 /* Pods-NativeCatalog.release.xcconfig */, |
202 | | - 975DA22AD505EBDB677BC388 /* Pods-NativeCatalogTests.debug.xcconfig */, |
203 | | - F0169F20D00D69D0F631C59E /* Pods-NativeCatalogTests.release.xcconfig */, |
| 200 | + B82DD1C5CB4BD113946B6AE4 /* Pods-NativeCatalog.debug.xcconfig */, |
| 201 | + FF493BF914DA143AD4B79B89 /* Pods-NativeCatalog.release.xcconfig */, |
| 202 | + 2EF9D530DB50B0AEC21C1DDD /* Pods-NativeCatalogTests.debug.xcconfig */, |
| 203 | + 7C41BD164E8DB8F2F4E5286F /* Pods-NativeCatalogTests.release.xcconfig */, |
204 | 204 | ); |
205 | 205 | path = Pods; |
206 | 206 | sourceTree = "<group>"; |
|
212 | 212 | isa = PBXNativeTarget; |
213 | 213 | buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "NativeCatalogTests" */; |
214 | 214 | buildPhases = ( |
215 | | - E538A32CF9B51B8BA4389949 /* [CP] Check Pods Manifest.lock */, |
| 215 | + E07F9EE4285FE5EDE33E67CD /* [CP] Check Pods Manifest.lock */, |
216 | 216 | 00E356EA1AD99517003FC87E /* Sources */, |
217 | 217 | 00E356EB1AD99517003FC87E /* Frameworks */, |
218 | 218 | 00E356EC1AD99517003FC87E /* Resources */, |
|
231 | 231 | isa = PBXNativeTarget; |
232 | 232 | buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "NativeCatalog" */; |
233 | 233 | buildPhases = ( |
234 | | - 90458A652A2B547552F7A00D /* [CP] Check Pods Manifest.lock */, |
| 234 | + AF322CFD66717BFF3FD59824 /* [CP] Check Pods Manifest.lock */, |
235 | 235 | FD10A7F022414F080027D42C /* Start Packager */, |
236 | 236 | 13B07F871A680F5B00A75B9A /* Sources */, |
237 | 237 | 13B07F8C1A680F5B00A75B9A /* Frameworks */, |
238 | 238 | 13B07F8E1A680F5B00A75B9A /* Resources */, |
239 | 239 | 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, |
240 | | - 8178A35C635F06315B510D0E /* [CP] Embed Pods Frameworks */, |
| 240 | + AA93E8DE1522C17E2D1CC0E3 /* [CP] Embed Pods Frameworks */, |
241 | 241 | ); |
242 | 242 | buildRules = ( |
243 | 243 | ); |
|
320 | 320 | shellPath = /bin/sh; |
321 | 321 | shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh"; |
322 | 322 | }; |
323 | | - 8178A35C635F06315B510D0E /* [CP] Embed Pods Frameworks */ = { |
| 323 | + AA93E8DE1522C17E2D1CC0E3 /* [CP] Embed Pods Frameworks */ = { |
324 | 324 | isa = PBXShellScriptBuildPhase; |
325 | 325 | buildActionMask = 2147483647; |
326 | 326 | files = ( |
|
342 | 342 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NativeCatalog/Pods-NativeCatalog-frameworks.sh\"\n"; |
343 | 343 | showEnvVarsInLog = 0; |
344 | 344 | }; |
345 | | - 90458A652A2B547552F7A00D /* [CP] Check Pods Manifest.lock */ = { |
| 345 | + AF322CFD66717BFF3FD59824 /* [CP] Check Pods Manifest.lock */ = { |
346 | 346 | isa = PBXShellScriptBuildPhase; |
347 | 347 | buildActionMask = 2147483647; |
348 | 348 | files = ( |
|
364 | 364 | shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/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# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
365 | 365 | showEnvVarsInLog = 0; |
366 | 366 | }; |
367 | | - E538A32CF9B51B8BA4389949 /* [CP] Check Pods Manifest.lock */ = { |
| 367 | + E07F9EE4285FE5EDE33E67CD /* [CP] Check Pods Manifest.lock */ = { |
368 | 368 | isa = PBXShellScriptBuildPhase; |
369 | 369 | buildActionMask = 2147483647; |
370 | 370 | files = ( |
|
459 | 459 | /* Begin XCBuildConfiguration section */ |
460 | 460 | 00E356F61AD99517003FC87E /* Debug */ = { |
461 | 461 | isa = XCBuildConfiguration; |
462 | | - baseConfigurationReference = 975DA22AD505EBDB677BC388 /* Pods-NativeCatalogTests.debug.xcconfig */; |
| 462 | + baseConfigurationReference = 2EF9D530DB50B0AEC21C1DDD /* Pods-NativeCatalogTests.debug.xcconfig */; |
463 | 463 | buildSettings = { |
464 | 464 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
465 | 465 | BUNDLE_LOADER = "$(TEST_HOST)"; |
|
483 | 483 | }; |
484 | 484 | 00E356F71AD99517003FC87E /* Release */ = { |
485 | 485 | isa = XCBuildConfiguration; |
486 | | - baseConfigurationReference = F0169F20D00D69D0F631C59E /* Pods-NativeCatalogTests.release.xcconfig */; |
| 486 | + baseConfigurationReference = 7C41BD164E8DB8F2F4E5286F /* Pods-NativeCatalogTests.release.xcconfig */; |
487 | 487 | buildSettings = { |
488 | 488 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
489 | 489 | BUNDLE_LOADER = "$(TEST_HOST)"; |
|
504 | 504 | }; |
505 | 505 | 13B07F941A680F5B00A75B9A /* Debug */ = { |
506 | 506 | isa = XCBuildConfiguration; |
507 | | - baseConfigurationReference = 3061E0AC6C543ACC225B8E07 /* Pods-NativeCatalog.debug.xcconfig */; |
| 507 | + baseConfigurationReference = B82DD1C5CB4BD113946B6AE4 /* Pods-NativeCatalog.debug.xcconfig */; |
508 | 508 | buildSettings = { |
509 | 509 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
510 | 510 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
531 | 531 | }; |
532 | 532 | 13B07F951A680F5B00A75B9A /* Release */ = { |
533 | 533 | isa = XCBuildConfiguration; |
534 | | - baseConfigurationReference = BFA3F4A2B2AA6767F63FE048 /* Pods-NativeCatalog.release.xcconfig */; |
| 534 | + baseConfigurationReference = FF493BF914DA143AD4B79B89 /* Pods-NativeCatalog.release.xcconfig */; |
535 | 535 | buildSettings = { |
536 | 536 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
537 | 537 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
0 commit comments