Skip to content

Commit

Permalink
Add CFBundleURLTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo committed Nov 1, 2023
1 parent 692b27c commit 7fc062e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packaging/MacOS/cura.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,20 @@
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>MyModelingApp</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleURLSchemes</key>
<key>CFBundleURLName</key>
<string>com.ultimaker.cura</string>
<array>
<string>cura</string>
</array>
</dict>
</array>
</dict>
</plist>

0 comments on commit 7fc062e

Please sign in to comment.