Skip to content

Commit

Permalink
Merge pull request #18 from PersistX/ios-deployment-target-redux
Browse files Browse the repository at this point in the history
Really set the iOS deployment target to 10.0
  • Loading branch information
mdiep authored Mar 31, 2019
2 parents 046fbbf + 1fa7feb commit 586e4df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Schemata.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 11.2;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = org.persistx.Schemata;
PRODUCT_NAME = Schemata;
Expand All @@ -637,7 +636,6 @@
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 11.2;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = org.persistx.Schemata;
PRODUCT_NAME = Schemata;
Expand Down

0 comments on commit 586e4df

Please sign in to comment.