forked from chaiNNer-org/chaiNNer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Associate .chn with chaiNNer on MacOS (chaiNNer-org#2115)
associate .chn with chaiNNer on macOS - added association of .chn filetype with chainner on macOS - added file type icon - added open-file event for macOS This addresses chaiNNer-org#1062 but does not solve it completely, since file association only works on macOS ATM.
- Loading branch information
Showing
5 changed files
with
60 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?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>LSMinimumSystemVersion</key> | ||
<string>11.0.0</string> | ||
<key>CFBundleDocumentTypes</key> | ||
<array> | ||
<dict> | ||
<key>CFBundleTypeExtensions</key> | ||
<array> | ||
<string>chn</string> | ||
<string>CHN</string> | ||
</array> | ||
<key>CFBundleTypeIconFile</key> | ||
<string>file_chn.icns</string> | ||
<key>CFBundleTypeName</key> | ||
<string>chaiNNer Chain File</string> | ||
<key>CFBundleTypeRole</key> | ||
<string>Editor</string> | ||
<key>LSHandlerRank</key> | ||
<string>Default</string> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
Binary file not shown.
Binary file not shown.