diff --git a/AttributedString.podspec b/AttributedString.podspec index f78df10..3b33cee 100644 --- a/AttributedString.podspec +++ b/AttributedString.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "AttributedString" -s.version = "1.6.3" +s.version = "1.6.4" s.summary = "基于Swift字符串插值快速构建你想要的富文本, 支持点击按住等事件获取, 支持多种类型过滤" s.homepage = "https://github.com/lixiang1994/AttributedString" @@ -28,9 +28,9 @@ s.tvos.deployment_target = "11.0" s.watchos.deployment_target = "5.0" s.source_files = ["Sources/*.swift", "Sources/Extension/*.swift", "Sources/Extension/CoreGraphics/*.swift"] -s.ios.source_files = ["Sources/Extension/UIKit/*.swift"] -s.osx.source_files = ["Sources/Extension/AppKit/*.swift"] -s.tvos.source_files = ["Sources/Extension/UIKit/*.swift"] -s.watchos.source_files = ["Sources/Extension/WatchKit/*.swift"] +s.ios.source_files = ["Sources/Extension/UIKit/*"] +s.osx.source_files = ["Sources/Extension/AppKit/*"] +s.tvos.source_files = ["Sources/Extension/UIKit/*"] +s.watchos.source_files = ["Sources/Extension/WatchKit/*"] end diff --git a/AttributedString.xcodeproj/project.pbxproj b/AttributedString.xcodeproj/project.pbxproj index 198f4c5..e8b8f83 100644 --- a/AttributedString.xcodeproj/project.pbxproj +++ b/AttributedString.xcodeproj/project.pbxproj @@ -838,7 +838,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.6.3; + MARKETING_VERSION = 1.6.4; PRODUCT_BUNDLE_IDENTIFIER = com.attributedstring.watchos; PRODUCT_NAME = AttributedString; SDKROOT = watchos; @@ -866,7 +866,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.6.3; + MARKETING_VERSION = 1.6.4; PRODUCT_BUNDLE_IDENTIFIER = com.attributedstring.watchos; PRODUCT_NAME = AttributedString; SDKROOT = watchos; @@ -893,7 +893,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.6.3; + MARKETING_VERSION = 1.6.4; PRODUCT_BUNDLE_IDENTIFIER = com.attributedstring.tvos; PRODUCT_NAME = AttributedString; SDKROOT = appletvos; @@ -920,7 +920,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.6.3; + MARKETING_VERSION = 1.6.4; PRODUCT_BUNDLE_IDENTIFIER = com.attributedstring.tvos; PRODUCT_NAME = AttributedString; SDKROOT = appletvos; @@ -996,7 +996,7 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.13; - MARKETING_VERSION = 1.6.3; + MARKETING_VERSION = 1.6.4; PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring.macos; PRODUCT_NAME = AttributedString; SDKROOT = macosx; @@ -1023,7 +1023,7 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.13; - MARKETING_VERSION = 1.6.3; + MARKETING_VERSION = 1.6.4; PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring.macos; PRODUCT_NAME = AttributedString; SDKROOT = macosx; @@ -1170,7 +1170,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.6.3; + MARKETING_VERSION = 1.6.4; PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring.ios; PRODUCT_NAME = AttributedString; SKIP_INSTALL = YES; @@ -1199,7 +1199,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.6.3; + MARKETING_VERSION = 1.6.4; PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring.ios; PRODUCT_NAME = AttributedString; SKIP_INSTALL = YES;