Skip to content

Commit

Permalink
Updated version to 10.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jam0128 committed Apr 12, 2023
1 parent 9885a26 commit fb12dc1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 10.3.0 (2023-04-07)
## Feature
* Fixed function name from `applyAppearance` to `seAppearance`
* Applied the device language on setting Accept-Language when user boot first
## Improvement
* Fixed localized strings for form submiting
* Add image supporting formats
## Fix
* Fixed the black link button on dark mode


# 10.2.2 (2023-02-02)
## Feature
* Improved in-app push notification behaviors and sounds
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "ChannelIOFront",
url: "https://mobile-static.channel.io/ios/10.2.0/spm-xcframework.zip",
checksum: "6a32fd73d21f36d6c2bb759775df65ca6c0a57d9748e634cc3d567b680e0d52c"
url: "https://mobile-static.channel.io/ios/10.3.0/spm-xcframework.zip",
checksum: "3f30d4c2036c8ffae1e54fd924f1722a6d6a3a95ed75c51ddce24c846e87f808"
),
// NOTE: targets 안에 binaryTarget 하나만 존재할 경우 SPM Framework 추가 목록에 노출되지 않는 버그가 있어
// 이를 방지하기 위한 Stub target을 추가합니다 - finn. 2023.02.23
Expand Down

0 comments on commit fb12dc1

Please # to comment.