Skip to content

Commit

Permalink
Merge pull request #27 from OpenClassrooms/OC-51592_Update-minimum-de…
Browse files Browse the repository at this point in the history
…ployments-ios-14

[OC-51592] Updated minimum OS deployment from iOS 13 to iOS 14
  • Loading branch information
abderrahim-benmakhlouf authored May 24, 2024
2 parents bb6fa7f + 33e18eb commit a57f9db
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :ios, '13.0'
platform :ios, '14.0'

target 'material-carthage-ios' do

Expand All @@ -8,7 +8,7 @@ target 'material-carthage-ios' do

config.build_settings['ENABLE_BITCODE'] = 'YES'

config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '14.0'
end

# Remove `MaterialIcons_ic_arrow_back` resource bundle from `MaterialComponents`
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,6 @@ SPEC CHECKSUMS:
MotionAnimator: 5f99d7c9592928c0f28a66283eda9c3b657dc480
MotionInterchange: 13adae439b377e31d1674cc165539d50e1d1566a

PODFILE CHECKSUM: 84f05debd72d8f4d455930d927253fcc3b1490d6
PODFILE CHECKSUM: d954977e96d949c311c98797fa7a9b5e50eb17b4

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

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

34 changes: 17 additions & 17 deletions Pods/Pods.xcodeproj/project.pbxproj

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

4 changes: 2 additions & 2 deletions material-carthage-ios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -438,7 +438,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
Expand Down

0 comments on commit a57f9db

Please sign in to comment.