Files
OpenSceneGraph/Xcode/OpenSceneGraph/osgviewerApplication-Info.plist
Robert Osfield e16f33e9c5 Renamed osgviewer-Info.plist to osgviewerApplication-Info.plist to prevent
svn naming collision problems under Windows due t osgviewer/osgViewer case insentive file name collisions.
2006-11-21 14:42:36 +00:00

13 lines
389 B
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>osgviewer</string>
<key>CFBundleIdentifier</key>
<string>com.MySoftwareCompany.osgviewer</string>
<key>CFBundleVersion</key>
<string>1.2.0</string>
</dict>
</plist>