Skip to content

Commit c61fa1c

Browse files
Fatme HavaluovaFatme Havaluova
authored andcommitted
Initial commit
0 parents  commit c61fa1c

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

.gitignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
*.js
2+
!/*.js
3+
!bin/ios-sim-portable.js
4+
*.js.map
5+
6+
lib-cov
7+
*.seed
8+
*.log
9+
*.csv
10+
*.dat
11+
*.out
12+
*.pid
13+
*.gz
14+
*.tgz
15+
*.tmp
16+
tscommand*.tmp.txt
17+
.tscache/
18+
/lib/.d.ts
19+
20+
.idea/
21+
22+
test-reports.xml
23+
24+
npm-debug.log
25+
node_modules

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ios-sim-portable
2+
================
3+
4+
The ios-sim-portable is a command-line utility written in nodejs that launches an iOS application on the iOS Simulator.

0 commit comments

Comments
 (0)