xcodeenv: make it work with xcode 7.2

This commit is contained in:
Sander van der Burg
2016-01-07 14:43:17 +00:00
parent 326dce47d3
commit b6d84748b9
4 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ stdenv.mkDerivation {
fi
# Open the simulator instance
open -a "$(readlink "${xcodewrapper}/bin/iOS Simulator")" --args -CurrentDeviceUDID $udid
open -a "$(readlink "${xcodewrapper}/bin/Simulator")" --args -CurrentDeviceUDID $udid
# Copy the app and restore the write permissions
appTmpDir=$(mktemp -d -t appTmpDir)