e38dc9d866
bundle for Tape. I think if create bundle then make it full, not half made. The bundle also will be very usefull for testing Tape in Mac and in case if someone will want to use Tape like independent application. The main bundle still will have Tape inside. --HG-- branch : develop
72 lines
2.0 KiB
Plaintext
Executable File
72 lines
2.0 KiB
Plaintext
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>NSPrincipalClass</key>
|
|
<string>NSApplication</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>@ICON@</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>© 2013-2015, Valentina project</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>@TYPEINFO@</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>@EXECUTABLE@</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.valentinaproject.@EXECUTABLE@</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>@SHORT_VERSION@</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>@FULL_VERSION@</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleDocumentTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>CFBundleTypeIconFile</key>
|
|
<string>@ICON@</string>
|
|
<key>LSItemContentTypes</key>
|
|
<array>
|
|
<string>org.valentinaproject.val</string>
|
|
</array>
|
|
<key>CFBundleTypeName</key>
|
|
<string>Valentina pattern file</string>
|
|
<key>LSHandlerRank</key>
|
|
<string>Owner</string>
|
|
</dict>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>CFBundleTypeIconFile</key>
|
|
<string>measurements</string>
|
|
<key>LSItemContentTypes</key>
|
|
<array>
|
|
<string>org.valentinaproject.vit</string>
|
|
</array>
|
|
<key>CFBundleTypeName</key>
|
|
<string>Valentina individual measurements</string>
|
|
<key>LSHandlerRank</key>
|
|
<string>Owner</string>
|
|
</dict>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>CFBundleTypeIconFile</key>
|
|
<string>measurements</string>
|
|
<key>LSItemContentTypes</key>
|
|
<array>
|
|
<string>org.valentinaproject.vst</string>
|
|
</array>
|
|
<key>CFBundleTypeName</key>
|
|
<string>Valentina standard measurements</string>
|
|
<key>LSHandlerRank</key>
|
|
<string>Owner</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|