Skip to content

Commit

Permalink
🔧 (tuist): Add options default known regions, dev region
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Dec 18, 2024
1 parent c9f852d commit 41f7b0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Apps/LekaApp/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ let project = Project.app(
"DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym",
"STRIP_DEBUG_SYMBOLS": "$(inherited)",
]),
options: .options(
defaultKnownRegions: ["fr", "en"],
developmentRegion: "en"
),
dependencies: [
.project(target: "AccountKit", path: Path("../../Modules/AccountKit")),
.project(target: "AnalyticsKit", path: Path("../../Modules/AnalyticsKit")),
Expand Down
4 changes: 4 additions & 0 deletions Apps/LekaUpdater/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ let project = Project.app(
"bluetooth-central",
],
],
options: .options(
defaultKnownRegions: ["fr", "en"],
developmentRegion: "en"
),
dependencies: [
.project(target: "BLEKit", path: Path("../../Modules/BLEKit")),
.project(target: "DesignKit", path: Path("../../Modules/DesignKit")),
Expand Down

0 comments on commit 41f7b0e

Please sign in to comment.