Skip to content

Commit bd686be

Browse files
committed
Build for iOS 12, not getting the same effect here - in fact, it's pretty poor.
1 parent d4a8d66 commit bd686be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SearchController.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@
270270
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
271271
CODE_SIGN_STYLE = Automatic;
272272
INFOPLIST_FILE = SearchController/Info.plist;
273+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
273274
LD_RUNPATH_SEARCH_PATHS = (
274275
"$(inherited)",
275276
"@executable_path/Frameworks",
@@ -287,6 +288,7 @@
287288
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
288289
CODE_SIGN_STYLE = Automatic;
289290
INFOPLIST_FILE = SearchController/Info.plist;
291+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
290292
LD_RUNPATH_SEARCH_PATHS = (
291293
"$(inherited)",
292294
"@executable_path/Frameworks",

0 commit comments

Comments
 (0)