modified project.pbxproj
This commit is contained in:
Родитель
34615ea8d0
Коммит
a3ea342f9d
|
@ -7,7 +7,6 @@
|
|||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
25E8DF2AFE947252250273A3 /* Pods_sampleapp_ios_swift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C12D65104D4AF4CD1EE6EE6D /* Pods_sampleapp_ios_swift.framework */; };
|
||||
264044071F06D794002657EC /* RootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 264044061F06D794002657EC /* RootViewController.swift */; };
|
||||
265586F11EF88770001914FC /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 265586F01EF88770001914FC /* AppDelegate.swift */; };
|
||||
265586F81EF88770001914FC /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 265586F61EF88770001914FC /* Main.storyboard */; };
|
||||
|
@ -15,7 +14,8 @@
|
|||
265586FD1EF88770001914FC /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 265586FB1EF88770001914FC /* LaunchScreen.storyboard */; };
|
||||
267EDE4A1EFC7C5700AA5444 /* CrashViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 267EDE491EFC7C5700AA5444 /* CrashViewController.swift */; };
|
||||
267EDE4C1EFC8AF600AA5444 /* AnalyticsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 267EDE4B1EFC8AF600AA5444 /* AnalyticsViewController.swift */; };
|
||||
B65C8E695980023E0BE2826C /* Pods_sampleapp_ios_swiftUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 189E1C778B487B9B643E0F1F /* Pods_sampleapp_ios_swiftUITests.framework */; };
|
||||
2B29BB444DF9F11EDF4C8B41 /* Pods_sampleapp_ios_swift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F749CC296FD095CF18CA2907 /* Pods_sampleapp_ios_swift.framework */; };
|
||||
E92411CB54B141EE49F42386 /* Pods_sampleapp_ios_swiftUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 955A7DC040263B50CBB3E80C /* Pods_sampleapp_ios_swiftUITests.framework */; };
|
||||
F02E65BE1F1454DC00F657C9 /* sampleapp_ios_swiftUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F02E65BD1F1454DC00F657C9 /* sampleapp_ios_swiftUITests.swift */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
|
@ -30,7 +30,6 @@
|
|||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
189E1C778B487B9B643E0F1F /* Pods_sampleapp_ios_swiftUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_sampleapp_ios_swiftUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
264044061F06D794002657EC /* RootViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RootViewController.swift; sourceTree = "<group>"; };
|
||||
265586ED1EF88770001914FC /* sampleapp-ios-swift.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "sampleapp-ios-swift.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
265586F01EF88770001914FC /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
||||
|
@ -40,15 +39,16 @@
|
|||
265586FE1EF88770001914FC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
267EDE491EFC7C5700AA5444 /* CrashViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CrashViewController.swift; sourceTree = "<group>"; };
|
||||
267EDE4B1EFC8AF600AA5444 /* AnalyticsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnalyticsViewController.swift; sourceTree = "<group>"; };
|
||||
2A74AB3F027A63E19A8471F8 /* Pods-sampleapp-ios-swiftUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-sampleapp-ios-swiftUITests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-sampleapp-ios-swiftUITests/Pods-sampleapp-ios-swiftUITests.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
7DA47D9490D094EBF763A5CD /* Pods-sampleapp-ios-swiftUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-sampleapp-ios-swiftUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-sampleapp-ios-swiftUITests/Pods-sampleapp-ios-swiftUITests.release.xcconfig"; sourceTree = "<group>"; };
|
||||
8125EA5C10BA2AE5071638C2 /* Pods-sampleapp-ios-swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-sampleapp-ios-swift.debug.xcconfig"; path = "Pods/Target Support Files/Pods-sampleapp-ios-swift/Pods-sampleapp-ios-swift.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
C12D65104D4AF4CD1EE6EE6D /* Pods_sampleapp_ios_swift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_sampleapp_ios_swift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
D0C409423391C1B73E3047B1 /* Pods-sampleapp-ios-swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-sampleapp-ios-swift.release.xcconfig"; path = "Pods/Target Support Files/Pods-sampleapp-ios-swift/Pods-sampleapp-ios-swift.release.xcconfig"; sourceTree = "<group>"; };
|
||||
279B740CF4AFD215EA1420A7 /* Pods-sampleapp-ios-swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-sampleapp-ios-swift.release.xcconfig"; path = "Pods/Target Support Files/Pods-sampleapp-ios-swift/Pods-sampleapp-ios-swift.release.xcconfig"; sourceTree = "<group>"; };
|
||||
955A7DC040263B50CBB3E80C /* Pods_sampleapp_ios_swiftUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_sampleapp_ios_swiftUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
C3B120AA84116D4863D7D9FE /* Pods-sampleapp-ios-swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-sampleapp-ios-swift.debug.xcconfig"; path = "Pods/Target Support Files/Pods-sampleapp-ios-swift/Pods-sampleapp-ios-swift.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
DF0FC4C2F49EF4CEF7A6AEDA /* Pods-sampleapp-ios-swiftUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-sampleapp-ios-swiftUITests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-sampleapp-ios-swiftUITests/Pods-sampleapp-ios-swiftUITests.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
F02E65BB1F1454DC00F657C9 /* sampleapp-ios-swiftUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "sampleapp-ios-swiftUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
F02E65BD1F1454DC00F657C9 /* sampleapp_ios_swiftUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = sampleapp_ios_swiftUITests.swift; sourceTree = "<group>"; };
|
||||
F02E65BF1F1454DC00F657C9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
F0DDF9751F157DCF00530C9B /* sampleapp-ios-swift.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "sampleapp-ios-swift.entitlements"; sourceTree = "<group>"; };
|
||||
F35F6B209AB90A2F7CF1575E /* Pods-sampleapp-ios-swiftUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-sampleapp-ios-swiftUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-sampleapp-ios-swiftUITests/Pods-sampleapp-ios-swiftUITests.release.xcconfig"; sourceTree = "<group>"; };
|
||||
F749CC296FD095CF18CA2907 /* Pods_sampleapp_ios_swift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_sampleapp_ios_swift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
|
@ -56,7 +56,7 @@
|
|||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
25E8DF2AFE947252250273A3 /* Pods_sampleapp_ios_swift.framework in Frameworks */,
|
||||
2B29BB444DF9F11EDF4C8B41 /* Pods_sampleapp_ios_swift.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
@ -64,32 +64,21 @@
|
|||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
B65C8E695980023E0BE2826C /* Pods_sampleapp_ios_swiftUITests.framework in Frameworks */,
|
||||
E92411CB54B141EE49F42386 /* Pods_sampleapp_ios_swiftUITests.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
0C4B68C538CDFF46CBA09F80 /* Pods */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
8125EA5C10BA2AE5071638C2 /* Pods-sampleapp-ios-swift.debug.xcconfig */,
|
||||
D0C409423391C1B73E3047B1 /* Pods-sampleapp-ios-swift.release.xcconfig */,
|
||||
2A74AB3F027A63E19A8471F8 /* Pods-sampleapp-ios-swiftUITests.debug.xcconfig */,
|
||||
7DA47D9490D094EBF763A5CD /* Pods-sampleapp-ios-swiftUITests.release.xcconfig */,
|
||||
);
|
||||
name = Pods;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
265586E41EF88770001914FC = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
265586EF1EF88770001914FC /* sampleapp-ios-swift */,
|
||||
F02E65BC1F1454DC00F657C9 /* sampleapp-ios-swiftUITests */,
|
||||
265586EE1EF88770001914FC /* Products */,
|
||||
0C4B68C538CDFF46CBA09F80 /* Pods */,
|
||||
49EB9EC225D042DBCC691038 /* Frameworks */,
|
||||
449D23BE531D6A43009D9DEB /* Pods */,
|
||||
C0D20EB7DC05F231F809ADAF /* Frameworks */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
|
@ -118,11 +107,22 @@
|
|||
path = "sampleapp-ios-swift";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
49EB9EC225D042DBCC691038 /* Frameworks */ = {
|
||||
449D23BE531D6A43009D9DEB /* Pods */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
C12D65104D4AF4CD1EE6EE6D /* Pods_sampleapp_ios_swift.framework */,
|
||||
189E1C778B487B9B643E0F1F /* Pods_sampleapp_ios_swiftUITests.framework */,
|
||||
C3B120AA84116D4863D7D9FE /* Pods-sampleapp-ios-swift.debug.xcconfig */,
|
||||
279B740CF4AFD215EA1420A7 /* Pods-sampleapp-ios-swift.release.xcconfig */,
|
||||
DF0FC4C2F49EF4CEF7A6AEDA /* Pods-sampleapp-ios-swiftUITests.debug.xcconfig */,
|
||||
F35F6B209AB90A2F7CF1575E /* Pods-sampleapp-ios-swiftUITests.release.xcconfig */,
|
||||
);
|
||||
name = Pods;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
C0D20EB7DC05F231F809ADAF /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
F749CC296FD095CF18CA2907 /* Pods_sampleapp_ios_swift.framework */,
|
||||
955A7DC040263B50CBB3E80C /* Pods_sampleapp_ios_swiftUITests.framework */,
|
||||
);
|
||||
name = Frameworks;
|
||||
sourceTree = "<group>";
|
||||
|
@ -143,12 +143,12 @@
|
|||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 265587171EF88771001914FC /* Build configuration list for PBXNativeTarget "sampleapp-ios-swift" */;
|
||||
buildPhases = (
|
||||
5A9BFDD5D96CF6CD92D46B1C /* [CP] Check Pods Manifest.lock */,
|
||||
21DC308C6CF7097E5EE31F9C /* [CP] Check Pods Manifest.lock */,
|
||||
265586E91EF88770001914FC /* Sources */,
|
||||
265586EB1EF88770001914FC /* Resources */,
|
||||
002CD8CE89A0929952E0EDA0 /* Frameworks */,
|
||||
A0D8BCAD2FA8246F7703D247 /* [CP] Embed Pods Frameworks */,
|
||||
65D98E75F6DE2A5A1FAD1597 /* [CP] Copy Pods Resources */,
|
||||
CCB8B09ED2B9382FFE36969F /* [CP] Embed Pods Frameworks */,
|
||||
A6FC37296CB052ED868F6CFF /* [CP] Copy Pods Resources */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
|
@ -163,12 +163,12 @@
|
|||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = F02E65C21F1454DC00F657C9 /* Build configuration list for PBXNativeTarget "sampleapp-ios-swiftUITests" */;
|
||||
buildPhases = (
|
||||
71E27264B0F7E4A6EF215CFD /* [CP] Check Pods Manifest.lock */,
|
||||
EB7C6A312C7B2CE09CE166D3 /* [CP] Check Pods Manifest.lock */,
|
||||
F02E65B71F1454DC00F657C9 /* Sources */,
|
||||
F02E65B81F1454DC00F657C9 /* Frameworks */,
|
||||
F02E65B91F1454DC00F657C9 /* Resources */,
|
||||
31E621919B8074DA13BDAD8C /* [CP] Embed Pods Frameworks */,
|
||||
384CA9CE4FB365B08D74052D /* [CP] Copy Pods Resources */,
|
||||
5F773B930CBABE30E279E8C1 /* [CP] Embed Pods Frameworks */,
|
||||
1DCE8C78AB6226F406C62586 /* [CP] Copy Pods Resources */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
|
@ -246,25 +246,7 @@
|
|||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
31E621919B8074DA13BDAD8C /* [CP] Embed Pods Frameworks */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
"${SRCROOT}/Pods/Target Support Files/Pods-sampleapp-ios-swiftUITests/Pods-sampleapp-ios-swiftUITests-frameworks.sh",
|
||||
"${BUILT_PRODUCTS_DIR}/VSMobileCenterExtensions/VSMobileCenterExtensions.framework",
|
||||
);
|
||||
name = "[CP] Embed Pods Frameworks";
|
||||
outputPaths = (
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/VSMobileCenterExtensions.framework",
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-sampleapp-ios-swiftUITests/Pods-sampleapp-ios-swiftUITests-frameworks.sh\"\n";
|
||||
showEnvVarsInLog = 0;
|
||||
};
|
||||
384CA9CE4FB365B08D74052D /* [CP] Copy Pods Resources */ = {
|
||||
1DCE8C78AB6226F406C62586 /* [CP] Copy Pods Resources */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
|
@ -279,25 +261,37 @@
|
|||
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-sampleapp-ios-swiftUITests/Pods-sampleapp-ios-swiftUITests-resources.sh\"\n";
|
||||
showEnvVarsInLog = 0;
|
||||
};
|
||||
5A9BFDD5D96CF6CD92D46B1C /* [CP] Check Pods Manifest.lock */ = {
|
||||
21DC308C6CF7097E5EE31F9C /* [CP] Check Pods Manifest.lock */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
||||
"${PODS_ROOT}/Manifest.lock",
|
||||
);
|
||||
name = "[CP] Check Pods Manifest.lock";
|
||||
outputPaths = (
|
||||
"$(DERIVED_FILE_DIR)/Pods-sampleapp-ios-swift-checkManifestLockResult.txt",
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
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";
|
||||
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";
|
||||
showEnvVarsInLog = 0;
|
||||
};
|
||||
65D98E75F6DE2A5A1FAD1597 /* [CP] Copy Pods Resources */ = {
|
||||
5F773B930CBABE30E279E8C1 /* [CP] Embed Pods Frameworks */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = "[CP] Embed Pods Frameworks";
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-sampleapp-ios-swiftUITests/Pods-sampleapp-ios-swiftUITests-frameworks.sh\"\n";
|
||||
showEnvVarsInLog = 0;
|
||||
};
|
||||
A6FC37296CB052ED868F6CFF /* [CP] Copy Pods Resources */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
|
@ -312,25 +306,7 @@
|
|||
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-sampleapp-ios-swift/Pods-sampleapp-ios-swift-resources.sh\"\n";
|
||||
showEnvVarsInLog = 0;
|
||||
};
|
||||
71E27264B0F7E4A6EF215CFD /* [CP] Check Pods Manifest.lock */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
||||
"${PODS_ROOT}/Manifest.lock",
|
||||
);
|
||||
name = "[CP] Check Pods Manifest.lock";
|
||||
outputPaths = (
|
||||
"$(DERIVED_FILE_DIR)/Pods-sampleapp-ios-swiftUITests-checkManifestLockResult.txt",
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
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";
|
||||
showEnvVarsInLog = 0;
|
||||
};
|
||||
A0D8BCAD2FA8246F7703D247 /* [CP] Embed Pods Frameworks */ = {
|
||||
CCB8B09ED2B9382FFE36969F /* [CP] Embed Pods Frameworks */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
|
@ -345,6 +321,21 @@
|
|||
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-sampleapp-ios-swift/Pods-sampleapp-ios-swift-frameworks.sh\"\n";
|
||||
showEnvVarsInLog = 0;
|
||||
};
|
||||
EB7C6A312C7B2CE09CE166D3 /* [CP] Check Pods Manifest.lock */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = "[CP] Check Pods Manifest.lock";
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
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";
|
||||
showEnvVarsInLog = 0;
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
|
@ -494,7 +485,7 @@
|
|||
};
|
||||
265587181EF88771001914FC /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 8125EA5C10BA2AE5071638C2 /* Pods-sampleapp-ios-swift.debug.xcconfig */;
|
||||
baseConfigurationReference = C3B120AA84116D4863D7D9FE /* Pods-sampleapp-ios-swift.debug.xcconfig */;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CODE_SIGN_ENTITLEMENTS = "sampleapp-ios-swift/sampleapp-ios-swift.entitlements";
|
||||
|
@ -513,7 +504,7 @@
|
|||
};
|
||||
265587191EF88771001914FC /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = D0C409423391C1B73E3047B1 /* Pods-sampleapp-ios-swift.release.xcconfig */;
|
||||
baseConfigurationReference = 279B740CF4AFD215EA1420A7 /* Pods-sampleapp-ios-swift.release.xcconfig */;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CODE_SIGN_ENTITLEMENTS = "sampleapp-ios-swift/sampleapp-ios-swift.entitlements";
|
||||
|
@ -531,7 +522,7 @@
|
|||
};
|
||||
F02E65C31F1454DC00F657C9 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 2A74AB3F027A63E19A8471F8 /* Pods-sampleapp-ios-swiftUITests.debug.xcconfig */;
|
||||
baseConfigurationReference = DF0FC4C2F49EF4CEF7A6AEDA /* Pods-sampleapp-ios-swiftUITests.debug.xcconfig */;
|
||||
buildSettings = {
|
||||
INFOPLIST_FILE = "sampleapp-ios-swiftUITests/Info.plist";
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
||||
|
@ -545,7 +536,7 @@
|
|||
};
|
||||
F02E65C41F1454DC00F657C9 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 7DA47D9490D094EBF763A5CD /* Pods-sampleapp-ios-swiftUITests.release.xcconfig */;
|
||||
baseConfigurationReference = F35F6B209AB90A2F7CF1575E /* Pods-sampleapp-ios-swiftUITests.release.xcconfig */;
|
||||
buildSettings = {
|
||||
INFOPLIST_FILE = "sampleapp-ios-swiftUITests/Info.plist";
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
||||
|
|
Загрузка…
Ссылка в новой задаче