Skip to content

Releases: line/line-sdk-ios-swift

5.11.1

22 May 02:28
5.11.1
Compare
Choose a tag to compare

Fixed

  • Now the xcframework binaries do not contain bit code anymore. #210

5.11.0

01 Nov 01:44
5.11.0
Compare
Choose a tag to compare

Added

  • Add digital signature to the xcframework artifacts. Now the xcframework binaries are signed with certificate of LINE Developer team. #199
  • Add the privacy manifest file to the resource bundle. #200

5.10.1

02 Oct 01:19
5.10.1
Compare
Choose a tag to compare

Fixed

  • Update license holder name in all source code files. Now LY Corporation is the license holder of LINE SDK Swift. The license content and terms itself is not changed so you can still use the SDK under the same condition as before. #193
  • As the removal of general support of iOS 12 and earlier in Xcode, now LINE SDK Swift also drops support for iOS 12 and earlier. #190

5.10.0

19 Jul 03:28
5.10.0
Compare
Choose a tag to compare

Added

  • An option promptBotID to append related query for internal partner use. #188.

5.9.1

08 Jun 02:05
5.9.1
Compare
Choose a tag to compare

Fixed

  • Append IDTokenRaw property to ObjC's LineSDKAccessToken class. This allows retrieve the raw value of the received ID token when using the Objective-C wrapper. #185

5.9.0

20 Sep 06:07
5.9.0
Compare
Choose a tag to compare

This version drops supports for iOS 10 since Xcode 14 is not supporting 32-bit devices anymore. For more information, please refer to 32-bit app support has been discontinued in Xcode 14.

Added

  • SwiftUI sample app. If you are using SwiftUI and want to integrate LINE SDK Swift into your SwiftUI project, please refer to the SwiftUI sample app to get started. #177
  • Support for Xcode 14 and iOS 16. #178

Fixed

  • Drops iOS 10 support. Now LINE SDK Swift requires iOS 11 or later. If you have to continue to support iOS 10, use LINE SDK Swift 5.8.2.

5.8.2

24 May 06:53
5.8.2
Compare
Choose a tag to compare

Fixed

  • Xcode 13.4 support. Fixed an issue that when built with Xcode 13.4, there is a chance that linking fails due to reference cycle. #174
  • Modernize the project to the latest Xcode and Swift version.
  • Now the xcframework contains debug symbols (dSYMs and bitcode map) in the framework. Integrating LINE SDK by xcframework now provides easier setup steps. #175

5.8.1

17 Nov 03:42
Compare
Choose a tag to compare

Fixed

  • Upgrade project settings for Xcode 13 and other tool dependencies. #170

5.8.0

19 Aug 03:21
Compare
Choose a tag to compare

Added

  • New permissions in LoginPermission for Open Chat Plug features. #168

5.7.0

16 Sep 07:47
5.7.0
Compare
Choose a tag to compare

Added

  • Xcode 12 support. The new Swift Package Manager support. Now the built-in UI of LINE SDK is also available when integrated with SPM. #161