|
11 | 11 | 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; }; |
12 | 12 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; |
13 | 13 | 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; |
14 | | - 18866BA2266DFB1A006FF392 /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18866BA1266DFB1A006FF392 /* File.swift */; }; |
| 14 | + 182DED0427301375009645C1 /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 182DED0327301375009645C1 /* File.swift */; }; |
15 | 15 | 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; }; |
16 | 16 | 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; |
17 | 17 | 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; |
|
48 | 48 | 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = CompressorExample/Images.xcassets; sourceTree = "<group>"; }; |
49 | 49 | 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = CompressorExample/Info.plist; sourceTree = "<group>"; }; |
50 | 50 | 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = CompressorExample/main.m; sourceTree = "<group>"; }; |
51 | | - 1886582C2664AE9D006FF392 /* CompressorExample-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CompressorExample-Bridging-Header.h"; sourceTree = "<group>"; }; |
52 | | - 18866BA0266DFB19006FF392 /* CompressorExample-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CompressorExample-Bridging-Header.h"; sourceTree = "<group>"; }; |
53 | | - 18866BA1266DFB1A006FF392 /* File.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = File.swift; sourceTree = "<group>"; }; |
| 51 | + 182DED0227301371009645C1 /* CompressorExample-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CompressorExample-Bridging-Header.h"; sourceTree = "<group>"; }; |
| 52 | + 182DED0327301375009645C1 /* File.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = File.swift; sourceTree = "<group>"; }; |
54 | 53 | 2D02E47B1E0B4A5D006451C7 /* CompressorExample-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "CompressorExample-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
55 | 54 | 2D02E4901E0B4A5D006451C7 /* CompressorExample-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "CompressorExample-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
56 | 55 | 47F7ED3B7971BE374F7B8635 /* Pods-CompressorExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CompressorExample.debug.xcconfig"; path = "Target Support Files/Pods-CompressorExample/Pods-CompressorExample.debug.xcconfig"; sourceTree = "<group>"; }; |
|
154 | 153 | 83CBB9F61A601CBA00E9B192 = { |
155 | 154 | isa = PBXGroup; |
156 | 155 | children = ( |
157 | | - 18866BA1266DFB1A006FF392 /* File.swift */, |
| 156 | + 182DED0327301375009645C1 /* File.swift */, |
158 | 157 | 13B07FAE1A68108700A75B9A /* CompressorExample */, |
159 | 158 | 832341AE1AAA6A7D00B99B32 /* Libraries */, |
160 | 159 | 00E356EF1AD99517003FC87E /* CompressorExampleTests */, |
161 | 160 | 83CBBA001A601CBA00E9B192 /* Products */, |
162 | 161 | 2D16E6871FA4F8E400B85C8A /* Frameworks */, |
163 | 162 | 6B9684456A2045ADE5A6E47E /* Pods */, |
164 | | - 1886582C2664AE9D006FF392 /* CompressorExample-Bridging-Header.h */, |
165 | | - 18866BA0266DFB19006FF392 /* CompressorExample-Bridging-Header.h */, |
| 163 | + 182DED0227301371009645C1 /* CompressorExample-Bridging-Header.h */, |
166 | 164 | ); |
167 | 165 | indentWidth = 2; |
168 | 166 | sourceTree = "<group>"; |
|
274 | 272 | }; |
275 | 273 | 13B07F861A680F5B00A75B9A = { |
276 | 274 | DevelopmentTeam = 454A869839; |
277 | | - LastSwiftMigration = 1240; |
| 275 | + LastSwiftMigration = 1310; |
278 | 276 | ProvisioningStyle = Manual; |
279 | 277 | }; |
280 | 278 | 2D02E47A1E0B4A5D006451C7 = { |
|
365 | 363 | ); |
366 | 364 | inputPaths = ( |
367 | 365 | "${PODS_ROOT}/Target Support Files/Pods-CompressorExample/Pods-CompressorExample-frameworks.sh", |
368 | | - "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/iphoneos/hermes.framework", |
369 | | - "${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL-Universal/OpenSSL.framework/OpenSSL", |
| 366 | + "${PODS_XCFRAMEWORKS_BUILD_DIR}/double-conversion/double-conversion.framework/double-conversion", |
| 367 | + "${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL/OpenSSL.framework/OpenSSL", |
| 368 | + "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes/hermes.framework/hermes", |
370 | 369 | ); |
371 | 370 | name = "[CP] Embed Pods Frameworks"; |
372 | 371 | outputPaths = ( |
373 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework", |
| 372 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/double-conversion.framework", |
374 | 373 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OpenSSL.framework", |
| 374 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework", |
375 | 375 | ); |
376 | 376 | runOnlyForDeploymentPostprocessing = 0; |
377 | 377 | shellPath = /bin/sh; |
|
486 | 486 | buildActionMask = 2147483647; |
487 | 487 | files = ( |
488 | 488 | 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */, |
489 | | - 18866BA2266DFB1A006FF392 /* File.swift in Sources */, |
| 489 | + 182DED0427301375009645C1 /* File.swift in Sources */, |
490 | 490 | 13B07FC11A68108700A75B9A /* main.m in Sources */, |
491 | 491 | ); |
492 | 492 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments