Skip to content

Commit

Permalink
Set iOS minimum OS version requirement to 12.4 (mattermost#7588) (mat…
Browse files Browse the repository at this point in the history
…termost#7589)

(cherry picked from commit 551f3cf)

Co-authored-by: Elias Nahum <[email protected]>
  • Loading branch information
mattermost-build and enahum authored Oct 6, 2023
1 parent 00fe9ea commit 03e95b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -999,6 +999,6 @@ SPEC CHECKSUMS:
Yoga: 135109c9b8c5d1a8af3a58d21cd4c7aa7f3bf555
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 8c9b3133b62f3917cfe8e505f2a5dbd3fd882183
PODFILE CHECKSUM: 25f07cb9e5eed8c84db8e8723000e8470c349058

COCOAPODS: 1.11.3
2 changes: 1 addition & 1 deletion patches/react-native+0.71.13.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03e95b3

Please sign in to comment.