Skip to content

Commit 9ea53f4

Browse files
chore: update iOS platform version to 16.0 in Podfile and podspec
1 parent da9a8ce commit 9ea53f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MapboxTurnByTurnNavigation.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.license = package["license"]
1111
s.authors = package["author"]
1212

13-
s.platforms = { :ios => min_ios_version_supported }
13+
s.platforms = { :ios => "16.0" }
1414
s.source = { :git => "https://github.com/atoui-zahreddine//react-native-mapbox-turn-by-turn-navigation.git", :tag => "#{s.version}" }
1515

1616
s.source_files = "ios/**/*.{h,m,mm,swift}"

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require Pod::Executable.execute_command('node', ['-p',
77
{paths: [process.argv[1]]},
88
)', __dir__]).strip
99

10-
platform :ios, min_ios_version_supported
10+
platform :ios, '16.0'
1111
prepare_react_native_project!
1212

1313
linkage = ENV['USE_FRAMEWORKS']

0 commit comments

Comments
 (0)