Skip to content

Commit

Permalink
Merge pull request #302 from JamieWhite/AppExtensionAPIOnly
Browse files Browse the repository at this point in the history
Toggling on App Extension API Only
  • Loading branch information
robbiehanson committed Mar 29, 2016
2 parents 51a9ff0 + d6f812d commit 94c56ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions YapDatabase.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2037,6 +2037,7 @@
DCF7C2B71BCC8E610087ED39 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -2061,6 +2062,7 @@
DCF7C2B81BCC8E610087ED39 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -2085,6 +2087,7 @@
DCF7C2C41BCC8E870087ED39 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -2110,6 +2113,7 @@
DCF7C2C51BCC8E870087ED39 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down

0 comments on commit 94c56ec

Please sign in to comment.