|
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 | + 70FB7BB0AF604F32A5DB2294 /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8BF10586AEC4D85BC4174CF /* noop-file.swift */; }; |
14 | 15 | 96905EF65AED1B983A6B3ABC /* libPods-ExpoMessaging.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-ExpoMessaging.a */; }; |
15 | 16 | B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */; }; |
16 | | - B733A727FF754E61AC379CD3 /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7E59256F303450AB1FA1E77 /* noop-file.swift */; }; |
17 | 17 | BB2F792D24A3F905000567C9 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = BB2F792C24A3F905000567C9 /* Expo.plist */; }; |
18 | 18 | /* End PBXBuildFile section */ |
19 | 19 |
|
|
30 | 30 | 7A4D352CD337FB3A3BF06240 /* Pods-ExpoMessaging.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExpoMessaging.release.xcconfig"; path = "Target Support Files/Pods-ExpoMessaging/Pods-ExpoMessaging.release.xcconfig"; sourceTree = "<group>"; }; |
31 | 31 | AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = ExpoMessaging/SplashScreen.storyboard; sourceTree = "<group>"; }; |
32 | 32 | BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = "<group>"; }; |
| 33 | + D8BF10586AEC4D85BC4174CF /* noop-file.swift */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.swift; name = "noop-file.swift"; path = "ExpoMessaging/noop-file.swift"; sourceTree = "<group>"; }; |
33 | 34 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; |
34 | | - F7E59256F303450AB1FA1E77 /* noop-file.swift */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.swift; name = "noop-file.swift"; path = "ExpoMessaging/noop-file.swift"; sourceTree = "<group>"; }; |
35 | 35 | FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-ExpoMessaging/ExpoModulesProvider.swift"; sourceTree = "<group>"; }; |
36 | 36 | /* End PBXFileReference section */ |
37 | 37 |
|
|
58 | 58 | 13B07FB61A68108700A75B9A /* Info.plist */, |
59 | 59 | 13B07FB71A68108700A75B9A /* main.m */, |
60 | 60 | AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */, |
61 | | - F7E59256F303450AB1FA1E77 /* noop-file.swift */, |
| 61 | + D8BF10586AEC4D85BC4174CF /* noop-file.swift */, |
62 | 62 | ); |
63 | 63 | name = ExpoMessaging; |
64 | 64 | sourceTree = "<group>"; |
|
277 | 277 | ); |
278 | 278 | runOnlyForDeploymentPostprocessing = 0; |
279 | 279 | shellPath = /bin/sh; |
280 | | - shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > `node --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/.packager.env'\"`\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open `node --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/launchPackager.command'\"` || echo \"Can't start packager automatically\"\n fi\nfi\n"; |
| 280 | + shellScript = "if [[ -f \"$PODS_ROOT/../.xcode.env\" ]]; then\n source \"$PODS_ROOT/../.xcode.env\"\nfi\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\nexport RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > `$NODE_BINARY --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/.packager.env'\"`\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open `$NODE_BINARY --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/launchPackager.command'\"` || echo \"Can't start packager automatically\"\n fi\nfi\n"; |
281 | 281 | showEnvVarsInLog = 0; |
282 | 282 | }; |
283 | 283 | /* End PBXShellScriptBuildPhase section */ |
|
290 | 290 | 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */, |
291 | 291 | 13B07FC11A68108700A75B9A /* main.m in Sources */, |
292 | 292 | B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */, |
293 | | - B733A727FF754E61AC379CD3 /* noop-file.swift in Sources */, |
| 293 | + 70FB7BB0AF604F32A5DB2294 /* noop-file.swift in Sources */, |
294 | 294 | ); |
295 | 295 | runOnlyForDeploymentPostprocessing = 0; |
296 | 296 | }; |
|
311 | 311 | "FB_SONARKIT_ENABLED=1", |
312 | 312 | ); |
313 | 313 | INFOPLIST_FILE = ExpoMessaging/Info.plist; |
314 | | - IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
| 314 | + IPHONEOS_DEPLOYMENT_TARGET = 12.4; |
315 | 315 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
316 | 316 | OTHER_LDFLAGS = ( |
317 | 317 | "$(inherited)", |
|
337 | 337 | CODE_SIGN_ENTITLEMENTS = ExpoMessaging/ExpoMessaging.entitlements; |
338 | 338 | CURRENT_PROJECT_VERSION = 1; |
339 | 339 | INFOPLIST_FILE = ExpoMessaging/Info.plist; |
340 | | - IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
| 340 | + IPHONEOS_DEPLOYMENT_TARGET = 12.4; |
341 | 341 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
342 | 342 | OTHER_LDFLAGS = ( |
343 | 343 | "$(inherited)", |
|
401 | 401 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
402 | 402 | GCC_WARN_UNUSED_FUNCTION = YES; |
403 | 403 | GCC_WARN_UNUSED_VARIABLE = YES; |
404 | | - IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
| 404 | + IPHONEOS_DEPLOYMENT_TARGET = 12.4; |
405 | 405 | LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)"; |
406 | 406 | LIBRARY_SEARCH_PATHS = "\"$(inherited)\""; |
407 | 407 | MTL_ENABLE_DEBUG_INFO = YES; |
|
452 | 452 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
453 | 453 | GCC_WARN_UNUSED_FUNCTION = YES; |
454 | 454 | GCC_WARN_UNUSED_VARIABLE = YES; |
455 | | - IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
| 455 | + IPHONEOS_DEPLOYMENT_TARGET = 12.4; |
456 | 456 | LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)"; |
457 | 457 | LIBRARY_SEARCH_PATHS = "\"$(inherited)\""; |
458 | 458 | MTL_ENABLE_DEBUG_INFO = NO; |
|
0 commit comments