esoftplay 0.0.112-e → 0.0.112-f
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/bin/cli.js +2 -2
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -561,7 +561,7 @@ function command(command) {
|
|
|
561
561
|
function build() {
|
|
562
562
|
const types = [
|
|
563
563
|
{
|
|
564
|
-
name: "1. IOS (
|
|
564
|
+
name: "1. IOS (Development) - Simulator",
|
|
565
565
|
cmd: "eas build --platform ios --profile development",
|
|
566
566
|
pre: () => {
|
|
567
567
|
jsEng(appjson, false)
|
|
@@ -591,7 +591,7 @@ function build() {
|
|
|
591
591
|
}
|
|
592
592
|
},
|
|
593
593
|
{
|
|
594
|
-
name: "4. Android (
|
|
594
|
+
name: "4. Android (Development) - apk",
|
|
595
595
|
cmd: "eas build --platform android --profile development",
|
|
596
596
|
pre: () => {
|
|
597
597
|
jsEng(appjson, false)
|