ec8a22cc84
Custom dark theme updated. Added support for native dark mode. Added new icon themes. Scene still needs improvement.
107 lines
3.0 KiB
Plaintext
Executable File
107 lines
3.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>LSMinimumSystemVersion</key>
|
|
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>© 2013-2023, Valentina project</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>@TYPEINFO@</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>@EXECUTABLE@</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>ua.com.smart-pattern.@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>i-measurements.incs</string>
|
|
<key>LSItemContentTypes</key>
|
|
<array>
|
|
<string>ua.com.smart-pattern.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>s-measurements.icns</string>
|
|
<key>LSItemContentTypes</key>
|
|
<array>
|
|
<string>ua.com.smart-pattern.vst</string>
|
|
</array>
|
|
<key>CFBundleTypeName</key>
|
|
<string>Valentina multisize measurements</string>
|
|
<key>LSHandlerRank</key>
|
|
<string>Owner</string>
|
|
</dict>
|
|
</array>
|
|
<key>UTExportedTypeDeclarations</key>
|
|
<array>
|
|
<dict>
|
|
<key>UTTypeConformsTo</key>
|
|
<array>
|
|
<string>public.text</string>
|
|
<string>public.xml</string>
|
|
</array>
|
|
<key>UTTypeDescription</key>
|
|
<string>Valentina individual measurements</string>
|
|
<key>UTTypeIconFile</key>
|
|
<string>i-measurements.icns</string>
|
|
<key>UTTypeIdentifier</key>
|
|
<string>ua.com.smart-pattern.vit</string>
|
|
<key>UTTypeTagSpecification</key>
|
|
<dict>
|
|
<key>public.filename-extension</key>
|
|
<array>
|
|
<string>vit</string>
|
|
</array>
|
|
<key>public.mime-type</key>
|
|
<string>text/xml</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>UTTypeConformsTo</key>
|
|
<array>
|
|
<string>public.text</string>
|
|
<string>public.xml</string>
|
|
</array>
|
|
<key>UTTypeDescription</key>
|
|
<string>Valentina multisize measurements</string>
|
|
<key>UTTypeIconFile</key>
|
|
<string>s-measurements.icns</string>
|
|
<key>UTTypeIdentifier</key>
|
|
<string>ua.com.smart-pattern.vst</string>
|
|
<key>UTTypeTagSpecification</key>
|
|
<dict>
|
|
<key>public.filename-extension</key>
|
|
<array>
|
|
<string>vst</string>
|
|
</array>
|
|
<key>public.mime-type</key>
|
|
<string>text/xml</string>
|
|
</dict>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|