ec8a22cc84
Custom dark theme updated. Added support for native dark mode. Added new icon themes. Scene still needs improvement.
71 lines
2.0 KiB
Plaintext
Executable File
71 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>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>layout.incs</string>
|
|
<key>LSItemContentTypes</key>
|
|
<array>
|
|
<string>ua.com.smart-pattern.vlt</string>
|
|
</array>
|
|
<key>CFBundleTypeName</key>
|
|
<string>Valentina layout</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 layout</string>
|
|
<key>UTTypeIconFile</key>
|
|
<string>layout.icns</string>
|
|
<key>UTTypeIdentifier</key>
|
|
<string>ua.com.smart-pattern.vlt</string>
|
|
<key>UTTypeTagSpecification</key>
|
|
<dict>
|
|
<key>public.filename-extension</key>
|
|
<array>
|
|
<string>vlt</string>
|
|
</array>
|
|
<key>public.mime-type</key>
|
|
<string>text/xml</string>
|
|
</dict>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|