|
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 | | - 1E5CCFF4777BE78DA709F2AB /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 15B0E3A5E031534BEBBB3FAF /* PrivacyInfo.xcprivacy */; }; |
14 | 13 | 3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */; }; |
15 | | - 894767C38FAD4610A4BCA3FB /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3A1F1074EF24DF8BF91C2F9 /* 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 */; }; |
18 | 16 | BB2F792D24A3F905000567C9 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = BB2F792C24A3F905000567C9 /* Expo.plist */; }; |
| 17 | + D54B062A43A347749A9A6B90 /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = D21B9DE8A68D41DC9D4C6EF7 /* noop-file.swift */; }; |
| 18 | + EC1D923A906AE958E8C08BEA /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 8938667065399711C3753AEA /* PrivacyInfo.xcprivacy */; }; |
19 | 19 | /* End PBXBuildFile section */ |
20 | 20 |
|
21 | 21 | /* Begin PBXFileReference section */ |
|
25 | 25 | 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = expoexample/Images.xcassets; sourceTree = "<group>"; }; |
26 | 26 | 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = expoexample/Info.plist; sourceTree = "<group>"; }; |
27 | 27 | 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = expoexample/main.m; sourceTree = "<group>"; }; |
28 | | - 15B0E3A5E031534BEBBB3FAF /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = expoexample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; }; |
29 | 28 | 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-expoexample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-expoexample.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
30 | 29 | 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>"; }; |
31 | 30 | 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>"; }; |
| 31 | + 8938667065399711C3753AEA /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = expoexample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; }; |
32 | 32 | AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = expoexample/SplashScreen.storyboard; sourceTree = "<group>"; }; |
| 33 | + AD2CE394E724421C8BA88719 /* 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>"; }; |
33 | 34 | BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = "<group>"; }; |
34 | | - C3A1F1074EF24DF8BF91C2F9 /* 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>"; }; |
35 | | - E036B77BB73641B9A31D0AC6 /* 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>"; }; |
| 35 | + D21B9DE8A68D41DC9D4C6EF7 /* 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>"; }; |
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>"; }; |
38 | 38 | /* End PBXFileReference section */ |
|
59 | 59 | 13B07FB61A68108700A75B9A /* Info.plist */, |
60 | 60 | 13B07FB71A68108700A75B9A /* main.m */, |
61 | 61 | AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */, |
62 | | - C3A1F1074EF24DF8BF91C2F9 /* noop-file.swift */, |
63 | | - E036B77BB73641B9A31D0AC6 /* expoexample-Bridging-Header.h */, |
64 | | - 15B0E3A5E031534BEBBB3FAF /* PrivacyInfo.xcprivacy */, |
| 62 | + D21B9DE8A68D41DC9D4C6EF7 /* noop-file.swift */, |
| 63 | + AD2CE394E724421C8BA88719 /* expoexample-Bridging-Header.h */, |
| 64 | + 8938667065399711C3753AEA /* 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 | | - 21658AA67C7BEE36C6067FC7 /* [Expo] Configure project */, |
| 150 | + DAECB2F152FA70A3C091CD39 /* [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 | | - 230752D94CBF6C295A02E3F4 /* [CP] Embed Pods Frameworks */, |
| 156 | + 81F92B66582731597075F546 /* [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 | | - 1E5CCFF4777BE78DA709F2AB /* PrivacyInfo.xcprivacy in Resources */, |
| 206 | + EC1D923A906AE958E8C08BEA /* PrivacyInfo.xcprivacy in Resources */, |
207 | 207 | ); |
208 | 208 | runOnlyForDeploymentPostprocessing = 0; |
209 | 209 | }; |
|
247 | 247 | 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"; |
248 | 248 | showEnvVarsInLog = 0; |
249 | 249 | }; |
250 | | - 21658AA67C7BEE36C6067FC7 /* [Expo] Configure project */ = { |
| 250 | + 800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */ = { |
251 | 251 | isa = PBXShellScriptBuildPhase; |
252 | | - alwaysOutOfDate = 1; |
253 | 252 | buildActionMask = 2147483647; |
254 | 253 | files = ( |
255 | 254 | ); |
256 | | - inputFileListPaths = ( |
257 | | - ); |
258 | 255 | inputPaths = ( |
| 256 | + "${PODS_ROOT}/Target Support Files/Pods-expoexample/Pods-expoexample-resources.sh", |
| 257 | + "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/EXConstants.bundle", |
| 258 | + "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/ExpoConstants_privacy.bundle", |
| 259 | + "${PODS_CONFIGURATION_BUILD_DIR}/ExpoFileSystem/ExpoFileSystem_privacy.bundle", |
| 260 | + "${PODS_CONFIGURATION_BUILD_DIR}/ExpoSystemUI/ExpoSystemUI_privacy.bundle", |
| 261 | + "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/RCTI18nStrings.bundle", |
| 262 | + "${PODS_CONFIGURATION_BUILD_DIR}/expo-dev-launcher/EXDevLauncher.bundle", |
| 263 | + "${PODS_CONFIGURATION_BUILD_DIR}/expo-dev-menu/EXDevMenu.bundle", |
259 | 264 | ); |
260 | | - name = "[Expo] Configure project"; |
261 | | - outputFileListPaths = ( |
262 | | - ); |
| 265 | + name = "[CP] Copy Pods Resources"; |
263 | 266 | outputPaths = ( |
| 267 | + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXConstants.bundle", |
| 268 | + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoConstants_privacy.bundle", |
| 269 | + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoFileSystem_privacy.bundle", |
| 270 | + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoSystemUI_privacy.bundle", |
| 271 | + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RCTI18nStrings.bundle", |
| 272 | + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXDevLauncher.bundle", |
| 273 | + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXDevMenu.bundle", |
264 | 274 | ); |
265 | 275 | runOnlyForDeploymentPostprocessing = 0; |
266 | 276 | shellPath = /bin/sh; |
267 | | - 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"; |
| 277 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-expoexample/Pods-expoexample-resources.sh\"\n"; |
| 278 | + showEnvVarsInLog = 0; |
268 | 279 | }; |
269 | | - 230752D94CBF6C295A02E3F4 /* [CP] Embed Pods Frameworks */ = { |
| 280 | + 81F92B66582731597075F546 /* [CP] Embed Pods Frameworks */ = { |
270 | 281 | isa = PBXShellScriptBuildPhase; |
271 | 282 | buildActionMask = 2147483647; |
272 | 283 | files = ( |
|
286 | 297 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-expoexample/Pods-expoexample-frameworks.sh\"\n"; |
287 | 298 | showEnvVarsInLog = 0; |
288 | 299 | }; |
289 | | - 800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */ = { |
| 300 | + DAECB2F152FA70A3C091CD39 /* [Expo] Configure project */ = { |
290 | 301 | isa = PBXShellScriptBuildPhase; |
| 302 | + alwaysOutOfDate = 1; |
291 | 303 | buildActionMask = 2147483647; |
292 | 304 | files = ( |
293 | 305 | ); |
| 306 | + inputFileListPaths = ( |
| 307 | + ); |
294 | 308 | inputPaths = ( |
295 | | - "${PODS_ROOT}/Target Support Files/Pods-expoexample/Pods-expoexample-resources.sh", |
296 | | - "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/EXConstants.bundle", |
297 | | - "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/ExpoConstants_privacy.bundle", |
298 | | - "${PODS_CONFIGURATION_BUILD_DIR}/ExpoFileSystem/ExpoFileSystem_privacy.bundle", |
299 | | - "${PODS_CONFIGURATION_BUILD_DIR}/ExpoSystemUI/ExpoSystemUI_privacy.bundle", |
300 | | - "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/RCTI18nStrings.bundle", |
301 | | - "${PODS_CONFIGURATION_BUILD_DIR}/expo-dev-launcher/EXDevLauncher.bundle", |
302 | | - "${PODS_CONFIGURATION_BUILD_DIR}/expo-dev-menu/EXDevMenu.bundle", |
303 | 309 | ); |
304 | | - name = "[CP] Copy Pods Resources"; |
| 310 | + name = "[Expo] Configure project"; |
| 311 | + outputFileListPaths = ( |
| 312 | + ); |
305 | 313 | outputPaths = ( |
306 | | - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXConstants.bundle", |
307 | | - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoConstants_privacy.bundle", |
308 | | - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoFileSystem_privacy.bundle", |
309 | | - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoSystemUI_privacy.bundle", |
310 | | - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RCTI18nStrings.bundle", |
311 | | - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXDevLauncher.bundle", |
312 | | - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXDevMenu.bundle", |
313 | 314 | ); |
314 | 315 | runOnlyForDeploymentPostprocessing = 0; |
315 | 316 | shellPath = /bin/sh; |
316 | | - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-expoexample/Pods-expoexample-resources.sh\"\n"; |
317 | | - showEnvVarsInLog = 0; |
| 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"; |
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 | | - 894767C38FAD4610A4BCA3FB /* noop-file.swift in Sources */, |
| 329 | + D54B062A43A347749A9A6B90 /* noop-file.swift in Sources */, |
330 | 330 | ); |
331 | 331 | runOnlyForDeploymentPostprocessing = 0; |
332 | 332 | }; |
|
357 | 357 | ); |
358 | 358 | OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG"; |
359 | 359 | PRODUCT_BUNDLE_IDENTIFIER = "com.couchbase.rn.expo-example"; |
360 | | - PRODUCT_NAME = expoexample; |
| 360 | + PRODUCT_NAME = "expoexample"; |
361 | 361 | SWIFT_OBJC_BRIDGING_HEADER = "expoexample/expoexample-Bridging-Header.h"; |
362 | 362 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
363 | 363 | SWIFT_VERSION = 5.0; |
|
385 | 385 | ); |
386 | 386 | OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE"; |
387 | 387 | PRODUCT_BUNDLE_IDENTIFIER = "com.couchbase.rn.expo-example"; |
388 | | - PRODUCT_NAME = expoexample; |
| 388 | + PRODUCT_NAME = "expoexample"; |
389 | 389 | SWIFT_OBJC_BRIDGING_HEADER = "expoexample/expoexample-Bridging-Header.h"; |
390 | 390 | SWIFT_VERSION = 5.0; |
391 | 391 | TARGETED_DEVICE_FAMILY = "1,2"; |
|
0 commit comments