|
228 | 228 | TargetAttributes = { |
229 | 229 | 607FACCF1AFB9204008FA782 = { |
230 | 230 | CreatedOnToolsVersion = 6.3.1; |
| 231 | + DevelopmentTeam = MT49Z4H3J6; |
231 | 232 | LastSwiftMigration = 0800; |
232 | 233 | }; |
233 | 234 | 607FACE41AFB9204008FA782 = { |
|
282 | 283 | files = ( |
283 | 284 | ); |
284 | 285 | inputPaths = ( |
| 286 | + "${SRCROOT}/Pods/Target Support Files/Pods-EncryptedDATAStack_Example/Pods-EncryptedDATAStack_Example-frameworks.sh", |
| 287 | + "${BUILT_PRODUCTS_DIR}/DATASource/DATASource.framework", |
| 288 | + "${BUILT_PRODUCTS_DIR}/EncryptedCoreData/EncryptedCoreData.framework", |
| 289 | + "${BUILT_PRODUCTS_DIR}/EncryptedDATAStack/EncryptedDATAStack.framework", |
| 290 | + "${BUILT_PRODUCTS_DIR}/SQLCipher/SQLCipher.framework", |
285 | 291 | ); |
286 | 292 | name = "[CP] Embed Pods Frameworks"; |
287 | 293 | outputPaths = ( |
| 294 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DATASource.framework", |
| 295 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/EncryptedCoreData.framework", |
| 296 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/EncryptedDATAStack.framework", |
| 297 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SQLCipher.framework", |
288 | 298 | ); |
289 | 299 | runOnlyForDeploymentPostprocessing = 0; |
290 | 300 | shellPath = /bin/sh; |
|
327 | 337 | files = ( |
328 | 338 | ); |
329 | 339 | inputPaths = ( |
| 340 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 341 | + "${PODS_ROOT}/Manifest.lock", |
330 | 342 | ); |
331 | 343 | name = "[CP] Check Pods Manifest.lock"; |
332 | 344 | outputPaths = ( |
| 345 | + "$(DERIVED_FILE_DIR)/Pods-EncryptedDATAStack_Example-checkManifestLockResult.txt", |
333 | 346 | ); |
334 | 347 | runOnlyForDeploymentPostprocessing = 0; |
335 | 348 | shellPath = /bin/sh; |
336 | | - shellScript = "diff \"${PODS_ROOT}/../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"; |
| 349 | + 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"; |
337 | 350 | showEnvVarsInLog = 0; |
338 | 351 | }; |
339 | 352 | DDB2CA4D8D16A1178B9C88EB /* [CP] Check Pods Manifest.lock */ = { |
|
342 | 355 | files = ( |
343 | 356 | ); |
344 | 357 | inputPaths = ( |
| 358 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 359 | + "${PODS_ROOT}/Manifest.lock", |
345 | 360 | ); |
346 | 361 | name = "[CP] Check Pods Manifest.lock"; |
347 | 362 | outputPaths = ( |
| 363 | + "$(DERIVED_FILE_DIR)/Pods-EncryptedDATAStack_Tests-checkManifestLockResult.txt", |
348 | 364 | ); |
349 | 365 | runOnlyForDeploymentPostprocessing = 0; |
350 | 366 | shellPath = /bin/sh; |
351 | | - shellScript = "diff \"${PODS_ROOT}/../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"; |
| 367 | + 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"; |
352 | 368 | showEnvVarsInLog = 0; |
353 | 369 | }; |
354 | 370 | E27E22FDEAD1DF50B59E4C46 /* [CP] Embed Pods Frameworks */ = { |
|
505 | 521 | buildSettings = { |
506 | 522 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
507 | 523 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 524 | + DEVELOPMENT_TEAM = MT49Z4H3J6; |
508 | 525 | INFOPLIST_FILE = EncryptedDATAStack/Info.plist; |
509 | 526 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
510 | 527 | MODULE_NAME = ExampleApp; |
511 | | - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)"; |
| 528 | + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.EncryptedDATAStack-Example2"; |
512 | 529 | PRODUCT_NAME = "$(TARGET_NAME)"; |
513 | 530 | SWIFT_VERSION = 3.0; |
514 | 531 | }; |
|
520 | 537 | buildSettings = { |
521 | 538 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
522 | 539 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 540 | + DEVELOPMENT_TEAM = MT49Z4H3J6; |
523 | 541 | INFOPLIST_FILE = EncryptedDATAStack/Info.plist; |
524 | 542 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
525 | 543 | MODULE_NAME = ExampleApp; |
526 | | - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)"; |
| 544 | + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.EncryptedDATAStack-Example2"; |
527 | 545 | PRODUCT_NAME = "$(TARGET_NAME)"; |
528 | 546 | SWIFT_VERSION = 3.0; |
529 | 547 | }; |
|
0 commit comments