File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ With node.js (at least 0.10.20):
62
62
63
63
Download an archive:
64
64
65
- $ curl -L https://github.com/phonegap/ios-sim/zipball/3.0.0 -o ios-sim-3.0.0 .zip
66
- $ unzip ios-sim-3.0.0 .zip
65
+ $ curl -L https://github.com/phonegap/ios-sim/zipball/3.1.1 -o ios-sim-3.1.1 .zip
66
+ $ unzip ios-sim-3.1.1 .zip
67
67
68
68
Or from a git clone:
69
69
Original file line number Diff line number Diff line change 1
- #define IOS_SIM_VERSION "3.0.0 "
1
+ #define IOS_SIM_VERSION "3.1.1 "
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ios-sim" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " launch iOS apps into the iOS Simulator from the command line (Xcode 6.0)" ,
5
5
"main" : " ios-sim" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments