Set iOS minimum OS version requirement to 12.4 (#7588) (#7589)

(cherry picked from commit 551f3cf596)

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
Mattermost Build 2023-10-06 14:55:14 +02:00 committed by GitHub
parent 00fe9ea7b8
commit 03e95b38de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -63,7 +63,7 @@ post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.4'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.4'
end
end
__apply_Xcode_12_5_M1_post_install_workaround(installer)

View file

@ -925,7 +925,7 @@ SPEC CHECKSUMS:
RCTTypeSafety: ca004f1fe0b76f7936f7fe7dfd761a4386cf72f5
React: b27df2b1da30335cf1bf1909056c4e1c3a3603ae
React-callinvoker: f2a69510d781d8226d51342a3cbe8a9b13573ea5
React-Codegen: ba40903fcda35154f5b4350b62ab831e4ea1f174
React-Codegen: 90eb4e8352b823234ee25adbe64233b2fc642aee
React-Core: 0771d135beb41b14e0e2ee9238fda50df6f18b97
React-CoreModules: 0e081b26ab034992d6a60217fc35a83e8ad9b8ed
React-cxxreact: 3ec43be907f4d818c5113e436d661836d1ab5aa9
@ -999,6 +999,6 @@ SPEC CHECKSUMS:
Yoga: 135109c9b8c5d1a8af3a58d21cd4c7aa7f3bf555
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
PODFILE CHECKSUM: 8c9b3133b62f3917cfe8e505f2a5dbd3fd882183
PODFILE CHECKSUM: 25f07cb9e5eed8c84db8e8723000e8470c349058
COCOAPODS: 1.11.3

View file

@ -123,7 +123,7 @@ index 03e3a5c..f3ae5a1 100644
+module Helpers
+ class Constants
+ def self.min_ios_version_supported
+ return '13.4'
+ return '12.4'
+ end
+ end
+end