|
15 | 15 | F5D25F8E32BEE5B47244E873 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 5CA034D157E1D7F2B7696EF5 /* PrivacyInfo.xcprivacy */; }; |
16 | 16 | FCA5E58D254B70E600B4E978 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = FCA5E58C254B70E600B4E978 /* GoogleService-Info.plist */; }; |
17 | 17 | FDE391DD2D68D510005AA9DC /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDE391DC2D68D510005AA9DC /* AppDelegate.swift */; }; |
| 18 | + FDF6F07B2E08B475005EDE6E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = FDF6F07A2E08B475005EDE6E /* main.m */; }; |
18 | 19 | /* End PBXBuildFile section */ |
19 | 20 |
|
20 | 21 | /* Begin PBXContainerItemProxy section */ |
|
48 | 49 | FCA5E58C254B70E600B4E978 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; }; |
49 | 50 | FDE391DC2D68D510005AA9DC /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
50 | 51 | FDE391DE2D68D512005AA9DC /* SampleApp-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SampleApp-Bridging-Header.h"; sourceTree = "<group>"; }; |
| 52 | + FDF6F07A2E08B475005EDE6E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
51 | 53 | /* End PBXFileReference section */ |
52 | 54 |
|
53 | 55 | /* Begin PBXFrameworksBuildPhase section */ |
|
90 | 92 | 13B07FAE1A68108700A75B9A /* SampleApp */ = { |
91 | 93 | isa = PBXGroup; |
92 | 94 | children = ( |
| 95 | + FDF6F07A2E08B475005EDE6E /* main.m */, |
93 | 96 | FDE391DC2D68D510005AA9DC /* AppDelegate.swift */, |
94 | 97 | DD531E2E2807481A00AFB737 /* SampleAppRelease.entitlements */, |
95 | 98 | DD531E2D280743F700AFB737 /* SampleAppDebug.entitlements */, |
|
402 | 405 | isa = PBXSourcesBuildPhase; |
403 | 406 | buildActionMask = 2147483647; |
404 | 407 | files = ( |
| 408 | + FDF6F07B2E08B475005EDE6E /* main.m in Sources */, |
405 | 409 | FDE391DD2D68D510005AA9DC /* AppDelegate.swift in Sources */, |
406 | 410 | ); |
407 | 411 | runOnlyForDeploymentPostprocessing = 0; |
|
674 | 678 | "-DFOLLY_USE_LIBCPP=1", |
675 | 679 | "-DFOLLY_CFG_NO_COROUTINES=1", |
676 | 680 | ); |
677 | | - OTHER_LDFLAGS = ( |
678 | | - "$(inherited)", |
679 | | - " ", |
680 | | - ); |
| 681 | + OTHER_LDFLAGS = "$(inherited) "; |
681 | 682 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
682 | 683 | SDKROOT = iphoneos; |
683 | 684 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; |
|
809 | 810 | "-DFOLLY_USE_LIBCPP=1", |
810 | 811 | "-DFOLLY_CFG_NO_COROUTINES=1", |
811 | 812 | ); |
812 | | - OTHER_LDFLAGS = ( |
813 | | - "$(inherited)", |
814 | | - " ", |
815 | | - ); |
| 813 | + OTHER_LDFLAGS = "$(inherited) "; |
816 | 814 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
817 | 815 | SDKROOT = iphoneos; |
818 | 816 | USE_HERMES = true; |
|
0 commit comments