Skip to content

Commit

Permalink
Rename applicat to DES (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew2564 authored Feb 9, 2023
1 parent f778e7a commit b44526d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion capacitor.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="uk.gov.dvsa.drivingexaminerservices" version="4.7.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>DES 4</name>
<description>A template ionic 5 application</description>
<name>DES</name>
<description>An application for DVSA driving examiners to conduct driving tests digitally</description>
<content src="index.html" />
<access origin="*" />
<allow-intent href="http://*/*" />
Expand Down
2 changes: 1 addition & 1 deletion ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>DES 4</string>
<string>DES</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/App/App/capacitor.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"appId": "uk.gov.dvsa.drivingexaminerservices",
"appName": "DES 4",
"appName": "DES",
"bundledWebRuntime": false,
"webDir": "www",
"plugins": {
Expand Down

0 comments on commit b44526d

Please sign in to comment.