|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 4FE57FA32AB062D2C02046FC /* Pods_BlobCourier.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3E7061D9BB42686E43B842F1 /* Pods_BlobCourier.framework */; }; |
11 | | - 9E7ACE2A91119EDFBE772FAC /* Pods_BlobCourier_BlobCourierTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 664603EE079B6D1526FE70F8 /* Pods_BlobCourier_BlobCourierTests.framework */; }; |
| 10 | + 9680D246CC6912A0F7F9720D /* libPods-BlobCourier.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F5D915D2927F8ED7959650CD /* libPods-BlobCourier.a */; }; |
12 | 11 | B92C3A1025935C2700630464 /* EmbeddedHttpServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = B92C3A0F25935C2700630464 /* EmbeddedHttpServer.swift */; }; |
13 | 12 | B96829D9254EC727002B4B04 /* UploaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9409539253E1F5800A58583 /* UploaderDelegate.swift */; }; |
14 | 13 | B96829DF254EC736002B4B04 /* DownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B940948F253DFC0800A58583 /* DownloaderDelegate.swift */; }; |
|
38 | 37 | B9AF759925DF264E00B68816 /* RequestCanceller.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9AF756F25DF203800B68816 /* RequestCanceller.swift */; }; |
39 | 38 | B9AF75BF25DF29DF00B68816 /* CancelParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9AF75BD25DF29DF00B68816 /* CancelParameters.swift */; }; |
40 | 39 | B9AF75C025DF29DF00B68816 /* CancelParameterFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9AF75BE25DF29DF00B68816 /* CancelParameterFactory.swift */; }; |
| 40 | + BE0E549333476E45A6A9B51A /* libPods-BlobCourier-BlobCourierTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D6D9B8DA0062D673652779C6 /* libPods-BlobCourier-BlobCourierTests.a */; }; |
41 | 41 | F4FF95D7245B92E800C19C63 /* BlobCourier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4FF95D6245B92E800C19C63 /* BlobCourier.swift */; }; |
42 | 42 | /* End PBXBuildFile section */ |
43 | 43 |
|
|
68 | 68 | 134814201AA4EA6300B7C361 /* libBlobCourier.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libBlobCourier.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
69 | 69 | 1F84521322E35DA71243F60F /* Pods-BlobCourier-BlobCourierTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BlobCourier-BlobCourierTests.debug.xcconfig"; path = "Target Support Files/Pods-BlobCourier-BlobCourierTests/Pods-BlobCourier-BlobCourierTests.debug.xcconfig"; sourceTree = "<group>"; }; |
70 | 70 | 28F8FA1CE36E51660EA2B020 /* Pods-BlobCourierTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BlobCourierTests.release.xcconfig"; path = "Target Support Files/Pods-BlobCourierTests/Pods-BlobCourierTests.release.xcconfig"; sourceTree = "<group>"; }; |
71 | | - 3E7061D9BB42686E43B842F1 /* Pods_BlobCourier.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BlobCourier.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
72 | | - 664603EE079B6D1526FE70F8 /* Pods_BlobCourier_BlobCourierTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BlobCourier_BlobCourierTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
73 | 71 | 7487E74E1A0C30B41CC57453 /* Pods-BlobCourier-BlobCourierTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BlobCourier-BlobCourierTests.release.xcconfig"; path = "Target Support Files/Pods-BlobCourier-BlobCourierTests/Pods-BlobCourier-BlobCourierTests.release.xcconfig"; sourceTree = "<group>"; }; |
74 | 72 | B92C3A0F25935C2700630464 /* EmbeddedHttpServer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EmbeddedHttpServer.swift; sourceTree = "<group>"; }; |
75 | 73 | B940948F253DFC0800A58583 /* DownloaderDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownloaderDelegate.swift; sourceTree = "<group>"; }; |
|
93 | 91 | B9AF756F25DF203800B68816 /* RequestCanceller.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RequestCanceller.swift; sourceTree = "<group>"; }; |
94 | 92 | B9AF75BD25DF29DF00B68816 /* CancelParameters.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CancelParameters.swift; sourceTree = "<group>"; }; |
95 | 93 | B9AF75BE25DF29DF00B68816 /* CancelParameterFactory.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CancelParameterFactory.swift; sourceTree = "<group>"; }; |
| 94 | + D6D9B8DA0062D673652779C6 /* libPods-BlobCourier-BlobCourierTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-BlobCourier-BlobCourierTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
96 | 95 | E431917845347E135BAF189E /* Pods-BlobCourier.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BlobCourier.release.xcconfig"; path = "Target Support Files/Pods-BlobCourier/Pods-BlobCourier.release.xcconfig"; sourceTree = "<group>"; }; |
97 | 96 | F0F8F7008E715FB238D44E2E /* Pods-BlobCourier.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BlobCourier.debug.xcconfig"; path = "Target Support Files/Pods-BlobCourier/Pods-BlobCourier.debug.xcconfig"; sourceTree = "<group>"; }; |
98 | 97 | F4FF95D5245B92E700C19C63 /* BlobCourier-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "BlobCourier-Bridging-Header.h"; sourceTree = "<group>"; }; |
99 | 98 | F4FF95D6245B92E800C19C63 /* BlobCourier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlobCourier.swift; sourceTree = "<group>"; }; |
| 99 | + F5D915D2927F8ED7959650CD /* libPods-BlobCourier.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-BlobCourier.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
100 | 100 | /* End PBXFileReference section */ |
101 | 101 |
|
102 | 102 | /* Begin PBXFrameworksBuildPhase section */ |
103 | 103 | 58B511D81A9E6C8500147676 /* Frameworks */ = { |
104 | 104 | isa = PBXFrameworksBuildPhase; |
105 | 105 | buildActionMask = 2147483647; |
106 | 106 | files = ( |
107 | | - 4FE57FA32AB062D2C02046FC /* Pods_BlobCourier.framework in Frameworks */, |
| 107 | + 9680D246CC6912A0F7F9720D /* libPods-BlobCourier.a in Frameworks */, |
108 | 108 | ); |
109 | 109 | runOnlyForDeploymentPostprocessing = 0; |
110 | 110 | }; |
|
113 | 113 | buildActionMask = 2147483647; |
114 | 114 | files = ( |
115 | 115 | B96829EA254EC872002B4B04 /* libBlobCourier.a in Frameworks */, |
116 | | - 9E7ACE2A91119EDFBE772FAC /* Pods_BlobCourier_BlobCourierTests.framework in Frameworks */, |
| 116 | + BE0E549333476E45A6A9B51A /* libPods-BlobCourier-BlobCourierTests.a in Frameworks */, |
117 | 117 | ); |
118 | 118 | runOnlyForDeploymentPostprocessing = 0; |
119 | 119 | }; |
|
144 | 144 | 36229AAD7F0D4D71473C5335 /* Frameworks */ = { |
145 | 145 | isa = PBXGroup; |
146 | 146 | children = ( |
147 | | - 3E7061D9BB42686E43B842F1 /* Pods_BlobCourier.framework */, |
148 | | - 664603EE079B6D1526FE70F8 /* Pods_BlobCourier_BlobCourierTests.framework */, |
| 147 | + F5D915D2927F8ED7959650CD /* libPods-BlobCourier.a */, |
| 148 | + D6D9B8DA0062D673652779C6 /* libPods-BlobCourier-BlobCourierTests.a */, |
149 | 149 | ); |
150 | 150 | name = Frameworks; |
151 | 151 | sourceTree = "<group>"; |
|
268 | 268 | B96829E1254EC872002B4B04 /* Sources */, |
269 | 269 | B96829E2254EC872002B4B04 /* Frameworks */, |
270 | 270 | B96829E3254EC872002B4B04 /* Resources */, |
271 | | - 2798E2500A18D096D7C2E004 /* [CP] Embed Pods Frameworks */, |
| 271 | + 4630EF98E44D3DCE07AD6BEE /* [CP] Copy Pods Resources */, |
272 | 272 | ); |
273 | 273 | buildRules = ( |
274 | 274 | ); |
|
330 | 330 | /* End PBXResourcesBuildPhase section */ |
331 | 331 |
|
332 | 332 | /* Begin PBXShellScriptBuildPhase section */ |
333 | | - 2798E2500A18D096D7C2E004 /* [CP] Embed Pods Frameworks */ = { |
| 333 | + 4630EF98E44D3DCE07AD6BEE /* [CP] Copy Pods Resources */ = { |
334 | 334 | isa = PBXShellScriptBuildPhase; |
335 | 335 | buildActionMask = 2147483647; |
336 | 336 | files = ( |
337 | 337 | ); |
338 | 338 | inputPaths = ( |
339 | | - "${PODS_ROOT}/Target Support Files/Pods-BlobCourier-BlobCourierTests/Pods-BlobCourier-BlobCourierTests-frameworks.sh", |
340 | | - "${BUILT_PRODUCTS_DIR}/DoubleConversion/DoubleConversion.framework", |
341 | | - "${BUILT_PRODUCTS_DIR}/FBReactNativeSpec/FBReactNativeSpec.framework", |
342 | | - "${BUILT_PRODUCTS_DIR}/Folly/folly.framework", |
343 | | - "${BUILT_PRODUCTS_DIR}/RCTTypeSafety/RCTTypeSafety.framework", |
344 | | - "${BUILT_PRODUCTS_DIR}/React-Core/React.framework", |
345 | | - "${BUILT_PRODUCTS_DIR}/React-CoreModules/CoreModules.framework", |
346 | | - "${BUILT_PRODUCTS_DIR}/React-RCTAnimation/RCTAnimation.framework", |
347 | | - "${BUILT_PRODUCTS_DIR}/React-RCTBlob/RCTBlob.framework", |
348 | | - "${BUILT_PRODUCTS_DIR}/React-RCTImage/RCTImage.framework", |
349 | | - "${BUILT_PRODUCTS_DIR}/React-RCTLinking/RCTLinking.framework", |
350 | | - "${BUILT_PRODUCTS_DIR}/React-RCTNetwork/RCTNetwork.framework", |
351 | | - "${BUILT_PRODUCTS_DIR}/React-RCTSettings/RCTSettings.framework", |
352 | | - "${BUILT_PRODUCTS_DIR}/React-RCTText/RCTText.framework", |
353 | | - "${BUILT_PRODUCTS_DIR}/React-RCTVibration/RCTVibration.framework", |
354 | | - "${BUILT_PRODUCTS_DIR}/React-cxxreact/cxxreact.framework", |
355 | | - "${BUILT_PRODUCTS_DIR}/React-jsi/jsi.framework", |
356 | | - "${BUILT_PRODUCTS_DIR}/React-jsiexecutor/jsireact.framework", |
357 | | - "${BUILT_PRODUCTS_DIR}/React-jsinspector/jsinspector.framework", |
358 | | - "${BUILT_PRODUCTS_DIR}/ReactCommon/ReactCommon.framework", |
359 | | - "${BUILT_PRODUCTS_DIR}/Yoga/yoga.framework", |
360 | | - "${BUILT_PRODUCTS_DIR}/glog/glog.framework", |
361 | | - "${BUILT_PRODUCTS_DIR}/Embassy/Embassy.framework", |
362 | | - "${BUILT_PRODUCTS_DIR}/EnvoyAmbassador/EnvoyAmbassador.framework", |
363 | | - "${BUILT_PRODUCTS_DIR}/MimeParser/MimeParser.framework", |
364 | | - ); |
365 | | - name = "[CP] Embed Pods Frameworks"; |
| 339 | + "${PODS_ROOT}/Target Support Files/Pods-BlobCourier-BlobCourierTests/Pods-BlobCourier-BlobCourierTests-resources.sh", |
| 340 | + "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle", |
| 341 | + ); |
| 342 | + name = "[CP] Copy Pods Resources"; |
366 | 343 | outputPaths = ( |
367 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DoubleConversion.framework", |
368 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBReactNativeSpec.framework", |
369 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/folly.framework", |
370 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTTypeSafety.framework", |
371 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/React.framework", |
372 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CoreModules.framework", |
373 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTAnimation.framework", |
374 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTBlob.framework", |
375 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTImage.framework", |
376 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTLinking.framework", |
377 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTNetwork.framework", |
378 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTSettings.framework", |
379 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTText.framework", |
380 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTVibration.framework", |
381 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/cxxreact.framework", |
382 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/jsi.framework", |
383 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/jsireact.framework", |
384 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/jsinspector.framework", |
385 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactCommon.framework", |
386 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/yoga.framework", |
387 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/glog.framework", |
388 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Embassy.framework", |
389 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/EnvoyAmbassador.framework", |
390 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MimeParser.framework", |
| 344 | + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle", |
391 | 345 | ); |
392 | 346 | runOnlyForDeploymentPostprocessing = 0; |
393 | 347 | shellPath = /bin/sh; |
394 | | - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-BlobCourier-BlobCourierTests/Pods-BlobCourier-BlobCourierTests-frameworks.sh\"\n"; |
| 348 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-BlobCourier-BlobCourierTests/Pods-BlobCourier-BlobCourierTests-resources.sh\"\n"; |
395 | 349 | showEnvVarsInLog = 0; |
396 | 350 | }; |
397 | 351 | 499C0CEEE765BAEB706A9434 /* [CP] Check Pods Manifest.lock */ = { |
|
0 commit comments