Skip to content

Commit

Permalink
Merge pull request #267 from intercom/dalecantwell/fix-build-sytems
Browse files Browse the repository at this point in the history
Fixing builds
  • Loading branch information
Br1an-Boyle authored Jun 20, 2019
2 parents dd09b99 + 208d83c commit d1c9e2f
Show file tree
Hide file tree
Showing 6 changed files with 121 additions and 134 deletions.
8 changes: 1 addition & 7 deletions Example/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,7 @@
<preference name="intercom-app-id" value="YOUR_APP_ID" />
<preference name="intercom-ios-api-key" value="YOU_IOS_API_KEY" />
<preference name="intercom-android-api-key" value="YOUR_ANDROID_API_KEY" />

<!--
Include this line if you wish to use FCM for Android push notifications
<preference name="intercom-android-push-type" value="FCM" />
-->

<plugin name="cordova-plugin-whitelist" spec="1.0.0" />
<engine name="android" spec="^7.1.0" />
<engine name="ios" spec="^4.5.4" />
<engine name="android" spec="~7.1.4" />
</widget>
Loading

0 comments on commit d1c9e2f

Please sign in to comment.