Skip to content

Commit

Permalink
1.0.6 (#33)
Browse files Browse the repository at this point in the history
* Update framework

* Update ViafouraCore.podspec

---------

Co-authored-by: CI <[email protected]>
  • Loading branch information
mdesimone-viafoura and CI authored May 31, 2024
1 parent a035adf commit 1ab66e2
Show file tree
Hide file tree
Showing 28 changed files with 134 additions and 41 deletions.
2 changes: 1 addition & 1 deletion ViafouraCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'ViafouraCore'
s.version = '1.0.5'
s.version = '1.0.6'
s.swift_versions = ['5.0']
s.summary = 'Viafoura SDK'
s.description = 'This SDK allows you to integrate Viafoura tools into your iOS app.'
Expand Down
10 changes: 5 additions & 5 deletions ViafouraSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>ViafouraSDK.framework/ViafouraSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>ViafouraSDK.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>BinaryPath</key>
<string>ViafouraSDK.framework/ViafouraSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>ViafouraSDK.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
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ SWIFT_CLASS("_TtC11ViafouraSDK20VFContentRemovedView")

SWIFT_CLASS("_TtC11ViafouraSDK17VFCustomBadgeView")
@interface VFCustomBadgeView : UIView
- (void)sizeToFit;
- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE;
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE;
@end
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30631,6 +30631,32 @@
"accessorKind": "_modify"
}
]
},
{
"kind": "Function",
"name": "sizeToFit",
"printedName": "sizeToFit()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "c:@M@ViafouraSDK@objc(cs)VFCustomBadgeView(im)sizeToFit",
"mangledName": "$s11ViafouraSDK17VFCustomBadgeViewC9sizeToFityyF",
"moduleName": "ViafouraSDK",
"overriding": true,
"objc_name": "sizeToFit",
"declAttributes": [
"Dynamic",
"ObjC",
"Custom",
"Override",
"AccessControl"
],
"funcSelfKind": "NonMutating"
}
],
"declKind": "Class",
Expand Down Expand Up @@ -60480,7 +60506,7 @@
{
"filePath": "\/Users\/runner\/work\/sdk-ios-core\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService.swift",
"kind": "BooleanLiteral",
"offset": 1847,
"offset": 1883,
"length": 5,
"value": "false"
},
Expand Down Expand Up @@ -65849,21 +65875,21 @@
{
"filePath": "\/Users\/runner\/work\/sdk-ios-core\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift",
"kind": "StringLiteral",
"offset": 11581,
"offset": 11738,
"length": 13,
"value": "\"unsubscribe\""
},
{
"filePath": "\/Users\/runner\/work\/sdk-ios-core\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift",
"kind": "StringLiteral",
"offset": 11767,
"offset": 11924,
"length": 12,
"value": "\"keep-alive\""
},
{
"filePath": "\/Users\/runner\/work\/sdk-ios-core\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift",
"kind": "StringLiteral",
"offset": 11983,
"offset": 12140,
"length": 11,
"value": "\"subscribe\""
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,7 @@ extension VFCreateReviewMediaError {
get
set
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public func sizeToFit()
@objc deinit
}
extension VFAuthenticationService {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,7 @@ extension ViafouraSDK.VFCreateReviewMediaError {
get
set
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public func sizeToFit()
@objc deinit
}
extension ViafouraSDK.VFAuthenticationService {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,7 @@ extension VFCreateReviewMediaError {
get
set
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public func sizeToFit()
@objc deinit
}
extension VFAuthenticationService {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,7 @@ extension ViafouraSDK.VFCreateReviewMediaError {
get
set
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public func sizeToFit()
@objc deinit
}
extension ViafouraSDK.VFAuthenticationService {
Expand Down
Binary file not shown.
Binary file modified ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ SWIFT_CLASS("_TtC11ViafouraSDK20VFContentRemovedView")

SWIFT_CLASS("_TtC11ViafouraSDK17VFCustomBadgeView")
@interface VFCustomBadgeView : UIView
- (void)sizeToFit;
- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE;
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE;
@end
Expand Down Expand Up @@ -1307,6 +1308,7 @@ SWIFT_CLASS("_TtC11ViafouraSDK20VFContentRemovedView")

SWIFT_CLASS("_TtC11ViafouraSDK17VFCustomBadgeView")
@interface VFCustomBadgeView : UIView
- (void)sizeToFit;
- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE;
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE;
@end
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30631,6 +30631,32 @@
"accessorKind": "_modify"
}
]
},
{
"kind": "Function",
"name": "sizeToFit",
"printedName": "sizeToFit()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "c:@M@ViafouraSDK@objc(cs)VFCustomBadgeView(im)sizeToFit",
"mangledName": "$s11ViafouraSDK17VFCustomBadgeViewC9sizeToFityyF",
"moduleName": "ViafouraSDK",
"overriding": true,
"objc_name": "sizeToFit",
"declAttributes": [
"Dynamic",
"ObjC",
"Custom",
"Override",
"AccessControl"
],
"funcSelfKind": "NonMutating"
}
],
"declKind": "Class",
Expand Down Expand Up @@ -60480,7 +60506,7 @@
{
"filePath": "\/Users\/runner\/work\/sdk-ios-core\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService.swift",
"kind": "BooleanLiteral",
"offset": 1847,
"offset": 1883,
"length": 5,
"value": "false"
},
Expand Down Expand Up @@ -65849,21 +65875,21 @@
{
"filePath": "\/Users\/runner\/work\/sdk-ios-core\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift",
"kind": "StringLiteral",
"offset": 11581,
"offset": 11738,
"length": 13,
"value": "\"unsubscribe\""
},
{
"filePath": "\/Users\/runner\/work\/sdk-ios-core\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift",
"kind": "StringLiteral",
"offset": 11767,
"offset": 11924,
"length": 12,
"value": "\"keep-alive\""
},
{
"filePath": "\/Users\/runner\/work\/sdk-ios-core\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift",
"kind": "StringLiteral",
"offset": 11983,
"offset": 12140,
"length": 11,
"value": "\"subscribe\""
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,7 @@ extension VFCreateReviewMediaError {
get
set
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public func sizeToFit()
@objc deinit
}
extension VFAuthenticationService {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,7 @@ extension ViafouraSDK.VFCreateReviewMediaError {
get
set
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public func sizeToFit()
@objc deinit
}
extension ViafouraSDK.VFAuthenticationService {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,7 @@ extension VFCreateReviewMediaError {
get
set
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public func sizeToFit()
@objc deinit
}
extension VFAuthenticationService {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,7 @@ extension ViafouraSDK.VFCreateReviewMediaError {
get
set
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public func sizeToFit()
@objc deinit
}
extension ViafouraSDK.VFAuthenticationService {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30631,6 +30631,32 @@
"accessorKind": "_modify"
}
]
},
{
"kind": "Function",
"name": "sizeToFit",
"printedName": "sizeToFit()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "c:@M@ViafouraSDK@objc(cs)VFCustomBadgeView(im)sizeToFit",
"mangledName": "$s11ViafouraSDK17VFCustomBadgeViewC9sizeToFityyF",
"moduleName": "ViafouraSDK",
"overriding": true,
"objc_name": "sizeToFit",
"declAttributes": [
"Dynamic",
"ObjC",
"Custom",
"Override",
"AccessControl"
],
"funcSelfKind": "NonMutating"
}
],
"declKind": "Class",
Expand Down Expand Up @@ -60480,7 +60506,7 @@
{
"filePath": "\/Users\/runner\/work\/sdk-ios-core\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService.swift",
"kind": "BooleanLiteral",
"offset": 1847,
"offset": 1883,
"length": 5,
"value": "false"
},
Expand Down Expand Up @@ -65849,21 +65875,21 @@
{
"filePath": "\/Users\/runner\/work\/sdk-ios-core\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift",
"kind": "StringLiteral",
"offset": 11581,
"offset": 11738,
"length": 13,
"value": "\"unsubscribe\""
},
{
"filePath": "\/Users\/runner\/work\/sdk-ios-core\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift",
"kind": "StringLiteral",
"offset": 11767,
"offset": 11924,
"length": 12,
"value": "\"keep-alive\""
},
{
"filePath": "\/Users\/runner\/work\/sdk-ios-core\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift",
"kind": "StringLiteral",
"offset": 11983,
"offset": 12140,
"length": 11,
"value": "\"subscribe\""
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,7 @@ extension VFCreateReviewMediaError {
get
set
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public func sizeToFit()
@objc deinit
}
extension VFAuthenticationService {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,7 @@ extension ViafouraSDK.VFCreateReviewMediaError {
get
set
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public func sizeToFit()
@objc deinit
}
extension ViafouraSDK.VFAuthenticationService {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,7 @@ extension VFCreateReviewMediaError {
get
set
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public func sizeToFit()
@objc deinit
}
extension VFAuthenticationService {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,7 @@ extension ViafouraSDK.VFCreateReviewMediaError {
get
set
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public func sizeToFit()
@objc deinit
}
extension ViafouraSDK.VFAuthenticationService {
Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 1ab66e2

Please sign in to comment.