Skip to content

Commit

Permalink
1.1.14 (#52)
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 Oct 29, 2024
1 parent 6ca5a3b commit b26fb0f
Show file tree
Hide file tree
Showing 31 changed files with 57 additions and 96 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.1.13'
s.version = '1.1.14'
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_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>
<dict>
<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>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
// Generated by Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
#ifndef VIAFOURASDK_SWIFT_H
#define VIAFOURASDK_SWIFT_H
#pragma clang diagnostic push
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18846,13 +18846,6 @@
"RawDocComment"
]
},
{
"kind": "Import",
"name": "CoreTelephony",
"printedName": "CoreTelephony",
"declKind": "Import",
"moduleName": "ViafouraSDK"
},
{
"kind": "Import",
"name": "SystemConfiguration",
Expand Down Expand Up @@ -28282,7 +28275,9 @@
"usr": "s:11ViafouraSDK12UserResponseV4fromACs7Decoder_p_tKcfc",
"mangledName": "$s11ViafouraSDK12UserResponseV4fromACs7Decoder_p_tKcfc",
"moduleName": "ViafouraSDK",
"implicit": true,
"declAttributes": [
"AccessControl"
],
"throwing": true,
"init_kind": "Designated"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
// swift-compiler-version: Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
// swift-module-flags: -target arm64-apple-ios15.4 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name ViafouraSDK
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
import AVFoundation
import AdSupport
import AppTrackingTransparency
import CoreData
import CoreLocation
import CoreTelephony
import DeveloperToolsSupport
import Foundation
import Network
Expand Down Expand Up @@ -2388,7 +2387,6 @@ extension EventLog {
}
}
extension EventLog : Swift.Identifiable {
@available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
public typealias ID = Swift.ObjectIdentifier
}
extension VFDislikeChatError : Swift.Equatable {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
// swift-compiler-version: Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
// swift-module-flags: -target arm64-apple-ios15.4 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name ViafouraSDK
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
import AVFoundation
import AdSupport
import AppTrackingTransparency
import CoreData
import CoreLocation
import CoreTelephony
import DeveloperToolsSupport
import Foundation
import Network
Expand Down Expand Up @@ -2388,7 +2387,6 @@ extension ViafouraSDK.EventLog {
}
}
extension ViafouraSDK.EventLog : Swift.Identifiable {
@available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
public typealias ID = Swift.ObjectIdentifier
}
extension ViafouraSDK.VFDislikeChatError : Swift.Equatable {}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
// swift-compiler-version: Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
// swift-module-flags: -target arm64-apple-ios15.4 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name ViafouraSDK
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
import AVFoundation
import AdSupport
import AppTrackingTransparency
import CoreData
import CoreLocation
import CoreTelephony
import DeveloperToolsSupport
import Foundation
import Network
Expand Down Expand Up @@ -2388,7 +2387,6 @@ extension EventLog {
}
}
extension EventLog : Swift.Identifiable {
@available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
public typealias ID = Swift.ObjectIdentifier
}
extension VFDislikeChatError : Swift.Equatable {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
// swift-compiler-version: Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
// swift-module-flags: -target arm64-apple-ios15.4 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name ViafouraSDK
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
import AVFoundation
import AdSupport
import AppTrackingTransparency
import CoreData
import CoreLocation
import CoreTelephony
import DeveloperToolsSupport
import Foundation
import Network
Expand Down Expand Up @@ -2388,7 +2387,6 @@ extension ViafouraSDK.EventLog {
}
}
extension ViafouraSDK.EventLog : Swift.Identifiable {
@available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
public typealias ID = Swift.ObjectIdentifier
}
extension ViafouraSDK.VFDislikeChatError : Swift.Equatable {}
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
// Generated by Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
#ifndef VIAFOURASDK_SWIFT_H
#define VIAFOURASDK_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -891,7 +891,7 @@ SWIFT_CLASS("_TtC11ViafouraSDK27ViewChatReplyViewController")
#endif

