Skip to content

Commit afa839b

Browse files
Release 16.0.0
1 parent b979b36 commit afa839b

File tree

41 files changed

+737
-238
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+737
-238
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 16.0.0
2+
###### Release Date: 22-09-2023
3+
4+
### 🚀 Enhancements
5+
* Support for iOS 17 including:
6+
* Privacy manifest added
7+
* Support for mergeable libraries
8+
* Digitally signed SDK
9+
* The functions that were deprecated in v14.0.0 have now been fully removed. You can see the list of functions and their replacements [here](https://developers.intercom.com/installing-intercom/ios/migration-guide-v14/)
10+
11+
### 🐛 Bug Fixes
12+
* Resolved an issue that was causing a crash when long pressing messages on iOS 17
13+
14+
### NOTE: Xcode 15 required for use
15+
* In order to work with this version of Intercom, you will need to be using Xcode 15.
16+
117
## 15.2.3
218
###### Release Date: 20-09-2023
319

Intercom.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Intercom'
3-
s.version = '15.2.3'
3+
s.version = '16.0.0'
44
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
55
s.license = { :type => "Apache 2.0", :file => "Intercom.xcframework/LICENSE" }
66
s.authors = {"Brian Boyle"=>"[email protected]", "Katherine Brennan"=>"[email protected]", "Niamh Coleman"=>"[email protected]", "Karthik Maharajan Skandarajah"=>"[email protected]", "Mike McNamara"=>"[email protected]", "Matthew Pierce"=>"[email protected]"}
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.frameworks = ["Foundation", "UIKit", "Accelerate", "Security", "SystemConfiguration", "MobileCoreServices", "ImageIO", "AudioToolbox", "QuartzCore", "CoreGraphics", "Photos", "Accelerate", "WebKit"]
1010
s.library = "icucore", "xml2"
1111
s.requires_arc = true
12-
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/15.2.3/Intercom.xcframework.zip' }
12+
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/16.0.0/Intercom.xcframework.zip' }
1313
s.platform = :ios, '13.0'
1414
s.preserve_paths = 'Intercom.xcframework', 'dSYM'
1515
s.vendored_frameworks = 'Intercom.xcframework'

Intercom.xcframework/Info.plist

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,40 +5,48 @@
55
<key>AvailableLibraries</key>
66
<array>
77
<dict>
8+
<key>BinaryPath</key>
9+
<string>Intercom.framework/Intercom</string>
810
<key>DebugSymbolsPath</key>
911
<string>dSYMs</string>
1012
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
13+
<string>ios-arm64_x86_64-simulator</string>
1214
<key>LibraryPath</key>
1315
<string>Intercom.framework</string>
16+
<key>MergeableMetadata</key>
17+
<true/>
1418
<key>SupportedArchitectures</key>
1519
<array>
1620
<string>arm64</string>
21+
<string>x86_64</string>
1722
</array>
1823
<key>SupportedPlatform</key>
1924
<string>ios</string>
25+
<key>SupportedPlatformVariant</key>
26+
<string>simulator</string>
2027
</dict>
2128
<dict>
29+
<key>BinaryPath</key>
30+
<string>Intercom.framework/Intercom</string>
2231
<key>DebugSymbolsPath</key>
2332
<string>dSYMs</string>
2433
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_x86_64-simulator</string>
34+
<string>ios-arm64</string>
2635
<key>LibraryPath</key>
2736
<string>Intercom.framework</string>
37+
<key>MergeableMetadata</key>
38+
<true/>
2839
<key>SupportedArchitectures</key>
2940
<array>
3041
<string>arm64</string>
31-
<string>x86_64</string>
3242
</array>
3343
<key>SupportedPlatform</key>
3444
<string>ios</string>
35-
<key>SupportedPlatformVariant</key>
36-
<string>simulator</string>
3745
</dict>
3846
</array>
3947
<key>CFBundlePackageType</key>
4048
<string>XFWK</string>
4149
<key>XCFrameworkFormatVersion</key>
42-
<string>1.0</string>
50+
<string>1.1</string>
4351
</dict>
4452
</plist>

Intercom.xcframework/VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
Intercom iOS SDK - 15.2.3
3-
20-September-2023
2+
Intercom iOS SDK - 16.0.0
3+
22-September-2023
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)