diff --git a/example/ios/Podfile b/example/ios/Podfile index f486b7c3..c7f0d787 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -57,9 +57,10 @@ target 'AirshipExample' do ) __apply_Xcode_12_5_M1_post_install_workaround(installer) installer.pods_project.targets.each do |target| - if target.respond_to?(:product_type) and target.product_type == "com.apple.product-type.bundle" - target.build_configurations.each do |config| - config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO' + target.build_configurations.each do |config| + config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0' + if target.respond_to?(:product_type) and target.product_type == "com.apple.product-type.bundle" + config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO' end end end diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 23255a38..8feb546f 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -638,6 +638,6 @@ SPEC CHECKSUMS: Yoga: 921eb014669cf9c718ada68b08d362517d564e0c YogaKit: f782866e155069a2cca2517aafea43200b01fd5a -PODFILE CHECKSUM: 1f39a4a9c9c7a29cfafef9780883057d76bf645c +PODFILE CHECKSUM: 752a5f51a2d0fb49d58f91573b1d2b520147bf4e COCOAPODS: 1.11.3