From 2aaa114aae62b96bbffa3b20c4646574488fb026 Mon Sep 17 00:00:00 2001 From: Nicolas Vandamme Date: Mon, 6 May 2013 00:05:53 +0200 Subject: [PATCH] mac 64bit experimental build repos --- Classes/MGMController.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classes/MGMController.m b/Classes/MGMController.m index a3c7622..6d3545b 100644 --- a/Classes/MGMController.m +++ b/Classes/MGMController.m @@ -42,8 +42,8 @@ NSString * const MGMTMPPath = @"/tmp"; NSString * const MGMChannelsURL = @"http://omahaproxy.appspot.com/all.json?os=mac"; -static NSString *MGMSnapshotURL = @"https://commondatastorage.googleapis.com/chromium-browser-snapshots/"; -NSString * const MGMSnapshotPrefix = @"Mac/"; +static NSString *MGMSnapshotURL = @"http://commondatastorage.googleapis.com/chromium-qa/"; +NSString * const MGMSnapshotPrefix = @"Chromium_Mac_10_8_x64__experimental_/"; NSString * const MGMSVNLogsURL = @"http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog.html?url=/trunk/src&range=%@:%@&mode=html&os=mac"; NSString * const MGMCChannel = @"channel";