Bump release heads, enable SVN packaging.

This commit is contained in:
James Turner
2012-08-12 17:03:10 +01:00
parent 3b202ff607
commit b400a2adc1
4 changed files with 7 additions and 6 deletions

View File

@@ -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>

View File

@@ -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

Submodule simgear updated: a7519c9e95...2e60af7cc0