Skip to content

Commit

Permalink
Merge pull request #266 from intercom/readme_ios12
Browse files Browse the repository at this point in the history
Update Readme
  • Loading branch information
nymerias authored Apr 24, 2019
2 parents 7c24b75 + 4f36dd8 commit dd09b99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This is a plugin that allows your Cordova or PhoneGap app to use [Intercom for iOS](https://github.com/intercom/intercom-ios) and/or [Intercom for Android](https://github.com/intercom/intercom-android).

* Intercom for iOS supports iOS 8, 9, 10 & 11.
* Intercom for iOS supports iOS 8, 9, 10, 11 & 12.
* Intercom for Android supports API 19 and above.

## Customer Support
Expand Down
6 changes: 5 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
command: command -v node || brew install node
- run:
name: Install Cordova
command: npm install -g cordova
command: npm install -g cordova@8.0.0
- run:
name: Setup CocoaPods
command: curl -sS https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash
Expand All @@ -34,6 +34,10 @@ jobs:
working_directory: ~/project/Example
steps:
- checkout
- run:
name: Accept all Android licenses
command: |
yes | $ANDROID_HOME/tools/bin/sdkmanager --licenses || if [ $? -ne '141' ]; then exit $?; fi;
- run:
name: Install node/npm
command: |
Expand Down

0 comments on commit dd09b99

Please sign in to comment.