Skip to content

Commit

Permalink
min deployment target 15 -> 16
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dydx committed Sep 24, 2024
1 parent 1421e13 commit c0570d9
Show file tree
Hide file tree
Showing 4 changed files with 2,319 additions and 2,319 deletions.
4 changes: 2 additions & 2 deletions dydx/PodFile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def ios_ui_pods
end

abstract_target 'iOS' do
platform:ios, '15.0'
platform:ios, '16.0'

target 'PlatformUI' do
project '../PlatformUI/PlatformUI'
Expand Down Expand Up @@ -385,7 +385,7 @@ abstract_target 'iOS' do
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '15.0'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '16.0'
config.build_settings['SWIFT_VERSION'] = '5.0'
if config.base_configuration_reference
xcconfig_path = config.base_configuration_reference.real_path
Expand Down
2 changes: 1 addition & 1 deletion dydx/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,6 @@ SPEC CHECKSUMS:
Validator: 80a6f567220c962dfd2d9928ae98a8c1d164f6f4
ZSWTappableLabel: 92f11d677bb395a8294df48482316c4981783ca0

PODFILE CHECKSUM: 1ad6acf513ac5f0550ff2bb1f3c97df85a0adce3
PODFILE CHECKSUM: 46b6dd438d07a603400a683037df8258f4c2950a

COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion dydx/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c0570d9

Please sign in to comment.