https://github.com/orgs/organicmaps/discussions/4515
Weblate works fine. There is no longer a need to maintain a
homegrown, non-standard translation toolchain.
Categories are not in Weblate yet, but they weren't supported by
the previous toolkit too. This issue can be addressed later.
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
1. Restore the original simple version of `configure.sh`
Restores 08e37f4 "Refactor configure.sh"
Reverts b87ee95b "Fixed configure.sh script and gh actions"
2. Use GitHub Secrets instead of a private git repository to enhance
security standards and ensure credentials are encrypted and safely
managed.
3. Document credentials used by GitHub Actions in docs/CREDENTIALS.md
4. Include `network_security_config.xml` directly into the repo
as it has nothing sensitive.
5. Include Apple WWDR intermediate certificates directly into the repo
as they are not sensitive and publicly available.
https://developer.apple.com/help/account/reference/wwdr-intermediate-certificates
6. Add `private.h` in the repository since it does not differ from
`private_defaults.h`.
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
* Update to C++20
Signed-off-by: Harry Bond <me@hbond.xyz>
* Update CMakeLists.txt
Signed-off-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
---------
Signed-off-by: Harry Bond <me@hbond.xyz>
Signed-off-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
I often clone things first and read docs second rather than use Github's interface. This causes problems with submodules, especially shallow submodules. I finally found a workflow that's pretty ok and figured I'd share it here for other contributors.
Signed-off-by: zyphlar <zyphlar@users.noreply.github.com>
Compiling on Nixos (Linux) and got
```
CMake Error at CMakeLists.txt:309 (message):
Could not find python3 to use in qt/, shaders/ and 3party/.
```
Worth specifying all dependencies -- if this isn't required for Windows or something we can say so of course.
Signed-off-by: zyphlar <zyphlar@users.noreply.github.com>
This code was outdated and required a lot of fixes to work.
Even after fixes, it will generate map image that is inconsistent with GL/Metal/Vulkan version.
Restoring it later if necessary is always an option.
Signed-off-by: Alexander Borsuk <me@alex.bio>
Organic Maps uses a CarPlay entitlement that is attachted to the
Organic Maps Apple Developer team. A contributer, who is not part
of this team, has to remove the CarPlay entitlement from the app
to install Organic Maps on a real device. This commit updates
INSTALL.md with the steps to remove the CarPlay entitlement.
Signed-off-by: Fabian Wüthrich <me@fabwu.ch>