From 69e908ee16339bd4183b78eecd78447885d833da Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Wed, 19 Mar 2025 11:18:20 +0000 Subject: [PATCH] Add overrides for OIDC configuration. (#3910) * Add overrides for OIDC configuration. * Make sure we're linting more than just the main app. * Fix the bundle command. --- .swiftlint.yml | 9 +++-- ElementX.xcodeproj/project.pbxproj | 8 ----- .../xcschemes/PreviewTests.xcscheme | 23 +++++++++---- .../Sources/Application/AppSettings.swift | 34 +++++++++++++------ Enterprise | 2 +- Gemfile.lock | 4 +-- 6 files changed, 46 insertions(+), 34 deletions(-) diff --git a/.swiftlint.yml b/.swiftlint.yml index e65fa4663..48c176560 100755 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -12,13 +12,12 @@ opt_in_rules: - trailing_closure included: - - ElementX - - UnitTests - - UITests + - "*/Sources/*" - Tools/Scripts/Templates excluded: - - IntegrationTests - - ElementX/Sources/Generated + - "*/Sources/Generated/*" + - IntegrationTests # prints to stdout for performance tests. + - Tools/Sources # Our command-line tools use a lot of print commands. line_length: warning: 250 diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index 360412b92..9600ff97a 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -3066,7 +3066,6 @@ isa = PBXGroup; children = ( 01C4C7DB37597D7D8379511A /* Assets.xcassets */, - D174C6E7DCA00AAFC0169925 /* ElementCall */, A0C06C0F6A8621B22BFAEB56 /* Localizations */, 8AEA6A91159FA0D3EAFCCB0D /* Sounds */, ); @@ -5504,13 +5503,6 @@ path = ShareExtension; sourceTree = ""; }; - D174C6E7DCA00AAFC0169925 /* ElementCall */ = { - isa = PBXGroup; - children = ( - ); - path = ElementCall; - sourceTree = ""; - }; D382E465AF067C1BF888BF8E /* View */ = { isa = PBXGroup; children = ( diff --git a/ElementX.xcodeproj/xcshareddata/xcschemes/PreviewTests.xcscheme b/ElementX.xcodeproj/xcshareddata/xcschemes/PreviewTests.xcscheme index 86b8247e9..3d2a81967 100644 --- a/ElementX.xcodeproj/xcshareddata/xcschemes/PreviewTests.xcscheme +++ b/ElementX.xcodeproj/xcshareddata/xcschemes/PreviewTests.xcscheme @@ -4,7 +4,8 @@ version = "1.7"> + buildImplicitDependencies = "YES" + runPostActionsOnFailure = "NO"> + + + + + + + + - - - - + + + + = 0.11.0, < 2.a) google-apis-storage_v1 (0.31.0) google-apis-core (>= 0.11.0, < 2.a) - google-cloud-core (1.8.0) + google-cloud-core (1.7.1) google-cloud-env (>= 1.0, < 3.a) google-cloud-errors (~> 1.0) google-cloud-env (1.6.0) faraday (>= 0.17.3, < 3.0) - google-cloud-errors (1.5.0) + google-cloud-errors (1.4.0) google-cloud-storage (1.47.0) addressable (~> 2.8) digest-crc (~> 0.4)