-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Raised minimum target of iOS to `9.0`. * Raised minimum dependency version of `SendBirdSDK` to `3.0.221`. * Deprecated interfaces * Renamed `SBDSKMain.getSdkVersion()` to `SBDSKMain.getSDKVersion()` * (*Swift only*) Renamed first parameters of public interfaces in `SBDSKTicket` * Stability improvements.
- Loading branch information
Jaesung Lee
committed
Apr 28, 2022
1 parent
f7373cb
commit e7b2749
Showing
45 changed files
with
3,086 additions
and
4,457 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "SendBirdDesk" | ||
s.version = "1.0.16" | ||
s.version = "1.0.17" | ||
s.summary = "SendBird Desk iOS Framework" | ||
s.homepage = "https://sendbird.com" | ||
s.license = "Commercial" | ||
s.author = { "Jed Gyeong" => "[email protected]", "Tez Park" => "[email protected]", "Minhyuk Kim" => "[email protected]" } | ||
s.author = { "Jed Gyeong" => "[email protected]", "Tez Park" => "[email protected]", "Minhyuk Kim" => "[email protected]", "Jaesung Lee" => "[email protected]" } | ||
s.source = { :git => "https://github.com/sendbird/SendBird-Desk-iOS-Framework.git", :tag => "v#{s.version}" } | ||
s.requires_arc = true | ||
s.platform = :ios, "8.0" | ||
s.platform = :ios, "9.0" | ||
s.documentation_url = 'https://docs.sendbird.com/' | ||
s.ios.vendored_frameworks = 'SendBirdDesk.xcframework' | ||
s.ios.frameworks = ["UIKit", "AVFoundation", "AVKit", "UserNotifications"] | ||
|
||
s.dependency 'SendBirdSDK', "~> 3.0.200" | ||
s.dependency 'SendBirdSDK', "~> 3.0.221" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,690 changes: 649 additions & 1,041 deletions
1,690
...C-90C7-3326-BF28-F65466C9445C.bcsymbolmap → ...7-553F-378C-99A3-7354A42C83F2.bcsymbolmap
Large diffs are not rendered by default.
Oops, something went wrong.
1,974 changes: 753 additions & 1,221 deletions
1,974
...4-C871-354C-B48A-D64000304B25.bcsymbolmap → ...D-F1C2-3649-89A2-89EAE0D17A40.bcsymbolmap
Large diffs are not rendered by default.
Oops, something went wrong.
900 changes: 0 additions & 900 deletions
900
...xcframework/ios-arm64_armv7/BCSymbolMaps/38E40F43-B4BF-3A11-B34E-913FA5AA38BD.bcsymbolmap
This file was deleted.
Oops, something went wrong.
815 changes: 0 additions & 815 deletions
815
...xcframework/ios-arm64_armv7/BCSymbolMaps/76456A17-FE22-3717-AD02-85E07DB99998.bcsymbolmap
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+2 Bytes
(100%)
SendBirdDesk.xcframework/ios-arm64_armv7/SendBirdDesk.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+4 Bytes
(100%)
...work/ios-arm64_armv7/SendBirdDesk.framework/Modules/SendBirdDesk.swiftmodule/arm.swiftdoc
Binary file not shown.
Oops, something went wrong.