Skip to content

Commit

Permalink
ios 12
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Apr 28, 2024
1 parent 99b3a44 commit c8657c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cocoapods/opros.podspec.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Ivan Gagis" => "[email protected]" }
s.platform = :ios
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '12.0'

s.source = { :http => "http://gagis.hopto.org/repo/cppfw/cocoapods/#{s.name}-#{s.version}.zip" }

Expand Down
2 changes: 1 addition & 1 deletion xcode/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://github.com/cppfw/cocoapods-repo.git'

project 'opros/opros.xcodeproj'

platform :ios, '11.0'
platform :ios, '12.0'

target "opros" do
pod 'utki', '>= 1.1.123'
Expand Down
4 changes: 2 additions & 2 deletions xcode/opros/opros.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -288,7 +288,7 @@
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down

0 comments on commit c8657c1

Please sign in to comment.