Skip to content

Commit

Permalink
build: change minimum deployment version to 13 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
duguyihou authored Dec 7, 2023
1 parent 709f251 commit 71d7e1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ReactNativeTurboImage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.license = package["license"]
s.authors = package["author"]

s.platforms = { :ios => "14.0" }
s.platforms = { :ios => "13.0" }
s.source = { :git => "https://github.com/duguyihou/react-native-turbo-image.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,mm,swift}"
Expand Down
4 changes: 2 additions & 2 deletions example/ios/TurboImageExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
INFOPLIST_FILE = TurboImageExample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -522,7 +522,7 @@
DEFINES_MODULE = NO;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = TurboImageExample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down

0 comments on commit 71d7e1c

Please sign in to comment.