File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
SwiftRichString.xcodeproj Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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;
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;
You can’t perform that action at this time.
0 commit comments