123456789101112131415161718192021222324252627282930313233343536373839404142 |
- module.exports = {
- "is-custom-runtime": false,
- "compile": true,
- "h5": {
- "options": {
- "headless": true
- },
- "executablePath": ""
- },
- "mp-weixin": {
- "port": 9420,
- "account": "",
- "args": "",
- "cwd": "",
- "launch": true,
- "teardown": "disconnect",
- "remote": false,
- "executablePath": ""
- },
- "app-plus": {
- "android": {
- "id": "",
- "executablePath": ""
- },
- "version": "",
- "ios": {
- "id": "",
- "executablePath": ""
- },
- "uni-app-x": {
- "version": "/Applications/HBuilderX-Dev.app/Contents/HBuilderX/plugins/uniappx-launcher/base/version.txt",
- "android": {
- "id": "emulator-5554",
- "executablePath": "/Applications/HBuilderX-Dev.app/Contents/HBuilderX/plugins/uniappx-launcher/base/android_base.apk"
- },
- "ios": {
- "id": "CA80343E-7D4C-401D-81BA-B5B7D446C11D",
- "executablePath": "/Applications/HBuilderX-Dev.app/Contents/HBuilderX/plugins/uniappx-launcher/base/Pandora_simulator.app"
- }
- }
- }
- }
|