libs-gscoredata/DataBuilder/Info.plist
H. Nikolaus Schaller 44c5699146 added manually converted .nib files
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep@25796 72102866-910b-0410-8b05-ffd578937521
2007-12-29 16:31:06 +00:00

81 lines
2.1 KiB
Text

<?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>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>gsdatamodel</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>gsdatamodel</string>
<key>CFBundleTypeName</key>
<string>DocumentWindow</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSTypeIsPackage</key>
<false/>
<key>NSDocumentClass</key>
<string>Document</string>
<key>NSPersistentStoreTypeKey</key>
<string>XML</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>xcdatamodel</string>
</array>
<key>CFBundleTypeName</key>
<string>DocumentWindow</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSTypeIsPackage</key>
<true/>
<key>NSDocumentClass</key>
<string>Document</string>
<key>NSPersistentStoreTypeKey</key>
<string>XML</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>mom</string>
</array>
<key>CFBundleTypeName</key>
<string>DocumentWindow</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSTypeIsPackage</key>
<false/>
<key>NSDocumentClass</key>
<string>Document</string>
<key>NSPersistentStoreTypeKey</key>
<string>XML</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>DataBuilder</string>
<key>CFBundleIdentifier</key>
<string>org.gnustep.DataBuilder</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>NSMainNibFile</key>
<string>DataBuilder</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>