Skip to content

Commit

Permalink
FIX: Update deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Petrík committed Apr 18, 2018
1 parent 301b153 commit 739971d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PluggableApplicationDelegate.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = PluggableApplicationDelegate/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -303,6 +304,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = PluggableApplicationDelegate/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down

0 comments on commit 739971d

Please sign in to comment.