Mercurial > public > stock-charts
changeset 87:83d3a59fce12 1.1.4
Merge pull request #7 from finestructure/fix-ios-deployment-target
committer: GitHub <noreply@github.com>
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Tue, 18 May 2021 13:32:48 +0200 |
parents | 856da7829a92 (current diff) 44d1a221bab1 (diff) |
children | 455e3bcdb510 |
files | |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/StockCharts.xcodeproj/project.pbxproj Mon May 17 20:32:35 2021 +0200 +++ b/StockCharts.xcodeproj/project.pbxproj Tue May 18 13:32:48 2021 +0200 @@ -414,6 +414,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -444,6 +445,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks",