Skip to content

Commit 19e3fe9

Browse files
committed
1.3.2
1 parent c316f6b commit 19e3fe9

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

AttributedString.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "AttributedString"
4-
s.version = "1.3.1"
4+
s.version = "1.3.2"
55
s.summary = "基于Swift字符串插值快速构建你想要的富文本"
66

77
s.homepage = "https://github.com/lixiang1994/AttributedString"

AttributedString.xcodeproj/project.pbxproj

+8-8
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@
808808
"@executable_path/Frameworks",
809809
"@loader_path/Frameworks",
810810
);
811-
MARKETING_VERSION = 1.3.1;
811+
MARKETING_VERSION = 1.3.2;
812812
PRODUCT_BUNDLE_IDENTIFIER = com.attributedstring.watchos;
813813
PRODUCT_NAME = AttributedString;
814814
SDKROOT = watchos;
@@ -836,7 +836,7 @@
836836
"@executable_path/Frameworks",
837837
"@loader_path/Frameworks",
838838
);
839-
MARKETING_VERSION = 1.3.1;
839+
MARKETING_VERSION = 1.3.2;
840840
PRODUCT_BUNDLE_IDENTIFIER = com.attributedstring.watchos;
841841
PRODUCT_NAME = AttributedString;
842842
SDKROOT = watchos;
@@ -863,7 +863,7 @@
863863
"@executable_path/Frameworks",
864864
"@loader_path/Frameworks",
865865
);
866-
MARKETING_VERSION = 1.3.1;
866+
MARKETING_VERSION = 1.3.2;
867867
PRODUCT_BUNDLE_IDENTIFIER = com.attributedstring.tvos;
868868
PRODUCT_NAME = AttributedString;
869869
SDKROOT = appletvos;
@@ -890,7 +890,7 @@
890890
"@executable_path/Frameworks",
891891
"@loader_path/Frameworks",
892892
);
893-
MARKETING_VERSION = 1.3.1;
893+
MARKETING_VERSION = 1.3.2;
894894
PRODUCT_BUNDLE_IDENTIFIER = com.attributedstring.tvos;
895895
PRODUCT_NAME = AttributedString;
896896
SDKROOT = appletvos;
@@ -966,7 +966,7 @@
966966
"@loader_path/Frameworks",
967967
);
968968
MACOSX_DEPLOYMENT_TARGET = 10.13;
969-
MARKETING_VERSION = 1.3.1;
969+
MARKETING_VERSION = 1.3.2;
970970
PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring.macos;
971971
PRODUCT_NAME = AttributedString;
972972
SDKROOT = macosx;
@@ -993,7 +993,7 @@
993993
"@loader_path/Frameworks",
994994
);
995995
MACOSX_DEPLOYMENT_TARGET = 10.13;
996-
MARKETING_VERSION = 1.3.1;
996+
MARKETING_VERSION = 1.3.2;
997997
PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring.macos;
998998
PRODUCT_NAME = AttributedString;
999999
SDKROOT = macosx;
@@ -1140,7 +1140,7 @@
11401140
"@executable_path/Frameworks",
11411141
"@loader_path/Frameworks",
11421142
);
1143-
MARKETING_VERSION = 1.3.1;
1143+
MARKETING_VERSION = 1.3.2;
11441144
PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring.ios;
11451145
PRODUCT_NAME = AttributedString;
11461146
SKIP_INSTALL = YES;
@@ -1168,7 +1168,7 @@
11681168
"@executable_path/Frameworks",
11691169
"@loader_path/Frameworks",
11701170
);
1171-
MARKETING_VERSION = 1.3.1;
1171+
MARKETING_VERSION = 1.3.2;
11721172
PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring.ios;
11731173
PRODUCT_NAME = AttributedString;
11741174
SKIP_INSTALL = YES;

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ textView.attributed.text = a + b
151151
textView.attributed.text += c
152152
```
153153

154-
#### Click: (Only supports iOS, only for UILabel / UITextView)
154+
#### Click: (Only supports iOS: UILabel / UITextView & macOS: NSTextField)
155155

156156
```swift
157157
// Text

README_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ textView.attributed.text = a + b
151151
textView.attributed.text += c
152152
```
153153

154-
#### 点击: (仅支持iOS 仅在 UILabel / UITextView 有效)
154+
#### 点击: (仅支持 iOS: UILabel / UITextView 和 macOS: NSTextField)
155155

156156
```swift
157157
// 文本

0 commit comments

Comments
 (0)