Skip to content

Commit f510fab

Browse files
Release 15.0.2
1 parent 5e5f0c0 commit f510fab

File tree

14 files changed

+65
-10
lines changed

14 files changed

+65
-10
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 15.0.2
2+
###### Release Date: 3-07-2023
3+
4+
### 🚀 Enhancements
5+
* Improved Intercom's networking code to ensure messaging is faster and more reliable.
6+
* Fixed threading issues that were being logged when Xcode's `Thread Performance Checker` was enabled. Thanks to [everyone](https://community.intercom.com/mobile-sdks-24/the-error-about-incorrect-threads-using-in-xcode-14-120) who reported this in our Intercom Community.
7+
* Made some small UI enhancements.
8+
* Removed some errors about unarchiving that were showing up in the XCode console.
9+
* dSYM files are now embedded within `Intercom.xcframework`.
10+
11+
112
## 15.0.1
213
###### Release Date: 23-06-2023
314

Intercom.podspec

Lines changed: 3 additions & 3 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.0.1'
3+
s.version = '15.0.2'
44
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
55
s.license = { :type => "Apache 2.0", :file => "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,8 +9,8 @@ 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 = { :git => 'https://github.com/intercom/intercom-ios.git', :tag => s.version.to_s }
12+
s.source = { :http => 'https://github.com/intercom/intercom-ios/releases/download/15.0.2/Intercom.xcframework.zip' }
1313
s.platform = :ios, '13.0'
14-
s.preserve_paths = 'Intercom.xcframework'
14+
s.preserve_paths = 'Intercom.xcframework', 'dSYM'
1515
s.vendored_frameworks = 'Intercom.xcframework'
1616
end

Intercom.xcframework/Info.plist

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,35 @@
55
<key>AvailableLibraries</key>
66
<array>
77
<dict>
8+
<key>DebugSymbolsPath</key>
9+
<string>dSYMs</string>
810
<key>LibraryIdentifier</key>
9-
<string>ios-arm64_x86_64-simulator</string>
11+
<string>ios-arm64</string>
1012
<key>LibraryPath</key>
1113
<string>Intercom.framework</string>
1214
<key>SupportedArchitectures</key>
1315
<array>
1416
<string>arm64</string>
15-
<string>x86_64</string>
1617
</array>
1718
<key>SupportedPlatform</key>
1819
<string>ios</string>
19-
<key>SupportedPlatformVariant</key>
20-
<string>simulator</string>
2120
</dict>
2221
<dict>
22+
<key>DebugSymbolsPath</key>
23+
<string>dSYMs</string>
2324
<key>LibraryIdentifier</key>
24-
<string>ios-arm64</string>
25+
<string>ios-arm64_x86_64-simulator</string>
2526
<key>LibraryPath</key>
2627
<string>Intercom.framework</string>
2728
<key>SupportedArchitectures</key>
2829
<array>
2930
<string>arm64</string>
31+
<string>x86_64</string>
3032
</array>
3133
<key>SupportedPlatform</key>
3234
<string>ios</string>
35+
<key>SupportedPlatformVariant</key>
36+
<string>simulator</string>
3337
</dict>
3438
</array>
3539
<key>CFBundlePackageType</key>
0 Bytes
Binary file not shown.
-37.5 KB
Binary file not shown.
0 Bytes
Binary file not shown.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>English</string>
7+
<key>CFBundleIdentifier</key>
8+
<string>com.apple.xcode.dsym.io.intercom.com.Intercom</string>
9+
<key>CFBundleInfoDictionaryVersion</key>
10+
<string>6.0</string>
11+
<key>CFBundlePackageType</key>
12+
<string>dSYM</string>
13+
<key>CFBundleSignature</key>
14+
<string>????</string>
15+
<key>CFBundleShortVersionString</key>
16+
<string>15.0.2</string>
17+
<key>CFBundleVersion</key>
18+
<string>15.0.2</string>
19+
</dict>
20+
</plist>
7.87 MB
Binary file not shown.
0 Bytes
Binary file not shown.
-53.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)