Skip to content

Commit 11648e4

Browse files
jangelsbmichaelhenry
authored andcommitted
* Update iOS SDK target to iOS 12
1 parent b460a98 commit 11648e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ImageViewer.swift.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@
348348
);
349349
INFOPLIST_FILE = "$(SRCROOT)/Config/Info.plist";
350350
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
351+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
351352
LD_RUNPATH_SEARCH_PATHS = (
352353
"$(inherited)",
353354
"@executable_path/Frameworks",
@@ -376,6 +377,7 @@
376377
);
377378
INFOPLIST_FILE = "$(SRCROOT)/Config/Info.plist";
378379
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
380+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
379381
LD_RUNPATH_SEARCH_PATHS = (
380382
"$(inherited)",
381383
"@executable_path/Frameworks",

0 commit comments

Comments
 (0)