Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.

Commit

Permalink
Xcode: set deployment target to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dankimio committed Feb 23, 2017
1 parent a468d68 commit af830c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Academia.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1976,7 +1976,7 @@
DEVELOPMENT_TEAM = AMN3A39Y67;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = ZP/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = ru.maximkaplevich.Academia;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -2001,7 +2001,7 @@
DEVELOPMENT_TEAM = AMN3A39Y67;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = ZP/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = ru.maximkaplevich.Academia;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit af830c6

Please sign in to comment.