|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 11FB4A9DA4874A4A93522A1B /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = E99B908A430E460B94C03C8C /* noop-file.swift */; }; |
10 | 11 | 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
|
11 | 12 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
12 | 13 | 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
|
13 | 14 | 3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */; };
|
14 |
| - 69A349121A4644FF9356E68E /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32B9975796F647FABCCD77EB /* noop-file.swift */; }; |
| 15 | + 5DBD9273912684209EE80793 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 714914345BEBEC0FEBDB9301 /* PrivacyInfo.xcprivacy */; }; |
15 | 16 | 96905EF65AED1B983A6B3ABC /* libPods-ExpoExampleApp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-ExpoExampleApp.a */; };
|
16 |
| - B073068FD776C8F69C674A8A /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 6451BEBE8E39D32B566384D5 /* PrivacyInfo.xcprivacy */; }; |
17 | 17 | B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */; };
|
18 | 18 | BB2F792D24A3F905000567C9 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = BB2F792C24A3F905000567C9 /* Expo.plist */; };
|
19 | 19 | /* End PBXBuildFile section */
|
|
25 | 25 | 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = ExpoExampleApp/Images.xcassets; sourceTree = "<group>"; };
|
26 | 26 | 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ExpoExampleApp/Info.plist; sourceTree = "<group>"; };
|
27 | 27 | 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = ExpoExampleApp/main.m; sourceTree = "<group>"; };
|
28 |
| - 32B9975796F647FABCCD77EB /* noop-file.swift */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.swift; name = "noop-file.swift"; path = "ExpoExampleApp/noop-file.swift"; sourceTree = "<group>"; }; |
| 28 | + 4E90B32FFA5F4EEBA5681656 /* ExpoExampleApp-Bridging-Header.h */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.h; name = "ExpoExampleApp-Bridging-Header.h"; path = "ExpoExampleApp/ExpoExampleApp-Bridging-Header.h"; sourceTree = "<group>"; }; |
29 | 29 | 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-ExpoExampleApp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ExpoExampleApp.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
30 |
| - 6451BEBE8E39D32B566384D5 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = ExpoExampleApp/PrivacyInfo.xcprivacy; sourceTree = "<group>"; }; |
31 | 30 | 6C2E3173556A471DD304B334 /* Pods-ExpoExampleApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExpoExampleApp.debug.xcconfig"; path = "Target Support Files/Pods-ExpoExampleApp/Pods-ExpoExampleApp.debug.xcconfig"; sourceTree = "<group>"; };
|
| 31 | + 714914345BEBEC0FEBDB9301 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = ExpoExampleApp/PrivacyInfo.xcprivacy; sourceTree = "<group>"; }; |
32 | 32 | 7A4D352CD337FB3A3BF06240 /* Pods-ExpoExampleApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExpoExampleApp.release.xcconfig"; path = "Target Support Files/Pods-ExpoExampleApp/Pods-ExpoExampleApp.release.xcconfig"; sourceTree = "<group>"; };
|
33 | 33 | AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = ExpoExampleApp/SplashScreen.storyboard; sourceTree = "<group>"; };
|
34 | 34 | BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = "<group>"; };
|
| 35 | + E99B908A430E460B94C03C8C /* noop-file.swift */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.swift; name = "noop-file.swift"; path = "ExpoExampleApp/noop-file.swift"; sourceTree = "<group>"; }; |
35 | 36 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
36 | 37 | FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-ExpoExampleApp/ExpoModulesProvider.swift"; sourceTree = "<group>"; };
|
37 |
| - FB4927614A594C7AB58C55D4 /* ExpoExampleApp-Bridging-Header.h */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.h; name = "ExpoExampleApp-Bridging-Header.h"; path = "ExpoExampleApp/ExpoExampleApp-Bridging-Header.h"; sourceTree = "<group>"; }; |
38 | 38 | /* End PBXFileReference section */
|
39 | 39 |
|
40 | 40 | /* Begin PBXFrameworksBuildPhase section */
|
|
59 | 59 | 13B07FB61A68108700A75B9A /* Info.plist */,
|
60 | 60 | 13B07FB71A68108700A75B9A /* main.m */,
|
61 | 61 | AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */,
|
62 |
| - 32B9975796F647FABCCD77EB /* noop-file.swift */, |
63 |
| - FB4927614A594C7AB58C55D4 /* ExpoExampleApp-Bridging-Header.h */, |
64 |
| - 6451BEBE8E39D32B566384D5 /* PrivacyInfo.xcprivacy */, |
| 62 | + E99B908A430E460B94C03C8C /* noop-file.swift */, |
| 63 | + 4E90B32FFA5F4EEBA5681656 /* ExpoExampleApp-Bridging-Header.h */, |
| 64 | + 714914345BEBEC0FEBDB9301 /* PrivacyInfo.xcprivacy */, |
65 | 65 | );
|
66 | 66 | name = ExpoExampleApp;
|
67 | 67 | sourceTree = "<group>";
|
|
147 | 147 | buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "ExpoExampleApp" */;
|
148 | 148 | buildPhases = (
|
149 | 149 | 08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */,
|
150 |
| - F9078CDE06B46BCEBE89AF73 /* [Expo] Configure project */, |
| 150 | + 7FD98D3DCF134E61A926AC9B /* [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 |
| - CEBFE3CFB4F55F8F0BA1529A /* [CP] Embed Pods Frameworks */, |
| 156 | + CAA177080225C24FAD977EF1 /* [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 |
| - B073068FD776C8F69C674A8A /* PrivacyInfo.xcprivacy in Resources */, |
| 206 | + 5DBD9273912684209EE80793 /* 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 | + 7FD98D3DCF134E61A926AC9B /* [Expo] Configure project */ = { |
| 251 | + isa = PBXShellScriptBuildPhase; |
| 252 | + alwaysOutOfDate = 1; |
| 253 | + buildActionMask = 2147483647; |
| 254 | + files = ( |
| 255 | + ); |
| 256 | + inputFileListPaths = ( |
| 257 | + ); |
| 258 | + inputPaths = ( |
| 259 | + ); |
| 260 | + name = "[Expo] Configure project"; |
| 261 | + outputFileListPaths = ( |
| 262 | + ); |
| 263 | + outputPaths = ( |
| 264 | + ); |
| 265 | + runOnlyForDeploymentPostprocessing = 0; |
| 266 | + shellPath = /bin/sh; |
| 267 | + shellScript = "# This script configures Expo modules and generates the modules provider file.\nbash -l -c \"./Pods/Target\\ Support\\ Files/Pods-ExpoExampleApp/expo-configure-project.sh\"\n"; |
| 268 | + }; |
250 | 269 | 800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */ = {
|
251 | 270 | isa = PBXShellScriptBuildPhase;
|
252 | 271 | buildActionMask = 2147483647;
|
|
279 | 298 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ExpoExampleApp/Pods-ExpoExampleApp-resources.sh\"\n";
|
280 | 299 | showEnvVarsInLog = 0;
|
281 | 300 | };
|
282 |
| - CEBFE3CFB4F55F8F0BA1529A /* [CP] Embed Pods Frameworks */ = { |
| 301 | + CAA177080225C24FAD977EF1 /* [CP] Embed Pods Frameworks */ = { |
283 | 302 | isa = PBXShellScriptBuildPhase;
|
284 | 303 | buildActionMask = 2147483647;
|
285 | 304 | files = (
|
|
297 | 316 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ExpoExampleApp/Pods-ExpoExampleApp-frameworks.sh\"\n";
|
298 | 317 | showEnvVarsInLog = 0;
|
299 | 318 | };
|
300 |
| - F9078CDE06B46BCEBE89AF73 /* [Expo] Configure project */ = { |
301 |
| - isa = PBXShellScriptBuildPhase; |
302 |
| - alwaysOutOfDate = 1; |
303 |
| - buildActionMask = 2147483647; |
304 |
| - files = ( |
305 |
| - ); |
306 |
| - inputFileListPaths = ( |
307 |
| - ); |
308 |
| - inputPaths = ( |
309 |
| - ); |
310 |
| - name = "[Expo] Configure project"; |
311 |
| - outputFileListPaths = ( |
312 |
| - ); |
313 |
| - outputPaths = ( |
314 |
| - ); |
315 |
| - runOnlyForDeploymentPostprocessing = 0; |
316 |
| - shellPath = /bin/sh; |
317 |
| - shellScript = "# This script configures Expo modules and generates the modules provider file.\nbash -l -c \"./Pods/Target\\ Support\\ Files/Pods-ExpoExampleApp/expo-configure-project.sh\"\n"; |
318 |
| - }; |
319 | 319 | /* End PBXShellScriptBuildPhase section */
|
320 | 320 |
|
321 | 321 | /* Begin PBXSourcesBuildPhase section */
|
|
326 | 326 | 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */,
|
327 | 327 | 13B07FC11A68108700A75B9A /* main.m in Sources */,
|
328 | 328 | B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */,
|
329 |
| - 69A349121A4644FF9356E68E /* noop-file.swift in Sources */, |
| 329 | + 11FB4A9DA4874A4A93522A1B /* noop-file.swift in Sources */, |
330 | 330 | );
|
331 | 331 | runOnlyForDeploymentPostprocessing = 0;
|
332 | 332 | };
|
|
0 commit comments