Skip to content

Commit 4f63123

Browse files
Fatme HavaluovaFatme Havaluova
authored andcommitted
Add isim alias
1 parent 55db065 commit 4f63123

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

bin/ios-sim-portable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22

33
SIM_DIR="`dirname \"$0\"`"
4-
node "$SIM_DIR/appbuilder.js" $@
4+
node "$SIM_DIR/ios-sim-portable.js" $@

bin/isim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
3+
SIM_DIR="`dirname \"$0\"`"
4+
node "$SIM_DIR/ios-sim-portable.js" $@

bin/isim.cmd

Whitespace-only changes.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"prepublish": "node prepublish.js"
99
},
1010
"bin": {
11-
"ios-sim-portable": "./bin/ios-sim-portable.js"
11+
"ios-sim-portable": "./bin/ios-sim-portable.js",
12+
"isim": "./bin/ios-sim-portable.js"
1213
},
1314
"repository": {
1415
"type": "git",

0 commit comments

Comments
 (0)