Bump release heads, enable SVN packaging.
This commit is contained in:
parent
3b202ff607
commit
b400a2adc1
4 changed files with 7 additions and 6 deletions
|
@ -2,12 +2,14 @@
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
|
<string>English</string>
|
||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
<string>FlightGear.icns</string>
|
<string>FlightGear.icns</string>
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>FlightGear nightly build</string>
|
<string>FlightGear, the open-source flight simulator</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
|
@ -19,7 +21,7 @@
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string><%= fgVersion %></string>
|
<string><%= fgVersion %></string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>10.5.0</string>
|
<string>10.6.0</string>
|
||||||
<key>NSMainNibFile</key>
|
<key>NSMainNibFile</key>
|
||||||
<string>MainMenu</string>
|
<string>MainMenu</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0dd860e25c582f730f06f008686b16ef432fb56d
|
Subproject commit 0a822fb412e2fcc44028bf5412710e2fb32dc96b
|
|
@ -126,8 +126,7 @@ $osgPlugins.each do |p|
|
||||||
fix_install_names("#{osgPluginsDir}/#{pluginFile}")
|
fix_install_names("#{osgPluginsDir}/#{pluginFile}")
|
||||||
end
|
end
|
||||||
|
|
||||||
# svn lib copying disabled for the moment
|
copy_svn_libs()
|
||||||
# copy_svn_libs()
|
|
||||||
|
|
||||||
# custom ALUT
|
# custom ALUT
|
||||||
# must copy frameworks using ditto
|
# must copy frameworks using ditto
|
||||||
|
|
2
simgear
2
simgear
|
@ -1 +1 @@
|
||||||
Subproject commit a7519c9e95d6c2c1bf7132d76c2a79d8a20e7e37
|
Subproject commit 2e60af7cc032a5b4a7df8b1cdf92cf4a2553a76b
|
Loading…
Reference in a new issue