Skip to content

Commit eb66b2d

Browse files
authored
Merge pull request #37 from intercom/kb/release_1.1.0
Release 1.1.0
2 parents ba937b7 + 0cda3c3 commit eb66b2d

File tree

500 files changed

+16
-10470
lines changed

Some content is hidden

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

500 files changed

+16
-10470
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ dependencies {
6060
//noinspection GradleDynamicVersion
6161
implementation "com.facebook.react:react-native:+" // From node_modules
6262
implementation 'com.google.firebase:firebase-messaging:20.2.+'
63-
implementation 'io.intercom.android:intercom-sdk:10.1.+'
63+
implementation 'io.intercom.android:intercom-sdk:10.3.+'
6464
}

docs/IOS-MANUAL-LINKING.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,12 @@
44

55
- In project root make `react-native link` command
66
- In Xcode open `YourApp.xcworkspace`, if there is no file with extension `xcworkspace` open `YourApp.xcodeproj`
7-
- In file browser open `./node_modules/intercom-react-native/ios`
8-
- From file browser drag `Intercom.xcframework` and drop in Xcode window under YourProject name
7+
- [Download intercom for iOS and extract the zip](https://github.com/intercom/intercom-ios/archive/master.zip)
8+
- Drag Intercom.xcframework into your project. Make sure **"Copy items if needed"** is selected and click Finish.
99

10-
![Xcode linking](xcode-linking.png)
10+
![Xcode linking](https://files.readme.io/51cf138-xcframework_drag.png)
1111

12-
___
13-
14-
- In popup mark `Copy items if needed`
15-
16-
![Xcode popup](xcode-popup.png)
12+
![Xcode popup](https://files.readme.io/031bc35-copy_items.png)
1713

1814
___
1915

example/ios/Podfile.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ PODS:
7272
- FlipperKit/FlipperKitNetworkPlugin
7373
- fmt (6.2.1)
7474
- glog (0.3.5)
75-
- Intercom (10.1.1)
76-
- intercom-react-native (1.0.3):
77-
- Intercom (~> 10.1.0)
75+
- Intercom (10.3.0)
76+
- intercom-react-native (1.1.0):
77+
- Intercom (~> 10.3.0)
7878
- React-Core
7979
- libevent (2.1.12)
8080
- OpenSSL-Universal (1.1.180)
@@ -404,6 +404,8 @@ DEPENDENCIES:
404404
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
405405

406406
SPEC REPOS:
407+
https://cdn.cocoapods.org/:
408+
- Intercom
407409
trunk:
408410
- boost-for-react-native
409411
- CocoaAsyncSocket
@@ -417,7 +419,6 @@ SPEC REPOS:
417419
- Flipper-RSocket
418420
- FlipperKit
419421
- fmt
420-
- Intercom
421422
- libevent
422423
- OpenSSL-Universal
423424
- YogaKit
@@ -489,7 +490,7 @@ EXTERNAL SOURCES:
489490
SPEC CHECKSUMS:
490491
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
491492
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
492-
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
493+
DoubleConversion: cde416483dac037923206447da6e1454df403714
493494
FBLazyVector: 33c82491102f20ecddb6c6a2c273696ace3191e0
494495
FBReactNativeSpec: df8f81d2a7541ee6755a047b398a5cb5a72acd0e
495496
Flipper: b1fddf9a17c32097b2b4c806ad158b2f36bb2692
@@ -502,9 +503,9 @@ SPEC CHECKSUMS:
502503
Flipper-RSocket: d9d9ade67cbecf6ac10730304bf5607266dd2541
503504
FlipperKit: aec2d931adeee48a07bab1ea8bcc8a6bb87dfce4
504505
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
505-
glog: 5337263514dd6f09803962437687240c5dc39aa4
506-
Intercom: 455f0a7a11ef58f0261a1454c42d0c4ca73118e0
507-
intercom-react-native: 290c79f4d264d41b080c3ac0440e81fae3d576df
506+
glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3
507+
Intercom: b697b5972ca0fad3412a13c67c6920eab301498b
508+
intercom-react-native: 1d1eab12e134bb23fb2fdad6adc45a2196575091
508509
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
509510
OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b
510511
RCT-Folly: 0dd9e1eb86348ecab5ba76f910b56f4b5fef3c46

intercom-react-native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Pod::Spec.new do |s|
1717
s.resource_bundles = { 'IntercomFramework' => ['ios/assets/*'] }
1818

1919
s.dependency "React-Core"
20-
s.dependency "Intercom", '~> 10.1.0'
20+
s.dependency "Intercom", '~> 10.3.0'
2121
end

ios/Intercom.xcframework/Info.plist

Lines changed: 0 additions & 42 deletions
This file was deleted.
Binary file not shown.

ios/Intercom.xcframework/ios-arm64_armv7/Intercom.framework/Headers/ICMCompany.h

Lines changed: 0 additions & 87 deletions
This file was deleted.

ios/Intercom.xcframework/ios-arm64_armv7/Intercom.framework/Headers/ICMHelpCenterArticle.h

Lines changed: 0 additions & 34 deletions
This file was deleted.

ios/Intercom.xcframework/ios-arm64_armv7/Intercom.framework/Headers/ICMHelpCenterArticleSearchResult.h

Lines changed: 0 additions & 46 deletions
This file was deleted.

ios/Intercom.xcframework/ios-arm64_armv7/Intercom.framework/Headers/ICMHelpCenterCollection.h

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)