|
223 | 223 | isa = PBXProject; |
224 | 224 | attributes = { |
225 | 225 | LastSwiftUpdateCheck = 0810; |
226 | | - LastUpgradeCheck = 0920; |
| 226 | + LastUpgradeCheck = 0930; |
227 | 227 | ORGANIZATIONNAME = CocoaPods; |
228 | 228 | TargetAttributes = { |
229 | 229 | 549A32781DA16E6C00B1BFC9 = { |
|
287 | 287 | files = ( |
288 | 288 | ); |
289 | 289 | inputPaths = ( |
| 290 | + "${SRCROOT}/Pods/Target Support Files/Pods-iOSRenderer/Pods-iOSRenderer-frameworks.sh", |
| 291 | + "${BUILT_PRODUCTS_DIR}/GraphicsRenderer-iOS/GraphicsRenderer.framework", |
290 | 292 | ); |
291 | 293 | name = "[CP] Embed Pods Frameworks"; |
292 | 294 | outputPaths = ( |
| 295 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GraphicsRenderer.framework", |
293 | 296 | ); |
294 | 297 | runOnlyForDeploymentPostprocessing = 0; |
295 | 298 | shellPath = /bin/sh; |
|
302 | 305 | files = ( |
303 | 306 | ); |
304 | 307 | inputPaths = ( |
| 308 | + "${SRCROOT}/Pods/Target Support Files/Pods-MacOSRenderer/Pods-MacOSRenderer-frameworks.sh", |
| 309 | + "${BUILT_PRODUCTS_DIR}/GraphicsRenderer-macOS/GraphicsRenderer.framework", |
305 | 310 | ); |
306 | 311 | name = "[CP] Embed Pods Frameworks"; |
307 | 312 | outputPaths = ( |
| 313 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GraphicsRenderer.framework", |
308 | 314 | ); |
309 | 315 | runOnlyForDeploymentPostprocessing = 0; |
310 | 316 | shellPath = /bin/sh; |
|
317 | 323 | files = ( |
318 | 324 | ); |
319 | 325 | inputPaths = ( |
| 326 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 327 | + "${PODS_ROOT}/Manifest.lock", |
320 | 328 | ); |
321 | 329 | name = "[CP] Check Pods Manifest.lock"; |
322 | 330 | outputPaths = ( |
| 331 | + "$(DERIVED_FILE_DIR)/Pods-iOSRenderer-checkManifestLockResult.txt", |
323 | 332 | ); |
324 | 333 | runOnlyForDeploymentPostprocessing = 0; |
325 | 334 | shellPath = /bin/sh; |
326 | | - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; |
| 335 | + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
327 | 336 | showEnvVarsInLog = 0; |
328 | 337 | }; |
329 | 338 | 84DF19B4553035256FA185DE /* [CP] Copy Pods Resources */ = { |
|
347 | 356 | files = ( |
348 | 357 | ); |
349 | 358 | inputPaths = ( |
| 359 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 360 | + "${PODS_ROOT}/Manifest.lock", |
350 | 361 | ); |
351 | 362 | name = "[CP] Check Pods Manifest.lock"; |
352 | 363 | outputPaths = ( |
| 364 | + "$(DERIVED_FILE_DIR)/Pods-MacOSRenderer-checkManifestLockResult.txt", |
353 | 365 | ); |
354 | 366 | runOnlyForDeploymentPostprocessing = 0; |
355 | 367 | shellPath = /bin/sh; |
356 | | - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; |
| 368 | + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
357 | 369 | showEnvVarsInLog = 0; |
358 | 370 | }; |
359 | 371 | BD9358B8B5C1475B25E4529C /* [CP] Copy Pods Resources */ = { |
|
426 | 438 | isa = XCBuildConfiguration; |
427 | 439 | baseConfigurationReference = F67402623BB64D57DAC806FD /* Pods-MacOSRenderer.debug.xcconfig */; |
428 | 440 | buildSettings = { |
429 | | - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
430 | 441 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
431 | 442 | CLANG_ANALYZER_NONNULL = YES; |
432 | 443 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
|
449 | 460 | isa = XCBuildConfiguration; |
450 | 461 | baseConfigurationReference = 9B018AF547F86940E43E829E /* Pods-MacOSRenderer.release.xcconfig */; |
451 | 462 | buildSettings = { |
452 | | - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
453 | 463 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
454 | 464 | CLANG_ANALYZER_NONNULL = YES; |
455 | 465 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
|
478 | 488 | CLANG_WARN_BOOL_CONVERSION = YES; |
479 | 489 | CLANG_WARN_COMMA = YES; |
480 | 490 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 491 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
481 | 492 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
482 | 493 | CLANG_WARN_EMPTY_BODY = YES; |
483 | 494 | CLANG_WARN_ENUM_CONVERSION = YES; |
484 | 495 | CLANG_WARN_INFINITE_RECURSION = YES; |
485 | 496 | CLANG_WARN_INT_CONVERSION = YES; |
486 | 497 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 498 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
487 | 499 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
488 | 500 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
489 | 501 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
|
533 | 545 | CLANG_WARN_BOOL_CONVERSION = YES; |
534 | 546 | CLANG_WARN_COMMA = YES; |
535 | 547 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 548 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
536 | 549 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
537 | 550 | CLANG_WARN_EMPTY_BODY = YES; |
538 | 551 | CLANG_WARN_ENUM_CONVERSION = YES; |
539 | 552 | CLANG_WARN_INFINITE_RECURSION = YES; |
540 | 553 | CLANG_WARN_INT_CONVERSION = YES; |
541 | 554 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 555 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
542 | 556 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
543 | 557 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
544 | 558 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
|
573 | 587 | isa = XCBuildConfiguration; |
574 | 588 | baseConfigurationReference = 4D65F194DF0ECCF20153595A /* Pods-iOSRenderer.debug.xcconfig */; |
575 | 589 | buildSettings = { |
576 | | - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
577 | 590 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
578 | 591 | DEVELOPMENT_TEAM = V2CWYL9AN8; |
579 | 592 | INFOPLIST_FILE = GraphicsRenderer/Info.plist; |
|
590 | 603 | isa = XCBuildConfiguration; |
591 | 604 | baseConfigurationReference = 0864FE965C1824386C4A481A /* Pods-iOSRenderer.release.xcconfig */; |
592 | 605 | buildSettings = { |
593 | | - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
594 | 606 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
595 | 607 | DEVELOPMENT_TEAM = V2CWYL9AN8; |
596 | 608 | INFOPLIST_FILE = GraphicsRenderer/Info.plist; |
|
0 commit comments