2022-07-15 15:37:19 +00:00
|
|
|
<?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>CFBundleExecutable</key>
|
|
|
|
<string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
|
|
|
|
<key>CFBundleGetInfoString</key>
|
|
|
|
<string>${MACOSX_BUNDLE_INFO_STRING}</string>
|
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>${MACOSX_BUNDLE_ICON_FILE}</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
2023-03-10 10:53:25 +00:00
|
|
|
<string>com.softfever3d.orca-slicer</string>
|
2022-07-15 15:37:19 +00:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleLongVersionString</key>
|
|
|
|
<string>${MACOSX_BUNDLE_LONG_VERSION_STRING}</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
|
<string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
|
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
|
2024-05-19 13:14:19 +00:00
|
|
|
<key>ATSApplicationFontsPath</key>
|
|
|
|
<string>fonts/</string>
|
2024-01-26 12:18:10 +00:00
|
|
|
<key>CFBundleURLTypes</key>
|
2024-05-24 11:42:32 +00:00
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
<string>OrcaSlicer Downloads</string>
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>orcaslicer</string>
|
|
|
|
</array>
|
2024-09-22 08:49:14 +00:00
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
<string>BambuStudio Downloads</string>
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>bambustudioopen</string>
|
|
|
|
</array>
|
2024-05-24 11:42:32 +00:00
|
|
|
</dict>
|
|
|
|
</array>
|
2022-08-02 04:12:45 +00:00
|
|
|
<key>CFBundleDocumentTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>stl</string>
|
|
|
|
<string>STL</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeIconFile</key>
|
2024-01-26 12:18:10 +00:00
|
|
|
<string>images/stl.icns</string>
|
2022-08-02 04:12:45 +00:00
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>STL</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
<key>LISsAppleDefaultForType</key>
|
|
|
|
<true/>
|
|
|
|
<key>LSHandlerRank</key>
|
|
|
|
<string>Alternate</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>obj</string>
|
|
|
|
<string>OBJ</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeIconFile</key>
|
2024-01-26 12:18:10 +00:00
|
|
|
<string>images/OrcaSlicer.icns</string>
|
2022-08-02 04:12:45 +00:00
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>STL</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
<key>LISsAppleDefaultForType</key>
|
|
|
|
<true/>
|
|
|
|
<key>LSHandlerRank</key>
|
|
|
|
<string>Alternate</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>amf</string>
|
|
|
|
<string>AMF</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeIconFile</key>
|
2024-01-26 12:18:10 +00:00
|
|
|
<string>images/OrcaSlicer.icns</string>
|
2022-08-02 04:12:45 +00:00
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>AMF</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
<key>LISsAppleDefaultForType</key>
|
|
|
|
<true/>
|
|
|
|
<key>LSHandlerRank</key>
|
|
|
|
<string>Alternate</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>3mf</string>
|
|
|
|
<string>3MF</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeIconFile</key>
|
2024-01-26 12:18:10 +00:00
|
|
|
<string>images/OrcaSlicer.icns</string>
|
2022-08-02 04:12:45 +00:00
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>3MF</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
<key>LISsAppleDefaultForType</key>
|
|
|
|
<true/>
|
|
|
|
<key>LSHandlerRank</key>
|
|
|
|
<string>Alternate</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>gcode</string>
|
|
|
|
<string>GCODE</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeIconFile</key>
|
2024-01-26 12:18:10 +00:00
|
|
|
<string>images/gcode.icns</string>
|
2022-08-02 04:12:45 +00:00
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>GCODE</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
<key>LISsAppleDefaultForType</key>
|
|
|
|
<true/>
|
|
|
|
<key>LSHandlerRank</key>
|
|
|
|
<string>Alternate</string>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2022-07-15 15:37:19 +00:00
|
|
|
<key>CSResourcesFileMapped</key>
|
|
|
|
<true/>
|
|
|
|
<key>NSHumanReadableCopyright</key>
|
|
|
|
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
|
2023-05-31 16:14:47 +00:00
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
<dict>
|
|
|
|
<!-- Disable App Transport Security. Resolves https://github.com/SoftFever/OrcaSlicer/issues/791 -->
|
|
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
|
|
<true/>
|
|
|
|
<key>NSAllowsArbitraryLoadsInWebContent</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
2022-07-15 15:37:19 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|