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

Unified Diff: chrome/app/make_mac_app_symlinks

Issue 171040: add the InfoPlist.strings generation based on GRD strings.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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 | « chrome/app/helper-Info.plist ('k') | chrome/app/nuke_mac_resources_link » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/make_mac_app_symlinks
===================================================================
--- chrome/app/make_mac_app_symlinks (revision 24091)
+++ chrome/app/make_mac_app_symlinks (working copy)
@@ -5,14 +5,13 @@
# found in the LICENSE file.
# This script is intended to run from a "postbuild" action from within Xcode.
-# It sets up symbolic links for an app bundle's Resources and Frameworks
-# directories. This is intended to be used for app bundles that live within
-# the Resources directory of a larger app bundle, when the sub-app's
-# Resources and Frameworks directories should point to the enclosing app's.
+# It sets up symbolic links for an app bundle's Frameworks directory. This is
+# intended to be used for app bundles that live within the Resources directory
+# of a larger app bundle, when the sub-app's Frameworks directory should point
+# to the enclosing app's.
set -e
CONTENTS_PATH="${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/Contents"
-ln -fhs ../.. "${CONTENTS_PATH}/Resources"
ln -fhs ../../../Frameworks "${CONTENTS_PATH}/Frameworks"
« no previous file with comments | « chrome/app/helper-Info.plist ('k') | chrome/app/nuke_mac_resources_link » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698