Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump min Xamarin Studio version to latest alpha. #38

Merged
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions Make.config
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ MAX_MONO_VERSION=4.4.99
MIN_MONO_URL=http://download.mono-project.com/archive/4.0.4/macos-10-x86/MonoFramework-MDK-4.0.4.4.macos10.xamarin.x86.pkg

# Minimum Xamarin Studio version
MIN_XAMARIN_STUDIO_URL=http://download.xamarin.com/studio/Mac/XamarinStudio-5.10.3.51-0.dmg
MIN_XAMARIN_STUDIO_VERSION=5.10.3.51
MIN_XAMARIN_STUDIO_URL=https://files.xamarin.com/~rolf/XamarinStudio-6.0.0.5104-0-1.dmg
MIN_XAMARIN_STUDIO_VERSION=6.0.0.5104
MAX_XAMARIN_STUDIO_VERSION=6.1.0.9999

# Minimum OSX versions
Expand Down
2 changes: 1 addition & 1 deletion mk/xamarin.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifdef ENABLE_XAMARIN
NEEDED_MACCORE_VERSION := 8cc7ade11c50a815393788f7fe417223f69bdaf7
NEEDED_MACCORE_VERSION := 9a5e6f02f305d1b580229b37c7775c4897738f4d
NEEDED_MACCORE_BRANCH := master

MACCORE_DIRECTORY := maccore
Expand Down