Skip to content

Commit ccfdf2c

Browse files
committed
Bump version to 5.11.0
1 parent cdbec43 commit ccfdf2c

File tree

10 files changed

+24
-21
lines changed

10 files changed

+24
-21
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [5.11.0] - 2023-11-01
8+
79
### Added
810

911
- Add digital signature to the xcframework artifacts. Now the xcframework binaries are signed with certificate of LINE Developer team. [#199](https://github.com/line/line-sdk-ios-swift/pull/199)
@@ -285,3 +287,4 @@ LINE SDK version 5 is not compatible with version 4.x. To upgrade to version 5,
285287
[5.9.1]: https://github.com/line/line-sdk-ios-swift/compare/5.9.0...5.9.1
286288
[5.9.1]: https://github.com/line/line-sdk-ios-swift/compare/5.9.1...5.10.0
287289
[5.10.1]: https://github.com/line/line-sdk-ios-swift/compare/5.10.0...5.10.1
290+
[5.11.0]: https://github.com/line/line-sdk-ios-swift/compare/5.10.1...5.11.0

LineSDK/LineSDK.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2863,7 +2863,7 @@
28632863
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
28642864
CODE_SIGN_IDENTITY = "iPhone Developer";
28652865
COPY_PHASE_STRIP = NO;
2866-
CURRENT_PROJECT_VERSION = 1187;
2866+
CURRENT_PROJECT_VERSION = 1197;
28672867
DEBUG_INFORMATION_FORMAT = dwarf;
28682868
ENABLE_STRICT_OBJC_MSGSEND = YES;
28692869
ENABLE_TESTABILITY = YES;
@@ -2929,7 +2929,7 @@
29292929
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
29302930
CODE_SIGN_IDENTITY = "iPhone Developer";
29312931
COPY_PHASE_STRIP = NO;
2932-
CURRENT_PROJECT_VERSION = 1187;
2932+
CURRENT_PROJECT_VERSION = 1197;
29332933
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
29342934
ENABLE_NS_ASSERTIONS = NO;
29352935
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -2962,7 +2962,7 @@
29622962
CODE_SIGN_STYLE = Automatic;
29632963
DEFINES_MODULE = YES;
29642964
DYLIB_COMPATIBILITY_VERSION = 1;
2965-
DYLIB_CURRENT_VERSION = 1187;
2965+
DYLIB_CURRENT_VERSION = 1197;
29662966
DYLIB_INSTALL_NAME_BASE = "@rpath";
29672967
ENABLE_MODULE_VERIFIER = YES;
29682968
INFOPLIST_FILE = LineSDK/Info.plist;
@@ -2992,7 +2992,7 @@
29922992
CODE_SIGN_STYLE = Automatic;
29932993
DEFINES_MODULE = YES;
29942994
DYLIB_COMPATIBILITY_VERSION = 1;
2995-
DYLIB_CURRENT_VERSION = 1187;
2995+
DYLIB_CURRENT_VERSION = 1197;
29962996
DYLIB_INSTALL_NAME_BASE = "@rpath";
29972997
ENABLE_MODULE_VERIFIER = YES;
29982998
INFOPLIST_FILE = LineSDK/Info.plist;
@@ -3057,7 +3057,7 @@
30573057
CODE_SIGN_STYLE = Automatic;
30583058
DEFINES_MODULE = YES;
30593059
DYLIB_COMPATIBILITY_VERSION = 1;
3060-
DYLIB_CURRENT_VERSION = 1187;
3060+
DYLIB_CURRENT_VERSION = 1197;
30613061
DYLIB_INSTALL_NAME_BASE = "@rpath";
30623062
ENABLE_MODULE_VERIFIER = YES;
30633063
INFOPLIST_FILE = LineSDKObjC/Info.plist;
@@ -3086,7 +3086,7 @@
30863086
CODE_SIGN_STYLE = Automatic;
30873087
DEFINES_MODULE = YES;
30883088
DYLIB_COMPATIBILITY_VERSION = 1;
3089-
DYLIB_CURRENT_VERSION = 1187;
3089+
DYLIB_CURRENT_VERSION = 1197;
30903090
DYLIB_INSTALL_NAME_BASE = "@rpath";
30913091
ENABLE_MODULE_VERIFIER = YES;
30923092
INFOPLIST_FILE = LineSDKObjC/Info.plist;
@@ -3148,7 +3148,7 @@
31483148
CODE_SIGN_STYLE = Automatic;
31493149
DEFINES_MODULE = YES;
31503150
DYLIB_COMPATIBILITY_VERSION = 1;
3151-
DYLIB_CURRENT_VERSION = 1187;
3151+
DYLIB_CURRENT_VERSION = 1197;
31523152
DYLIB_INSTALL_NAME_BASE = "@rpath";
31533153
ENABLE_MODULE_VERIFIER = YES;
31543154
INFOPLIST_FILE = LineSDKObjC/Info.plist;
@@ -3178,7 +3178,7 @@
31783178
CODE_SIGN_STYLE = Automatic;
31793179
DEFINES_MODULE = YES;
31803180
DYLIB_COMPATIBILITY_VERSION = 1;
3181-
DYLIB_CURRENT_VERSION = 1187;
3181+
DYLIB_CURRENT_VERSION = 1197;
31823182
DYLIB_INSTALL_NAME_BASE = "@rpath";
31833183
ENABLE_MODULE_VERIFIER = YES;
31843184
INFOPLIST_FILE = LineSDKObjC/Info.plist;

LineSDK/LineSDK/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.10.1</string>
18+
<string>5.11.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1187</string>
20+
<string>1197</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

LineSDK/LineSDK/Utils/Constant.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public struct Constant {
2727
// This version number is bumped by `bump_constant_version` lane when releasing a new version.
2828
// If you change the name or location of this variable, also update the lane in the Fastfile.
2929
/// The version of the current LINE SDK.
30-
public static let SDKVersion = "5.10.1"
30+
public static let SDKVersion = "5.11.0"
3131

3232
static var SDKVersionString: String {
3333
return "LINE SDK iOS v\(SDKVersion)"

LineSDK/LineSDKObjC/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.10.1</string>
18+
<string>5.11.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1187</string>
20+
<string>1197</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

LineSDK/LineSDKObjCInterfaceTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.10.1</string>
18+
<string>5.11.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1187</string>
20+
<string>1197</string>
2121
</dict>
2222
</plist>

LineSDK/LineSDKTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.10.1</string>
18+
<string>5.11.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1187</string>
20+
<string>1197</string>
2121
</dict>
2222
</plist>

LineSDK/TestHost/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.10.1</string>
18+
<string>5.11.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1187</string>
20+
<string>1197</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>UIRequiredDeviceCapabilities</key>

LineSDKSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "LineSDKSwift"
4-
s.version = "5.10.1"
4+
s.version = "5.11.0"
55
s.summary = "The LINE SDK for iOS Swift provides a modern way of implementing LINE APIs."
66

77
s.description = <<-DESC

REFERENCETOP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# LINE SDK v5.10 for iOS Swift
1+
# LINE SDK v5.11 for iOS Swift
22

33
Developed in Swift, the LINE SDK for iOS Swift provides a modern way of implementing LINE APIs. The features included in this SDK will help you develop an iOS app with engaging and personalized user experience.

0 commit comments

Comments
 (0)