From c144f37f520bb0d0d9002d37cb60c87ab21e7674 Mon Sep 17 00:00:00 2001 From: evroble Date: Fri, 18 Mar 2022 14:26:51 -0400 Subject: [PATCH] added items for build --- .idea/workspace.xml | 47 +++++++++++++++++++++++++++++++++++++++++++++ app.config.ts | 15 ++++++++++----- 2 files changed, 57 insertions(+), 5 deletions(-) create mode 100644 .idea/workspace.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..a7917eb --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1643665064548 + + + + + + \ No newline at end of file diff --git a/app.config.ts b/app.config.ts index 2a1d9e0..883353a 100644 --- a/app.config.ts +++ b/app.config.ts @@ -2,13 +2,14 @@ import "dotenv/config" export default { "expo": { - "name": "rumble", + "owner": "teamrumble", + "name": "Rumble", "slug": "rumble", "version": "1.0.0", "orientation": "portrait", - "icon": "./assets/icon.png", + "icon": "./assets/favicon.png", "splash": { - "image": "./assets/splash.png", + "image": "./assets/backgroundImage.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, @@ -19,13 +20,17 @@ export default { "**/*" ], "ios": { - "supportsTablet": true + "supportsTablet": true, + "bundleIdentifier": "com.TeamRumble.Rumble", + "buildNumber": "1.0.0" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#FFFFFF" - } + }, + "package": "com.TeamRumble.Rumble", + "versionCode": 1, }, "web": { "favicon": "./assets/favicon.png"