Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
Issue #1213: XDK instructions link for www template is incorrect (#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
dansumption authored and macdonst committed Oct 12, 2016
1 parent ea5ae88 commit d2ede2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/PHONEGAP_BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ c. iOS Distribution cert: create (if needed), download and install (if needed),
d. Make an AdHoc Provisioning Profile using your App ID from (1a) and your cert from (1c). Make sure your test device is enabled. Download and save with a name you will recognize. (you'll need to add this to your Intel XDK project later)
e. make a push cert, download it, install it, export it to .p12, convert it to .pem (this is for the push server that will send the notification - you'll need this later to test your Intel XDK app)

2. In Intel XDK, make a new Cordova CLI 5.4.1 project using the HTML5+Cordova Blank Template, then replace the contents of www with [the contents of www from the PhoneGap Push Template](https://github.com/phonegap/phonegap-template-push/tree/master/www).
2. In Intel XDK, make a new Cordova CLI 5.4.1 project using the HTML5+Cordova Blank Template, then replace the contents of www with [the contents of www from the PhoneGap Push Template](https://github.com/phonegap/phonegap-template-push/tree/master/template_src/www).

3. Delete www/config.xml (optional? Intel XDK does not use config.xml)

Expand Down

0 comments on commit d2ede2b

Please sign in to comment.