summaryrefslogtreecommitdiff
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
parenta8fa5c21f0bc81f3f144ee29e16deab3f91296d4 (diff)
iOS: Bumped version
-rw-r--r--CMakeLists.txt2
-rw-r--r--res/iOSBundleInfo.plist.in13
2 files changed, 14 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8fab3842..47cd2442 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ project (Lagrange
25set (COPYRIGHT_YEAR 2021) 25set (COPYRIGHT_YEAR 2021)
26if (IOS) 26if (IOS)
27 set (PROJECT_VERSION 1.4) # pinned for TestFlight 27 set (PROJECT_VERSION 1.4) # pinned for TestFlight
28 set (IOS_BUNDLE_VERSION 9) # just increment this 28 set (IOS_BUNDLE_VERSION 21.6.15)
29endif () 29endif ()
30 30
31# Build configuration. 31# Build configuration.
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>