|
235 | 235 | inputFileListPaths = ( |
236 | 236 | "${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-resources-${CONFIGURATION}-input-files.xcfilelist", |
237 | 237 | ); |
| 238 | + inputPaths = ( |
| 239 | + ); |
238 | 240 | name = "[CP] Copy Pods Resources"; |
239 | 241 | outputFileListPaths = ( |
240 | 242 | "${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-resources-${CONFIGURATION}-output-files.xcfilelist", |
241 | 243 | ); |
| 244 | + outputPaths = ( |
| 245 | + ); |
242 | 246 | runOnlyForDeploymentPostprocessing = 0; |
243 | 247 | shellPath = /bin/sh; |
244 | 248 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-resources.sh\"\n"; |
|
252 | 256 | inputFileListPaths = ( |
253 | 257 | "${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
254 | 258 | ); |
| 259 | + inputPaths = ( |
| 260 | + ); |
255 | 261 | name = "[CP] Embed Pods Frameworks"; |
256 | 262 | outputFileListPaths = ( |
257 | 263 | "${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
258 | 264 | ); |
| 265 | + outputPaths = ( |
| 266 | + ); |
259 | 267 | runOnlyForDeploymentPostprocessing = 0; |
260 | 268 | shellPath = /bin/sh; |
261 | 269 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-frameworks.sh\"\n"; |
|
281 | 289 | buildSettings = { |
282 | 290 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
283 | 291 | CLANG_ENABLE_MODULES = YES; |
284 | | - CURRENT_PROJECT_VERSION = 4; |
| 292 | + CURRENT_PROJECT_VERSION = 8; |
285 | 293 | DEVELOPMENT_TEAM = KYH47R284B; |
286 | 294 | ENABLE_BITCODE = NO; |
287 | 295 | INFOPLIST_FILE = pubkyring/Info.plist; |
|
312 | 320 | buildSettings = { |
313 | 321 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
314 | 322 | CLANG_ENABLE_MODULES = YES; |
315 | | - CURRENT_PROJECT_VERSION = 4; |
| 323 | + CURRENT_PROJECT_VERSION = 8; |
316 | 324 | DEVELOPMENT_TEAM = KYH47R284B; |
317 | 325 | INFOPLIST_FILE = pubkyring/Info.plist; |
318 | 326 | INFOPLIST_KEY_CFBundleDisplayName = "Pubky Ring"; |
|
405 | 413 | "-DFOLLY_CFG_NO_COROUTINES=1", |
406 | 414 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
407 | 415 | ); |
408 | | - OTHER_LDFLAGS = ( |
409 | | - "$(inherited)", |
410 | | - " ", |
411 | | - ); |
| 416 | + OTHER_LDFLAGS = "$(inherited) "; |
412 | 417 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
413 | 418 | SDKROOT = iphoneos; |
414 | 419 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; |
|
477 | 482 | "-DFOLLY_CFG_NO_COROUTINES=1", |
478 | 483 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
479 | 484 | ); |
480 | | - OTHER_LDFLAGS = ( |
481 | | - "$(inherited)", |
482 | | - " ", |
483 | | - ); |
| 485 | + OTHER_LDFLAGS = "$(inherited) "; |
484 | 486 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
485 | 487 | SDKROOT = iphoneos; |
486 | 488 | USE_HERMES = true; |
|
0 commit comments