diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-18 07:04:27 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-18 07:04:27 +0300 |
commit | facc3abb7faafb323cb87e26ddba8dac01af02e9 (patch) | |
tree | 387aa23e03b029f516ecca6880131fd6523e1c3f /CMakeLists.txt | |
parent | ced855c338b78e05c66d38618373728ef946ebaa (diff) | |
parent | 5d517c2f790a38d7fe3c3cc59a1b39fd49e20280 (diff) |
Merge branch 'dev' into work/typesetter
# Conflicts:
# src/ui/documentwidget.c
# src/ui/inputwidget.c
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 17fded2b..a1037b0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -22,8 +22,11 @@ project (Lagrange | |||
22 | DESCRIPTION "A Beautiful Gemini Client" | 22 | DESCRIPTION "A Beautiful Gemini Client" |
23 | LANGUAGES C | 23 | LANGUAGES C |
24 | ) | 24 | ) |
25 | set (IOS_BUNDLE_VERSION 6) | ||
26 | set (COPYRIGHT_YEAR 2021) | 25 | set (COPYRIGHT_YEAR 2021) |
26 | if (IOS) | ||
27 | set (PROJECT_VERSION 1.4) # pinned for TestFlight | ||
28 | set (IOS_BUNDLE_VERSION 7) # just increment this | ||
29 | endif () | ||
27 | 30 | ||
28 | # Build configuration. | 31 | # Build configuration. |
29 | option (ENABLE_IPC "Use IPC to communicate between running instances" ON) | 32 | option (ENABLE_IPC "Use IPC to communicate between running instances" ON) |
@@ -87,6 +90,7 @@ set (EMBED_RESOURCES | |||
87 | res/lang/fr.bin | 90 | res/lang/fr.bin |
88 | res/lang/ia.bin | 91 | res/lang/ia.bin |
89 | res/lang/ie.bin | 92 | res/lang/ie.bin |
93 | res/lang/pl.bin | ||
90 | res/lang/ru.bin | 94 | res/lang/ru.bin |
91 | res/lang/sr.bin | 95 | res/lang/sr.bin |
92 | res/lang/tok.bin | 96 | res/lang/tok.bin |
@@ -176,6 +180,8 @@ set (SOURCES | |||
176 | src/ui/root.h | 180 | src/ui/root.h |
177 | src/ui/mediaui.c | 181 | src/ui/mediaui.c |
178 | src/ui/mediaui.h | 182 | src/ui/mediaui.h |
183 | src/ui/mobile.c | ||
184 | src/ui/mobile.h | ||
179 | src/ui/scrollwidget.c | 185 | src/ui/scrollwidget.c |
180 | src/ui/scrollwidget.h | 186 | src/ui/scrollwidget.h |
181 | src/ui/sidebarwidget.c | 187 | src/ui/sidebarwidget.c |