Skip to content

Commit

Permalink
Merge pull request #2048 from Cleverlance/master
Browse files Browse the repository at this point in the history
Add support for extensions
  • Loading branch information
pmairoldi authored Jan 13, 2017
2 parents 5b5180d + 5c08747 commit b7edb93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Charts.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1250,6 +1250,7 @@
06165F391D8110E700722320 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -1268,6 +1269,7 @@
06165F3A1D8110E700722320 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down Expand Up @@ -1316,6 +1318,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 063FF0401D8CC9940094A042 /* Carthage.xcconfig */;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -1336,6 +1339,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 063FF0401D8CC9940094A042 /* Carthage.xcconfig */;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down

0 comments on commit b7edb93

Please sign in to comment.