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
20ca058e
Commit
20ca058e
authored
Jul 07, 2010
by
timeless@mozdev.org
Browse files
Bug 577213 firefox 4 beta 1 gives bad error message when run on Mac OS X 10.4
r=josh r=bsmedberg
parent
8fe736a9
Changes
4
Show whitespace changes
Inline
Side-by-side
browser/app/macbuild/Contents/Info.plist.in
View file @
20ca058e
...
...
@@ -134,5 +134,7 @@
<true/>
<key>
CGDisableCoalescedUpdates
</key>
<true/>
<key>
LSMinimumSystemVersion
</key>
<string>
10.5
</string>
</dict>
</plist>
toolkit/mozapps/update/updater/macbuild/Contents/Info.plist
View file @
20ca058e
...
...
@@ -22,5 +22,7 @@
<string>
MainMenu
</string>
<key>
NSPrincipalClass
</key>
<string>
NSApplication
</string>
<key>
LSMinimumSystemVersion
</key>
<string>
10.5
</string>
</dict>
</plist>
xulrunner/app/macbuild/Info.plist.in
View file @
20ca058e
...
...
@@ -18,5 +18,7 @@
<string>
MOZB
</string>
<key>
CFBundleVersion
</key>
<string>
APP_VERSION
</string>
<key>
LSMinimumSystemVersion
</key>
<string>
10.5
</string>
</dict>
</plist>
xulrunner/installer/mac/Info.plist.in
View file @
20ca058e
...
...
@@ -26,5 +26,8 @@
<key>
IFPkgFormatVersion
</key>
<real>
0.10000000149011612
</real>
<key>
LSMinimumSystemVersion
</key>
<string>
10.5
</string>
</dict>
</plist>
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