|
213 | 213 | inputFileListPaths = ( |
214 | 214 | "${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
215 | 215 | ); |
| 216 | + inputPaths = ( |
| 217 | + ); |
216 | 218 | name = "[CP] Embed Pods Frameworks"; |
217 | 219 | outputFileListPaths = ( |
218 | 220 | "${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
219 | 221 | ); |
| 222 | + outputPaths = ( |
| 223 | + ); |
220 | 224 | runOnlyForDeploymentPostprocessing = 0; |
221 | 225 | shellPath = /bin/sh; |
222 | 226 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-frameworks.sh\"\n"; |
|
230 | 234 | inputFileListPaths = ( |
231 | 235 | "${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-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-ReactNativeCmpExample/Pods-ReactNativeCmpExample-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-ReactNativeCmpExample/Pods-ReactNativeCmpExample-resources.sh\"\n"; |
|
259 | 267 | buildSettings = { |
260 | 268 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
261 | 269 | CLANG_ENABLE_MODULES = YES; |
| 270 | + CODE_SIGN_IDENTITY = "Apple Development"; |
| 271 | + CODE_SIGN_STYLE = Automatic; |
262 | 272 | CURRENT_PROJECT_VERSION = 1; |
| 273 | + DEVELOPMENT_TEAM = ""; |
263 | 274 | ENABLE_BITCODE = NO; |
264 | 275 | INFOPLIST_FILE = ReactNativeCmpExample/Info.plist; |
265 | 276 | IPHONEOS_DEPLOYMENT_TARGET = 15.1; |
|
275 | 286 | ); |
276 | 287 | PRODUCT_BUNDLE_IDENTIFIER = sourcepoint.reactnativecmp.example; |
277 | 288 | PRODUCT_NAME = ReactNativeCmpExample; |
| 289 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
278 | 290 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
279 | 291 | SWIFT_VERSION = 5.0; |
280 | 292 | VERSIONING_SYSTEM = "apple-generic"; |
|
287 | 299 | buildSettings = { |
288 | 300 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
289 | 301 | CLANG_ENABLE_MODULES = YES; |
| 302 | + CODE_SIGN_IDENTITY = "Apple Development"; |
| 303 | + CODE_SIGN_STYLE = Automatic; |
290 | 304 | CURRENT_PROJECT_VERSION = 1; |
| 305 | + DEVELOPMENT_TEAM = ""; |
291 | 306 | INFOPLIST_FILE = ReactNativeCmpExample/Info.plist; |
292 | 307 | IPHONEOS_DEPLOYMENT_TARGET = 15.1; |
293 | 308 | LD_RUNPATH_SEARCH_PATHS = ( |
|
302 | 317 | ); |
303 | 318 | PRODUCT_BUNDLE_IDENTIFIER = sourcepoint.reactnativecmp.example; |
304 | 319 | PRODUCT_NAME = ReactNativeCmpExample; |
| 320 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
305 | 321 | SWIFT_VERSION = 5.0; |
306 | 322 | VERSIONING_SYSTEM = "apple-generic"; |
307 | 323 | }; |
|
387 | 403 | "-DFOLLY_CFG_NO_COROUTINES=1", |
388 | 404 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
389 | 405 | ); |
390 | | - OTHER_LDFLAGS = ( |
391 | | - "$(inherited)", |
392 | | - " ", |
393 | | - ); |
| 406 | + OTHER_LDFLAGS = "$(inherited) "; |
394 | 407 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
395 | 408 | SDKROOT = iphoneos; |
396 | 409 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; |
|
470 | 483 | "-DFOLLY_CFG_NO_COROUTINES=1", |
471 | 484 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
472 | 485 | ); |
473 | | - OTHER_LDFLAGS = ( |
474 | | - "$(inherited)", |
475 | | - " ", |
476 | | - ); |
| 486 | + OTHER_LDFLAGS = "$(inherited) "; |
477 | 487 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
478 | 488 | SDKROOT = iphoneos; |
479 | 489 | USE_HERMES = true; |
|
0 commit comments