Skip to content

Commit

Permalink
Update config to include zoom_enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
esmeetewinkel committed Nov 4, 2024
1 parent 5b7bd8d commit 30d9a56
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ config.android = {
icon_asset_path: "./app_data/assets/android/icon.png",
icon_asset_foreground_path: "./app_data/assets/android/icon-foreground.png",
icon_asset_background_path: "./app_data/assets/android/icon-background.png",
zoom_enabled: true
}

config.analytics={
Expand All @@ -55,8 +56,11 @@ config.analytics={
endpoint: "https://apps-server.idems.international/analytics"
}

config.ios.app_id = "international.idems.debug-app"
config.ios.app_name = "Debug App"
config.ios = {
app_id : "international.idems.debug-app",
app_name: "Debug App",
zoom_enabled: true
}

// Override any app constants here
config.app_config.APP_HEADER_DEFAULTS.title = "Debug App";
Expand Down

0 comments on commit 30d9a56

Please sign in to comment.