|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 6AFAF671587558D46AE2EAC8 /* Pods_TeadsDemoApp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B79512963E77F97E0E9430D /* Pods_TeadsDemoApp.framework */; }; |
10 | 11 | B501EC721F823541002909B9 /* WebViewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B501EC711F823541002909B9 /* WebViewViewController.swift */; };
|
11 | 12 | B501EC791F823F6C002909B9 /* WebViewHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = B501EC771F823BA8002909B9 /* WebViewHelper.swift */; };
|
12 | 13 | B501EC7C1F823F8A002909B9 /* index.html in Resources */ = {isa = PBXBuildFile; fileRef = B501EC6B1F8232B3002909B9 /* index.html */; };
|
|
40 | 41 | /* End PBXBuildFile section */
|
41 | 42 |
|
42 | 43 | /* Begin PBXFileReference section */
|
| 44 | + 48B8DFE05488E339B96E8286 /* Pods-TeadsDemoApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TeadsDemoApp.release.xcconfig"; path = "Target Support Files/Pods-TeadsDemoApp/Pods-TeadsDemoApp.release.xcconfig"; sourceTree = "<group>"; }; |
| 45 | + 4B79512963E77F97E0E9430D /* Pods_TeadsDemoApp.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_TeadsDemoApp.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 46 | + 91867719F32F3DB45575394B /* Pods-TeadsDemoApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TeadsDemoApp.debug.xcconfig"; path = "Target Support Files/Pods-TeadsDemoApp/Pods-TeadsDemoApp.debug.xcconfig"; sourceTree = "<group>"; }; |
43 | 47 | B501EC6A1F8232B3002909B9 /* ie10-viewport-bug-workaround.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = "ie10-viewport-bug-workaround.js"; sourceTree = "<group>"; };
|
44 | 48 | B501EC6B1F8232B3002909B9 /* index.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = index.html; sourceTree = "<group>"; };
|
45 | 49 | B501EC6D1F8232B3002909B9 /* bootstrap-theme.css */ = {isa = PBXFileReference; lastKnownFileType = text.css; path = "bootstrap-theme.css"; sourceTree = "<group>"; };
|
|
85 | 89 | isa = PBXFrameworksBuildPhase;
|
86 | 90 | buildActionMask = 2147483647;
|
87 | 91 | files = (
|
| 92 | + 6AFAF671587558D46AE2EAC8 /* Pods_TeadsDemoApp.framework in Frameworks */, |
88 | 93 | );
|
89 | 94 | runOnlyForDeploymentPostprocessing = 0;
|
90 | 95 | };
|
|
95 | 100 | isa = PBXGroup;
|
96 | 101 | children = (
|
97 | 102 | B5660B78207FAEA700406869 /* TeadsSDK.framework */,
|
| 103 | + 4B79512963E77F97E0E9430D /* Pods_TeadsDemoApp.framework */, |
98 | 104 | );
|
99 | 105 | name = Frameworks;
|
100 | 106 | sourceTree = "<group>";
|
101 | 107 | };
|
102 | 108 | 9C4C2A8CC3AEB01218414AF6 /* Pods */ = {
|
103 | 109 | isa = PBXGroup;
|
104 | 110 | children = (
|
| 111 | + 91867719F32F3DB45575394B /* Pods-TeadsDemoApp.debug.xcconfig */, |
| 112 | + 48B8DFE05488E339B96E8286 /* Pods-TeadsDemoApp.release.xcconfig */, |
105 | 113 | );
|
106 | 114 | path = Pods;
|
107 | 115 | sourceTree = "<group>";
|
|
350 | 358 | isa = PBXNativeTarget;
|
351 | 359 | buildConfigurationList = B5555A441F7CDF80007406D4 /* Build configuration list for PBXNativeTarget "TeadsDemoApp" */;
|
352 | 360 | buildPhases = (
|
| 361 | + 4DE9DEBFE2E1DD64624F7CA5 /* [CP] Check Pods Manifest.lock */, |
353 | 362 | B5555A2E1F7CDF80007406D4 /* Sources */,
|
354 | 363 | B5555A2F1F7CDF80007406D4 /* Frameworks */,
|
355 | 364 | B5555A301F7CDF80007406D4 /* Resources */,
|
356 | 365 | 913FE1D31FEC291B003C6E5E /* ShellScript */,
|
| 366 | + FBFB355C3083F93449930B2F /* [CP] Embed Pods Frameworks */, |
357 | 367 | );
|
358 | 368 | buildRules = (
|
359 | 369 | );
|
|
415 | 425 | /* End PBXResourcesBuildPhase section */
|
416 | 426 |
|
417 | 427 | /* Begin PBXShellScriptBuildPhase section */
|
| 428 | + 4DE9DEBFE2E1DD64624F7CA5 /* [CP] Check Pods Manifest.lock */ = { |
| 429 | + isa = PBXShellScriptBuildPhase; |
| 430 | + buildActionMask = 2147483647; |
| 431 | + files = ( |
| 432 | + ); |
| 433 | + inputFileListPaths = ( |
| 434 | + ); |
| 435 | + inputPaths = ( |
| 436 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 437 | + "${PODS_ROOT}/Manifest.lock", |
| 438 | + ); |
| 439 | + name = "[CP] Check Pods Manifest.lock"; |
| 440 | + outputFileListPaths = ( |
| 441 | + ); |
| 442 | + outputPaths = ( |
| 443 | + "$(DERIVED_FILE_DIR)/Pods-TeadsDemoApp-checkManifestLockResult.txt", |
| 444 | + ); |
| 445 | + runOnlyForDeploymentPostprocessing = 0; |
| 446 | + shellPath = /bin/sh; |
| 447 | + 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"; |
| 448 | + showEnvVarsInLog = 0; |
| 449 | + }; |
418 | 450 | 913FE1D31FEC291B003C6E5E /* ShellScript */ = {
|
419 | 451 | isa = PBXShellScriptBuildPhase;
|
420 | 452 | buildActionMask = 2147483647;
|
|
428 | 460 | shellPath = /bin/sh;
|
429 | 461 | shellScript = "echo \"Target architectures: $ARCHS\"\n\nAPP_PATH=\"${TARGET_BUILD_DIR}/${WRAPPER_NAME}\"\n\necho \"$APP_PATH\"\n\nfind \"$APP_PATH\" -name '*.framework' -type d | while read -r FRAMEWORK\ndo\nFRAMEWORK_EXECUTABLE_NAME=$(defaults read \"$FRAMEWORK/Info.plist\" CFBundleExecutable)\nFRAMEWORK_EXECUTABLE_PATH=\"$FRAMEWORK/$FRAMEWORK_EXECUTABLE_NAME\"\necho \"Executable is $FRAMEWORK_EXECUTABLE_PATH\"\necho $(lipo -info \"$FRAMEWORK_EXECUTABLE_PATH\")\n\nFRAMEWORK_TMP_PATH=\"$FRAMEWORK_EXECUTABLE_PATH-tmp\"\n\n# remove simulator's archs if location is not simulator's directory\ncase \"${TARGET_BUILD_DIR}\" in\n*\"iphonesimulator\")\necho \"No need to remove archs\"\n;;\n*)\nif $(lipo \"$FRAMEWORK_EXECUTABLE_PATH\" -verify_arch \"i386\") ; then\nlipo -output \"$FRAMEWORK_TMP_PATH\" -remove \"i386\" \"$FRAMEWORK_EXECUTABLE_PATH\"\necho \"i386 architecture removed\"\nrm \"$FRAMEWORK_EXECUTABLE_PATH\"\nmv \"$FRAMEWORK_TMP_PATH\" \"$FRAMEWORK_EXECUTABLE_PATH\"\nfi\nif $(lipo \"$FRAMEWORK_EXECUTABLE_PATH\" -verify_arch \"x86_64\") ; then\nlipo -output \"$FRAMEWORK_TMP_PATH\" -remove \"x86_64\" \"$FRAMEWORK_EXECUTABLE_PATH\"\necho \"x86_64 architecture removed\"\nrm \"$FRAMEWORK_EXECUTABLE_PATH\"\nmv \"$FRAMEWORK_TMP_PATH\" \"$FRAMEWORK_EXECUTABLE_PATH\"\nfi\n;;\nesac\n\necho \"Completed for executable $FRAMEWORK_EXECUTABLE_PATH\"\necho $(lipo -info \"$FRAMEWORK_EXECUTABLE_PATH\")\n\ndone\n";
|
430 | 462 | };
|
| 463 | + FBFB355C3083F93449930B2F /* [CP] Embed Pods Frameworks */ = { |
| 464 | + isa = PBXShellScriptBuildPhase; |
| 465 | + buildActionMask = 2147483647; |
| 466 | + files = ( |
| 467 | + ); |
| 468 | + inputPaths = ( |
| 469 | + "${PODS_ROOT}/Target Support Files/Pods-TeadsDemoApp/Pods-TeadsDemoApp-frameworks.sh", |
| 470 | + "${PODS_ROOT}/GoogleMobileAdsMediationTeads/TeadsAdMobAdapter.framework", |
| 471 | + "${BUILT_PRODUCTS_DIR}/GoogleUtilities/GoogleUtilities.framework", |
| 472 | + "${BUILT_PRODUCTS_DIR}/PromisesObjC/FBLPromises.framework", |
| 473 | + "${PODS_ROOT}/TeadsSDK/TeadsSDK.framework", |
| 474 | + "${BUILT_PRODUCTS_DIR}/nanopb/nanopb.framework", |
| 475 | + ); |
| 476 | + name = "[CP] Embed Pods Frameworks"; |
| 477 | + outputPaths = ( |
| 478 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TeadsAdMobAdapter.framework", |
| 479 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleUtilities.framework", |
| 480 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBLPromises.framework", |
| 481 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TeadsSDK.framework", |
| 482 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/nanopb.framework", |
| 483 | + ); |
| 484 | + runOnlyForDeploymentPostprocessing = 0; |
| 485 | + shellPath = /bin/sh; |
| 486 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-TeadsDemoApp/Pods-TeadsDemoApp-frameworks.sh\"\n"; |
| 487 | + showEnvVarsInLog = 0; |
| 488 | + }; |
431 | 489 | /* End PBXShellScriptBuildPhase section */
|
432 | 490 |
|
433 | 491 | /* Begin PBXSourcesBuildPhase section */
|
|
599 | 657 | };
|
600 | 658 | B5555A451F7CDF80007406D4 /* Debug */ = {
|
601 | 659 | isa = XCBuildConfiguration;
|
| 660 | + baseConfigurationReference = 91867719F32F3DB45575394B /* Pods-TeadsDemoApp.debug.xcconfig */; |
602 | 661 | buildSettings = {
|
603 | 662 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
604 | 663 | CODE_SIGN_STYLE = Automatic;
|
|
620 | 679 | };
|
621 | 680 | B5555A461F7CDF80007406D4 /* Release */ = {
|
622 | 681 | isa = XCBuildConfiguration;
|
| 682 | + baseConfigurationReference = 48B8DFE05488E339B96E8286 /* Pods-TeadsDemoApp.release.xcconfig */; |
623 | 683 | buildSettings = {
|
624 | 684 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
625 | 685 | CODE_SIGN_STYLE = Automatic;
|
|
0 commit comments