codeplay-common 1.8.7 → 1.8.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/files/buildCodeplay/add-splash-screen-1.4.js +187 -188
- package/files/buildCodeplay/codeplayBeforeBuild-4.5.js +979 -890
- package/files/buildCodeplay/ios-emi-admob-modification.js +52 -52
- package/files/buildCodeplay/modify-plugin-xml.js +36 -36
- package/files/buildCodeplay/packageidBaseModification-1.2.js +257 -257
- package/files/buildCodeplay/setSplashAnimation-1.1.js +167 -167
- package/files/{finalrelease21 → finalrelease} +798 -722
- package/package.json +1 -1
- package/scripts/sync-files.js +5 -1
package/package.json
CHANGED
package/scripts/sync-files.js
CHANGED
|
@@ -75,8 +75,12 @@ packageJson.scripts["ionic:build"] = "npm run build";
|
|
|
75
75
|
packageJson.scripts["ionic:serve"] = "npm run start";
|
|
76
76
|
packageJson.scripts["build:storeid1"] = "vite build --mode storeid1";
|
|
77
77
|
packageJson.scripts["build:storeid2"] = "vite build --mode storeid2";
|
|
78
|
+
packageJson.scripts["build:storeid3"] = "vite build --mode storeid3";
|
|
79
|
+
packageJson.scripts["build:storeid4"] = "vite build --mode storeid4";
|
|
80
|
+
packageJson.scripts["build:storeid5"] = "vite build --mode storeid5";
|
|
81
|
+
//packageJson.scripts["build:storeid6"] = "vite build --mode storeid6";
|
|
78
82
|
packageJson.scripts["build:storeid7"] = "vite build --mode storeid7";
|
|
79
|
-
|
|
83
|
+
packageJson.scripts["build:storeid8"] = "vite build --mode storeid8";
|
|
80
84
|
// Save changes
|
|
81
85
|
fs.writeFileSync(packageJsonPath, JSON.stringify(packageJson, null, 2), "utf8");
|
|
82
86
|
process.stdout.write("✅ package.json updated!\n");
|