-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0cf7ec3
commit 8529c9e
Showing
25 changed files
with
91 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,17 +40,7 @@ | |
<icon height="40" src="www/img/icon-40.png" width="40" /> | ||
<icon height="80" src="www/img/[email protected]" width="80" /> | ||
<icon height="167" src="www/img/[email protected]" width="167" /> | ||
<splash height="960" src="www/img/launch/[email protected]" width="640" /> | ||
<splash height="480" src="www/img/launch/Default.png" width="320" /> | ||
<splash height="1024" src="www/img/launch/Default-Portrait_iPad.png" width="768" /> | ||
<splash height="2048" src="www/img/launch/[email protected]" width="1536" /> | ||
<splash height="768" src="www/img/launch/iPad_landscape.png" width="1024" /> | ||
<splash height="1536" src="www/img/launch/[email protected]" width="2048" /> | ||
<splash height="960" src="www/img/launch/iPhone_small.png" width="640" /> | ||
<splash height="1136" src="www/img/launch/[email protected]" width="640" /> | ||
<splash height="1334" src="www/img/launch/[email protected]" width="750" /> | ||
<splash height="2208" src="www/img/launch/[email protected]" width="1242" /> | ||
<splash height="1242" src="www/img/launch/iPad_landscape_large.png" width="2208" /> | ||
<splash src="www/img/launch/Default@2x~universal~anyany.png" /> | ||
</platform> | ||
<preference name="intercom-app-id" value="YOUR_APP_ID" /> | ||
<preference name="intercom-ios-api-key" value="YOU_IOS_API_KEY" /> | ||
|
@@ -62,6 +52,6 @@ | |
--> | ||
|
||
<plugin name="cordova-plugin-whitelist" spec="1.0.0" /> | ||
<engine name="android" spec="^7.0.0" /> | ||
<engine name="android" spec="^7.1.0" /> | ||
<engine name="ios" spec="^4.5.4" /> | ||
</widget> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"name": "io.intercom.cordova.sample", | ||
"version": "0.0.1", | ||
"displayName": "Intercom Cordova", | ||
"cordova": { | ||
"platforms": [ | ||
"android", | ||
"ios" | ||
], | ||
"plugins": { | ||
"cordova-plugin-whitelist": {} | ||
"name": "io.intercom.cordova.sample", | ||
"version": "0.0.1", | ||
"displayName": "Intercom Cordova", | ||
"cordova": { | ||
"platforms": [ | ||
"ios", | ||
"android" | ||
], | ||
"plugins": { | ||
"cordova-plugin-whitelist": {} | ||
} | ||
}, | ||
"dependencies": { | ||
"cordova-android": "^7.1.0", | ||
"cordova-ios": "^4.5.4", | ||
"cordova-plugin-whitelist": "1.0.0" | ||
} | ||
}, | ||
"dependencies": { | ||
"cordova-android": "^7.0.0", | ||
"cordova-ios": "^4.5.4", | ||
"cordova-plugin-whitelist": "1.0.0" | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters