/
krisfloop
/
notebook
Обзор
Документация
Войти
/
krisfloop
/
notebook
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/resources/Info.plist.example
20 строк
703 B
y__321@naver.com
Fix broken link
08 ноя 2017, 08:56
08 ноя 2017, 08:56
061f323
Код
Авторство
О чём код?
# Add this into the info.plist file of an application # and the icns icon in Contents/Resources # then move the application twice : # https://superuser.com/questions/178316/how-to-set-an-icon-for-a-file-type-on-mac <key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeExtensions</key> <array> <string>ipynb</string> </array> <key>CFBundleTypeIconFile</key> <string>ipynb_mac_icon</string> <key>CFBundleTypeName</key> <string>IPython notebook file</string> <key>CFBundleTypeRole</key> <string>None</string> </dict> <array>