Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Commit

Permalink
Set the deployment target to iOS 10
Browse files Browse the repository at this point in the history
  • Loading branch information
danielctull committed Sep 30, 2017
1 parent e8f0fa3 commit 51648c9
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -353,6 +353,7 @@
baseConfigurationReference = 24CCFF2E1D9EA3DA00228331 /* Debug.xcconfig */;
buildSettings = {
CURRENT_PROJECT_VERSION = 1;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
PRODUCT_BUNDLE_IDENTIFIER = "uk.co.danieltull.$(PRODUCT_NAME:rfc1034identifier)";
};
name = Debug;
Expand All @@ -362,6 +363,7 @@
baseConfigurationReference = 24CCFF401D9EA3DA00228331 /* Release.xcconfig */;
buildSettings = {
CURRENT_PROJECT_VERSION = 1;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
PRODUCT_BUNDLE_IDENTIFIER = "uk.co.danieltull.$(PRODUCT_NAME:rfc1034identifier)";
};
name = Release;
Expand Down

0 comments on commit 51648c9

Please sign in to comment.