|
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 | 13 | 3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */; }; |
14 | | - 4A167E6D30FF4EED881D1E4B /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2498C79A33934CD1AB4B5376 /* noop-file.swift */; }; |
| 14 | + 70F95ED522634E12BECE9556 /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABDE8D7033EB4744B9936371 /* noop-file.swift */; }; |
15 | 15 | 96905EF65AED1B983A6B3ABC /* libPods-powersyncexample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-powersyncexample.a */; }; |
16 | 16 | B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */; }; |
17 | 17 | BB2F792D24A3F905000567C9 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = BB2F792C24A3F905000567C9 /* Expo.plist */; }; |
|
24 | 24 | 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = powersyncexample/Images.xcassets; sourceTree = "<group>"; }; |
25 | 25 | 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = powersyncexample/Info.plist; sourceTree = "<group>"; }; |
26 | 26 | 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = powersyncexample/main.m; sourceTree = "<group>"; }; |
27 | | - 2498C79A33934CD1AB4B5376 /* noop-file.swift */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.swift; name = "noop-file.swift"; path = "powersyncexample/noop-file.swift"; sourceTree = "<group>"; }; |
28 | | - 543236CDE506485EBD4C9D43 /* powersyncexample-Bridging-Header.h */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.h; name = "powersyncexample-Bridging-Header.h"; path = "powersyncexample/powersyncexample-Bridging-Header.h"; sourceTree = "<group>"; }; |
| 27 | + 22AF2F8906504FE6BC8256D2 /* powersyncexample-Bridging-Header.h */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.h; name = "powersyncexample-Bridging-Header.h"; path = "powersyncexample/powersyncexample-Bridging-Header.h"; sourceTree = "<group>"; }; |
29 | 28 | 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-powersyncexample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-powersyncexample.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
30 | 29 | 6C2E3173556A471DD304B334 /* Pods-powersyncexample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-powersyncexample.debug.xcconfig"; path = "Target Support Files/Pods-powersyncexample/Pods-powersyncexample.debug.xcconfig"; sourceTree = "<group>"; }; |
31 | 30 | 7A4D352CD337FB3A3BF06240 /* Pods-powersyncexample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-powersyncexample.release.xcconfig"; path = "Target Support Files/Pods-powersyncexample/Pods-powersyncexample.release.xcconfig"; sourceTree = "<group>"; }; |
32 | 31 | AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = powersyncexample/SplashScreen.storyboard; sourceTree = "<group>"; }; |
| 32 | + ABDE8D7033EB4744B9936371 /* noop-file.swift */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.swift; name = "noop-file.swift"; path = "powersyncexample/noop-file.swift"; sourceTree = "<group>"; }; |
33 | 33 | BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = "<group>"; }; |
34 | 34 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; |
35 | 35 | FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-powersyncexample/ExpoModulesProvider.swift"; sourceTree = "<group>"; }; |
|
57 | 57 | 13B07FB61A68108700A75B9A /* Info.plist */, |
58 | 58 | 13B07FB71A68108700A75B9A /* main.m */, |
59 | 59 | AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */, |
60 | | - 2498C79A33934CD1AB4B5376 /* noop-file.swift */, |
61 | | - 543236CDE506485EBD4C9D43 /* powersyncexample-Bridging-Header.h */, |
| 60 | + ABDE8D7033EB4744B9936371 /* noop-file.swift */, |
| 61 | + 22AF2F8906504FE6BC8256D2 /* powersyncexample-Bridging-Header.h */, |
62 | 62 | ); |
63 | 63 | name = powersyncexample; |
64 | 64 | sourceTree = "<group>"; |
|
144 | 144 | buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "powersyncexample" */; |
145 | 145 | buildPhases = ( |
146 | 146 | 08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */, |
147 | | - 88B49BC257D8034A866EE9F1 /* [Expo] Configure project */, |
| 147 | + 77F94E50E0C2F8464252D3B1 /* [Expo] Configure project */, |
148 | 148 | 13B07F871A680F5B00A75B9A /* Sources */, |
149 | 149 | 13B07F8C1A680F5B00A75B9A /* Frameworks */, |
150 | 150 | 13B07F8E1A680F5B00A75B9A /* Resources */, |
151 | 151 | 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, |
152 | 152 | 800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */, |
153 | | - 84A1529A383074D6E7855A20 /* [CP] Embed Pods Frameworks */, |
| 153 | + D4E8263E8706F48AFAEF70B8 /* [CP] Embed Pods Frameworks */, |
154 | 154 | ); |
155 | 155 | buildRules = ( |
156 | 156 | ); |
|
243 | 243 | 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"; |
244 | 244 | showEnvVarsInLog = 0; |
245 | 245 | }; |
| 246 | + 77F94E50E0C2F8464252D3B1 /* [Expo] Configure project */ = { |
| 247 | + isa = PBXShellScriptBuildPhase; |
| 248 | + alwaysOutOfDate = 1; |
| 249 | + buildActionMask = 2147483647; |
| 250 | + files = ( |
| 251 | + ); |
| 252 | + inputFileListPaths = ( |
| 253 | + ); |
| 254 | + inputPaths = ( |
| 255 | + ); |
| 256 | + name = "[Expo] Configure project"; |
| 257 | + outputFileListPaths = ( |
| 258 | + ); |
| 259 | + outputPaths = ( |
| 260 | + ); |
| 261 | + runOnlyForDeploymentPostprocessing = 0; |
| 262 | + shellPath = /bin/sh; |
| 263 | + shellScript = "# This script configures Expo modules and generates the modules provider file.\nbash -l -c \"./Pods/Target\\ Support\\ Files/Pods-powersyncexample/expo-configure-project.sh\"\n"; |
| 264 | + }; |
246 | 265 | 800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */ = { |
247 | 266 | isa = PBXShellScriptBuildPhase; |
248 | 267 | buildActionMask = 2147483647; |
|
305 | 324 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-powersyncexample/Pods-powersyncexample-resources.sh\"\n"; |
306 | 325 | showEnvVarsInLog = 0; |
307 | 326 | }; |
308 | | - 84A1529A383074D6E7855A20 /* [CP] Embed Pods Frameworks */ = { |
| 327 | + D4E8263E8706F48AFAEF70B8 /* [CP] Embed Pods Frameworks */ = { |
309 | 328 | isa = PBXShellScriptBuildPhase; |
310 | 329 | buildActionMask = 2147483647; |
311 | 330 | files = ( |
|
325 | 344 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-powersyncexample/Pods-powersyncexample-frameworks.sh\"\n"; |
326 | 345 | showEnvVarsInLog = 0; |
327 | 346 | }; |
328 | | - 88B49BC257D8034A866EE9F1 /* [Expo] Configure project */ = { |
329 | | - isa = PBXShellScriptBuildPhase; |
330 | | - alwaysOutOfDate = 1; |
331 | | - buildActionMask = 2147483647; |
332 | | - files = ( |
333 | | - ); |
334 | | - inputFileListPaths = ( |
335 | | - ); |
336 | | - inputPaths = ( |
337 | | - ); |
338 | | - name = "[Expo] Configure project"; |
339 | | - outputFileListPaths = ( |
340 | | - ); |
341 | | - outputPaths = ( |
342 | | - ); |
343 | | - runOnlyForDeploymentPostprocessing = 0; |
344 | | - shellPath = /bin/sh; |
345 | | - shellScript = "# This script configures Expo modules and generates the modules provider file.\nbash -l -c \"./Pods/Target\\ Support\\ Files/Pods-powersyncexample/expo-configure-project.sh\"\n"; |
346 | | - }; |
347 | 347 | /* End PBXShellScriptBuildPhase section */ |
348 | 348 |
|
349 | 349 | /* Begin PBXSourcesBuildPhase section */ |
|
354 | 354 | 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */, |
355 | 355 | 13B07FC11A68108700A75B9A /* main.m in Sources */, |
356 | 356 | B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */, |
357 | | - 4A167E6D30FF4EED881D1E4B /* noop-file.swift in Sources */, |
| 357 | + 70F95ED522634E12BECE9556 /* noop-file.swift in Sources */, |
358 | 358 | ); |
359 | 359 | runOnlyForDeploymentPostprocessing = 0; |
360 | 360 | }; |
|
0 commit comments