Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(374)

Unified Diff: build/package_mac_toolchain.py

Issue 2683703003: [Mac hermetic] Latest ibtoold needs iPhoneSimulator platform files to compile mac xibs. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/package_mac_toolchain.py
diff --git a/build/package_mac_toolchain.py b/build/package_mac_toolchain.py
index edce057ec2797352b2b44706f22dc4d5a57746b2..49eec8715eac392b074d91b087ff9887c1f2c104 100755
--- a/build/package_mac_toolchain.py
+++ b/build/package_mac_toolchain.py
@@ -46,7 +46,7 @@ DEFAULT_EXCLUDE_FOLDERS = [
MAC_EXCLUDE_FOLDERS = [
'Contents/Developer/Platforms/iPhoneOS.platform',
-'Contents/Developer/Platforms/iPhoneSimulator.platform',
+'Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs',
]
IOS_EXCLUDE_FOLDERS = [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698