Skip to content

Commit 863febe

Browse files
committed
Updated for Xcode 7
1 parent 2ff117d commit 863febe

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

GCDWebServer.xcodeproj/project.pbxproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@
603603
08FB7793FE84155DC02AAC07 /* Project object */ = {
604604
isa = PBXProject;
605605
attributes = {
606-
LastUpgradeCheck = 0630;
606+
LastUpgradeCheck = 0700;
607607
TargetAttributes = {
608608
CEE28CD01AE004D800F4023C = {
609609
CreatedOnToolsVersion = 6.3;
@@ -845,6 +845,9 @@
845845
"-Wno-documentation-unknown-command",
846846
"-Wno-objc-missing-property-synthesis",
847847
"-Wno-cstring-format-directive",
848+
"-Wno-reserved-id-macro",
849+
"-Wno-cast-qual",
850+
"-Wno-nullable-to-nonnull-conversion",
848851
);
849852
};
850853
name = Debug;
@@ -929,6 +932,7 @@
929932
isa = XCBuildConfiguration;
930933
buildSettings = {
931934
CODE_SIGN_IDENTITY = "iPhone Developer";
935+
ENABLE_BITCODE = NO;
932936
INFOPLIST_FILE = iOS/Info.plist;
933937
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
934938
PRODUCT_NAME = GCDWebServer;
@@ -942,6 +946,7 @@
942946
isa = XCBuildConfiguration;
943947
buildSettings = {
944948
CODE_SIGN_IDENTITY = "iPhone Developer";
949+
ENABLE_BITCODE = NO;
945950
INFOPLIST_FILE = iOS/Info.plist;
946951
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
947952
PRODUCT_NAME = GCDWebServer;

GCDWebServer.xcodeproj/xcshareddata/xcschemes/GCDWebServers (Mac).xcscheme

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0630"
3+
LastUpgradeVersion = "0700"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -29,6 +29,8 @@
2929
buildConfiguration = "Debug">
3030
<Testables>
3131
</Testables>
32+
<AdditionalOptions>
33+
</AdditionalOptions>
3234
</TestAction>
3335
<LaunchAction
3436
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
@@ -38,6 +40,7 @@
3840
buildConfiguration = "Debug"
3941
ignoresPersistentStateOnLaunch = "NO"
4042
debugDocumentVersioning = "YES"
43+
debugServiceExtension = "internal"
4144
allowLocationSimulation = "YES">
4245
<MacroExpansion>
4346
<BuildableReference

GCDWebServer.xcodeproj/xcshareddata/xcschemes/GCDWebServers (iOS).xcscheme

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0630"
3+
LastUpgradeVersion = "0700"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -29,6 +29,8 @@
2929
buildConfiguration = "Debug">
3030
<Testables>
3131
</Testables>
32+
<AdditionalOptions>
33+
</AdditionalOptions>
3234
</TestAction>
3335
<LaunchAction
3436
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
@@ -38,6 +40,7 @@
3840
buildConfiguration = "Debug"
3941
ignoresPersistentStateOnLaunch = "NO"
4042
debugDocumentVersioning = "YES"
43+
debugServiceExtension = "internal"
4144
allowLocationSimulation = "YES">
4245
<MacroExpansion>
4346
<BuildableReference

0 commit comments

Comments
 (0)