Skip to content

Commit 46f58cb

Browse files
committed
chore: only bump iOS minimum deployment target for simulators
1 parent 26a8b09 commit 46f58cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ target 'NitroSQLiteExample' do
3737

3838
installer.pods_project.targets.each do |target|
3939
target.build_configurations.each do |config|
40-
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '16.6'
40+
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET[sdk=iphonesimulator*]'] = '16.6'
4141
config.build_settings['DEAD_CODE_STRIPPING'] = 'YES'
4242
end
4343
end

0 commit comments

Comments
 (0)