Skip to content

Commit 60a7145

Browse files
add info about running the demo #10
1 parent 4564d72 commit 60a7145

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ Create an app *for each platform you target*. That way you can roll out release
9393
> ⚠️ The `appname` must be unique, and should not contain dashes (`-`).
9494
9595
```shell
96-
nativescript-code-push app add <appname> <platform> nativescript
96+
nativescript-code-push app add <appname> <platform>
9797

9898
# examples:
99-
nativescript-code-push app add MyAppIOS ios nativescript
100-
nativescript-code-push app add MyAppAndroid android nativescript
99+
nativescript-code-push app add MyAppIOS ios
100+
nativescript-code-push app add MyAppAndroid android
101101
```
102102

103103
> 💁‍♂️ This will show you your deployment keys you'll need when connecting to the CodePush server. If you want to list those keys at any later time, use `nativescript-code-push deployment ls <appName> --displayKeys`.
@@ -106,7 +106,7 @@ nativescript-code-push app add MyAppAndroid android nativescript
106106
107107
> 💁‍♂️ Want to rename your app? At any time, use the command: `nativescript-code-push app rename <oldName> <newName>`
108108
109-
> 💁‍♂️ Want to delete an app? At any time, use the command: `nativescript-code-push app rm <appName>` - this means any apps that have been configured to use it will obviously stop receiving updates.
109+
> 💁‍♂️ Want to delete an app? At any time, use the command: `nativescript-code-push app remove <appName>` - this means any apps that have been configured to use it will obviously stop receiving updates.
110110
111111
#### List your registered apps
112112

src/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"scripts": {
2626
"build": "tsc --skipLibCheck",
2727
"demo.ios": "npm run preparedemo && cd ../demo && tns run ios",
28+
"TODO--demo-ng.ios": "npm run preparedemo && cd ../demo && tns run ios",
2829
"demo.ios.device": "npm run preparedemo && cd ../demo && tns run ios --release",
2930
"demo.android": "npm run preparedemo && cd ../demo && tns run android",
3031
"preparedemo": "npm run build && npm run package && cd ../demo && tns plugin add ../publish/package/*.tgz && rimraf platforms/android",
@@ -63,7 +64,7 @@
6364
"homepage": "https://github.com/eddyverbruggen/nativescript-code-push",
6465
"readmeFilename": "README.md",
6566
"dependencies": {
66-
"nativescript-code-push-cli": "~1.0.5",
67+
"nativescript-code-push-cli": "~1.0.6",
6768
"nativescript-appversion": "~1.4.1",
6869
"nativescript-hook": "~0.2.5",
6970
"nativescript-zip": "git+https://github.com/EddyVerbruggen/nativescript-zip.git#330fa2d"

0 commit comments

Comments
 (0)