Checked in new .plists'

This commit is contained in:
Robert Osfield 2006-11-30 16:55:32 +00:00
parent a9d18d01db
commit 79c8835422
3 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<?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>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>osgfadetext</string>
<key>CFBundleGetInfoString</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.MySoftwareCompany.osgfadetext</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string></string>
<key>CFBundleVersion</key>
<string>1.2.0</string>
</dict>
</plist>

View File

@ -0,0 +1,12 @@
<?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>osgsimpleviewerGLUT</string>
<key>CFBundleIdentifier</key>
<string>org.OpenSceneGraph.osgsimpleviewerGLUT</string>
<key>CFBundleVersion</key>
<string>1.2.0</string>
</dict>
</plist>

View File

@ -0,0 +1,12 @@
<?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>osgsimpleviewerSDL</string>
<key>CFBundleIdentifier</key>
<string>org.OpenSceneGraph.osgsimpleviewerSDL</string>
<key>CFBundleVersion</key>
<string>1.2.0</string>
</dict>
</plist>