Skip to content

Commit 21096b4

Browse files
committed
Minimum macOS target is now 10.11
1 parent 7a619b3 commit 21096b4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ The following properties are available:
707707

708708
* Swift 5.1+
709709
* iOS 8.0+
710-
* macOS 10.10+
710+
* macOS 11.0+
711711
* watchOS 2.0+
712712
* tvOS 11.0+
713713

SwiftRichString.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.author = { "Daniele Margutti" => "[email protected]" }
1111
s.social_media_url = "https://twitter.com/danielemargutti"
1212
s.ios.deployment_target = "8.0"
13-
s.osx.deployment_target = "10.10"
13+
s.osx.deployment_target = "11.0"
1414
s.watchos.deployment_target = "2.0"
1515
s.tvos.deployment_target = "9.2"
1616
s.source = { :git => "https://github.com/malcommac/SwiftRichString.git", :tag => s.version.to_s }

SwiftRichString.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1812,7 +1812,7 @@
18121812
INFOPLIST_FILE = Configs/SwiftRichString.plist;
18131813
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
18141814
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
1815-
MACOSX_DEPLOYMENT_TARGET = 10.10;
1815+
MACOSX_DEPLOYMENT_TARGET = 10.11;
18161816
MARKETING_VERSION = 3.5.0;
18171817
PRODUCT_BUNDLE_IDENTIFIER = "com.SwiftRichString.SwiftRichString-macOS";
18181818
PRODUCT_NAME = SwiftRichString;
@@ -1838,7 +1838,7 @@
18381838
INFOPLIST_FILE = Configs/SwiftRichString.plist;
18391839
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
18401840
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
1841-
MACOSX_DEPLOYMENT_TARGET = 10.10;
1841+
MACOSX_DEPLOYMENT_TARGET = 10.11;
18421842
MARKETING_VERSION = 3.5.0;
18431843
PRODUCT_BUNDLE_IDENTIFIER = "com.SwiftRichString.SwiftRichString-macOS";
18441844
PRODUCT_NAME = SwiftRichString;

0 commit comments

Comments
 (0)