Skip to content

Commit

Permalink
Merge pull request #4 from pizthewiz/extension-api-only
Browse files Browse the repository at this point in the history
Allow AlamofireObjectMapper use from within an iOS app extension
  • Loading branch information
tristanhimmelman committed May 17, 2015
2 parents ebf9c4b + e03606d commit 8e3a489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AlamofireObjectMapper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@
6AB2A0281AF26C36001EBB20 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = NO;
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_ENABLE_MODULES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -507,7 +507,7 @@
6AB2A0291AF26C36001EBB20 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = NO;
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_ENABLE_MODULES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down

0 comments on commit 8e3a489

Please sign in to comment.