File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ With node.js (at least 0.10.20):
24
24
25
25
Download an archive:
26
26
27
- $ curl -L https://github.com/phonegap/ios-sim/zipball/1.9 .0 -o ios-sim-1.9 .0.zip
28
- $ unzip ios-sim-1.9 .0.zip
27
+ $ curl -L https://github.com/phonegap/ios-sim/zipball/2.0 .0 -o ios-sim-2.0 .0.zip
28
+ $ unzip ios-sim-2.0 .0.zip
29
29
30
30
Or from a git clone:
31
31
@@ -45,7 +45,7 @@ Make sure you enable Developer Mode on your machine:
45
45
Make sure multiple instances of launchd_sim are not running:
46
46
47
47
$ killall launchd_sim
48
-
48
+
49
49
Development
50
50
-----------
51
51
Original file line number Diff line number Diff line change 1
- #define IOS_SIM_VERSION "1.9 .0"
1
+ #define IOS_SIM_VERSION "2.0 .0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ios-sim" ,
3
- "version" : " 1.9 .0" ,
3
+ "version" : " 2.0 .0" ,
4
4
"description" : " launch iOS apps into the iOS Simulator from the command line (Xcode 5.1)" ,
5
5
"main" : " ios-sim" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments