Skip to content

Commit

Permalink
Example deployment target iOS9
Browse files Browse the repository at this point in the history
Xcode13 no longer suppoerted iOS8 or lower.

fixes UrbanApps#30
  • Loading branch information
ykws committed Dec 29, 2021
1 parent c5a8614 commit 727b77b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "UAProgressView-Example/UAProgressView-Example-Prefix.pch";
INFOPLIST_FILE = "UAProgressView-Example/UAProgressView-Example-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand All @@ -343,7 +343,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "UAProgressView-Example/UAProgressView-Example-Prefix.pch";
INFOPLIST_FILE = "UAProgressView-Example/UAProgressView-Example-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand Down

0 comments on commit 727b77b

Please sign in to comment.