You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug 1380690 - Part 1 - Save repo and object dir paths in Mac bundle Info.plist files. r=gps
On Mac developer builds, add $topsrcdir and $topobjdir paths to the application
bundle Info.plist files for the main process and plugin-container, removing the
dependency on MOZ_DEVELOPER_REPO_DIR and MOZ_DEVELOPER_OBJ_DIR environment variables.
MozReview-Commit-ID: JfFFK9sEayn
--HG--
extra : rebase_source : ab2d8dd625783326b4108eb1e4ebaf49ef8fbedb
rsync -a -C --exclude '*.in'$(srcdir)/macbuild/Contents $(DIST)/bin/$(MOZ_CHILD_PROCESS_NAME).app
36
-
sed -e 's/%PROGRAM%/$(MOZ_CHILD_PROCESS_NAME)/'$(srcdir)/macbuild/Contents/Info.plist.in >$(DIST)/bin/$(MOZ_CHILD_PROCESS_NAME).app/Contents/Info.plist
36
+
sed -e 's/%PROGRAM%/$(MOZ_CHILD_PROCESS_NAME)/'-e 's|%MOZ_DEVELOPER_REPO_PATH%|$(topsrcdir)|' -e 's|%MOZ_DEVELOPER_OBJ_PATH%|$(topobjdir)|'$(srcdir)/macbuild/Contents/Info.plist.in >$(DIST)/bin/$(MOZ_CHILD_PROCESS_NAME).app/Contents/Info.plist
37
37
sed -e 's/%APP_NAME%/$(MOZ_CHILD_PROCESS_BUNDLENAME)/'$(srcdir)/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in |\
0 commit comments