Skip to content

Commit

Permalink
Merge pull request #428 from salemove/core-sdk-update/0
Browse files Browse the repository at this point in the history
  • Loading branch information
sm-deployer authored Nov 25, 2022
2 parents ba77ef8 + 4b74231 commit 92097ca
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion GliaWidgets.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
}
s.exclude_files = ['GliaWidgets/Window/**']

s.dependency 'SalemoveSDK', '0.35.2'
s.dependency 'SalemoveSDK', '0.35.3'
s.dependency 'PureLayout', '~>3.1'
s.dependency 'lottie-ios', '3.2.3'
end
2 changes: 1 addition & 1 deletion GliaWidgets/CoreSDKClient/CoreSDKClient.Live.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ extension CoreSdkClient.PushNotifications {

extension CoreSdkClient.AppDelegate {
static func live() -> Self {
let gliaCoreAppDelegate = GliaCore.AppDelegate()
let gliaCoreAppDelegate = GliaCoreAppDelegate()
return .init(
applicationDidFinishLaunchingWithOptions: gliaCoreAppDelegate.application(_:didFinishLaunchingWithOptions:),
applicationDidBecomeActive: gliaCoreAppDelegate.applicationDidBecomeActive
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ let package = Package(
),
.binaryTarget(
name: "SalemoveSDK",
url: "https://github.com/salemove/ios-bundle/releases/download/0.35.2/SalemoveSDK.xcframework.zip",
checksum: "4d40c6c2b2e56ac3cee62e26543f33858fbd67b73c27c3196e8e3253366f5489"
url: "https://github.com/salemove/ios-bundle/releases/download/0.35.3/SalemoveSDK.xcframework.zip",
checksum: "39e3ba842bc132ad109e0b6b79f8c40f046a8e4d40b82e7a900663335f52885e"
),
.target(
name: "GliaWidgets",
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PODS:
- GliaCoreDependency (1.2)
- lottie-ios (3.2.3)
- PureLayout (3.1.9)
- SalemoveSDK (0.35.2):
- SalemoveSDK (0.35.3):
- GliaCoreDependency (= 1.2)
- TwilioVoice (= 6.3.1)
- WebRTC-lib (= 96.0.0)
Expand Down Expand Up @@ -42,7 +42,7 @@ SPEC CHECKSUMS:
GliaCoreDependency: 87b3897f0d85321ecf77f1faa829211ad527e54d
lottie-ios: c058aeafa76daa4cf64d773554bccc8385d0150e
PureLayout: 5fb5e5429519627d60d079ccb1eaa7265ce7cf88
SalemoveSDK: 14d74588793ba315f0e13aabc9734de778ae9ca7
SalemoveSDK: 760b6a01d889e8a3bf1366ac5e651fad04698f7c
SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b
SwiftLint: 9cbf846727f3312f3ba722f2d7108a162cd050a5
TwilioVoice: 098a959181d4607921f5822d3c9f13043ea4075b
Expand Down
2 changes: 1 addition & 1 deletion TestingApp/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import SalemoveSDK
@main
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
var gliaCoreAppDelegate = GliaCore.AppDelegate()
var gliaCoreAppDelegate = GliaCoreAppDelegate()

func application(
_ application: UIApplication,
Expand Down
2 changes: 1 addition & 1 deletion templates/GliaWidgets.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
}
s.exclude_files = ['GliaWidgets/Window/**']

s.dependency 'SalemoveSDK', '0.35.1'
s.dependency 'SalemoveSDK', '0.35.3'
s.dependency 'PureLayout', '~>3.1'
s.dependency 'lottie-ios', '3.2.3'
end

0 comments on commit 92097ca

Please sign in to comment.