|
207 | 207 | inputFileListPaths = ( |
208 | 208 | "${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
209 | 209 | ); |
| 210 | + inputPaths = ( |
| 211 | + ); |
210 | 212 | name = "[CP] Embed Pods Frameworks"; |
211 | 213 | outputFileListPaths = ( |
212 | 214 | "${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
213 | 215 | ); |
| 216 | + outputPaths = ( |
| 217 | + ); |
214 | 218 | runOnlyForDeploymentPostprocessing = 0; |
215 | 219 | shellPath = /bin/sh; |
216 | 220 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-frameworks.sh\"\n"; |
|
246 | 250 | inputFileListPaths = ( |
247 | 251 | "${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-resources-${CONFIGURATION}-input-files.xcfilelist", |
248 | 252 | ); |
| 253 | + inputPaths = ( |
| 254 | + ); |
249 | 255 | name = "[CP] Copy Pods Resources"; |
250 | 256 | outputFileListPaths = ( |
251 | 257 | "${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-resources-${CONFIGURATION}-output-files.xcfilelist", |
252 | 258 | ); |
| 259 | + outputPaths = ( |
| 260 | + ); |
253 | 261 | runOnlyForDeploymentPostprocessing = 0; |
254 | 262 | shellPath = /bin/sh; |
255 | 263 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-resources.sh\"\n"; |
|
275 | 283 | buildSettings = { |
276 | 284 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
277 | 285 | CLANG_ENABLE_MODULES = YES; |
278 | | - CURRENT_PROJECT_VERSION = 1; |
| 286 | + CURRENT_PROJECT_VERSION = 4; |
279 | 287 | DEVELOPMENT_TEAM = KYH47R284B; |
280 | 288 | ENABLE_BITCODE = NO; |
281 | 289 | INFOPLIST_FILE = pubkyring/Info.plist; |
|
306 | 314 | buildSettings = { |
307 | 315 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
308 | 316 | CLANG_ENABLE_MODULES = YES; |
309 | | - CURRENT_PROJECT_VERSION = 1; |
| 317 | + CURRENT_PROJECT_VERSION = 4; |
310 | 318 | DEVELOPMENT_TEAM = KYH47R284B; |
311 | 319 | INFOPLIST_FILE = pubkyring/Info.plist; |
312 | 320 | INFOPLIST_KEY_CFBundleDisplayName = "Pubky Ring"; |
|
399 | 407 | "-DFOLLY_CFG_NO_COROUTINES=1", |
400 | 408 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
401 | 409 | ); |
402 | | - OTHER_LDFLAGS = ( |
403 | | - "$(inherited)", |
404 | | - " ", |
405 | | - ); |
| 410 | + OTHER_LDFLAGS = "$(inherited) "; |
406 | 411 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
407 | 412 | SDKROOT = iphoneos; |
408 | 413 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; |
|
471 | 476 | "-DFOLLY_CFG_NO_COROUTINES=1", |
472 | 477 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
473 | 478 | ); |
474 | | - OTHER_LDFLAGS = ( |
475 | | - "$(inherited)", |
476 | | - " ", |
477 | | - ); |
| 479 | + OTHER_LDFLAGS = "$(inherited) "; |
478 | 480 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
479 | 481 | SDKROOT = iphoneos; |
480 | 482 | USE_HERMES = true; |
|
0 commit comments