Skip to content

Commit

Permalink
chore: upgrade iOS deployment target to 15 (#181)
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor Coleman <[email protected]>
  • Loading branch information
aiden-petersen and trevor-coleman authored Feb 4, 2025
1 parent 7005202 commit c5538d1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/ExampleApp/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"ios": {
"newArchEnabled": false,
"flipper": false,
"deploymentTarget": "13.4"
"deploymentTarget": "15.8.3"
},
"android": {
"newArchEnabled": false,
Expand Down
3 changes: 2 additions & 1 deletion modules/react-native-mlkit-core/ios/RNMLKitCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ Pod::Spec.new do |s|
s.license = package['license']
s.author = package['author']
s.homepage = package['homepage']
s.platform = :ios, '13.0'
s.platform = :ios, '15.8.3'
s.swift_version = '5.4'
s.source = { git: 'http://github.com/infinitered/react-native-mlkit' }
s.static_framework = true

s.dependency 'MLKitVision'
s.dependency 'ExpoModulesCore'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.license = package['license']
s.author = package['author']
s.homepage = package['homepage']
s.platform = :ios, '13.0'
s.platform = :ios, '15.8.3'
s.swift_version = '5.4'
s.source = { git: 'http://github.com/infinitered/react-native-mlkit' }
s.static_framework = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.license = package['license']
s.author = package['author']
s.homepage = package['homepage']
s.platform = :ios, '13.0'
s.platform = :ios, '15.8.3'
s.swift_version = '5.4'
s.source = { git: 'https://github.com/infinitered/react-native-mlkit' }
s.static_framework = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.license = package['license']
s.author = package['author']
s.homepage = package['homepage']
s.platform = :ios, '13.0'
s.platform = :ios, '15.8.3'
s.swift_version = '5.4'
s.source = { git: 'http://github.com/infinitered/react-native-mlkit' }
s.static_framework = true
Expand Down

0 comments on commit c5538d1

Please sign in to comment.