Skip to content

Commit

Permalink
Fix deployment target for framework, set back to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbaumbach committed Apr 24, 2017
1 parent 1d6067a commit 60150bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions InstagramSimpleOAuth.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@
);
INFOPLIST_FILE = InstagramSimpleOAuth/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.rkb.instagramsimpleoauth;
Expand Down Expand Up @@ -797,7 +797,7 @@
);
INFOPLIST_FILE = InstagramSimpleOAuth/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.rkb.instagramsimpleoauth;
Expand Down

0 comments on commit 60150bf

Please sign in to comment.