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