[geany/geany-osx] d18101: Update filetype extensions
Jiří Techet
git-noreply at xxxxx
Sat Mar 4 23:18:11 UTC 2017
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Sat, 04 Mar 2017 23:18:11 UTC
Commit: d18101b49cfe774eb8d0277e57720c158340998a
https://github.com/geany/geany-osx/commit/d18101b49cfe774eb8d0277e57720c158340998a
Log Message:
-----------
Update filetype extensions
Modified Paths:
--------------
Info.plist
plist_filetypes.py
Modified: Info.plist
15 lines changed, 15 insertions(+), 0 deletions(-)
===================================================================
@@ -195,6 +195,21 @@
</dict>
<dict>
<key>CFBundleTypeName</key>
+ <string>Arduino Source</string>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>ino</string>
+ <string>pde</string>
+ </array>
+ <key>CFBundleTypeIconFile</key>
+ <string>Geany.icns</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSHandlerRank</key>
+ <string>Alternate</string>
+ </dict>
+ <dict>
+ <key>CFBundleTypeName</key>
<string>Asciidoc Source</string>
<key>CFBundleTypeExtensions</key>
<array>
Modified: plist_filetypes.py
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -7,6 +7,7 @@
Abc=*.abc;*.abp;
ActionScript=*.as;
Ada=*.adb;*.ads;
+Arduino=*.ino;*.pde;
Asciidoc=*.asciidoc;*.adoc;
ASM=*.asm;*.asm51;*.a51;
Batch=*.bat;*.cmd;*.nt;
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list