|
233 | 233 | buildPhases = ( |
234 | 234 | 34456C36ED5A4F745E28E799 /* [CP] Check Pods Manifest.lock */, |
235 | 235 | FD10A7F022414F080027D42C /* Start Packager */, |
236 | | - 3C8539E9E2E42A92B1663037 /* [CP] Prepare Artifacts */, |
237 | 236 | 13B07F871A680F5B00A75B9A /* Sources */, |
238 | 237 | 13B07F8C1A680F5B00A75B9A /* Frameworks */, |
239 | 238 | 13B07F8E1A680F5B00A75B9A /* Resources */, |
|
255 | 254 | 83CBB9F71A601CBA00E9B192 /* Project object */ = { |
256 | 255 | isa = PBXProject; |
257 | 256 | attributes = { |
258 | | - LastUpgradeCheck = 1120; |
| 257 | + LastUpgradeCheck = 1240; |
259 | 258 | ORGANIZATIONNAME = Facebook; |
260 | 259 | TargetAttributes = { |
261 | 260 | 00E356ED1AD99517003FC87E = { |
|
343 | 342 | 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"; |
344 | 343 | showEnvVarsInLog = 0; |
345 | 344 | }; |
346 | | - 3C8539E9E2E42A92B1663037 /* [CP] Prepare Artifacts */ = { |
347 | | - isa = PBXShellScriptBuildPhase; |
348 | | - buildActionMask = 2147483647; |
349 | | - files = ( |
350 | | - ); |
351 | | - inputPaths = ( |
352 | | - "${PODS_ROOT}/Target Support Files/Pods-NativeCatalog/Pods-NativeCatalog-artifacts.sh", |
353 | | - "${PODS_ROOT}/Instant/Instant.xcframework", |
354 | | - "${PODS_ROOT}/PSPDFKit/PSPDFKit.xcframework", |
355 | | - "${PODS_ROOT}/PSPDFKit/PSPDFKitUI.xcframework", |
356 | | - ); |
357 | | - name = "[CP] Prepare Artifacts"; |
358 | | - outputPaths = ( |
359 | | - "${BUILT_PRODUCTS_DIR}/cocoapods-artifacts-${CONFIGURATION}.txt", |
360 | | - ); |
361 | | - runOnlyForDeploymentPostprocessing = 0; |
362 | | - shellPath = /bin/sh; |
363 | | - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NativeCatalog/Pods-NativeCatalog-artifacts.sh\"\n"; |
364 | | - showEnvVarsInLog = 0; |
365 | | - }; |
366 | 345 | A55FE3DA6D56DB9652C17360 /* [CP] Embed Pods Frameworks */ = { |
367 | 346 | isa = PBXShellScriptBuildPhase; |
368 | 347 | buildActionMask = 2147483647; |
369 | 348 | files = ( |
370 | 349 | ); |
371 | 350 | inputPaths = ( |
372 | 351 | "${PODS_ROOT}/Target Support Files/Pods-NativeCatalog/Pods-NativeCatalog-frameworks.sh", |
373 | | - "${BUILT_PRODUCTS_DIR}/cocoapods-artifacts-${CONFIGURATION}.txt", |
| 352 | + "${PODS_XCFRAMEWORKS_BUILD_DIR}/Instant/Instant.framework/Instant", |
| 353 | + "${PODS_XCFRAMEWORKS_BUILD_DIR}/PSPDFKit/PSPDFKit.framework/PSPDFKit", |
| 354 | + "${PODS_XCFRAMEWORKS_BUILD_DIR}/PSPDFKitUI/PSPDFKitUI.framework/PSPDFKitUI", |
374 | 355 | ); |
375 | 356 | name = "[CP] Embed Pods Frameworks"; |
376 | 357 | outputPaths = ( |
| 358 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Instant.framework", |
| 359 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PSPDFKit.framework", |
| 360 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PSPDFKitUI.framework", |
377 | 361 | ); |
378 | 362 | runOnlyForDeploymentPostprocessing = 0; |
379 | 363 | shellPath = /bin/sh; |
|
484 | 468 | "$(inherited)", |
485 | 469 | ); |
486 | 470 | INFOPLIST_FILE = NativeCatalogTests/Info.plist; |
487 | | - IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
| 471 | + IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
488 | 472 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
489 | 473 | OTHER_LDFLAGS = ( |
490 | 474 | "-ObjC", |
|
505 | 489 | BUNDLE_LOADER = "$(TEST_HOST)"; |
506 | 490 | COPY_PHASE_STRIP = NO; |
507 | 491 | INFOPLIST_FILE = NativeCatalogTests/Info.plist; |
508 | | - IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
| 492 | + IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
509 | 493 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
510 | 494 | OTHER_LDFLAGS = ( |
511 | 495 | "-ObjC", |
|
0 commit comments