summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-06-15 19:59:24 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-06-15 19:59:24 +0300
commit926033f1890abc0d29145cf0ee145d2132eafafd (patch)
treec48b0a50233b5ab8aff87437dc35690f959b9d0d /res
parenta8fa5c21f0bc81f3f144ee29e16deab3f91296d4 (diff)
iOS: Bumped version
Diffstat (limited to 'res')
-rw-r--r--res/iOSBundleInfo.plist.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/iOSBundleInfo.plist.in b/res/iOSBundleInfo.plist.in
index f47df7cd..09af4abf 100644
--- a/res/iOSBundleInfo.plist.in
+++ b/res/iOSBundleInfo.plist.in
@@ -60,9 +60,22 @@
60 <key>CFBundleDocumentTypes</key> 60 <key>CFBundleDocumentTypes</key>
61 <array> 61 <array>
62 <dict> 62 <dict>
63 <key>CFBundleTypeName</key>
64 <string>Gemini Text File</string>
65 <key>LSHandlerRank</key>
66 <string>Default</string>
63 <key>LSItemContentTypes</key> 67 <key>LSItemContentTypes</key>
64 <array> 68 <array>
65 <string>fi.skyjake.lagrange.gemini</string> 69 <string>fi.skyjake.lagrange.gemini</string>
70 </array>
71 </dict>
72 <dict>
73 <key>CFBundleTypeName</key>
74 <string>Plain Text File</string>
75 <key>LSHandlerRank</key>
76 <string>Alternate</string>
77 <key>LSItemContentTypes</key>
78 <array>
66 <string>public.plain-text</string> 79 <string>public.plain-text</string>
67 </array> 80 </array>
68 </dict> 81 </dict>