|
15 | 15 | /* End PBXBuildFile section */ |
16 | 16 |
|
17 | 17 | /* Begin PBXFileReference section */ |
| 18 | + 03D9CF6F7002428A95A05E6A /* Ionicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Ionicons.ttf; path = "../node_modules/@react-native-vector-icons/ionicons/fonts/Ionicons.ttf"; sourceTree = "<group>"; }; |
18 | 19 | 13B07F961A680F5B00A75B9A /* Aussie.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Aussie.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
19 | 20 | 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = Aussie/Images.xcassets; sourceTree = "<group>"; }; |
20 | 21 | 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Aussie/Info.plist; sourceTree = "<group>"; }; |
|
24 | 25 | 5DCACB8F33CDC322A6C60F78 /* libPods-Aussie.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Aussie.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
25 | 26 | 761780EC2CA45674006654EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = Aussie/AppDelegate.swift; sourceTree = "<group>"; }; |
26 | 27 | 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = Aussie/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
27 | | - B36408B389254D5FB259C060 /* Ionicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Ionicons.ttf; path = "../node_modules/@react-native-vector-icons/ionicons/fonts/Ionicons.ttf"; sourceTree = "<group>"; }; |
28 | 28 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; |
29 | 29 | /* End PBXFileReference section */ |
30 | 30 |
|
|
103 | 103 | E4E044142F7B45ACAFD2658B /* Resources */ = { |
104 | 104 | isa = PBXGroup; |
105 | 105 | children = ( |
106 | | - B36408B389254D5FB259C060 /* Ionicons.ttf */, |
| 106 | + 03D9CF6F7002428A95A05E6A /* Ionicons.ttf */, |
107 | 107 | ); |
108 | 108 | name = Resources; |
109 | 109 | sourceTree = "<group>"; |
|
201 | 201 | inputFileListPaths = ( |
202 | 202 | "${PODS_ROOT}/Target Support Files/Pods-Aussie/Pods-Aussie-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
203 | 203 | ); |
204 | | - inputPaths = ( |
205 | | - ); |
206 | 204 | name = "[CP] Embed Pods Frameworks"; |
207 | 205 | outputFileListPaths = ( |
208 | 206 | "${PODS_ROOT}/Target Support Files/Pods-Aussie/Pods-Aussie-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
209 | 207 | ); |
210 | | - outputPaths = ( |
211 | | - ); |
212 | 208 | runOnlyForDeploymentPostprocessing = 0; |
213 | 209 | shellPath = /bin/sh; |
214 | 210 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Aussie/Pods-Aussie-frameworks.sh\"\n"; |
|
244 | 240 | inputFileListPaths = ( |
245 | 241 | "${PODS_ROOT}/Target Support Files/Pods-Aussie/Pods-Aussie-resources-${CONFIGURATION}-input-files.xcfilelist", |
246 | 242 | ); |
247 | | - inputPaths = ( |
248 | | - ); |
249 | 243 | name = "[CP] Copy Pods Resources"; |
250 | 244 | outputFileListPaths = ( |
251 | 245 | "${PODS_ROOT}/Target Support Files/Pods-Aussie/Pods-Aussie-resources-${CONFIGURATION}-output-files.xcfilelist", |
252 | 246 | ); |
253 | | - outputPaths = ( |
254 | | - ); |
255 | 247 | runOnlyForDeploymentPostprocessing = 0; |
256 | 248 | shellPath = /bin/sh; |
257 | 249 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Aussie/Pods-Aussie-resources.sh\"\n"; |
|
396 | 388 | "-DFOLLY_CFG_NO_COROUTINES=1", |
397 | 389 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
398 | 390 | ); |
399 | | - OTHER_LDFLAGS = "$(inherited) "; |
| 391 | + OTHER_LDFLAGS = ( |
| 392 | + "$(inherited)", |
| 393 | + " ", |
| 394 | + ); |
400 | 395 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
401 | 396 | SDKROOT = iphoneos; |
402 | 397 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; |
|
465 | 460 | "-DFOLLY_CFG_NO_COROUTINES=1", |
466 | 461 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
467 | 462 | ); |
468 | | - OTHER_LDFLAGS = "$(inherited) "; |
| 463 | + OTHER_LDFLAGS = ( |
| 464 | + "$(inherited)", |
| 465 | + " ", |
| 466 | + ); |
469 | 467 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
470 | 468 | SDKROOT = iphoneos; |
471 | 469 | USE_HERMES = true; |
|
0 commit comments