Skip to content

feat(build): separate dev app identity for debug builds - #17

Open
kxxoling wants to merge 1 commit into
mainfrom
feat/dev-namespace
Open

feat(build): separate dev app identity for debug builds#17
kxxoling wants to merge 1 commit into
mainfrom
feat/dev-namespace

Conversation

@kxxoling

@kxxoling kxxoling commented Sep 1, 2026

Copy link
Copy Markdown
Owner

Debug builds now install as "FloatDeck Dev" (app.floatdeck.dev) alongside the release app, so test sessions never touch production data and the two sandboxes stay fully independent.

  • debug build type gets applicationIdSuffix ".dev"; release is unchanged (app.floatdeck)
  • override app_name in a debug source set for every locale that defines it (values, zh, ja, ko) — locale-qualified strings would otherwise win over an unqualified override on those devices

Debug builds now install as "FloatDeck Dev" (app.floatdeck.dev)
alongside the release app, so test sessions never touch production
data and the two sandboxes stay fully independent.

- debug build type gets applicationIdSuffix ".dev"; release is
  unchanged (app.floatdeck)
- override app_name in a debug source set for every locale that
  defines it (values, zh, ja, ko) — locale-qualified strings would
  otherwise win over an unqualified override on those devices
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant