We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f042c0d commit 27b1ff3Copy full SHA for 27b1ff3
.gitignore
@@ -25,6 +25,9 @@ hs_err_pid*
25
/test-outputy
26
*.prefs
27
28
-# Eclipse oh Ecplise
+# Eclipse oh Eclpise
29
*.project
30
*.classpath
31
+
32
+# Maven
33
+dependency-reduced-pom.xml
ios-service.config
@@ -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
@@ -8,7 +8,7 @@ public class BaseTest {
8
9
@BeforeClass
10
public void beforeClass() {
11
- udid = "C1C15247-A830-46C5-A101-04F18DFBA3C6";
+ udid = "0416d649d4c1b9b57e0dae22a42344926a1dcc74";
12
}
13
14
0 commit comments