Skip to content

Commit 3345d9e

Browse files
Release 11.1.2
1 parent 4870044 commit 3345d9e

File tree

19 files changed

+76
-63
lines changed

19 files changed

+76
-63
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 11.1.2
2+
###### Release Date: 04-02-2022
3+
4+
### 🐛 Bug Fixes
5+
* Fixed an issue that was causing a conversation to scroll up and down automatically when a Bot message was received.
6+
* Fixed a crash that was caused by tapping on a deep link within a Post message.
7+
18
## 11.1.1
29
###### Release Date: 31-01-2022
310

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 = '11.1.1'
3+
s.version = '11.1.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]", "Mike McNamara"=>"[email protected]", "Katherine Brennan"=>"[email protected]", "Himanshi Goyal"=>"[email protected]", "Niamh Coleman"=>"[email protected]"}

Intercom.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64_x86_64-simulator</string>
9+
<string>ios-arm64</string>
1010
<key>LibraryPath</key>
1111
<string>Intercom.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
15-
<string>x86_64</string>
1615
</array>
1716
<key>SupportedPlatform</key>
1817
<string>ios</string>
19-
<key>SupportedPlatformVariant</key>
20-
<string>simulator</string>
2118
</dict>
2219
<dict>
2320
<key>LibraryIdentifier</key>
24-
<string>ios-arm64</string>
21+
<string>ios-arm64_x86_64-simulator</string>
2522
<key>LibraryPath</key>
2623
<string>Intercom.framework</string>
2724
<key>SupportedArchitectures</key>
2825
<array>
2926
<string>arm64</string>
27+
<string>x86_64</string>
3028
</array>
3129
<key>SupportedPlatform</key>
3230
<string>ios</string>
31+
<key>SupportedPlatformVariant</key>
32+
<string>simulator</string>
3333
</dict>
3434
</array>
3535
<key>CFBundlePackageType</key>
0 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Intercom.xcframework/ios-arm64/Intercom.framework/config.yml

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -773,11 +773,16 @@ workflows:
773773
<<: *run_on_release_and_master
774774
requires:
775775
- build_xcframework
776-
- lint_objectiveC
777-
- standard_unit_tests
778-
- ltr_snapshot_tests
779-
- rtl_snapshot_tests
780776
- release_deployment_tests
777+
778+
779+
- commit_release:
780+
<<: *run_on_release
781+
requires:
782+
- smoke_test_manual_swift
783+
- smoke_test_cocoapods_swift
784+
- smoke_test_manual_objc
785+
- smoke_test_cocoapods_frameworks_objc
781786
- UI_1_iphone_8
782787
- UI_2_iphone_8
783788
- UI_3_iphone_8
@@ -788,14 +793,9 @@ workflows:
788793
- UI_4_iphone_11_pro
789794
- XCUI_1_iphone_8
790795
- XCUI_1_iphone_11_pro
791-
792-
- commit_release:
793-
<<: *run_on_release
794-
requires:
795-
- smoke_test_manual_swift
796-
- smoke_test_cocoapods_swift
797-
- smoke_test_manual_objc
798-
- smoke_test_cocoapods_frameworks_objc
796+
- standard_unit_tests
797+
- ltr_snapshot_tests
798+
- rtl_snapshot_tests
799799

800800
- create_github_release:
801801
<<: *run_on_release
@@ -807,8 +807,11 @@ workflows:
807807
requires:
808808
- commit_release
809809

810-
- notify_release_succeeded:
811-
<<: *run_on_release
812-
requires:
813-
- create_github_release
814-
- publish_new_cocoapod
810+
# - notify_release_succeeded:
811+
# <<: *run_on_release
812+
# requires:
813+
# - create_github_release
814+
# - publish_new_cocoapod
815+
816+
817+
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)