|
10 | 10 | 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; }; |
11 | 11 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; |
12 | 12 | 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; |
13 | | - 1CBC052D29FC7AECA7384F91 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 4D30347EB60E348D8B0D4FDC /* PrivacyInfo.xcprivacy */; }; |
14 | 13 | 3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */; }; |
15 | | - 77353C10CB6E44EBA26C45C4 /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C1BC9A5E4EF4B5C894C7E7F /* noop-file.swift */; }; |
16 | 14 | 96905EF65AED1B983A6B3ABC /* libPods-expoexample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-expoexample.a */; }; |
17 | 15 | B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */; }; |
| 16 | + B26F9497ECD4413AA32239A4 /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C6D6535F4384A76A2D92C52 /* noop-file.swift */; }; |
18 | 17 | BB2F792D24A3F905000567C9 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = BB2F792C24A3F905000567C9 /* Expo.plist */; }; |
| 18 | + BD22CB67F85B53A603A58CCF /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = ADEDEA080E7648660C596D00 /* PrivacyInfo.xcprivacy */; }; |
19 | 19 | /* End PBXBuildFile section */ |
20 | 20 |
|
21 | 21 | /* Begin PBXFileReference section */ |
| 22 | + 115578E985A2425AB96E801E /* expoexample-Bridging-Header.h */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.h; name = "expoexample-Bridging-Header.h"; path = "expoexample/expoexample-Bridging-Header.h"; sourceTree = "<group>"; }; |
22 | 23 | 13B07F961A680F5B00A75B9A /* expoexample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = expoexample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
23 | 24 | 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = expoexample/AppDelegate.h; sourceTree = "<group>"; }; |
24 | 25 | 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = expoexample/AppDelegate.mm; sourceTree = "<group>"; }; |
25 | 26 | 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = expoexample/Images.xcassets; sourceTree = "<group>"; }; |
26 | 27 | 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = expoexample/Info.plist; sourceTree = "<group>"; }; |
27 | 28 | 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = expoexample/main.m; sourceTree = "<group>"; }; |
28 | | - 4C1BC9A5E4EF4B5C894C7E7F /* noop-file.swift */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.swift; name = "noop-file.swift"; path = "expoexample/noop-file.swift"; sourceTree = "<group>"; }; |
29 | | - 4D30347EB60E348D8B0D4FDC /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = expoexample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; }; |
30 | 29 | 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-expoexample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-expoexample.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
31 | 30 | 6C2E3173556A471DD304B334 /* Pods-expoexample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-expoexample.debug.xcconfig"; path = "Target Support Files/Pods-expoexample/Pods-expoexample.debug.xcconfig"; sourceTree = "<group>"; }; |
32 | 31 | 7A4D352CD337FB3A3BF06240 /* Pods-expoexample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-expoexample.release.xcconfig"; path = "Target Support Files/Pods-expoexample/Pods-expoexample.release.xcconfig"; sourceTree = "<group>"; }; |
33 | | - A8162872A87E451EA856E28B /* expoexample-Bridging-Header.h */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.h; name = "expoexample-Bridging-Header.h"; path = "expoexample/expoexample-Bridging-Header.h"; sourceTree = "<group>"; }; |
| 32 | + 9C6D6535F4384A76A2D92C52 /* noop-file.swift */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.swift; name = "noop-file.swift"; path = "expoexample/noop-file.swift"; sourceTree = "<group>"; }; |
34 | 33 | AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = expoexample/SplashScreen.storyboard; sourceTree = "<group>"; }; |
| 34 | + ADEDEA080E7648660C596D00 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = expoexample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; }; |
35 | 35 | BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = "<group>"; }; |
36 | 36 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; |
37 | 37 | FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-expoexample/ExpoModulesProvider.swift"; sourceTree = "<group>"; }; |
|
59 | 59 | 13B07FB61A68108700A75B9A /* Info.plist */, |
60 | 60 | 13B07FB71A68108700A75B9A /* main.m */, |
61 | 61 | AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */, |
62 | | - 4C1BC9A5E4EF4B5C894C7E7F /* noop-file.swift */, |
63 | | - A8162872A87E451EA856E28B /* expoexample-Bridging-Header.h */, |
64 | | - 4D30347EB60E348D8B0D4FDC /* PrivacyInfo.xcprivacy */, |
| 62 | + 9C6D6535F4384A76A2D92C52 /* noop-file.swift */, |
| 63 | + 115578E985A2425AB96E801E /* expoexample-Bridging-Header.h */, |
| 64 | + ADEDEA080E7648660C596D00 /* PrivacyInfo.xcprivacy */, |
65 | 65 | ); |
66 | 66 | name = expoexample; |
67 | 67 | sourceTree = "<group>"; |
|
147 | 147 | buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "expoexample" */; |
148 | 148 | buildPhases = ( |
149 | 149 | 08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */, |
150 | | - D963BD1CCDCF5891E708D554 /* [Expo] Configure project */, |
| 150 | + C31B03312DD887F0BEE04EE0 /* [Expo] Configure project */, |
151 | 151 | 13B07F871A680F5B00A75B9A /* Sources */, |
152 | 152 | 13B07F8C1A680F5B00A75B9A /* Frameworks */, |
153 | 153 | 13B07F8E1A680F5B00A75B9A /* Resources */, |
154 | 154 | 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, |
155 | 155 | 800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */, |
156 | | - CD91953A4D6271A131E6C36F /* [CP] Embed Pods Frameworks */, |
| 156 | + CC91A023482B9AC2C8B96CF4 /* [CP] Embed Pods Frameworks */, |
157 | 157 | ); |
158 | 158 | buildRules = ( |
159 | 159 | ); |
|
203 | 203 | BB2F792D24A3F905000567C9 /* Expo.plist in Resources */, |
204 | 204 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, |
205 | 205 | 3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */, |
206 | | - 1CBC052D29FC7AECA7384F91 /* PrivacyInfo.xcprivacy in Resources */, |
| 206 | + BD22CB67F85B53A603A58CCF /* PrivacyInfo.xcprivacy in Resources */, |
207 | 207 | ); |
208 | 208 | runOnlyForDeploymentPostprocessing = 0; |
209 | 209 | }; |
|
277 | 277 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-expoexample/Pods-expoexample-resources.sh\"\n"; |
278 | 278 | showEnvVarsInLog = 0; |
279 | 279 | }; |
280 | | - CD91953A4D6271A131E6C36F /* [CP] Embed Pods Frameworks */ = { |
| 280 | + C31B03312DD887F0BEE04EE0 /* [Expo] Configure project */ = { |
281 | 281 | isa = PBXShellScriptBuildPhase; |
| 282 | + alwaysOutOfDate = 1; |
282 | 283 | buildActionMask = 2147483647; |
283 | 284 | files = ( |
284 | 285 | ); |
| 286 | + inputFileListPaths = ( |
| 287 | + ); |
285 | 288 | inputPaths = ( |
286 | | - "${PODS_ROOT}/Target Support Files/Pods-expoexample/Pods-expoexample-frameworks.sh", |
287 | | - "${PODS_XCFRAMEWORKS_BUILD_DIR}/CouchbaseLite-Swift-Enterprise/CouchbaseLiteSwift.framework/CouchbaseLiteSwift", |
288 | | - "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built/hermes.framework/hermes", |
289 | 289 | ); |
290 | | - name = "[CP] Embed Pods Frameworks"; |
| 290 | + name = "[Expo] Configure project"; |
| 291 | + outputFileListPaths = ( |
| 292 | + ); |
291 | 293 | outputPaths = ( |
292 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CouchbaseLiteSwift.framework", |
293 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework", |
294 | 294 | ); |
295 | 295 | runOnlyForDeploymentPostprocessing = 0; |
296 | 296 | shellPath = /bin/sh; |
297 | | - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-expoexample/Pods-expoexample-frameworks.sh\"\n"; |
298 | | - showEnvVarsInLog = 0; |
| 297 | + shellScript = "# This script configures Expo modules and generates the modules provider file.\nbash -l -c \"./Pods/Target\\ Support\\ Files/Pods-expoexample/expo-configure-project.sh\"\n"; |
299 | 298 | }; |
300 | | - D963BD1CCDCF5891E708D554 /* [Expo] Configure project */ = { |
| 299 | + CC91A023482B9AC2C8B96CF4 /* [CP] Embed Pods Frameworks */ = { |
301 | 300 | isa = PBXShellScriptBuildPhase; |
302 | | - alwaysOutOfDate = 1; |
303 | 301 | buildActionMask = 2147483647; |
304 | 302 | files = ( |
305 | 303 | ); |
306 | | - inputFileListPaths = ( |
307 | | - ); |
308 | 304 | inputPaths = ( |
| 305 | + "${PODS_ROOT}/Target Support Files/Pods-expoexample/Pods-expoexample-frameworks.sh", |
| 306 | + "${PODS_XCFRAMEWORKS_BUILD_DIR}/CouchbaseLite-Swift-Enterprise/CouchbaseLiteSwift.framework/CouchbaseLiteSwift", |
| 307 | + "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built/hermes.framework/hermes", |
309 | 308 | ); |
310 | | - name = "[Expo] Configure project"; |
311 | | - outputFileListPaths = ( |
312 | | - ); |
| 309 | + name = "[CP] Embed Pods Frameworks"; |
313 | 310 | outputPaths = ( |
| 311 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CouchbaseLiteSwift.framework", |
| 312 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework", |
314 | 313 | ); |
315 | 314 | runOnlyForDeploymentPostprocessing = 0; |
316 | 315 | shellPath = /bin/sh; |
317 | | - shellScript = "# This script configures Expo modules and generates the modules provider file.\nbash -l -c \"./Pods/Target\\ Support\\ Files/Pods-expoexample/expo-configure-project.sh\"\n"; |
| 316 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-expoexample/Pods-expoexample-frameworks.sh\"\n"; |
| 317 | + showEnvVarsInLog = 0; |
318 | 318 | }; |
319 | 319 | /* End PBXShellScriptBuildPhase section */ |
320 | 320 |
|
|
326 | 326 | 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */, |
327 | 327 | 13B07FC11A68108700A75B9A /* main.m in Sources */, |
328 | 328 | B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */, |
329 | | - 77353C10CB6E44EBA26C45C4 /* noop-file.swift in Sources */, |
| 329 | + B26F9497ECD4413AA32239A4 /* noop-file.swift in Sources */, |
330 | 330 | ); |
331 | 331 | runOnlyForDeploymentPostprocessing = 0; |
332 | 332 | }; |
|
0 commit comments