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

Unified Diff: chrome/tools/build/mac/app_resource_rules.plist.in

Issue 2417007: [Mac] packaging process cleanup: Net of this is the zip off the official buil... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 7 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
Index: chrome/tools/build/mac/app_resource_rules.plist.in
===================================================================
--- chrome/tools/build/mac/app_resource_rules.plist.in (revision 48713)
+++ chrome/tools/build/mac/app_resource_rules.plist.in (working copy)
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>rules</key>
- <dict>
- <key>^PkgInfo$</key>
- <true/>
- <key>^MacOS/</key>
- <true/>
- <key>^Resources/</key>
- <true/>
- <key>^Versions/</key>
- <dict>
- <key>omit</key>
- <true/>
- <key>weight</key>
- <real>10</real>
- </dict>
- <key>^Versions/@VERSION_REGEX@/</key>
- <dict>
- <key>weight</key>
- <real>20</real>
- </dict>
- <key>^Resources/.+\.lproj/</key>
- <dict>
- <key>optional</key>
- <true/>
- <key>weight</key>
- <real>30</real>
- </dict>
- <key>^Versions/@VERSION_REGEX@/.+/Resources/.+\.lproj/</key>
- <dict>
- <key>optional</key>
- <true/>
- <key>weight</key>
- <real>30</real>
- </dict>
- <key>^Versions/@VERSION_REGEX@/.+/Resources Disabled/</key>
- <dict>
- <key>omit</key>
- <true/>
- <key>weight</key>
- <real>40</real>
- </dict>
- <key>/\.DS_Store$</key>
- <dict>
- <key>omit</key>
- <true/>
- <key>weight</key>
- <real>50</real>
- </dict>
- </dict>
-</dict>
-</plist>

Powered by Google App Engine
This is Rietveld 408576698