Skip to content

Commit 27b1ff3

Browse files
committed
Added configuration file and a valid udid
1 parent f042c0d commit 27b1ff3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ hs_err_pid*
2525
/test-outputy
2626
*.prefs
2727

28-
# Eclipse oh Ecplise
28+
# Eclipse oh Eclpise
2929
*.project
3030
*.classpath
31+
32+
# Maven
33+
dependency-reduced-pom.xml

ios-service.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
service.port=5050
2+
libimobiledevice.path=/usr/bin/
3+
libimobiledevice.timeout=20000

src/test/java/com/mobilebox/base/BaseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class BaseTest {
88

99
@BeforeClass
1010
public void beforeClass() {
11-
udid = "C1C15247-A830-46C5-A101-04F18DFBA3C6";
11+
udid = "0416d649d4c1b9b57e0dae22a42344926a1dcc74";
1212
}
1313

1414
}

0 commit comments

Comments
 (0)