File tree 3 files changed +19
-21
lines changed
3 files changed +19
-21
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,9 @@ mkdir www
8
8
::
9
9
bower install
10
10
11
- ::
12
- :: Add target platform
13
- ::
14
- :: Comment out the platform(s) your system supports
15
- ::
16
- grunt platform:add:ios
17
- :: grunt platform:add:android
18
-
19
11
::
20
12
:: Install cordova plugins
21
- :: There quickest option is to ask from Ionic
13
+ :: The quickest option is to ask from Ionic
22
14
:: to restore the state of the app.
23
15
:: https://github.com/driftyco/ionic-cli::ionic-state-restore
24
16
:: If this process fails comment this line and uncomment the
@@ -37,6 +29,14 @@ ionic state restore
37
29
:: cordova plugin add cordova-plugin-whitelist
38
30
:: cordova plugin add cordova-plugin-transport-security
39
31
32
+ ::
33
+ :: Add target platform
34
+ ::
35
+ :: Comment out the platform(s) your system supports
36
+ ::
37
+ grunt platform:add:ios
38
+ :: grunt platform:add:android
39
+
40
40
::
41
41
:: Build the project and generate the cordova directory (www)
42
42
::
Original file line number Diff line number Diff line change @@ -8,17 +8,9 @@ mkdir www
8
8
#
9
9
bower install
10
10
11
- #
12
- # Add target platform
13
- #
14
- # Comment out the platform(s) your system supports
15
- #
16
- grunt platform:add:ios
17
- # grunt platform:add:android
18
-
19
11
#
20
12
# Install cordova plugins
21
- # There quickest option is to ask from Ionic
13
+ # The quickest option is to ask from Ionic
22
14
# to restore the state of the app.
23
15
# https://github.com/driftyco/ionic-cli#ionic-state-restore
24
16
# If this process fails comment this line and uncomment the
@@ -37,6 +29,14 @@ ionic state restore
37
29
# cordova plugin add cordova-plugin-whitelist
38
30
# cordova plugin add cordova-plugin-transport-security
39
31
32
+ #
33
+ # Add target platform
34
+ #
35
+ # Comment out the platform(s) your system supports
36
+ #
37
+ grunt platform:add:ios
38
+ # grunt platform:add:android
39
+
40
40
#
41
41
# Build the project and generate the cordova directory (www)
42
42
#
Original file line number Diff line number Diff line change 56
56
"//" : { "postinstall" : " ./install.sh" },
57
57
"//" : { "postinstall" : " ./install.bat" }
58
58
},
59
- "cordovaPlatforms" : [
60
- " ios"
61
- ],
59
+ "cordovaPlatforms" : [],
62
60
"cordovaPlugins" : [
63
61
" cordova-plugin-device" ,
64
62
" cordova-plugin-console" ,
You can’t perform that action at this time.
0 commit comments