Skip to content

Commit

Permalink
fixed min target
Browse files Browse the repository at this point in the history
Signed-off-by: Quickthyme <[email protected]>
  • Loading branch information
quickthyme committed May 14, 2019
1 parent bda8b04 commit 9012950
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions QRoute.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,7 @@
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_MODULE_NAME = QRoute;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -897,6 +898,7 @@
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_MODULE_NAME = QRoute;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1084,6 +1086,7 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = Tests/QRouteTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -1102,6 +1105,7 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = Tests/QRouteTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down

0 comments on commit 9012950

Please sign in to comment.