From 1ea5f73dbad8962463036369bcd483b49f472e8c Mon Sep 17 00:00:00 2001 From: Simon Liotier Date: Tue, 12 Nov 2024 12:13:58 +0100 Subject: [PATCH] (build) publish version 2.16.2 --- CHANGELOG.md | 8 ++++++++ Package.swift | 4 ++-- UPGRADING.md | 4 ++++ .../conversationcontrollerdelegate.json | 1 - .../didreceivenewmessage(content:).json | 2 -- docs/index/availability.index | Bin 1048 -> 1048 bytes iAdvize.podspec | 2 +- 7 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce247ef..16be0c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 2.16.2 (Epoisses) + +### Release date 2024/11/12 + +**Bug fixes** + +- Fix `Asset validation failed (Invalid CFBundleSupportedPlatforms value)` issue preventing app submission. + # 2.16.1 (Epoisses) ### Release date 2024/11/07 diff --git a/Package.swift b/Package.swift index f646bf9..8e1d121 100644 --- a/Package.swift +++ b/Package.swift @@ -15,8 +15,8 @@ let package = Package( targets: [ .binaryTarget( name: "IAdvizeConversationSDK", - url: "https://github.com/iadvize/iadvize-ios-sdk/releases/download/2.16.1/IAdvizeSDK.zip", - checksum: "b09c69b986a6141776ffc02150625a851baffe7f557bd457219ece9a6cb44da2" + url: "https://github.com/iadvize/iadvize-ios-sdk/releases/download/2.16.2/IAdvizeSDK.zip", + checksum: "eb36270875018e7b44df7444ff6032db45dc8fd099e38b21d5c3d018a5437f67" ), .binaryTarget( name: "TwilioVideo", diff --git a/UPGRADING.md b/UPGRADING.md index d82c752..8237aa9 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -1,3 +1,7 @@ +## 2.16.1 > 2.16.2 + +*Nothing to report* + ## 2.16.0 > 2.16.1 SDK is now built using Xcode 16 / iOS 18. diff --git a/docs/data/documentation/iadvizeconversationsdk/conversationcontrollerdelegate.json b/docs/data/documentation/iadvizeconversationsdk/conversationcontrollerdelegate.json index d3fcb3f..8795e49 100644 --- a/docs/data/documentation/iadvizeconversationsdk/conversationcontrollerdelegate.json +++ b/docs/data/documentation/iadvizeconversationsdk/conversationcontrollerdelegate.json @@ -355,7 +355,6 @@ "text" : "didReceiveNewMessageWithContent:" } ], - "required" : true, "role" : "symbol", "title" : "didReceiveNewMessage(content:)", "type" : "topic", diff --git a/docs/data/documentation/iadvizeconversationsdk/conversationcontrollerdelegate/didreceivenewmessage(content:).json b/docs/data/documentation/iadvizeconversationsdk/conversationcontrollerdelegate/didreceivenewmessage(content:).json index bb08798..db1c6a1 100644 --- a/docs/data/documentation/iadvizeconversationsdk/conversationcontrollerdelegate/didreceivenewmessage(content:).json +++ b/docs/data/documentation/iadvizeconversationsdk/conversationcontrollerdelegate/didreceivenewmessage(content:).json @@ -66,7 +66,6 @@ "text" : "didReceiveNewMessageWithContent:" } ], - "required" : true, "role" : "symbol", "roleHeading" : "Instance Method", "symbolKind" : "method", @@ -320,7 +319,6 @@ "text" : "didReceiveNewMessageWithContent:" } ], - "required" : true, "role" : "symbol", "title" : "didReceiveNewMessage(content:)", "type" : "topic", diff --git a/docs/index/availability.index b/docs/index/availability.index index 0164266a25c272777325bb0c1bbf4f846db48804..c508020de686874d68c38021627eb32cb664e6db 100644 GIT binary patch delta 177 zcmbQiF@s~nBBuJN=u3h^<`zIgR}V~^WCiEMlEj?K;u4^UhbNG5kX#g- zcv&z&C@wxB+CM2PHMu0SELGPzI6paAfC(fK7!H!H4PaxqS2_&LLVtf;m6`T`G5_2kxOBTh( zT^0-w3JeMcQSk|h(f&zUsmUdoWvRN(!THI_0!+)2Q&Q8?Gl6=+=7Eg@8xJ-)1J%4s wg3LgBCaW-SmEFs9i0M4jC8nE9518ICePH^;^poiyGcz*>GcU8y 'Proprietary', :file => 'LICENSE.md' } spec.homepage = 'https://github.com/iadvize/iadvize-ios-sdk' spec.authors = { 'iAdvize' => 'mobile@iadvize.com' }