Skip to content

Commit

Permalink
Enforce iOS 13 compatibility for Pods
Browse files Browse the repository at this point in the history
  • Loading branch information
jkmassel committed Oct 31, 2024
1 parent 97bfba7 commit a923946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['CODE_SIGN_IDENTITY'] = ''
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
end
end

Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ SPEC CHECKSUMS:
WordPress-Aztec-iOS: 3732c6d865a5c9f35788377bdeda8a80ea10d0a1
WordPress-Editor-iOS: 453345420ced3d3ef20f0051b3df46ff10281e0c

PODFILE CHECKSUM: f30ae9db730f660b2c300f7761c19ab78f244d90
PODFILE CHECKSUM: 99aff5ecb96391804fd8f28b29fd4e350ecd4b2e

COCOAPODS: 1.16.1

0 comments on commit a923946

Please sign in to comment.