Skip to content

Commit

Permalink
1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
techee committed Oct 25, 2020
1 parent 86b09da commit 8529dcf
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 7 deletions.
107 changes: 103 additions & 4 deletions Info.plist
Expand Up @@ -3,11 +3,11 @@
<plist version="1.0">
<dict>
<key>CFBundleShortVersionString</key>
<string>1.36</string>
<string>1.37</string>
<key>CFBundleVersion</key>
<string>1.36</string>
<string>1.37</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2019 The Geany Team, GNU General Public License</string>
<string>Copyright 2020 The Geany Team, GNU General Public License</string>

<key>CFBundleDevelopmentRegion</key>
<string>English</string>
Expand Down Expand Up @@ -260,6 +260,20 @@
<key>LSHandlerRank</key>
<string>Alternate</string>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>BibTeX Source</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>bib</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>CAML Source</string>
Expand Down Expand Up @@ -665,6 +679,21 @@
<key>LSHandlerRank</key>
<string>Alternate</string>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>Groovy Source</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>gradle</string>
<string>groovy</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>Haskell Source</string>
Expand Down Expand Up @@ -760,13 +789,27 @@
<key>LSHandlerRank</key>
<string>Alternate</string>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>Kotlin Source</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>kt</string>
<string>kts</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>LaTeX Source</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>aux</string>
<string>bib</string>
<string>idx</string>
<string>latex</string>
<string>ltx</string>
Expand Down Expand Up @@ -859,6 +902,20 @@
<key>LSHandlerRank</key>
<string>Alternate</string>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>Nim Source</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>nim</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>NSIS Source</string>
Expand Down Expand Up @@ -1089,6 +1146,20 @@
<key>LSHandlerRank</key>
<string>Alternate</string>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>Smalltalk Source</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>st</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>SQL Source</string>
Expand All @@ -1103,6 +1174,20 @@
<key>LSHandlerRank</key>
<string>Alternate</string>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>Swift Source</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>swift</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>Tcl Source</string>
Expand Down Expand Up @@ -1134,6 +1219,20 @@
<key>LSHandlerRank</key>
<string>Alternate</string>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>TypeScript Source</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>ts</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>Vala Source</string>
Expand Down
2 changes: 1 addition & 1 deletion create_dmg.sh
@@ -1,6 +1,6 @@
#!/bin/sh

VERSION="1.36"
VERSION="1.37"

NAME="Geany"
ICONNAME="Geany.icns"
Expand Down
4 changes: 2 additions & 2 deletions geany.modules
Expand Up @@ -116,7 +116,7 @@
<branch repo="download.geany.org"
module="geany-${version}.tar.bz2"
checkoutdir="geany-${version}"
version="1.36">
version="1.37">
<!-- This patch corresponds to https://github.com/geany/geany/pull/2363 -->
<patch file="https://github.com/geany/geany-osx/raw/master/patches/01-geany_config_shell.patch" strip="1" />
<patch file="https://github.com/geany/geany-osx/raw/master/patches/03-geany_vte_login_shell.patch" strip="1" />
Expand Down Expand Up @@ -153,7 +153,7 @@
<branch repo="download.geany.org"
module="geany-plugins/geany-plugins-${version}.tar.bz2"
checkoutdir="geany-plugins-${version}"
version="1.36" />
version="1.37" />
<dependencies>
<dep package="geany-release" />
<dep package="geany-plugins-deps" />
Expand Down

0 comments on commit 8529dcf

Please sign in to comment.