Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Make.config
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ IOS_PACKAGE_VERSION_REV=$(word 3, $(subst ., ,$(IOS_PACKAGE_VERSION)))
IOS_PACKAGE_VERSION_BUILD=$(IOS_COMMIT_DISTANCE)
IOS_PACKAGE_UPDATE_ID=$(shell printf "2%02d%02d%02d%03d" $(IOS_PACKAGE_VERSION_MAJOR) $(IOS_PACKAGE_VERSION_MINOR) $(IOS_PACKAGE_VERSION_REV) $(IOS_PACKAGE_VERSION_BUILD))

# Xcode 8.3 beta 3
# Xcode 8.3 beta 5
XCODE_VERSION=8.3
XCODE_URL=http://xamarin-storage/bot-provisioning/Xcode_8.3_beta_4.xip
XCODE_DEVELOPER_ROOT=/Applications/Xcode83-beta4.app/Contents/Developer
XCODE_URL=http://xamarin-storage/bot-provisioning/Xcode_8.3_beta_5.xip
XCODE_DEVELOPER_ROOT=/Applications/Xcode83-beta5.app/Contents/Developer

# Minimum Mono version
MIN_MONO_VERSION=4.8.0.269
Expand Down