Skip to content

Commit 11454c6

Browse files
Release 14.0.5
1 parent 47860e0 commit 11454c6

File tree

13 files changed

+13
-7
lines changed

13 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 14.0.5
2+
###### Release Date: 22-12-2022
3+
4+
### 🚀 Enhancements
5+
* All views now respect the system default margins.
6+
17
## 14.0.4
28
###### Release Date: 12-12-2022
39

Intercom.podspec

Lines changed: 1 addition & 1 deletion
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 = '14.0.4'
3+
s.version = '14.0.5'
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]", "Mike McNamara"=>"[email protected]", "Katherine Brennan"=>"[email protected]", "Himanshi Goyal"=>"[email protected]", "Niamh Coleman"=>"[email protected]"}
0 Bytes
Binary file not shown.
32.4 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
48.5 KB
Binary file not shown.
0 Bytes
Binary file not shown.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ let package = Package(
1313
targets: [
1414
.binaryTarget(
1515
name: "Intercom",
16-
url: "https://github.com/intercom/intercom-ios/releases/download/14.0.4/Intercom.xcframework.zip",
17-
checksum: "04ca16e8d5cc70a22b4686c9b6732e6f6f9afc671ed7c630963655f093d2a37d"
16+
url: "https://github.com/intercom/intercom-ios/releases/download/14.0.5/Intercom.xcframework.zip",
17+
checksum: "4716aeb91dc56445fcd9c2f5d0e64479eb082cb6fa8b15d5d8cecaafd44b5136"
1818
),
1919
]
2020
)

dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>14.0.4</string>
16+
<string>14.0.5</string>
1717
<key>CFBundleVersion</key>
18-
<string>14.0.4</string>
18+
<string>14.0.5</string>
1919
</dict>
2020
</plist>

0 commit comments

Comments
 (0)