Skip to content

Commit 662553a

Browse files
committed
Change app name and codename
1 parent f8d3c1f commit 662553a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version='1.0' encoding='utf-8' ?>
2-
<widget id="com.foxdebug.acode" android-versionCode="963" version="1.11.5"
2+
<widget id="com.foxdebug.acodex" android-versionCode="963" version="1.11.5"
33
xmlns="http://www.w3.org/ns/widgets"
44
xmlns:android="http://schemas.android.com/apk/res/android"
55
xmlns:cdv="http://cordova.apache.org/ns/1.0">
6-
<name>Acode</name>
6+
<name>AcodeX</name>
77
<description>
88
Light weight code editor and web IDE for android.
99
</description>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "com.foxdebug.acode",
3-
"displayName": "Acode",
2+
"name": "com.foxdebug.acodex",
3+
"displayName": "AcodeX",
44
"version": "1.11.5",
55
"description": "Acode is a code editor for android",
66
"scripts": {

utils/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const exec = promisify(require("node:child_process").exec);
77
const AD_APP_ID = "ca-app-pub-5911839694379275~4255791238";
88
const CONFIG_ID = /id="([a-z.]+")/;
99
const HTML_ID = /<title>[a-z.]+<\/title>/;
10-
const ID_PAID = "com.foxdebug.acode";
11-
const ID_FREE = "com.foxdebug.acodefree";
10+
const ID_PAID = "com.foxdebug.acodex";
11+
const ID_FREE = "com.foxdebug.acodexfree";
1212
const arg = process.argv[2];
1313
const arg2 = process.argv[3];
1414
const platformsDir = path.resolve(__dirname, "../platforms/");

0 commit comments

Comments
 (0)