diff --git a/capacitor.config.ts b/capacitor.config.ts index 83ce4cc63..24a1fc702 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -2,7 +2,7 @@ import { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = { appId: 'uk.gov.dvsa.drivingexaminerservices', - appName: 'DES 4', + appName: 'DES', bundledWebRuntime: false, webDir: 'www', plugins: { diff --git a/config.xml b/config.xml index 2726538ba..86bea956a 100644 --- a/config.xml +++ b/config.xml @@ -1,7 +1,7 @@ - DES 4 - A template ionic 5 application + DES + An application for DVSA driving examiners to conduct driving tests digitally diff --git a/ios/App/App/Info.plist b/ios/App/App/Info.plist index 5bd85ae7b..0447c44dc 100644 --- a/ios/App/App/Info.plist +++ b/ios/App/App/Info.plist @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion en CFBundleDisplayName - DES 4 + DES CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier diff --git a/ios/App/App/capacitor.config.json b/ios/App/App/capacitor.config.json index 8eb4ba9af..c9d2f88c2 100644 --- a/ios/App/App/capacitor.config.json +++ b/ios/App/App/capacitor.config.json @@ -1,6 +1,6 @@ { "appId": "uk.gov.dvsa.drivingexaminerservices", - "appName": "DES 4", + "appName": "DES", "bundledWebRuntime": false, "webDir": "www", "plugins": {