Skip to content

Commit a965a5d

Browse files
committed
Update README.md
1 parent f082f60 commit a965a5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Add the Intercom pod into your Podfile and run `pod install`.
1212

1313
### Manual Installation
1414

15-
[Download Intercom for iOS](https://github.com/intercom/intercom-ios/archive/master.zip) and use Finder to drag `Intercom.framework` and `Intercom.bundle` into your Xcode project, ticking the "Copy items if needed" checkbox.
15+
1. [Download Intercom for iOS](https://github.com/intercom/intercom-ios/archive/master.zip) and use Finder to drag `Intercom.framework` and `Intercom.bundle` into your Xcode project, ticking the "Copy items if needed" checkbox.
1616

17-
If that doesn't work, in your project's settings, under Build Phases, Link Binary with Libraries, make sure you are linking the following: `ImageIO`, `MobileCoreServices`, `SystemConfiguration`, `AudioToolbox`, `QuartzCore`, `Security`, `CoreGraphics`, `AssetsLibrary`, `CFNetwork`, `libxml2.tbd` and `libicucore.tbd`.
17+
2. In your project's settings, under Build Phases, Link Binary with Libraries, add `libxml2.tbd` and `libicucore.tbd`.
1818

1919
##Sample app
2020

0 commit comments

Comments
 (0)