<?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> <string>com.softfever3d.orca-slicer</string> <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> <key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeExtensions</key> <array> <string>stl</string> <string>STL</string> </array> <key>CFBundleTypeIconFile</key> <string>stl.icns</string> <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> <string>OrcaSlicer.icns</string> <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> <string>OrcaSlicer.icns</string> <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> <string>OrcaSlicer.icns</string> <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> <string>gcode.icns</string> <key>CFBundleTypeName</key> <string>GCODE</string> <key>CFBundleTypeRole</key> <string>Viewer</string> <key>LISsAppleDefaultForType</key> <true/> <key>LSHandlerRank</key> <string>Alternate</string> </dict> </array> <key>CSResourcesFileMapped</key> <true/> <key>NSHumanReadableCopyright</key> <string>${MACOSX_BUNDLE_COPYRIGHT}</string> <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> </dict> </plist>