mirror of
https://github.com/gnustep/libs-gscoredata.git
synced 2025-03-13 10:51:59 +00:00
81 lines
2.1 KiB
Text
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>
|