Skip to content

Commit

Permalink
Merge pull request #86 from salemove/release/0.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sm-deployer authored Nov 11, 2022
2 parents 72de665 + b72f6e5 commit b5e9607
Show file tree
Hide file tree
Showing 20 changed files with 1,594 additions and 1,575 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ Pods/


# Jazzy docs
SalemoveSDK/docs
GliaCoreSDK/docs
7 changes: 3 additions & 4 deletions SalemoveSDK.podspec → GliaCoreSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SalemoveSDK'
s.version = '0.35.0'
s.version = '0.35.1'
s.summary = 'The Salemove iOS library'
s.description = 'The Salemove iOS library brings the in-person customer experience to iOS devices.'
s.homepage = 'https://github.com/salemove/ios-sdk'
Expand All @@ -13,8 +13,7 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = 'SalemoveSDK.xcframework'
s.swift_version = '5.3'

s.dependency 'ReactiveSwift', '6.5.0-xcf'
s.dependency 'GliaCoreDependency', '1.0'
s.dependency 'GliaCoreDependency', '1.2'
s.dependency 'WebRTC-lib', '96.0.0'
s.dependency 'TwilioVoice', '6.3.1'
end
end
14 changes: 4 additions & 10 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,10 @@ let package = Package(
targets: ["GliaSDK"])
],
targets: [
.binaryTarget(
name: "ReactiveSwift",
url: "https://github.com/salemove/glia-ios-podspecs/releases/download/1.0/ReactiveSwift.xcframework.zip",
checksum: "f1322d3e07b01a4f2b1329b7ed43494259fba740c666231422b373ec50dc1e7d"
),
.binaryTarget(
name: "GliaCoreDependency",
url: "https://github.com/salemove/glia-ios-podspecs/releases/download/1.0/GliaCoreDependency.xcframework.zip",
checksum: "bc770dbc55b188884c128a77f4c8fddf6c872d24eeff274e410bd3206d125e77"
url: "https://github.com/salemove/ios-bundle/releases/download/0.35.0/GliaCoreDependency.xcframework.zip",
checksum: "8e1746da612dad8a130fd872b3058511121b7c6f29e3b0351ecbbffa96971489"
),
.binaryTarget(
name: "TwilioVoice",
Expand All @@ -35,14 +30,13 @@ let package = Package(
),
.binaryTarget(
name: "SalemoveSDK",
url: "https://github.com/salemove/ios-bundle/releases/download/0.35.0/SalemoveSDK.xcframework.zip",
checksum: "19ac85645b1a242111b7149164c1294fc302a7e65da006e1195b8451b1c83b98"
url: "https://github.com/salemove/ios-bundle/releases/download/0.35.1/SalemoveSDK.xcframework.zip",
checksum: "232b0a45357a1a472c77bd128bee9ef020a381dd9e95d2f1964d81bce0554d9b"
),
.target(
name: "GliaSDK",
dependencies: [
"SalemoveSDK",
"ReactiveSwift",
"GliaCoreDependency",
"TwilioVoice",
"WebRTC"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ If you have any questions regarding our developer documentation please file a ti

### License

Glia SDK (Salemove SDK) is available under the MIT license. See the [LICENSE file](LICENSE) for more info.
Glia Core SDK is available under the MIT license. See the [LICENSE file](LICENSE) for more info.
10 changes: 5 additions & 5 deletions SalemoveSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>SalemoveSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>SalemoveSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Loading

0 comments on commit b5e9607

Please sign in to comment.