Skip to content

Commit da05a97

Browse files
authored
Merge pull request #3 from loloop/mauricio/fix-preview
fixes issue with previews not running
2 parents eb94c0c + 7f2ca92 commit da05a97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Examples/HackerNews/HackerNews.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
307307
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
308308
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
309-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
309+
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
310310
LD_RUNPATH_SEARCH_PATHS = (
311311
"$(inherited)",
312312
"@executable_path/Frameworks",
@@ -337,7 +337,7 @@
337337
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
338338
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
339339
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
340-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
340+
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
341341
LD_RUNPATH_SEARCH_PATHS = (
342342
"$(inherited)",
343343
"@executable_path/Frameworks",

0 commit comments

Comments
 (0)