Skip to content

Commit 58e5a82

Browse files
author
Julian Locke
committed
Min iOS deployment target 12.0
1 parent d8a63bd commit 58e5a82

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Full documentation [here](http://dropbox.github.io/SwiftyDropbox/api-docs/10.0.0
5656

5757
## System requirements
5858

59-
- iOS 11.0+
59+
- iOS 12.0+
6060
- macOS 10.13+
6161
- Xcode 13.3+
6262
- Swift 5.6+

SwiftyDropbox.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.swift_version = '5.6'
1616

1717
s.osx.deployment_target = '10.13'
18-
s.ios.deployment_target = '11.0'
18+
s.ios.deployment_target = '12.0'
1919

2020
s.osx.frameworks = 'AppKit', 'WebKit', 'SystemConfiguration', 'Foundation'
2121
s.ios.frameworks = 'UIKit', 'WebKit', 'SystemConfiguration', 'Foundation'

SwiftyDropboxObjC.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.swift_version = '5.6'
1616

1717
s.osx.deployment_target = '10.13'
18-
s.ios.deployment_target = '11.0'
18+
s.ios.deployment_target = '12.0'
1919

2020
s.osx.frameworks = 'AppKit', 'WebKit', 'SystemConfiguration', 'Foundation'
2121
s.ios.frameworks = 'UIKit', 'WebKit', 'SystemConfiguration', 'Foundation'

TestSwiftyDropbox/TestSwiftyDropbox.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@
14621462
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
14631463
GCC_WARN_UNUSED_FUNCTION = YES;
14641464
GCC_WARN_UNUSED_VARIABLE = YES;
1465-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1465+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
14661466
MACOSX_DEPLOYMENT_TARGET = 10.13;
14671467
MTL_ENABLE_DEBUG_INFO = YES;
14681468
ONLY_ACTIVE_ARCH = YES;
@@ -1515,7 +1515,7 @@
15151515
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
15161516
GCC_WARN_UNUSED_FUNCTION = YES;
15171517
GCC_WARN_UNUSED_VARIABLE = YES;
1518-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1518+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
15191519
MACOSX_DEPLOYMENT_TARGET = 10.13;
15201520
MTL_ENABLE_DEBUG_INFO = NO;
15211521
SDKROOT = iphoneos;

0 commit comments

Comments
 (0)