diff --git a/SampleApp/Viafoura.xcodeproj/project.pbxproj b/SampleApp/Viafoura.xcodeproj/project.pbxproj index 41757575..7e397560 100644 --- a/SampleApp/Viafoura.xcodeproj/project.pbxproj +++ b/SampleApp/Viafoura.xcodeproj/project.pbxproj @@ -827,7 +827,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = Viafoura/Viafoura.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 94; + CURRENT_PROJECT_VERSION = 95; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = JJ3874BH56; GENERATE_INFOPLIST_FILE = YES; @@ -842,7 +842,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.93; + MARKETING_VERSION = 1.0.94; PRODUCT_BUNDLE_IDENTIFIER = com.viafoura.sampleapp; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; @@ -859,7 +859,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = Viafoura/Viafoura.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 94; + CURRENT_PROJECT_VERSION = 95; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = JJ3874BH56; GENERATE_INFOPLIST_FILE = YES; @@ -874,7 +874,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.93; + MARKETING_VERSION = 1.0.94; PRODUCT_BUNDLE_IDENTIFIER = com.viafoura.sampleapp; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; diff --git a/ViafouraCore.podspec b/ViafouraCore.podspec index 9d27f42f..12d4ebb6 100644 --- a/ViafouraCore.podspec +++ b/ViafouraCore.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'ViafouraCore' - s.version = '0.0.40' + s.version = '0.0.41' s.swift_versions = ['5.0'] s.summary = 'Viafoura SDK' s.description = 'This SDK allows you to integrate Viafoura tools into your iOS app.' diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Assets.car b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Assets.car index 7cc4895d..5c69b5e0 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Assets.car and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Assets.car differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.abi.json b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.abi.json index 21eda4eb..aec37dd2 100644 --- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.abi.json +++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.abi.json @@ -92727,41 +92727,48 @@ "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", "kind": "StringLiteral", "offset": 797, - "length": 10, - "value": "\"comments\"" + "length": 9, + "value": "\"content\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", "kind": "StringLiteral", - "offset": 1311, + "offset": 872, + "length": 8, + "value": "\"direct\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", + "kind": "StringLiteral", + "offset": 1338, "length": 7, "value": "\"limit\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", "kind": "StringLiteral", - "offset": 1397, + "offset": 1424, "length": 15, "value": "\"starting_from\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", "kind": "StringLiteral", - "offset": 1528, + "offset": 1555, "length": 15, "value": "\"authorization\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", "kind": "BooleanLiteral", - "offset": 1602, + "offset": 1629, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", "kind": "BooleanLiteral", - "offset": 1653, + "offset": 1680, "length": 4, "value": "true" }, diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK index 4fbd1ca0..54e99a3c 100755 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK differ diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.abi.json b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.abi.json index 8303386f..90177a02 100644 --- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -92727,41 +92727,48 @@ "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", "kind": "StringLiteral", "offset": 797, - "length": 10, - "value": "\"comments\"" + "length": 9, + "value": "\"content\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", "kind": "StringLiteral", - "offset": 1311, + "offset": 872, + "length": 8, + "value": "\"direct\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", + "kind": "StringLiteral", + "offset": 1338, "length": 7, "value": "\"limit\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", "kind": "StringLiteral", - "offset": 1397, + "offset": 1424, "length": 15, "value": "\"starting_from\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", "kind": "StringLiteral", - "offset": 1528, + "offset": 1555, "length": 15, "value": "\"authorization\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", "kind": "BooleanLiteral", - "offset": 1602, + "offset": 1629, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", "kind": "BooleanLiteral", - "offset": 1653, + "offset": 1680, "length": 4, "value": "true" }, diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json index 8303386f..90177a02 100644 --- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -92727,41 +92727,48 @@ "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", "kind": "StringLiteral", "offset": 797, - "length": 10, - "value": "\"comments\"" + "length": 9, + "value": "\"content\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", "kind": "StringLiteral", - "offset": 1311, + "offset": 872, + "length": 8, + "value": "\"direct\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", + "kind": "StringLiteral", + "offset": 1338, "length": 7, "value": "\"limit\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", "kind": "StringLiteral", - "offset": 1397, + "offset": 1424, "length": 15, "value": "\"starting_from\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", "kind": "StringLiteral", - "offset": 1528, + "offset": 1555, "length": 15, "value": "\"authorization\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", "kind": "BooleanLiteral", - "offset": 1602, + "offset": 1629, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", "kind": "BooleanLiteral", - "offset": 1653, + "offset": 1680, "length": 4, "value": "true" }, diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViafouraSDK b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViafouraSDK index 27a4f0f8..198c0eb9 100755 Binary files a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViafouraSDK and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViafouraSDK differ diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/_CodeSignature/CodeResources b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/_CodeSignature/CodeResources index 7ef8df7a..b47d337e 100644 --- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/_CodeSignature/CodeResources +++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/_CodeSignature/CodeResources @@ -114,7 +114,7 @@ Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.abi.json - NPF+Ku77tDZrbMYi6H+Soqs6B3k= + aP7GqJPz7JTTGVm+Lp0eNCJLAXI= Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -134,7 +134,7 @@ Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json - NPF+Ku77tDZrbMYi6H+Soqs6B3k= + aP7GqJPz7JTTGVm+Lp0eNCJLAXI= Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -589,7 +589,7 @@ hash2 - TDKfDYS7moc0JPhuaje2PaMEg/sn5RtyKE2g9VjuuFw= + /hwZQpzF7J3KFyzLAK/EMfiMxyw0H+SS8rcuP7dg9CE= Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -624,7 +624,7 @@ hash2 - TDKfDYS7moc0JPhuaje2PaMEg/sn5RtyKE2g9VjuuFw= + /hwZQpzF7J3KFyzLAK/EMfiMxyw0H+SS8rcuP7dg9CE= Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface