Configure diagnostics (and MapLibre) using Pkl. (#3820)
* Bump the version for the next release. * Ignore all generated sources. * Use Pkl+XcodeGen to inject secrets instead of the project. * Inject the PostHog/Sentry/Rageshake configuration from the environment. * Fix bad unicode. * Fix unit tests.
This commit is contained in:
@@ -5,5 +5,5 @@ git lfs post-checkout "$@"
|
||||
#!/bin/bash
|
||||
export PATH="$PATH:/opt/homebrew/bin"
|
||||
|
||||
# ignores updates of 'secrets.xcconfig' to avoid pushing sensitive data by mistake
|
||||
git update-index --assume-unchanged ElementX/SupportingFiles/secrets.xcconfig
|
||||
# ignores updates of 'Secrets.swift' to avoid pushing sensitive data by mistake
|
||||
git update-index --assume-unchanged ElementX/SupportingFiles/Secrets.swift
|
||||
|
||||
Reference in New Issue
Block a user