Skip to content

Commit

Permalink
Bump version to 5.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Sep 26, 2024
1 parent 445c23d commit 7c0de94
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 20 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [5.11.2] - 2024-09-26

### Fixed

- Some compiler warning when building with Xcode 16.0. [#214](https://github.com/line/line-sdk-ios-swift/pull/214)
Expand Down Expand Up @@ -299,3 +301,4 @@ LINE SDK version 5 is not compatible with version 4.x. To upgrade to version 5,
[5.10.1]: https://github.com/line/line-sdk-ios-swift/compare/5.10.0...5.10.1
[5.11.0]: https://github.com/line/line-sdk-ios-swift/compare/5.10.1...5.11.0
[5.11.1]: https://github.com/line/line-sdk-ios-swift/compare/5.11.0...5.11.1
[5.11.2]: https://github.com/line/line-sdk-ios-swift/compare/5.11.1...5.11.2
16 changes: 8 additions & 8 deletions LineSDK/LineSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2863,7 +2863,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1203;
CURRENT_PROJECT_VERSION = 1208;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -2929,7 +2929,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1203;
CURRENT_PROJECT_VERSION = 1208;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -2962,7 +2962,7 @@
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1203;
DYLIB_CURRENT_VERSION = 1208;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_MODULE_VERIFIER = YES;
INFOPLIST_FILE = LineSDK/Info.plist;
Expand Down Expand Up @@ -2992,7 +2992,7 @@
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1203;
DYLIB_CURRENT_VERSION = 1208;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_MODULE_VERIFIER = YES;
INFOPLIST_FILE = LineSDK/Info.plist;
Expand Down Expand Up @@ -3057,7 +3057,7 @@
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1203;
DYLIB_CURRENT_VERSION = 1208;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_MODULE_VERIFIER = YES;
INFOPLIST_FILE = LineSDKObjC/Info.plist;
Expand Down Expand Up @@ -3086,7 +3086,7 @@
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1203;
DYLIB_CURRENT_VERSION = 1208;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_MODULE_VERIFIER = YES;
INFOPLIST_FILE = LineSDKObjC/Info.plist;
Expand Down Expand Up @@ -3148,7 +3148,7 @@
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1203;
DYLIB_CURRENT_VERSION = 1208;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_MODULE_VERIFIER = YES;
INFOPLIST_FILE = LineSDKObjC/Info.plist;
Expand Down Expand Up @@ -3178,7 +3178,7 @@
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1203;
DYLIB_CURRENT_VERSION = 1208;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_MODULE_VERIFIER = YES;
INFOPLIST_FILE = LineSDKObjC/Info.plist;
Expand Down
4 changes: 2 additions & 2 deletions LineSDK/LineSDK/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.11.1</string>
<string>5.11.2</string>
<key>CFBundleVersion</key>
<string>1203</string>
<string>1208</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion LineSDK/LineSDK/Utils/Constant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public struct Constant {
// This version number is bumped by `bump_constant_version` lane when releasing a new version.
// If you change the name or location of this variable, also update the lane in the Fastfile.
/// The version of the current LINE SDK.
public static let SDKVersion = "5.11.1"
public static let SDKVersion = "5.11.2"

static var SDKVersionString: String {
return "LINE SDK iOS v\(SDKVersion)"
Expand Down
4 changes: 2 additions & 2 deletions LineSDK/LineSDKObjC/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.11.1</string>
<string>5.11.2</string>
<key>CFBundleVersion</key>
<string>1203</string>
<string>1208</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions LineSDK/LineSDKObjCInterfaceTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>5.11.1</string>
<string>5.11.2</string>
<key>CFBundleVersion</key>
<string>1203</string>
<string>1208</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions LineSDK/LineSDKTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>5.11.1</string>
<string>5.11.2</string>
<key>CFBundleVersion</key>
<string>1203</string>
<string>1208</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions LineSDK/TestHost/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>5.11.1</string>
<string>5.11.2</string>
<key>CFBundleVersion</key>
<string>1203</string>
<string>1208</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIRequiredDeviceCapabilities</key>
Expand Down
2 changes: 1 addition & 1 deletion LineSDKSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "LineSDKSwift"
s.version = "5.11.1"
s.version = "5.11.2"
s.summary = "The LINE SDK for iOS Swift provides a modern way of implementing LINE APIs."

s.description = <<-DESC
Expand Down

0 comments on commit 7c0de94

Please sign in to comment.