Skip to content

Commit

Permalink
Updated demo app for Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Oct 5, 2016
1 parent dc1c24a commit 52c11d0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Xcode/Cacao.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand Down Expand Up @@ -685,6 +686,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand All @@ -709,7 +711,6 @@
SKIP_INSTALL = YES;
SWIFT_INCLUDE_PATHS = $SRCROOT;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
Expand All @@ -731,7 +732,6 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_INCLUDE_PATHS = $SRCROOT;
SWIFT_VERSION = 3.0;
};
name = Release;
};
Expand All @@ -745,7 +745,6 @@
PRODUCT_BUNDLE_IDENTIFIER = com.pureswift.CacaoTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
Expand All @@ -758,7 +757,6 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.pureswift.CacaoTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Release;
};
Expand Down

0 comments on commit 52c11d0

Please sign in to comment.