forked from ios-driver/ios-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
11 lines (11 loc) · 829 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
language: objective-c
before_script:
- sudo chmod -R 666 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator*.sdk/Applications/MobileSafari.app/Info.plist
- sudo /usr/sbin/DevToolsSecurity --enable
- sudo dscl . append /Groups/_developer GroupMembership travis
- sudo python ./sim_access.py
- grep -A 10 system.privilege.taskport /etc/authorization
- sudo mkdir /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/exiledSDKs
- sudo chmod -R a+rw /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/exiledSDKs
- sudo chmod 666 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator*.sdk/Applications/MobileSafari.app/Info.plist
script: mvn test