Skip to content

Commit

Permalink
Accept Xcode's suggestion of default iOS SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeabdullah committed Jul 7, 2015
1 parent 69541b9 commit d2e5df4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DAVKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@
isa = PBXProject;
attributes = {
LastTestingUpgradeCheck = 0630;
LastUpgradeCheck = 0630;
LastUpgradeCheck = 0640;
};
buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "DAVKit" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -886,7 +886,7 @@
INFOPLIST_FILE = "Tests-Info.plist";
INSTALL_PATH = "$(USER_LIBRARY_DIR)/Bundles";
PRODUCT_NAME = "Tests iOS";
SDKROOT = iphoneos6.1;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
WRAPPER_EXTENSION = octest;
};
Expand All @@ -907,7 +907,7 @@
INFOPLIST_FILE = "Tests-Info.plist";
INSTALL_PATH = "$(USER_LIBRARY_DIR)/Bundles";
PRODUCT_NAME = "Tests iOS";
SDKROOT = iphoneos6.1;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
WRAPPER_EXTENSION = octest;
ZERO_LINK = NO;
Expand Down
11 changes: 10 additions & 1 deletion DAVKit.xcodeproj/xcshareddata/xcschemes/DAVKit OS X.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0460"
LastUpgradeVersion = "0640"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down Expand Up @@ -49,6 +49,15 @@
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "8DC2EF4F0486A6940098B216"
BuildableName = "DAVKit.framework"
BlueprintName = "DAVKit OS X"
ReferencedContainer = "container:DAVKit.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
Expand Down
11 changes: 10 additions & 1 deletion DAVKit.xcodeproj/xcshareddata/xcschemes/DAVKit iOS.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0460"
LastUpgradeVersion = "0640"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down Expand Up @@ -49,6 +49,15 @@
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "5FEEF25F16CE830C002C1CBF"
BuildableName = "libDAVKit.a"
BlueprintName = "DAVKit iOS"
ReferencedContainer = "container:DAVKit.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
Expand Down

0 comments on commit d2e5df4

Please sign in to comment.