Skip to content

Commit

Permalink
fix expo config
Browse files Browse the repository at this point in the history
  • Loading branch information
nikgraf committed May 14, 2024
1 parent b9db9d2 commit 78ce048
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/app/app.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
expo: {
name: "Serenity",
name: "Serenity - Secure Workspaces",
owner: "naisho-gmbh",
slug: "serenity",
version: "0.0.6",
Expand All @@ -23,6 +23,7 @@ export default {
supportsTablet: true,
bundleIdentifier: "page.serenityapp.ios",
associatedDomains: ["applinks:serenity.li"],
companyName: "Naisho GmbH",
},
android: {
package: "page.serenityapp.ios",
Expand Down

0 comments on commit 78ce048

Please sign in to comment.