Skip to content

Commit

Permalink
Merge pull request #79 from salemove/release/0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sm-deployer authored Oct 14, 2022
2 parents 398a6a6 + 95aa3a2 commit 820f8eb
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 18 deletions.
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.34.5/SalemoveSDK.xcframework.zip",
checksum: "1326cf3b8ea9645fe1869aafd248d4d534874629ea6df7008f607db4f6e0811b"
url: "https://github.com/salemove/ios-bundle/releases/download/0.35.0/SalemoveSDK.xcframework.zip",
checksum: "19ac85645b1a242111b7149164c1294fc302a7e65da006e1195b8451b1c83b98"
),
.target(
name: "GliaSDK",
Expand Down
2 changes: 1 addition & 1 deletion SalemoveSDK.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.34.5'
s.version = '0.35.0'
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 Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ typedef SWIFT_ENUM(NSInteger, AttachmentType, open) {
AttachmentTypeSingleChoice = 1,
/// Attachment has the response to a single choice questionnaire.
AttachmentTypeSingleChoiceResponse = 2,
/// Attachment is of SSML type.
AttachmentTypeSsml = 3,
};


Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import _Concurrency
case files
case singleChoice
case singleChoiceResponse
case ssml
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ typedef SWIFT_ENUM(NSInteger, AttachmentType, open) {
AttachmentTypeSingleChoice = 1,
/// Attachment has the response to a single choice questionnaire.
AttachmentTypeSingleChoiceResponse = 2,
/// Attachment is of SSML type.
AttachmentTypeSsml = 3,
};


Expand Down Expand Up @@ -1656,6 +1658,8 @@ typedef SWIFT_ENUM(NSInteger, AttachmentType, open) {
AttachmentTypeSingleChoice = 1,
/// Attachment has the response to a single choice questionnaire.
AttachmentTypeSingleChoiceResponse = 2,
/// Attachment is of SSML type.
AttachmentTypeSsml = 3,
};


Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import _Concurrency
case files
case singleChoice
case singleChoiceResponse
case ssml
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import _Concurrency
case files
case singleChoice
case singleChoiceResponse
case ssml
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,39 +10,39 @@
</data>
<key>Headers/SalemoveSDK-Swift.h</key>
<data>
nHPInMVuoVp+WMDvxzeiNfxpv04=
KEJgrU2blEOIu0R1gExovVeLhrE=
</data>
<key>Headers/SalemoveSDK.h</key>
<data>
PPpoXVTCg9G4UVxqqCQF8I//E58=
</data>
<key>Info.plist</key>
<data>
LE5uQQhX9NDXkVFX67mw1MQIDmg=
Ta+sDH6i3duLbv3ndotHL+mJopI=
</data>
<key>Modules/SalemoveSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
<data>
I+ku/1zw+pkkYmBylZQ9jVW0AuM=
Fd+WxpyA8gd3gzUJMQI0xXbZwIY=
</data>
<key>Modules/SalemoveSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
<data>
eO4FFYvJeODbeunwRRXivSZT4KQ=
05/FFVl9HCnVEuIvn2ZWgdJi2iQ=
</data>
<key>Modules/SalemoveSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<data>
y+CAAYjZ9fGnBy6/x07MwgZwke8=
PVEURjJXjQVHD1ciNaTEOK693TY=
</data>
<key>Modules/SalemoveSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<data>
QrztsVmMPfohgmkwxbdJAuwT/kk=
KsrBh5uS8Ho8KGF1vm1JOV8rQ3g=
</data>
<key>Modules/SalemoveSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
<data>
ID8Zp0ZRZZuNuHqRwBk2hG0cf5U=
E639JNAirXehLSQxJktbP+WXjqo=
</data>
<key>Modules/SalemoveSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<data>
k0lYCF64Du4MoS9IDiBYdErcC1w=
tnEH4gKG6BkuRXQLJe69Xhj3tmc=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand All @@ -62,7 +62,7 @@
<dict>
<key>hash2</key>
<data>
D5jsKIsWGwQevLCF0l9FckelJPggP0DbkZhzhum4qHk=
H9JJvLiHFTxciwHVOwHeWMK912OaxtL7LXnFTi8lv1g=
</data>
</dict>
<key>Headers/SalemoveSDK.h</key>
Expand All @@ -76,42 +76,42 @@
<dict>
<key>hash2</key>
<data>
MjeVRWXNcAz85fZGLu/y3+940tnPD6tAnk5wLxQCrls=
RYQ5IQtGgVK1/6mBMjUrR2YjcagLJNHweLgvUpFcGwQ=
</data>
</dict>
<key>Modules/SalemoveSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
CZofKE+Df5xNcxgWHCQFghoPnLoVTCxwlvGnnmAsAbE=
Mmoh1T7CK7Z6/vgxzWqM1I/pT6rEQOpEPqU1qUOYD1s=
</data>
</dict>
<key>Modules/SalemoveSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<dict>
<key>hash2</key>
<data>
X77mHNM61NJgu0lKjF/i6ASzEBx7I9reQBIc9C8V7c4=
LCDrDaN1MoCm8KOEcVMxF35abCnhSkLKo9bCRnOK7+8=
</data>
</dict>
<key>Modules/SalemoveSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<dict>
<key>hash2</key>
<data>
6krVQClDCCDxW6WJuO2Z3iX8VXcZvSAX3Ya29irePPY=
P260pNsLa0mYyiXIM3iPvW7qACbjkbKvs8Sd3AJjRjM=
</data>
</dict>
<key>Modules/SalemoveSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
Bf45dzzPUILKlIFkwUbTvwJIjpg4LDhCQibfJ9CCvsc=
p3+Ejzp9Vlm/viHVvz0jVY9/WG0SZ1Qv3EO4fG+y+DQ=
</data>
</dict>
<key>Modules/SalemoveSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<dict>
<key>hash2</key>
<data>
x3T+SZqYOrzw45WWjpgoxraa2w72NMEUYqHVRYKo7is=
NIHTtxOn2tlL5j0QTTj9PT03MvfikY8IiVTlSOFdMFA=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down

0 comments on commit 820f8eb

Please sign in to comment.