|
191 | 191 | inputFileListPaths = ( |
192 | 192 | "${PODS_ROOT}/Target Support Files/Pods-RNSwiftUIExample/Pods-RNSwiftUIExample-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
193 | 193 | ); |
| 194 | + inputPaths = ( |
| 195 | + ); |
194 | 196 | name = "[CP] Embed Pods Frameworks"; |
195 | 197 | outputFileListPaths = ( |
196 | 198 | "${PODS_ROOT}/Target Support Files/Pods-RNSwiftUIExample/Pods-RNSwiftUIExample-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
197 | 199 | ); |
| 200 | + outputPaths = ( |
| 201 | + ); |
198 | 202 | runOnlyForDeploymentPostprocessing = 0; |
199 | 203 | shellPath = /bin/sh; |
200 | 204 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RNSwiftUIExample/Pods-RNSwiftUIExample-frameworks.sh\"\n"; |
|
230 | 234 | inputFileListPaths = ( |
231 | 235 | "${PODS_ROOT}/Target Support Files/Pods-RNSwiftUIExample/Pods-RNSwiftUIExample-resources-${CONFIGURATION}-input-files.xcfilelist", |
232 | 236 | ); |
| 237 | + inputPaths = ( |
| 238 | + ); |
233 | 239 | name = "[CP] Copy Pods Resources"; |
234 | 240 | outputFileListPaths = ( |
235 | 241 | "${PODS_ROOT}/Target Support Files/Pods-RNSwiftUIExample/Pods-RNSwiftUIExample-resources-${CONFIGURATION}-output-files.xcfilelist", |
236 | 242 | ); |
| 243 | + outputPaths = ( |
| 244 | + ); |
237 | 245 | runOnlyForDeploymentPostprocessing = 0; |
238 | 246 | shellPath = /bin/sh; |
239 | 247 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RNSwiftUIExample/Pods-RNSwiftUIExample-resources.sh\"\n"; |
|
260 | 268 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
261 | 269 | CLANG_ENABLE_MODULES = YES; |
262 | 270 | CURRENT_PROJECT_VERSION = 1; |
| 271 | + DEVELOPMENT_TEAM = 75QE9PRT3V; |
263 | 272 | ENABLE_BITCODE = NO; |
264 | 273 | INFOPLIST_FILE = RNSwiftUIExample/Info.plist; |
265 | 274 | IPHONEOS_DEPLOYMENT_TARGET = 15.1; |
|
288 | 297 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
289 | 298 | CLANG_ENABLE_MODULES = YES; |
290 | 299 | CURRENT_PROJECT_VERSION = 1; |
| 300 | + DEVELOPMENT_TEAM = 75QE9PRT3V; |
291 | 301 | INFOPLIST_FILE = RNSwiftUIExample/Info.plist; |
292 | 302 | IPHONEOS_DEPLOYMENT_TARGET = 15.1; |
293 | 303 | LD_RUNPATH_SEARCH_PATHS = ( |
|
376 | 386 | "-DFOLLY_CFG_NO_COROUTINES=1", |
377 | 387 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
378 | 388 | ); |
379 | | - OTHER_LDFLAGS = ( |
380 | | - "$(inherited)", |
381 | | - " ", |
382 | | - ); |
| 389 | + OTHER_LDFLAGS = "$(inherited) "; |
383 | 390 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
384 | 391 | SDKROOT = iphoneos; |
385 | 392 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; |
|
448 | 455 | "-DFOLLY_CFG_NO_COROUTINES=1", |
449 | 456 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
450 | 457 | ); |
451 | | - OTHER_LDFLAGS = ( |
452 | | - "$(inherited)", |
453 | | - " ", |
454 | | - ); |
| 458 | + OTHER_LDFLAGS = "$(inherited) "; |
455 | 459 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
456 | 460 | SDKROOT = iphoneos; |
457 | 461 | USE_HERMES = true; |
|
0 commit comments