Skip to content

Commit

Permalink
(build) publish version 2.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simonliotier committed Nov 12, 2024
1 parent 518e71a commit 1ea5f73
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@
"text" : "didReceiveNewMessageWithContent:"
}
],
"required" : true,
"role" : "symbol",
"title" : "didReceiveNewMessage(content:)",
"type" : "topic",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"text" : "didReceiveNewMessageWithContent:"
}
],
"required" : true,
"role" : "symbol",
"roleHeading" : "Instance Method",
"symbolKind" : "method",
Expand Down Expand Up @@ -320,7 +319,6 @@
"text" : "didReceiveNewMessageWithContent:"
}
],
"required" : true,
"role" : "symbol",
"title" : "didReceiveNewMessage(content:)",
"type" : "topic",
Expand Down
Binary file modified docs/index/availability.index
Binary file not shown.
2 changes: 1 addition & 1 deletion iAdvize.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'iAdvize'
spec.version = '2.16.1'
spec.version = '2.16.2'
spec.license = { :type => 'Proprietary', :file => 'LICENSE.md' }
spec.homepage = 'https://github.com/iadvize/iadvize-ios-sdk'
spec.authors = { 'iAdvize' => '[email protected]' }
Expand Down

0 comments on commit 1ea5f73

Please sign in to comment.