1
0
Fork 0

Use version file to populate bundle plist.

This commit is contained in:
James Turner 2010-11-14 17:49:55 +00:00
parent 3209a4db09
commit d070691531
2 changed files with 3 additions and 1 deletions

View file

@ -15,6 +15,8 @@ osgVersion = runOsgVersion('version-number')
$osgSoVersion=runOsgVersion('so-number')
$openThreadsSoVersion=runOsgVersion('openthreads-soversion-number')
VERSION = File.read("#{srcDir}/version").strip
puts "osgVersion=#{osgVersion}, so-number=#{$osgSoVersion}"
$alutSourcePath='/Library/Frameworks/ALUT.framework'

View file

@ -15,7 +15,7 @@
<key>CFBundleIdentifier</key>
<string>org.flightgear.FlightGear</string>
<key>CFBundleVersion</key>
<string>2.0</string>
<string><%= VERSION %></string>
<key>CFBundleShortVersionString</key>
<string>unstable nightly build</string>
<key>LSMinimumSystemVersion</key>