Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
Takin
TAS-Paths
Commits
931a9cdd
Verified
Commit
931a9cdd
authored
Dec 06, 2021
by
Tobias WEBER
Browse files
added file type to info.plist
parent
277f700e
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup/osx/Info.plist
View file @
931a9cdd
...
...
@@ -27,5 +27,16 @@
<key>
LSMinimumSystemVersion
</key>
<string>
11.0
</string>
<key>
LSApplicationCategoryType
</key>
<string>
public.app-category.education
</string>
<key>
CFBundleDocumentTypes
</key>
<array>
<dict>
<key>
CFBundleTypeExtensions
</key>
<array>
<string>
taspaths
</string>
</array>
<key>
CFBundleTypeName
</key>
<string>
TAS-Paths File
</string>
<key>
CFBundleTypeRole
</key>
<string>
Editor
</string>
<key>
CFBundleTypeIconFile
</key>
<string>
taspaths.icns
</string>
<key>
LSHandlerRank
</key>
<string>
Owner
</string>
</dict>
</array>
</dict>
</plist>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment