Skip to content

Commit

Permalink
Removed overridden build setting.
Browse files Browse the repository at this point in the history
Removed the override for ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES that is
causing warnings on Cocoapods 1.1.0 RC2.
  • Loading branch information
brandon-mcquilkin-kr committed Oct 5, 2016
1 parent c6d0f73 commit 18db06b
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions M13Checkbox.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,12 @@
isa = PBXNativeTarget;
buildConfigurationList = EA67202A1C7D0296008054BA /* Build configuration list for PBXNativeTarget "M13Checkbox Demo" */;
buildPhases = (
1D6F94BDC6F4F3B0BB9B8F02 /* 📦 Check Pods Manifest.lock */,
1D6F94BDC6F4F3B0BB9B8F02 /* [CP] Check Pods Manifest.lock */,
EA6720121C7D0296008054BA /* Sources */,
EA6720131C7D0296008054BA /* Frameworks */,
EA6720141C7D0296008054BA /* Resources */,
3AE30ADBBC1FF6B62D2D7432 /* 📦 Embed Pods Frameworks */,
7D35D6D2E4983E7515358555 /* 📦 Copy Pods Resources */,
3AE30ADBBC1FF6B62D2D7432 /* [CP] Embed Pods Frameworks */,
7D35D6D2E4983E7515358555 /* [CP] Copy Pods Resources */,
EA9F61E91D9BFF3D0015D68E /* Embed Frameworks */,
);
buildRules = (
Expand Down Expand Up @@ -370,44 +370,44 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
1D6F94BDC6F4F3B0BB9B8F02 /* 📦 Check Pods Manifest.lock */ = {
1D6F94BDC6F4F3B0BB9B8F02 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "📦 Check Pods Manifest.lock";
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
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";
showEnvVarsInLog = 0;
};
3AE30ADBBC1FF6B62D2D7432 /* 📦 Embed Pods Frameworks */ = {
3AE30ADBBC1FF6B62D2D7432 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "📦 Embed Pods Frameworks";
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-M13Checkbox Demo/Pods-M13Checkbox Demo-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
7D35D6D2E4983E7515358555 /* 📦 Copy Pods Resources */ = {
7D35D6D2E4983E7515358555 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "📦 Copy Pods Resources";
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -581,7 +581,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 6F39FC0C5AAE259FA99C8348 /* Pods-M13Checkbox Demo.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = "M13Checkbox Demo/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
Expand All @@ -596,7 +595,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 9CD5E1DB8F346AB79E3C6430 /* Pods-M13Checkbox Demo.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = "M13Checkbox Demo/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
Expand Down

0 comments on commit 18db06b

Please sign in to comment.