Skip to content

Commit b710c7c

Browse files
author
Thomas Taschauer
committed
set deployment target
1 parent 6f11240 commit b710c7c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

OpenDocumentReader.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,7 @@
865865
"$(PROJECT_DIR)/OpenDocument.core/include/**",
866866
);
867867
INFOPLIST_FILE = OpenDocumentReader/Info.plist;
868+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
868869
LD_RUNPATH_SEARCH_PATHS = (
869870
"$(inherited)",
870871
"@executable_path/Frameworks",
@@ -892,6 +893,7 @@
892893
"$(PROJECT_DIR)/OpenDocument.core/include/**",
893894
);
894895
INFOPLIST_FILE = OpenDocumentReader/Info.plist;
896+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
895897
LD_RUNPATH_SEARCH_PATHS = (
896898
"$(inherited)",
897899
"@executable_path/Frameworks",

0 commit comments

Comments
 (0)