Skip to content

Commit 5a98398

Browse files
authored
Reverting 16.0.0 release (#418)
1 parent afa839b commit 5a98398

File tree

41 files changed

+238
-737
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

+238
-737
lines changed

CHANGELOG.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
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-
171
## 15.2.3
182
###### Release Date: 20-09-2023
193

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 = '16.0.0'
3+
s.version = '15.2.3'
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/16.0.0/Intercom.xcframework.zip' }
12+
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/15.2.3/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: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,48 +5,40 @@
55
<key>AvailableLibraries</key>
66
<array>
77
<dict>
8-
<key>BinaryPath</key>
9-
<string>Intercom.framework/Intercom</string>
108
<key>DebugSymbolsPath</key>
119
<string>dSYMs</string>
1210
<key>LibraryIdentifier</key>
13-
<string>ios-arm64_x86_64-simulator</string>
11+
<string>ios-arm64</string>
1412
<key>LibraryPath</key>
1513
<string>Intercom.framework</string>
16-
<key>MergeableMetadata</key>
17-
<true/>
1814
<key>SupportedArchitectures</key>
1915
<array>
2016
<string>arm64</string>
21-
<string>x86_64</string>
2217
</array>
2318
<key>SupportedPlatform</key>
2419
<string>ios</string>
25-
<key>SupportedPlatformVariant</key>
26-
<string>simulator</string>
2720
</dict>
2821
<dict>
29-
<key>BinaryPath</key>
30-
<string>Intercom.framework/Intercom</string>
3122
<key>DebugSymbolsPath</key>
3223
<string>dSYMs</string>
3324
<key>LibraryIdentifier</key>
34-
<string>ios-arm64</string>
25+
<string>ios-arm64_x86_64-simulator</string>
3526
<key>LibraryPath</key>
3627
<string>Intercom.framework</string>
37-
<key>MergeableMetadata</key>
38-
<true/>
3928
<key>SupportedArchitectures</key>
4029
<array>
4130
<string>arm64</string>
31+
<string>x86_64</string>
4232
</array>
4333
<key>SupportedPlatform</key>
4434
<string>ios</string>
35+
<key>SupportedPlatformVariant</key>
36+
<string>simulator</string>
4537
</dict>
4638
</array>
4739
<key>CFBundlePackageType</key>
4840
<string>XFWK</string>
4941
<key>XCFrameworkFormatVersion</key>
50-
<string>1.1</string>
42+
<string>1.0</string>
5143
</dict>
5244
</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 - 16.0.0
3-
22-September-2023
2+
Intercom iOS SDK - 15.2.3
3+
20-September-2023
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)