#elif defined(__x86_64__) && __x86_64__
// Generated by Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
// Generated by Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
#ifndef VIAFOURASDK_SWIFT_H
#define VIAFOURASDK_SWIFT_H
#pragma clang diagnostic push
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18846,13 +18846,6 @@
"RawDocComment"
]
},
{
"kind": "Import",
"name": "CoreTelephony",
"printedName": "CoreTelephony",
"declKind": "Import",
"moduleName": "ViafouraSDK"
},
{
"kind": "Import",
"name": "SystemConfiguration",
Expand Down Expand Up @@ -28282,7 +28275,9 @@
"usr": "s:11ViafouraSDK12UserResponseV4fromACs7Decoder_p_tKcfc",
"mangledName": "$s11ViafouraSDK12UserResponseV4fromACs7Decoder_p_tKcfc",
"moduleName": "ViafouraSDK",
"implicit": true,
"declAttributes": [
"AccessControl"
],
"throwing": true,
"init_kind": "Designated"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
// swift-compiler-version: Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
// swift-module-flags: -target arm64-apple-ios15.4-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name ViafouraSDK
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
import AVFoundation
import AdSupport
import AppTrackingTransparency
import CoreData
import CoreLocation
import CoreTelephony
import DeveloperToolsSupport
import Foundation
import Network
Expand Down Expand Up @@ -2388,7 +2387,6 @@ extension EventLog {
}
}
extension EventLog : Swift.Identifiable {
@available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
public typealias ID = Swift.ObjectIdentifier
}
extension VFDislikeChatError : Swift.Equatable {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
// swift-compiler-version: Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
// swift-module-flags: -target arm64-apple-ios15.4-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name ViafouraSDK
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
import AVFoundation
import AdSupport
import AppTrackingTransparency
import CoreData
import CoreLocation
import CoreTelephony
import DeveloperToolsSupport
import Foundation
import Network
Expand Down Expand Up @@ -2388,7 +2387,6 @@ extension ViafouraSDK.EventLog {
}
}
extension ViafouraSDK.EventLog : Swift.Identifiable {
@available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
public typealias ID = Swift.ObjectIdentifier
}
extension ViafouraSDK.VFDislikeChatError : Swift.Equatable {}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
// swift-compiler-version: Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
// swift-module-flags: -target arm64-apple-ios15.4-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name ViafouraSDK
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
import AVFoundation
import AdSupport
import AppTrackingTransparency
import CoreData
import CoreLocation
import CoreTelephony
import DeveloperToolsSupport
import Foundation
import Network
Expand Down Expand Up @@ -2388,7 +2387,6 @@ extension EventLog {
}
}
extension EventLog : Swift.Identifiable {
@available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
public typealias ID = Swift.ObjectIdentifier
}
extension VFDislikeChatError : Swift.Equatable {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
// swift-compiler-version: Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
// swift-module-flags: -target arm64-apple-ios15.4-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name ViafouraSDK
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
import AVFoundation
import AdSupport
import AppTrackingTransparency
import CoreData
import CoreLocation
import CoreTelephony
import DeveloperToolsSupport
import Foundation
import Network
Expand Down Expand Up @@ -2388,7 +2387,6 @@ extension ViafouraSDK.EventLog {
}
}
extension ViafouraSDK.EventLog : Swift.Identifiable {
@available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
public typealias ID = Swift.ObjectIdentifier
}
extension ViafouraSDK.VFDislikeChatError : Swift.Equatable {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18846,13 +18846,6 @@
"RawDocComment"
]
},
{
"kind": "Import",
"name": "CoreTelephony",
"printedName": "CoreTelephony",
"declKind": "Import",
"moduleName": "ViafouraSDK"
},
{
"kind": "Import",
"name": "SystemConfiguration",
Expand Down Expand Up @@ -28282,7 +28275,9 @@
"usr": "s:11ViafouraSDK12UserResponseV4fromACs7Decoder_p_tKcfc",
"mangledName": "$s11ViafouraSDK12UserResponseV4fromACs7Decoder_p_tKcfc",
"moduleName": "ViafouraSDK",
"implicit": true,
"declAttributes": [
"AccessControl"
],
"throwing": true,
"init_kind": "Designated"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
// swift-compiler-version: Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
// swift-module-flags: -target x86_64-apple-ios15.4-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name ViafouraSDK
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
import AVFoundation
import AdSupport
import AppTrackingTransparency
import CoreData
import CoreLocation
import CoreTelephony
import DeveloperToolsSupport
import Foundation
import Network
Expand Down Expand Up @@ -2388,7 +2387,6 @@ extension EventLog {
}
}
extension EventLog : Swift.Identifiable {
@available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
public typealias ID = Swift.ObjectIdentifier
}
extension VFDislikeChatError : Swift.Equatable {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
// swift-compiler-version: Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
// swift-module-flags: -target x86_64-apple-ios15.4-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name ViafouraSDK
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
import AVFoundation
import AdSupport
import AppTrackingTransparency
import CoreData
import CoreLocation
import CoreTelephony
import DeveloperToolsSupport
import Foundation
import Network
Expand Down Expand Up @@ -2388,7 +2387,6 @@ extension ViafouraSDK.EventLog {
}
}
extension ViafouraSDK.EventLog : Swift.Identifiable {
@available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
public typealias ID = Swift.ObjectIdentifier
}
extension ViafouraSDK.VFDislikeChatError : Swift.Equatable {}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
// swift-compiler-version: Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
// swift-module-flags: -target x86_64-apple-ios15.4-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name ViafouraSDK
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
import AVFoundation
import AdSupport
import AppTrackingTransparency
import CoreData
import CoreLocation
import CoreTelephony
import DeveloperToolsSupport
import Foundation
import Network
Expand Down Expand Up @@ -2388,7 +2387,6 @@ extension EventLog {
}
}
extension EventLog : Swift.Identifiable {
@available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
public typealias ID = Swift.ObjectIdentifier
}
extension VFDislikeChatError : Swift.Equatable {}
Expand Down
Loading

0 comments on commit b26fb0f

Please sign in to comment.