Skip to content

Commit

Permalink
Merge pull request #91 from salemove/release/0.5.0
Browse files Browse the repository at this point in the history
GliaWidgetsSDK 0.5.0
  • Loading branch information
dukhovnyi authored Jul 29, 2021
2 parents 391d7f8 + 78498dc commit 49284de
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 16 deletions.
1 change: 1 addition & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ opt_in_rules:
excluded: # paths to ignore during linting. Takes precedence over `included`.
- Carthage
- Pods
- DerivedData

cyclomatic_complexity:
ignores_case_statements: true
Expand Down
2 changes: 1 addition & 1 deletion GliaWidgets/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.5.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion GliaWidgetsTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.5.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ let package = Package(
),
.binaryTarget(
name: "SalemoveSDK",
url: "https://github.com/salemove/ios-bundle/releases/download/0.29.6/SalemoveSDK.xcframework.zip",
checksum: "d4e04e0fe665e2d5eb15d5897548d5aac3a7fc8e41356ff854fc238e7887081e"
url: "https://github.com/salemove/ios-bundle/releases/download/0.30.0/SalemoveSDK.xcframework.zip",
checksum: "6d9beb6fa22f02ae1f20aa7d8259744becf83ff354e5ea7e01310ae30a390cfe"
),
.binaryTarget(
name: "GliaWidgets",
url: "https://github.com/salemove/ios-sdk-widgets/releases/download/0.4.8/GliaWidgets.xcframework.zip",
checksum: "6b39996176fbc2a96c37d082d8a899d2e5b7cd99dba0a2ee853ad12bbc821cd6"
url: "https://github.com/salemove/ios-sdk-widgets/releases/download/0.5.0/GliaWidgets.xcframework.zip",
checksum: "d7a63774d8d1595103015a3e56436fe8e48ff211bcbefdd7db206cfa48d88145"
),
.binaryTarget(
name: "PureLayout",
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ target 'GliaWidgets' do
use_frameworks!

pod 'PureLayout', '~> 3.1'
pod 'SalemoveSDK', :git => 'https://github.com/salemove/ios-bundle', :tag => "0.29.6"
pod 'SalemoveSDK', :git => 'https://github.com/salemove/ios-bundle', :tag => "0.30.0"
end

post_install do |installer|
Expand Down
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PODS:
- glia-webrtc/bitcode (0.0.3)
- PureLayout (3.1.8)
- SalemoveSDK (0.29.6):
- SalemoveSDK (0.30.0):
- glia-webrtc/bitcode (= 0.0.3)
- TwilioVoice (= 6.2.0)
- TwilioVoice (6.2.0)

DEPENDENCIES:
- PureLayout (~> 3.1)
- SalemoveSDK (from `https://github.com/salemove/ios-bundle`, tag `0.29.6`)
- SalemoveSDK (from `https://github.com/salemove/ios-bundle`, tag `0.30.0`)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
Expand All @@ -19,19 +19,19 @@ SPEC REPOS:
EXTERNAL SOURCES:
SalemoveSDK:
:git: https://github.com/salemove/ios-bundle
:tag: 0.29.6
:tag: 0.30.0

CHECKOUT OPTIONS:
SalemoveSDK:
:git: https://github.com/salemove/ios-bundle
:tag: 0.29.6
:tag: 0.30.0

SPEC CHECKSUMS:
glia-webrtc: a5c7e59ae752281d19734b4f918db9da39e8009d
PureLayout: a4afb3d79dd958564ce33d22c89f407280d8e6a8
SalemoveSDK: 98efa597a1b0018dad0a7aafa7961f3ab156266b
SalemoveSDK: fd551f27e654982d8c5193d17334780e4276fa23
TwilioVoice: 5e6fd6b5e99dfec03dcb57331f7e7c77ad79f1f0

PODFILE CHECKSUM: 30dffa39e040c50af43d8eb1e530122b042398ce
PODFILE CHECKSUM: 2e201b7a59bc5a16ece9d45fb647e029c195730f

COCOAPODS: 1.10.1
10 changes: 8 additions & 2 deletions TestingApp/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,19 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
var salemoveDelegate = SalemoveAppDelegate()

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
salemoveDelegate.application(application, didFinishLaunchingWithOptions: launchOptions)
salemoveDelegate.application(
application,
didFinishLaunchingWithOptions: launchOptions
)
return true
}

func application(_ application: UIApplication, didRegisterForRemoteNotificationsWithDeviceToken deviceToken: Data) {
print("Registered for remote notifications")
salemoveDelegate.application(application, didRegisterForRemoteNotificationsWithDeviceToken: deviceToken)
Salemove.sharedInstance.pushNotifications.application(
application,
didRegisterForRemoteNotificationsWithDeviceToken: deviceToken
)
}

func application(_ application: UIApplication, didFailToRegisterForRemoteNotificationsWithError error: Error) {
Expand Down
2 changes: 1 addition & 1 deletion TestingApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.5.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit 49284de

Please sign in to comment.