Index: masters/master.chromium.mac/master_mac_cfg.py |
diff --git a/masters/master.chromium.mac/master_mac_cfg.py b/masters/master.chromium.mac/master_mac_cfg.py |
index 3b87ec5676cb7b36927396f2af87eeeac60cb850..d36d5f1131f6adc004a16c18acb630fdf3f33f70 100644 |
--- a/masters/master.chromium.mac/master_mac_cfg.py |
+++ b/masters/master.chromium.mac/master_mac_cfg.py |
@@ -311,7 +311,7 @@ F('ios_rel', ios().ChromiumFactory( |
tests=[], |
options = [ |
'--', '-project', '../build/all.xcodeproj', '-sdk', |
- 'iphoneos6.1', '-target' , 'All'], |
+ 'iphoneos6.1', '-target' , 'All'], # for xcode 4.6. Use 'iphoneos' for 5. |
ghost stip (do not use)
2013/12/05 21:04:25
capitalize 'for'
might be a better idea to put th
|
factory_properties={ |
'app_name': 'Chromium.app', |
'gclient_deps': 'ios', |