Skip to content

Commit

Permalink
Merge pull request #19 from PersistX/APPLICATION_EXTENSION_API_ONLY
Browse files Browse the repository at this point in the history
APPLICATION_EXTENSION_API_ONLY
  • Loading branch information
mdiep authored Mar 31, 2019
2 parents 586e4df + 5d3d083 commit 6080c27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Schemata.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@
BE64E72F1EA3AF4D0047D035 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
Expand All @@ -558,6 +559,7 @@
BE64E7301EA3AF4D0047D035 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
Expand Down Expand Up @@ -602,6 +604,7 @@
BEDE9052201507E2004656FC /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "";
Expand All @@ -625,6 +628,7 @@
BEDE9053201507E2004656FC /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "";
Expand Down

0 comments on commit 6080c27

Please sign in to comment.