Skip to content

Commit

Permalink
ios 12
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Apr 29, 2024
1 parent 445de89 commit d3b3a63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cocoapods/svgren.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" => "igagis@gmail.com" }
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 'svgren/svgren.xcodeproj'

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

target "svgren" do
pod 'svgdom', '>= 0.3.61'
Expand Down
4 changes: 2 additions & 2 deletions xcode/svgren/svgren.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = svgren/Info.plist;
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 All @@ -283,7 +283,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = svgren/Info.plist;
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 d3b3a63

Please sign in to comment.