From e05e7534ef541ae0695c02959b28d460e660802f Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Fri, 7 Feb 2025 09:16:52 +0200 Subject: [PATCH] Removed now unused secrets --- ElementX/SupportingFiles/secrets.xcconfig | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/ElementX/SupportingFiles/secrets.xcconfig b/ElementX/SupportingFiles/secrets.xcconfig index b292d5e692..ef84fb8992 100644 --- a/ElementX/SupportingFiles/secrets.xcconfig +++ b/ElementX/SupportingFiles/secrets.xcconfig @@ -19,14 +19,3 @@ // MARK: - MapLibre MAPLIBRE_API_KEY = your_key - -// MARK: - OTLP Tracing - -// URLs need special treatment to work properly in xcconfig files -// https://stackoverflow.com/a/36297483/730924 -// i.e. make sure to use https:/$()/ in the scheme in the stored secret -OTLP_TRACING_URL = otlp_endpoint - -OTLP_TRACING_USERNAME = otlp_username -OTLP_TRACING_PASSWORD = otlp_password -