Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
Tor Browser
Commits
2bd5d85a
Commit
2bd5d85a
authored
Jun 04, 2007
by
wr@rosenauer.org
Browse files
Bug 383099 - error in Makefile creation caused by autoconf syntax, r=luser
parent
b7ec89db
Changes
3
Hide whitespace changes
Inline
Side-by-side
browser/app/Makefile.in
View file @
2bd5d85a
...
...
@@ -370,8 +370,8 @@ libs repackage:: $(PROGRAM)
rsync
-a
--exclude
CVS
--exclude
"*.in"
$(srcdir)
/macbuild/Contents
$(DIST)
/
$(APP_NAME)
.app
--exclude
English.lproj
mkdir
-p
$(DIST)
/
$(APP_NAME)
.app/Contents/Resources/
$(AB)
.lproj
rsync
-a
--exclude
CVS
--exclude
"*.in"
$(srcdir)
/macbuild/Contents/Resources/English.lproj/
$(DIST)
/
$(APP_NAME)
.app/Contents/Resources/
$(AB)
.lproj
sed
-e
"s/
@
APP_VERSION
@
/
$(APP_VERSION)
/"
-e
"s/
@
APP_NAME
@
/
$(APP_NAME)
/"
$(srcdir)
/macbuild/Contents/Info.plist.in
>
$(DIST)
/
$(APP_NAME)
.app/Contents/Info.plist
sed
-e
"s/
@
APP_VERSION
@
/
$(APP_VERSION)
/"
-e
"s/
@
APP_NAME
@
/
$(APP_NAME)
/"
$(srcdir)
/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in | iconv
-f
UTF-8
-t
UTF-16
>
$(DIST)
/
$(APP_NAME)
.app/Contents/Resources/
$(AB)
.lproj/InfoPlist.strings
sed
-e
"s/
%
APP_VERSION
%
/
$(APP_VERSION)
/"
-e
"s/
%
APP_NAME
%
/
$(APP_NAME)
/"
$(srcdir)
/macbuild/Contents/Info.plist.in
>
$(DIST)
/
$(APP_NAME)
.app/Contents/Info.plist
sed
-e
"s/
%
APP_VERSION
%
/
$(APP_VERSION)
/"
-e
"s/
%
APP_NAME
%
/
$(APP_NAME)
/"
$(srcdir)
/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in | iconv
-f
UTF-8
-t
UTF-16
>
$(DIST)
/
$(APP_NAME)
.app/Contents/Resources/
$(AB)
.lproj/InfoPlist.strings
rsync
-a
$(DIST)
/bin/
$(DIST)
/
$(APP_NAME)
.app/Contents/MacOS
rm
-f
$(DIST)
/
$(APP_NAME)
.app/Contents/MacOS/
$(PROGRAM)
$(DIST)
/
$(APP_NAME)
.app/Contents/MacOS/mangle
$(DIST)
/
$(APP_NAME)
.app/Contents/MacOS/shlibsign
rsync
-aL
$(PROGRAM)
$(DIST)
/
$(APP_NAME)
.app/Contents/MacOS
...
...
browser/app/macbuild/Contents/Info.plist.in
View file @
2bd5d85a
...
...
@@ -74,7 +74,7 @@
<key>
CFBundleExecutable
</key>
<string>
firefox-bin
</string>
<key>
CFBundleGetInfoString
</key>
<string>
@
APP_NAME
@ @
APP_VERSION
@
, © 1998-2007 Contributors
</string>
<string>
%
APP_NAME
% %
APP_VERSION
%
, © 1998-2007 Contributors
</string>
<key>
CFBundleIconFile
</key>
<string>
firefox
</string>
<key>
CFBundleIdentifier
</key>
...
...
@@ -82,11 +82,11 @@
<key>
CFBundleInfoDictionaryVersion
</key>
<string>
6.0
</string>
<key>
CFBundleName
</key>
<string>
@
APP_NAME
@
</string>
<string>
%
APP_NAME
%
</string>
<key>
CFBundlePackageType
</key>
<string>
APPL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
@
APP_VERSION
@
</string>
<string>
%
APP_VERSION
%
</string>
<key>
CFBundleSignature
</key>
<string>
MOZB
</string>
<key>
CFBundleURLTypes
</key>
...
...
@@ -137,7 +137,7 @@
</dict>
</array>
<key>
CFBundleVersion
</key>
<string>
@
APP_VERSION
@
</string>
<string>
%
APP_VERSION
%
</string>
<key>
NSAppleScriptEnabled
</key>
<true/>
</dict>
...
...
browser/app/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in
View file @
2bd5d85a
CFBundleName = "
@
APP_NAME
@
";
CFBundleName = "
%
APP_NAME
%
";
NSHumanReadableCopyright = "Copyright © 1998-2007 Contributors";
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment