mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
Rockbox Utility deployment: insert revision into OS X' Info.plist too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29800 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
155584fb78
commit
8c768a544b
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ deploy.progexe = {
|
||||||
"linux2" : "RockboxUtility"
|
"linux2" : "RockboxUtility"
|
||||||
}
|
}
|
||||||
deploy.regreplace = {
|
deploy.regreplace = {
|
||||||
"rbutil/rbutilqt/version.h" : ["SVN \$.*\$", "SVN r%REVISION%"]
|
"rbutil/rbutilqt/version.h" : ["SVN \$.*\$", "SVN r%REVISION%"],
|
||||||
|
"rbutil/rbutilqt/Info.plist" : ["SVN \$.*\$", "SVN r%REVISION%"]
|
||||||
}
|
}
|
||||||
# OS X 10.6 defaults to gcc 4.2. Building universal binaries that are
|
# OS X 10.6 defaults to gcc 4.2. Building universal binaries that are
|
||||||
# compatible with 10.4 requires using gcc-4.0.
|
# compatible with 10.4 requires using gcc-4.0.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue