@akylas/nativescript-cli 8.7.2
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/LICENSE +201 -0
- package/README.md +385 -0
- package/bin/nativescript +3 -0
- package/bin/nativescript.js +3 -0
- package/bin/ns +3 -0
- package/bin/nsc +3 -0
- package/bin/nsc.js +3 -0
- package/bin/tns +12 -0
- package/bin/tns.cmd +1 -0
- package/config/config.json +8 -0
- package/config/test-dependencies.json +58 -0
- package/config/test-deps-versions-generated.json +1 -0
- package/docs/build-jekyll-md.sh +7 -0
- package/docs/helpers/favicon.ico +0 -0
- package/docs/helpers/logo.png +0 -0
- package/docs/man_pages/cloud/cloud-setup.md +29 -0
- package/docs/man_pages/device/device-android.md +32 -0
- package/docs/man_pages/device/device-ios.md +40 -0
- package/docs/man_pages/device/device-list-applications.md +37 -0
- package/docs/man_pages/device/device-log.md +37 -0
- package/docs/man_pages/device/device-run.md +55 -0
- package/docs/man_pages/device/device.md +46 -0
- package/docs/man_pages/env-configuration/setup.md +22 -0
- package/docs/man_pages/general/autocomplete-disable.md +37 -0
- package/docs/man_pages/general/autocomplete-enable.md +37 -0
- package/docs/man_pages/general/autocomplete-status.md +35 -0
- package/docs/man_pages/general/autocomplete.md +46 -0
- package/docs/man_pages/general/clean.md +22 -0
- package/docs/man_pages/general/doctor.md +33 -0
- package/docs/man_pages/general/error-reporting.md +41 -0
- package/docs/man_pages/general/extension-install.md +45 -0
- package/docs/man_pages/general/extension-uninstall.md +41 -0
- package/docs/man_pages/general/extension.md +35 -0
- package/docs/man_pages/general/help.md +39 -0
- package/docs/man_pages/general/info.md +33 -0
- package/docs/man_pages/general/migrate.md +79 -0
- package/docs/man_pages/general/package-manager-get.md +26 -0
- package/docs/man_pages/general/package-manager-set.md +29 -0
- package/docs/man_pages/general/package-manager.md +25 -0
- package/docs/man_pages/general/proxy-clear.md +26 -0
- package/docs/man_pages/general/proxy-set.md +45 -0
- package/docs/man_pages/general/proxy.md +31 -0
- package/docs/man_pages/general/update.md +40 -0
- package/docs/man_pages/general/usage-reporting.md +41 -0
- package/docs/man_pages/index.html +3 -0
- package/docs/man_pages/lib-management/plugin-add.md +42 -0
- package/docs/man_pages/lib-management/plugin-build.md +32 -0
- package/docs/man_pages/lib-management/plugin-create.md +48 -0
- package/docs/man_pages/lib-management/plugin-install.md +42 -0
- package/docs/man_pages/lib-management/plugin-remove.md +31 -0
- package/docs/man_pages/lib-management/plugin-update.md +41 -0
- package/docs/man_pages/lib-management/plugin.md +39 -0
- package/docs/man_pages/project/configuration/generate.md +36 -0
- package/docs/man_pages/project/configuration/install.md +43 -0
- package/docs/man_pages/project/configuration/open-android.md +27 -0
- package/docs/man_pages/project/configuration/open-ios.md +31 -0
- package/docs/man_pages/project/configuration/open.md +36 -0
- package/docs/man_pages/project/configuration/platform-add.md +46 -0
- package/docs/man_pages/project/configuration/platform-clean.md +41 -0
- package/docs/man_pages/project/configuration/platform-remove.md +41 -0
- package/docs/man_pages/project/configuration/platform-update.md +45 -0
- package/docs/man_pages/project/configuration/platform.md +29 -0
- package/docs/man_pages/project/configuration/prepare.md +49 -0
- package/docs/man_pages/project/configuration/resources/resources-generate-icons.md +39 -0
- package/docs/man_pages/project/configuration/resources/resources-generate-splashes.md +39 -0
- package/docs/man_pages/project/configuration/resources/resources-update.md +35 -0
- package/docs/man_pages/project/configuration/resources/resources.md +14 -0
- package/docs/man_pages/project/creation/create.md +64 -0
- package/docs/man_pages/project/testing/build-android.md +62 -0
- package/docs/man_pages/project/testing/build-ios.md +65 -0
- package/docs/man_pages/project/testing/build.md +66 -0
- package/docs/man_pages/project/testing/debug-android.md +64 -0
- package/docs/man_pages/project/testing/debug-ios.md +65 -0
- package/docs/man_pages/project/testing/debug.md +67 -0
- package/docs/man_pages/project/testing/deploy.md +72 -0
- package/docs/man_pages/project/testing/dev-test-android.md +31 -0
- package/docs/man_pages/project/testing/dev-test-ios.md +36 -0
- package/docs/man_pages/project/testing/preview.md +35 -0
- package/docs/man_pages/project/testing/run-android.md +79 -0
- package/docs/man_pages/project/testing/run-ios.md +83 -0
- package/docs/man_pages/project/testing/run.md +92 -0
- package/docs/man_pages/project/testing/test-android.md +46 -0
- package/docs/man_pages/project/testing/test-init.md +34 -0
- package/docs/man_pages/project/testing/test-ios.md +48 -0
- package/docs/man_pages/project/testing/test.md +48 -0
- package/docs/man_pages/project/testing/typings.md +52 -0
- package/docs/man_pages/publishing/apple-login.md +35 -0
- package/docs/man_pages/publishing/appstore-upload.md +52 -0
- package/docs/man_pages/publishing/appstore.md +42 -0
- package/docs/man_pages/publishing/publish-ios.md +55 -0
- package/docs/man_pages/publishing/publish.md +38 -0
- package/docs/man_pages/start.md +81 -0
- package/lib/.d.ts +494 -0
- package/lib/android-tools-info.js +135 -0
- package/lib/base-package-manager.js +129 -0
- package/lib/bash-scripts/terminateProcess.sh +12 -0
- package/lib/bootstrap.js +203 -0
- package/lib/bun-package-manager.js +135 -0
- package/lib/color.js +10 -0
- package/lib/commands/add-platform.js +49 -0
- package/lib/commands/apple-login.js +52 -0
- package/lib/commands/appstore-list.js +75 -0
- package/lib/commands/appstore-upload.js +106 -0
- package/lib/commands/build.js +161 -0
- package/lib/commands/clean.js +253 -0
- package/lib/commands/command-base.js +46 -0
- package/lib/commands/config.js +135 -0
- package/lib/commands/create-project.js +431 -0
- package/lib/commands/debug.js +191 -0
- package/lib/commands/deploy.js +78 -0
- package/lib/commands/extensibility/install-extension.js +33 -0
- package/lib/commands/extensibility/list-extensions.js +40 -0
- package/lib/commands/extensibility/uninstall-extension.js +32 -0
- package/lib/commands/fonts.js +64 -0
- package/lib/commands/generate-assets.js +71 -0
- package/lib/commands/generate-help.js +26 -0
- package/lib/commands/generate.js +78 -0
- package/lib/commands/info.js +26 -0
- package/lib/commands/install.js +80 -0
- package/lib/commands/list-platforms.js +45 -0
- package/lib/commands/migrate.js +44 -0
- package/lib/commands/platform-clean.js +54 -0
- package/lib/commands/plugin/add-plugin.js +43 -0
- package/lib/commands/plugin/build-plugin.js +70 -0
- package/lib/commands/plugin/create-plugin.js +175 -0
- package/lib/commands/plugin/list-plugins.js +54 -0
- package/lib/commands/plugin/remove-plugin.js +52 -0
- package/lib/commands/plugin/update-plugin.js +52 -0
- package/lib/commands/post-install.js +57 -0
- package/lib/commands/prepare.js +63 -0
- package/lib/commands/preview.js +93 -0
- package/lib/commands/remove-platform.js +40 -0
- package/lib/commands/resources/resources-update.js +45 -0
- package/lib/commands/run.js +177 -0
- package/lib/commands/setup.js +15 -0
- package/lib/commands/start.js +33 -0
- package/lib/commands/test-init.js +167 -0
- package/lib/commands/test.js +146 -0
- package/lib/commands/typings.js +180 -0
- package/lib/commands/update-platform.js +57 -0
- package/lib/commands/update.js +70 -0
- package/lib/common/LICENSE +201 -0
- package/lib/common/README.md +1084 -0
- package/lib/common/bin/common-lib.js +5 -0
- package/lib/common/bootstrap.js +97 -0
- package/lib/common/child-process.js +217 -0
- package/lib/common/codeGeneration/code-entity.js +47 -0
- package/lib/common/codeGeneration/code-generation.d.ts +47 -0
- package/lib/common/codeGeneration/code-printer.js +48 -0
- package/lib/common/command-params.js +45 -0
- package/lib/common/commands/analytics.js +81 -0
- package/lib/common/commands/autocompletion.js +110 -0
- package/lib/common/commands/device/device-log-stream.js +44 -0
- package/lib/common/commands/device/get-file.js +54 -0
- package/lib/common/commands/device/list-applications.js +42 -0
- package/lib/common/commands/device/list-devices.js +150 -0
- package/lib/common/commands/device/list-files.js +55 -0
- package/lib/common/commands/device/put-file.js +55 -0
- package/lib/common/commands/device/run-application.js +46 -0
- package/lib/common/commands/device/stop-application.js +42 -0
- package/lib/common/commands/device/uninstall-application.js +33 -0
- package/lib/common/commands/doctor.js +54 -0
- package/lib/common/commands/generate-messages.js +45 -0
- package/lib/common/commands/help.js +51 -0
- package/lib/common/commands/package-manager-get.js +32 -0
- package/lib/common/commands/package-manager-set.js +37 -0
- package/lib/common/commands/post-install.js +27 -0
- package/lib/common/commands/preuninstall.js +61 -0
- package/lib/common/commands/proxy/proxy-base.js +34 -0
- package/lib/common/commands/proxy/proxy-clear.js +32 -0
- package/lib/common/commands/proxy/proxy-get.js +31 -0
- package/lib/common/commands/proxy/proxy-set.js +150 -0
- package/lib/common/common-lib.js +5 -0
- package/lib/common/constants.js +122 -0
- package/lib/common/declarations.d.ts +1713 -0
- package/lib/common/decorators.js +201 -0
- package/lib/common/definitions/cli-global.d.ts +22 -0
- package/lib/common/definitions/commands-service.d.ts +27 -0
- package/lib/common/definitions/commands.d.ts +51 -0
- package/lib/common/definitions/config.d.ts +33 -0
- package/lib/common/definitions/extensibility.d.ts +147 -0
- package/lib/common/definitions/google-analytics.d.ts +109 -0
- package/lib/common/definitions/json-file-settings-service.d.ts +24 -0
- package/lib/common/definitions/key-commands.d.ts +62 -0
- package/lib/common/definitions/logger.d.ts +41 -0
- package/lib/common/definitions/mobile.d.ts +1499 -0
- package/lib/common/definitions/validator.d.ts +8 -0
- package/lib/common/definitions/yok.d.ts +56 -0
- package/lib/common/dispatchers.js +151 -0
- package/lib/common/docs/helpers/basic-extensions-page.html +15 -0
- package/lib/common/docs/helpers/basic-page.html +14 -0
- package/lib/common/docs/helpers/styles.css +365 -0
- package/lib/common/doctor.d.ts +6 -0
- package/lib/common/errors.js +206 -0
- package/lib/common/file-system.js +441 -0
- package/lib/common/header.js +30 -0
- package/lib/common/helpers.js +658 -0
- package/lib/common/host-info.js +133 -0
- package/lib/common/http-client.js +173 -0
- package/lib/common/logger/appenders/cli-appender.js +24 -0
- package/lib/common/logger/appenders/emit-appender.js +30 -0
- package/lib/common/logger/layouts/cli-layout.js +33 -0
- package/lib/common/logger/logger.js +199 -0
- package/lib/common/messages/messages.interface.d.ts +10 -0
- package/lib/common/messages/messages.js +15 -0
- package/lib/common/mobile/android/android-application-manager.js +228 -0
- package/lib/common/mobile/android/android-debug-bridge-result-handler.js +332 -0
- package/lib/common/mobile/android/android-debug-bridge.js +167 -0
- package/lib/common/mobile/android/android-device-file-system.js +176 -0
- package/lib/common/mobile/android/android-device-hash-service.js +133 -0
- package/lib/common/mobile/android/android-device.js +164 -0
- package/lib/common/mobile/android/android-emulator-services.js +205 -0
- package/lib/common/mobile/android/android-ini-file-parser.js +77 -0
- package/lib/common/mobile/android/android-log-filter.js +42 -0
- package/lib/common/mobile/android/android-virtual-device-service.js +360 -0
- package/lib/common/mobile/android/device-android-debug-bridge.js +48 -0
- package/lib/common/mobile/android/genymotion/genymotion-service.js +211 -0
- package/lib/common/mobile/android/genymotion/virtualbox-service.js +121 -0
- package/lib/common/mobile/android/logcat-helper.js +165 -0
- package/lib/common/mobile/application-manager-base.js +136 -0
- package/lib/common/mobile/device-emitter.js +61 -0
- package/lib/common/mobile/device-log-emitter.js +40 -0
- package/lib/common/mobile/device-log-provider-base.js +76 -0
- package/lib/common/mobile/device-log-provider.js +126 -0
- package/lib/common/mobile/device-platforms-constants.js +22 -0
- package/lib/common/mobile/emulator-helper.js +84 -0
- package/lib/common/mobile/ios/device/ios-application-manager.js +159 -0
- package/lib/common/mobile/ios/device/ios-device-file-system.js +133 -0
- package/lib/common/mobile/ios/device/ios-device-operations.js +234 -0
- package/lib/common/mobile/ios/device/ios-device.js +153 -0
- package/lib/common/mobile/ios/ios-device-base.js +108 -0
- package/lib/common/mobile/ios/ios-device-product-name-mapper.js +65 -0
- package/lib/common/mobile/ios/ios-log-filter.js +24 -0
- package/lib/common/mobile/ios/simulator/ios-emulator-services.js +139 -0
- package/lib/common/mobile/ios/simulator/ios-sim-resolver.js +23 -0
- package/lib/common/mobile/ios/simulator/ios-simulator-application-manager.js +147 -0
- package/lib/common/mobile/ios/simulator/ios-simulator-device.js +106 -0
- package/lib/common/mobile/ios/simulator/ios-simulator-file-system.js +81 -0
- package/lib/common/mobile/ios/simulator/ios-simulator-log-provider.js +69 -0
- package/lib/common/mobile/local-to-device-path-data-factory.js +37 -0
- package/lib/common/mobile/log-filter.js +51 -0
- package/lib/common/mobile/logging-levels.js +12 -0
- package/lib/common/mobile/mobile-core/android-device-discovery.js +91 -0
- package/lib/common/mobile/mobile-core/android-emulator-discovery.js +65 -0
- package/lib/common/mobile/mobile-core/android-process-service.js +259 -0
- package/lib/common/mobile/mobile-core/device-discovery.js +64 -0
- package/lib/common/mobile/mobile-core/devices-service.js +854 -0
- package/lib/common/mobile/mobile-core/ios-device-discovery.js +63 -0
- package/lib/common/mobile/mobile-core/ios-simulator-discovery.js +109 -0
- package/lib/common/mobile/mobile-helper.js +102 -0
- package/lib/common/mobile/wp8/wp8-emulator-services.js +82 -0
- package/lib/common/old.npmignore +12 -0
- package/lib/common/opener.js +16 -0
- package/lib/common/os-info.js +21 -0
- package/lib/common/plist-parser.js +24 -0
- package/lib/common/project-helper.js +70 -0
- package/lib/common/prompter.js +191 -0
- package/lib/common/queue.js +37 -0
- package/lib/common/resource-loader.js +25 -0
- package/lib/common/resources/messages/errorMessages.json +7 -0
- package/lib/common/resources/platform-tools/android/darwin/NOTICE.txt +3407 -0
- package/lib/common/resources/platform-tools/android/darwin/adb +0 -0
- package/lib/common/resources/platform-tools/android/linux/NOTICE.txt +4451 -0
- package/lib/common/resources/platform-tools/android/linux/adb +0 -0
- package/lib/common/resources/platform-tools/android/win32/AdbWinApi.dll +0 -0
- package/lib/common/resources/platform-tools/android/win32/AdbWinUsbApi.dll +0 -0
- package/lib/common/resources/platform-tools/android/win32/NOTICE.txt +4451 -0
- package/lib/common/resources/platform-tools/android/win32/adb.exe +0 -0
- package/lib/common/resources/platform-tools/android/win32/fastboot.exe +0 -0
- package/lib/common/resources/platform-tools/unzip/win32/unzip.exe +0 -0
- package/lib/common/services/analytics/google-analytics-custom-dimensions.d.ts +16 -0
- package/lib/common/services/auto-completion-service.js +265 -0
- package/lib/common/services/cancellation.js +67 -0
- package/lib/common/services/commands-service.js +268 -0
- package/lib/common/services/help-service.js +252 -0
- package/lib/common/services/hooks-service.js +318 -0
- package/lib/common/services/ios-notification-service.js +49 -0
- package/lib/common/services/json-file-settings-service.js +133 -0
- package/lib/common/services/lock-service.js +129 -0
- package/lib/common/services/message-contract-generator.js +83 -0
- package/lib/common/services/messages-service.js +77 -0
- package/lib/common/services/micro-templating-service.js +49 -0
- package/lib/common/services/net-service.js +137 -0
- package/lib/common/services/project-files-manager.js +100 -0
- package/lib/common/services/project-files-provider-base.js +54 -0
- package/lib/common/services/proxy-service.js +64 -0
- package/lib/common/services/qr.js +39 -0
- package/lib/common/services/settings-service.js +42 -0
- package/lib/common/services/xcode-select-service.js +62 -0
- package/lib/common/utils.js +31 -0
- package/lib/common/validators/project-name-validator.js +88 -0
- package/lib/common/validators/validation-result.js +16 -0
- package/lib/common/vendor/License.txt +4 -0
- package/lib/common/vendor/jaro-winkler_distance.js +111 -0
- package/lib/common/verify-node-version.js +78 -0
- package/lib/common/yok.js +426 -0
- package/lib/config.js +137 -0
- package/lib/constants-provider.js +12 -0
- package/lib/constants.js +350 -0
- package/lib/controllers/build-controller.js +133 -0
- package/lib/controllers/debug-controller.js +235 -0
- package/lib/controllers/deploy-controller.js +38 -0
- package/lib/controllers/migrate-controller.js +1114 -0
- package/lib/controllers/platform-controller.js +127 -0
- package/lib/controllers/prepare-controller.js +353 -0
- package/lib/controllers/run-controller.js +525 -0
- package/lib/controllers/update-controller-base.js +84 -0
- package/lib/controllers/update-controller.js +188 -0
- package/lib/data/build-data.js +44 -0
- package/lib/data/controller-data-base.js +11 -0
- package/lib/data/debug-data.js +6 -0
- package/lib/data/platform-data.js +13 -0
- package/lib/data/prepare-data.js +46 -0
- package/lib/data/run-data.js +11 -0
- package/lib/declarations.d.ts +1256 -0
- package/lib/definitions/android-bundle-tool-service.d.ts +17 -0
- package/lib/definitions/android-plugin-migrator.d.ts +52 -0
- package/lib/definitions/build.d.ts +92 -0
- package/lib/definitions/cleanup-service.d.ts +79 -0
- package/lib/definitions/data.d.ts +7 -0
- package/lib/definitions/debug.d.ts +166 -0
- package/lib/definitions/deploy.d.ts +3 -0
- package/lib/definitions/file-log-service.d.ts +19 -0
- package/lib/definitions/files-hash-service.d.ts +35 -0
- package/lib/definitions/gradle.d.ts +33 -0
- package/lib/definitions/hmr-status-service.d.ts +5 -0
- package/lib/definitions/initialize-service.d.ts +11 -0
- package/lib/definitions/ios-debugger-port-service.d.ts +29 -0
- package/lib/definitions/ios.d.ts +97 -0
- package/lib/definitions/ip-service.d.ts +10 -0
- package/lib/definitions/livesync-global.d.ts +7 -0
- package/lib/definitions/livesync.d.ts +601 -0
- package/lib/definitions/lock-service.d.ts +43 -0
- package/lib/definitions/log-parser-service.d.ts +14 -0
- package/lib/definitions/marking-mode-service.d.ts +11 -0
- package/lib/definitions/metadata-filtering-service.d.ts +48 -0
- package/lib/definitions/migrate.d.ts +46 -0
- package/lib/definitions/nativescript-dev-xcode.d.ts +87 -0
- package/lib/definitions/pacote-service.d.ts +50 -0
- package/lib/definitions/platform.d.ts +146 -0
- package/lib/definitions/plugins.d.ts +75 -0
- package/lib/definitions/prepare.d.ts +51 -0
- package/lib/definitions/project-changes.d.ts +34 -0
- package/lib/definitions/project.d.ts +858 -0
- package/lib/definitions/prompter.d.ts +27 -0
- package/lib/definitions/qr-code.d.ts +3 -0
- package/lib/definitions/require.d.ts +11 -0
- package/lib/definitions/run.d.ts +45 -0
- package/lib/definitions/start-service.d.ts +15 -0
- package/lib/definitions/subscription-service.d.ts +11 -0
- package/lib/definitions/system-warnings.d.ts +4 -0
- package/lib/definitions/temp-service.d.ts +9 -0
- package/lib/definitions/terminal-spinner-service.d.ts +12 -0
- package/lib/definitions/update.d.ts +16 -0
- package/lib/definitions/xcode.d.ts +12 -0
- package/lib/detached-processes/cleanup-js-subprocess.js +62 -0
- package/lib/detached-processes/cleanup-process-definitions.d.ts +70 -0
- package/lib/detached-processes/cleanup-process.js +281 -0
- package/lib/detached-processes/detached-process-enums.d.ts +70 -0
- package/lib/detached-processes/file-log-service.js +20 -0
- package/lib/device-path-provider.js +60 -0
- package/lib/device-sockets/ios/app-debug-socket-proxy-factory.js +217 -0
- package/lib/device-sockets/ios/notification.js +30 -0
- package/lib/device-sockets/ios/socket-request-executor.js +56 -0
- package/lib/helpers/android-bundle-validator-helper.js +52 -0
- package/lib/helpers/deploy-command-helper.js +70 -0
- package/lib/helpers/key-command-helper.js +124 -0
- package/lib/helpers/livesync-command-helper.js +220 -0
- package/lib/helpers/network-connectivity-validator.js +47 -0
- package/lib/helpers/options-track-helper.js +88 -0
- package/lib/helpers/package-path-helper.js +6 -0
- package/lib/helpers/platform-command-helper.js +192 -0
- package/lib/helpers/version-validator-helper.js +25 -0
- package/lib/key-commands/bootstrap.js +21 -0
- package/lib/key-commands/index.js +456 -0
- package/lib/nativescript-cli-lib-bootstrap.js +8 -0
- package/lib/nativescript-cli-lib.js +5 -0
- package/lib/nativescript-cli.js +55 -0
- package/lib/node/pbxproj-dom-xcode.js +5 -0
- package/lib/node/xcode.js +7 -0
- package/lib/node-package-manager.js +156 -0
- package/lib/options.js +393 -0
- package/lib/package-installation-manager.js +221 -0
- package/lib/package-manager.js +184 -0
- package/lib/platform-command-param.js +29 -0
- package/lib/pnpm-package-manager.js +136 -0
- package/lib/project-data.js +237 -0
- package/lib/providers/project-files-provider.js +46 -0
- package/lib/resolvers/livesync-service-resolver.js +22 -0
- package/lib/services/analytics/analytics-broker-process.js +77 -0
- package/lib/services/analytics/analytics-broker.js +53 -0
- package/lib/services/analytics/analytics-service.js +366 -0
- package/lib/services/analytics/analytics.d.ts +55 -0
- package/lib/services/analytics/google-analytics-cross-client-custom-dimensions.d.ts +6 -0
- package/lib/services/analytics/google-analytics-provider.js +152 -0
- package/lib/services/analytics-settings-service.js +104 -0
- package/lib/services/android/android-bundle-tool-service.js +81 -0
- package/lib/services/android/gradle-build-args-service.js +87 -0
- package/lib/services/android/gradle-build-service.js +68 -0
- package/lib/services/android/gradle-command-service.js +49 -0
- package/lib/services/android-device-debug-service.js +173 -0
- package/lib/services/android-plugin-build-service.js +527 -0
- package/lib/services/android-project-service.js +600 -0
- package/lib/services/android-resources-migration-service.js +104 -0
- package/lib/services/apple-portal/apple-portal-application-service.js +82 -0
- package/lib/services/apple-portal/apple-portal-cookie-service.js +53 -0
- package/lib/services/apple-portal/apple-portal-session-service.js +277 -0
- package/lib/services/apple-portal/definitions.d.ts +87 -0
- package/lib/services/assets-generation/assets-generation-service.js +178 -0
- package/lib/services/build-artifacts-service.js +113 -0
- package/lib/services/build-data-service.js +20 -0
- package/lib/services/build-info-file-service.js +79 -0
- package/lib/services/cleanup-service.js +194 -0
- package/lib/services/cocoapods-platform-manager.js +137 -0
- package/lib/services/cocoapods-service.js +354 -0
- package/lib/services/debug-data-service.js +21 -0
- package/lib/services/debug-service-base.js +44 -0
- package/lib/services/device/device-install-app-service.js +118 -0
- package/lib/services/doctor-service.js +294 -0
- package/lib/services/extensibility-service.js +220 -0
- package/lib/services/files-hash-service.js +79 -0
- package/lib/services/hmr-status-service.js +128 -0
- package/lib/services/info-service.js +14 -0
- package/lib/services/initialize-service.js +70 -0
- package/lib/services/ios/export-options-plist-service.js +131 -0
- package/lib/services/ios/ios-signing-service.js +265 -0
- package/lib/services/ios/spm-service.js +78 -0
- package/lib/services/ios/xcodebuild-args-service.js +163 -0
- package/lib/services/ios/xcodebuild-command-service.js +40 -0
- package/lib/services/ios/xcodebuild-service.js +93 -0
- package/lib/services/ios-debugger-port-service.js +140 -0
- package/lib/services/ios-device-debug-service.js +167 -0
- package/lib/services/ios-entitlements-service.js +78 -0
- package/lib/services/ios-extensions-service.js +63 -0
- package/lib/services/ios-log-filter.js +70 -0
- package/lib/services/ios-native-target-service.js +108 -0
- package/lib/services/ios-project-service.js +851 -0
- package/lib/services/ios-provision-service.js +173 -0
- package/lib/services/ios-watch-app-service.js +76 -0
- package/lib/services/ip-service.js +78 -0
- package/lib/services/itmstransporter-service.js +216 -0
- package/lib/services/karma-execution.js +16 -0
- package/lib/services/livesync/android-device-livesync-service-base.js +68 -0
- package/lib/services/livesync/android-device-livesync-service.js +203 -0
- package/lib/services/livesync/android-device-livesync-sockets-service.js +198 -0
- package/lib/services/livesync/android-livesync-service.js +76 -0
- package/lib/services/livesync/android-livesync-tool.js +427 -0
- package/lib/services/livesync/android-livesync-tool.md +211 -0
- package/lib/services/livesync/device-livesync-service-base.js +69 -0
- package/lib/services/livesync/ios-device-livesync-service.js +218 -0
- package/lib/services/livesync/ios-livesync-service.js +95 -0
- package/lib/services/livesync/livesync-socket.js +14 -0
- package/lib/services/livesync/platform-livesync-service-base.js +180 -0
- package/lib/services/livesync-process-data-service.js +43 -0
- package/lib/services/log-parser-service.js +52 -0
- package/lib/services/log-source-map-service.js +235 -0
- package/lib/services/marking-mode-service.js +56 -0
- package/lib/services/metadata-filtering-service.js +105 -0
- package/lib/services/npm-config-service.js +39 -0
- package/lib/services/pacote-service.js +109 -0
- package/lib/services/performance-service.js +92 -0
- package/lib/services/platform/add-platform-service.js +119 -0
- package/lib/services/platform/platform-validation-service.js +85 -0
- package/lib/services/platform/prepare-native-platform-service.js +87 -0
- package/lib/services/platform-environment-requirements.js +87 -0
- package/lib/services/platform-project-service-base.js +32 -0
- package/lib/services/platforms-data-service.js +31 -0
- package/lib/services/plugins-service.js +477 -0
- package/lib/services/prepare-data-service.js +21 -0
- package/lib/services/project-backup-service.js +114 -0
- package/lib/services/project-changes-service.js +274 -0
- package/lib/services/project-cleanup-service.js +102 -0
- package/lib/services/project-config-service.js +335 -0
- package/lib/services/project-data-service.js +478 -0
- package/lib/services/project-name-service.js +67 -0
- package/lib/services/project-service.js +204 -0
- package/lib/services/project-templates-service.js +114 -0
- package/lib/services/qr-code-terminal-service.js +20 -0
- package/lib/services/require-service.js +11 -0
- package/lib/services/start-service.js +116 -0
- package/lib/services/temp-service.js +36 -0
- package/lib/services/terminal-spinner-service.js +38 -0
- package/lib/services/test-execution-service.js +154 -0
- package/lib/services/test-initialization-service.js +54 -0
- package/lib/services/timeline-profiler-service.js +108 -0
- package/lib/services/user-settings-service.js +34 -0
- package/lib/services/versions-service.js +196 -0
- package/lib/services/watch-ignore-list-service.js +20 -0
- package/lib/services/webpack/webpack-compiler-service.js +405 -0
- package/lib/services/webpack/webpack.d.ts +227 -0
- package/lib/services/xcconfig-service.js +76 -0
- package/lib/services/xcproj-service.js +11 -0
- package/lib/shared-event-bus.js +7 -0
- package/lib/sys-info.js +120 -0
- package/lib/tools/config-manipulation/config-transformer.js +201 -0
- package/lib/tools/node-modules/node-modules-builder.js +42 -0
- package/lib/tools/node-modules/node-modules-dependencies-builder.js +100 -0
- package/lib/yarn-package-manager.js +134 -0
- package/lib/yarn2-package-manager.js +143 -0
- package/package.json +192 -0
- package/postinstall.js +10 -0
- package/preuninstall.js +14 -0
- package/resources/assets/image-definitions.json +655 -0
- package/resources/test/example.jasmine.js +6 -0
- package/resources/test/example.jasmine.ts +6 -0
- package/resources/test/example.mocha.js +9 -0
- package/resources/test/example.mocha.ts +9 -0
- package/resources/test/example.qunit.js +7 -0
- package/resources/test/example.qunit.ts +7 -0
- package/resources/test/karma.conf.js +93 -0
- package/resources/test/test-main.js +9 -0
- package/resources/test/test-main.ts +11 -0
- package/resources/test/tsconfig.spec.json +9 -0
- package/setup/mac-startup-shell-script.sh +2 -0
- package/vendor/aab-tool/LICENSE +202 -0
- package/vendor/aab-tool/README.txt +1 -0
- package/vendor/aab-tool/bundletool.jar +0 -0
- package/vendor/gradle-app/app/build.gradle +1054 -0
- package/vendor/gradle-app/app/gradle-helpers/AnalyticsCollector.gradle +48 -0
- package/vendor/gradle-app/app/gradle-helpers/BuildToolTask.gradle +50 -0
- package/vendor/gradle-app/app/gradle-helpers/CustomExecutionLogger.gradle +52 -0
- package/vendor/gradle-app/build.gradle +170 -0
- package/vendor/gradle-app/settings.gradle +78 -0
- package/vendor/gradle-plugin/LICENSE +995 -0
- package/vendor/gradle-plugin/build.gradle +363 -0
- package/vendor/gradle-plugin/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/vendor/gradle-plugin/gradle/wrapper/gradle-wrapper.properties +6 -0
- package/vendor/gradle-plugin/gradle.properties +6 -0
- package/vendor/gradle-plugin/gradlew +172 -0
- package/vendor/gradle-plugin/gradlew.bat +84 -0
- package/vendor/gradle-plugin/settings.gradle +45 -0
|
@@ -0,0 +1,854 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
9
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
10
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
11
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
12
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
13
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
14
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
15
|
+
});
|
|
16
|
+
};
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.DevicesService = void 0;
|
|
19
|
+
const assert = require("assert");
|
|
20
|
+
const events_1 = require("events");
|
|
21
|
+
const _ = require("lodash");
|
|
22
|
+
const os_1 = require("os");
|
|
23
|
+
const util = require("util");
|
|
24
|
+
const constants_1 = require("../../../constants");
|
|
25
|
+
const constants = require("../../constants");
|
|
26
|
+
const constants_2 = require("../../constants");
|
|
27
|
+
const decorators_1 = require("../../decorators");
|
|
28
|
+
const helpers = require("../../helpers");
|
|
29
|
+
const helpers_1 = require("../../helpers");
|
|
30
|
+
const yok_1 = require("../../yok");
|
|
31
|
+
class DevicesService extends events_1.EventEmitter {
|
|
32
|
+
constructor($logger, $errors, $iOSSimulatorDiscovery, $iOSDeviceDiscovery, $androidDeviceDiscovery, $staticConfig, $messages, $mobileHelper, $deviceLogProvider, $hostInfo, $injector, $options, $androidProcessService, $iOSEmulatorServices, $androidEmulatorServices, $androidEmulatorDiscovery, $emulatorHelper, $prompter, $devicePlatformsConstants) {
|
|
33
|
+
super();
|
|
34
|
+
this.$logger = $logger;
|
|
35
|
+
this.$errors = $errors;
|
|
36
|
+
this.$iOSSimulatorDiscovery = $iOSSimulatorDiscovery;
|
|
37
|
+
this.$iOSDeviceDiscovery = $iOSDeviceDiscovery;
|
|
38
|
+
this.$androidDeviceDiscovery = $androidDeviceDiscovery;
|
|
39
|
+
this.$staticConfig = $staticConfig;
|
|
40
|
+
this.$messages = $messages;
|
|
41
|
+
this.$mobileHelper = $mobileHelper;
|
|
42
|
+
this.$deviceLogProvider = $deviceLogProvider;
|
|
43
|
+
this.$hostInfo = $hostInfo;
|
|
44
|
+
this.$injector = $injector;
|
|
45
|
+
this.$options = $options;
|
|
46
|
+
this.$androidProcessService = $androidProcessService;
|
|
47
|
+
this.$iOSEmulatorServices = $iOSEmulatorServices;
|
|
48
|
+
this.$androidEmulatorServices = $androidEmulatorServices;
|
|
49
|
+
this.$androidEmulatorDiscovery = $androidEmulatorDiscovery;
|
|
50
|
+
this.$emulatorHelper = $emulatorHelper;
|
|
51
|
+
this.$prompter = $prompter;
|
|
52
|
+
this.$devicePlatformsConstants = $devicePlatformsConstants;
|
|
53
|
+
this._devices = {};
|
|
54
|
+
this._availableEmulators = {};
|
|
55
|
+
this._isInitialized = false;
|
|
56
|
+
this._otherDeviceDiscoveries = [];
|
|
57
|
+
this._allDeviceDiscoveries = [];
|
|
58
|
+
this.attachToKnownDeviceDiscoveryEvents();
|
|
59
|
+
this.attachToKnownEmulatorDiscoveryEvents();
|
|
60
|
+
this._allDeviceDiscoveries = [
|
|
61
|
+
this.$iOSDeviceDiscovery,
|
|
62
|
+
this.$androidDeviceDiscovery,
|
|
63
|
+
this.$iOSSimulatorDiscovery,
|
|
64
|
+
];
|
|
65
|
+
}
|
|
66
|
+
pickSingleDevice(options) {
|
|
67
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
68
|
+
if (options.onlyDevices && options.onlyEmulators) {
|
|
69
|
+
this.$errors.fail(constants_1.DebugCommandErrors.UNABLE_TO_USE_FOR_DEVICE_AND_EMULATOR);
|
|
70
|
+
}
|
|
71
|
+
if (options.deviceId) {
|
|
72
|
+
const device = yield this.getDevice(options.deviceId);
|
|
73
|
+
return device;
|
|
74
|
+
}
|
|
75
|
+
const availableDevicesAndEmulators = this.getDeviceInstances().filter((d) => d.deviceInfo.status === constants_2.CONNECTED_STATUS &&
|
|
76
|
+
(!this.platform ||
|
|
77
|
+
d.deviceInfo.platform.toLowerCase() === this.platform.toLowerCase()));
|
|
78
|
+
const selectedDevices = availableDevicesAndEmulators.filter((d) => options.onlyEmulators
|
|
79
|
+
? d.isEmulator
|
|
80
|
+
: options.onlyDevices
|
|
81
|
+
? !d.isEmulator
|
|
82
|
+
: true);
|
|
83
|
+
if (selectedDevices.length > 1) {
|
|
84
|
+
if ((0, helpers_1.isInteractive)()) {
|
|
85
|
+
const choices = selectedDevices.map((e) => `${e.deviceInfo.identifier} - ${e.deviceInfo.displayName}`);
|
|
86
|
+
const selectedDeviceString = yield this.$prompter.promptForChoice("Select device for debugging", choices);
|
|
87
|
+
const selectedDevice = _.find(selectedDevices, (d) => `${d.deviceInfo.identifier} - ${d.deviceInfo.displayName}` ===
|
|
88
|
+
selectedDeviceString);
|
|
89
|
+
return selectedDevice;
|
|
90
|
+
}
|
|
91
|
+
else {
|
|
92
|
+
const sortedInstances = _.sortBy(selectedDevices, (e) => e.deviceInfo.version);
|
|
93
|
+
const emulators = sortedInstances.filter((e) => e.isEmulator);
|
|
94
|
+
const devices = sortedInstances.filter((d) => !d.isEmulator);
|
|
95
|
+
let selectedInstance;
|
|
96
|
+
if (options.onlyEmulators || options.onlyDevices) {
|
|
97
|
+
selectedInstance = _.last(sortedInstances);
|
|
98
|
+
}
|
|
99
|
+
else {
|
|
100
|
+
if (emulators.length) {
|
|
101
|
+
selectedInstance = _.last(emulators);
|
|
102
|
+
}
|
|
103
|
+
else {
|
|
104
|
+
selectedInstance = _.last(devices);
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
this.$logger.warn(`Multiple devices/emulators found. Starting debugger on ${selectedInstance.deviceInfo.identifier}. ` +
|
|
108
|
+
"If you want to debug on specific device/emulator, you can specify it with --device option.");
|
|
109
|
+
return selectedInstance;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
else if (selectedDevices.length === 1) {
|
|
113
|
+
return _.head(selectedDevices);
|
|
114
|
+
}
|
|
115
|
+
this.$errors.fail(constants_1.DebugCommandErrors.NO_DEVICES_EMULATORS_FOUND_FOR_OPTIONS);
|
|
116
|
+
});
|
|
117
|
+
}
|
|
118
|
+
getEmulatorImages(options) {
|
|
119
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
120
|
+
const result = Object.create(null);
|
|
121
|
+
if (this.$hostInfo.isDarwin &&
|
|
122
|
+
(!options ||
|
|
123
|
+
!options.platform ||
|
|
124
|
+
this.$mobileHelper.isiOSPlatform(options.platform))) {
|
|
125
|
+
result.ios = yield this.$iOSEmulatorServices.getEmulatorImages();
|
|
126
|
+
}
|
|
127
|
+
if (!options ||
|
|
128
|
+
!options.platform ||
|
|
129
|
+
this.$mobileHelper.isAndroidPlatform(options.platform)) {
|
|
130
|
+
result.android = yield this.$androidEmulatorServices.getEmulatorImages();
|
|
131
|
+
}
|
|
132
|
+
return result;
|
|
133
|
+
});
|
|
134
|
+
}
|
|
135
|
+
startEmulator(options) {
|
|
136
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
137
|
+
if (!options || (!options.imageIdentifier && !options.emulatorIdOrName)) {
|
|
138
|
+
return ["Missing mandatory image identifier or name option."];
|
|
139
|
+
}
|
|
140
|
+
const availableEmulatorsOutput = yield this.getEmulatorImages({
|
|
141
|
+
platform: options.platform,
|
|
142
|
+
});
|
|
143
|
+
const emulators = this.$emulatorHelper.getEmulatorsFromAvailableEmulatorsOutput(availableEmulatorsOutput);
|
|
144
|
+
const errors = this.$emulatorHelper.getErrorsFromAvailableEmulatorsOutput(availableEmulatorsOutput);
|
|
145
|
+
let emulator = null;
|
|
146
|
+
if (options.imageIdentifier) {
|
|
147
|
+
emulator = this.$emulatorHelper.getEmulatorByImageIdentifier(options.imageIdentifier, emulators);
|
|
148
|
+
}
|
|
149
|
+
else if (options.emulatorIdOrName) {
|
|
150
|
+
emulator = this.$emulatorHelper.getEmulatorByIdOrName(options.emulatorIdOrName, emulators);
|
|
151
|
+
}
|
|
152
|
+
if (!emulator) {
|
|
153
|
+
const additionalErrors = errors && errors.length ? errors : [];
|
|
154
|
+
return [
|
|
155
|
+
`Unable to find emulator with provided options: ${options}`,
|
|
156
|
+
...additionalErrors,
|
|
157
|
+
];
|
|
158
|
+
}
|
|
159
|
+
if (emulator.status === constants.RUNNING_EMULATOR_STATUS) {
|
|
160
|
+
return null;
|
|
161
|
+
}
|
|
162
|
+
options.emulator = emulator;
|
|
163
|
+
const emulatorService = this.resolveEmulatorServices(emulator.platform);
|
|
164
|
+
const result = yield emulatorService.startEmulator(options);
|
|
165
|
+
return result.errors && result.errors.length ? result.errors : null;
|
|
166
|
+
});
|
|
167
|
+
}
|
|
168
|
+
get platform() {
|
|
169
|
+
return this._platform;
|
|
170
|
+
}
|
|
171
|
+
get deviceCount() {
|
|
172
|
+
return this._device ? 1 : this.getDeviceInstances().length;
|
|
173
|
+
}
|
|
174
|
+
getDevices() {
|
|
175
|
+
return this.getDeviceInstances().map((deviceInstance) => deviceInstance.deviceInfo);
|
|
176
|
+
}
|
|
177
|
+
getDevicesForPlatform(platform) {
|
|
178
|
+
return _.filter(this.getDeviceInstances(), (d) => d.deviceInfo.platform.toLowerCase() === platform.toLowerCase());
|
|
179
|
+
}
|
|
180
|
+
isAndroidDevice(device) {
|
|
181
|
+
return this.$mobileHelper.isAndroidPlatform(device.deviceInfo.platform);
|
|
182
|
+
}
|
|
183
|
+
isiOSDevice(device) {
|
|
184
|
+
return (this.$mobileHelper.isiOSPlatform(device.deviceInfo.platform) &&
|
|
185
|
+
!device.isEmulator);
|
|
186
|
+
}
|
|
187
|
+
isiOSSimulator(device) {
|
|
188
|
+
return !!(this.$mobileHelper.isiOSPlatform(device.deviceInfo.platform) &&
|
|
189
|
+
device.isEmulator);
|
|
190
|
+
}
|
|
191
|
+
setLogLevel(logLevel, deviceIdentifier) {
|
|
192
|
+
this.$deviceLogProvider.setLogLevel(logLevel, deviceIdentifier);
|
|
193
|
+
}
|
|
194
|
+
isAppInstalledOnDevices(deviceIdentifiers, appId, projectName, projectDir) {
|
|
195
|
+
this.$logger.trace(`Called isInstalledOnDevices for identifiers ${deviceIdentifiers}. AppIdentifier is ${appId}.`);
|
|
196
|
+
return _.map(deviceIdentifiers, (deviceIdentifier) => this.isApplicationInstalledOnDevice(deviceIdentifier, {
|
|
197
|
+
appId,
|
|
198
|
+
projectName,
|
|
199
|
+
projectDir,
|
|
200
|
+
}));
|
|
201
|
+
}
|
|
202
|
+
getDeviceInstances() {
|
|
203
|
+
return _.values(this._devices).map((device) => {
|
|
204
|
+
var _a;
|
|
205
|
+
const simPlatform = (_a = device.simulator) === null || _a === void 0 ? void 0 : _a.platform;
|
|
206
|
+
device.deviceInfo.platform = simPlatform !== null && simPlatform !== void 0 ? simPlatform : device.deviceInfo.platform;
|
|
207
|
+
return device;
|
|
208
|
+
});
|
|
209
|
+
}
|
|
210
|
+
getInstalledApplications(deviceIdentifier) {
|
|
211
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
212
|
+
const device = yield this.getDevice(deviceIdentifier);
|
|
213
|
+
return device.applicationManager.getInstalledApplications();
|
|
214
|
+
});
|
|
215
|
+
}
|
|
216
|
+
addDeviceDiscovery(deviceDiscovery) {
|
|
217
|
+
this._otherDeviceDiscoveries.push(deviceDiscovery);
|
|
218
|
+
this._allDeviceDiscoveries.push(deviceDiscovery);
|
|
219
|
+
this.attachToDeviceDiscoveryEvents(deviceDiscovery);
|
|
220
|
+
}
|
|
221
|
+
attachToKnownDeviceDiscoveryEvents() {
|
|
222
|
+
[
|
|
223
|
+
this.$iOSSimulatorDiscovery,
|
|
224
|
+
this.$iOSDeviceDiscovery,
|
|
225
|
+
this.$androidDeviceDiscovery,
|
|
226
|
+
].forEach(this.attachToDeviceDiscoveryEvents.bind(this));
|
|
227
|
+
}
|
|
228
|
+
attachToKnownEmulatorDiscoveryEvents() {
|
|
229
|
+
this.$androidEmulatorDiscovery.on(constants.EmulatorDiscoveryNames.EMULATOR_IMAGE_FOUND, (emulator) => this.onEmulatorImageFound(emulator));
|
|
230
|
+
this.$androidEmulatorDiscovery.on(constants.EmulatorDiscoveryNames.EMULATOR_IMAGE_LOST, (emulator) => this.onEmulatorImageLost(emulator));
|
|
231
|
+
this.$iOSSimulatorDiscovery.on(constants.EmulatorDiscoveryNames.EMULATOR_IMAGE_FOUND, (emulator) => this.onEmulatorImageFound(emulator));
|
|
232
|
+
this.$iOSSimulatorDiscovery.on(constants.EmulatorDiscoveryNames.EMULATOR_IMAGE_LOST, (emulator) => this.onEmulatorImageLost(emulator));
|
|
233
|
+
}
|
|
234
|
+
attachToDeviceDiscoveryEvents(deviceDiscovery) {
|
|
235
|
+
deviceDiscovery.on(constants.DeviceDiscoveryEventNames.DEVICE_FOUND, (device) => this.onDeviceFound(device));
|
|
236
|
+
deviceDiscovery.on(constants.DeviceDiscoveryEventNames.DEVICE_UPDATED, (device) => this.onDeviceUpdated(device));
|
|
237
|
+
deviceDiscovery.on(constants.DeviceDiscoveryEventNames.DEVICE_LOST, (device) => this.onDeviceLost(device));
|
|
238
|
+
}
|
|
239
|
+
onDeviceFound(device) {
|
|
240
|
+
this.$logger.trace(`Found device with identifier '${device.deviceInfo.identifier}'`);
|
|
241
|
+
this._devices[device.deviceInfo.identifier] = device;
|
|
242
|
+
this.emit(constants.DeviceDiscoveryEventNames.DEVICE_FOUND, device);
|
|
243
|
+
}
|
|
244
|
+
onDeviceUpdated(device) {
|
|
245
|
+
this.$logger.trace(`Updated device with identifier '${device.deviceInfo.identifier}'`);
|
|
246
|
+
this._devices[device.deviceInfo.identifier] = device;
|
|
247
|
+
this.emit(constants.DeviceDiscoveryEventNames.DEVICE_UPDATED, device);
|
|
248
|
+
}
|
|
249
|
+
onDeviceLost(device) {
|
|
250
|
+
this.$logger.trace(`Lost device with identifier '${device.deviceInfo.identifier}'`);
|
|
251
|
+
if (device.detach) {
|
|
252
|
+
device.detach();
|
|
253
|
+
}
|
|
254
|
+
delete this._devices[device.deviceInfo.identifier];
|
|
255
|
+
this.emit(constants.DeviceDiscoveryEventNames.DEVICE_LOST, device);
|
|
256
|
+
}
|
|
257
|
+
onEmulatorImageFound(emulator) {
|
|
258
|
+
this.$logger.trace(`Found emulator with image identifier: ${emulator.imageIdentifier}`);
|
|
259
|
+
this._availableEmulators[emulator.imageIdentifier] = emulator;
|
|
260
|
+
this.emit(constants.EmulatorDiscoveryNames.EMULATOR_IMAGE_FOUND, emulator);
|
|
261
|
+
}
|
|
262
|
+
onEmulatorImageLost(emulator) {
|
|
263
|
+
this.$logger.trace(`Lost emulator with image identifier ${emulator.imageIdentifier}`);
|
|
264
|
+
delete this._availableEmulators[emulator.imageIdentifier];
|
|
265
|
+
this.emit(constants.EmulatorDiscoveryNames.EMULATOR_IMAGE_LOST, emulator);
|
|
266
|
+
}
|
|
267
|
+
detectCurrentlyAttachedDevices(deviceInitOpts) {
|
|
268
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
269
|
+
const options = this.getDeviceLookingOptions(deviceInitOpts);
|
|
270
|
+
for (const deviceDiscovery of this._allDeviceDiscoveries) {
|
|
271
|
+
try {
|
|
272
|
+
yield deviceDiscovery.startLookingForDevices(options);
|
|
273
|
+
}
|
|
274
|
+
catch (err) {
|
|
275
|
+
this.$logger.trace("Error while checking for devices.", err);
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
});
|
|
279
|
+
}
|
|
280
|
+
detectCurrentlyAvailableEmulators() {
|
|
281
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
282
|
+
try {
|
|
283
|
+
yield this.$androidEmulatorDiscovery.startLookingForDevices();
|
|
284
|
+
}
|
|
285
|
+
catch (err) {
|
|
286
|
+
this.$logger.trace(`Error while checking for Android emulators. ${err}`);
|
|
287
|
+
}
|
|
288
|
+
try {
|
|
289
|
+
yield this.$iOSSimulatorDiscovery.checkForAvailableSimulators();
|
|
290
|
+
}
|
|
291
|
+
catch (err) {
|
|
292
|
+
this.$logger.trace(`Error while checking for iOS simulators. ${err}`);
|
|
293
|
+
}
|
|
294
|
+
});
|
|
295
|
+
}
|
|
296
|
+
startDeviceDetectionInterval(deviceInitOpts = {}) {
|
|
297
|
+
if (!this.deviceDetectionInterval) {
|
|
298
|
+
let isDeviceDetectionIntervalInProgress = false;
|
|
299
|
+
this.deviceDetectionInterval = setInterval(() => __awaiter(this, void 0, void 0, function* () {
|
|
300
|
+
if (isDeviceDetectionIntervalInProgress) {
|
|
301
|
+
return;
|
|
302
|
+
}
|
|
303
|
+
isDeviceDetectionIntervalInProgress = true;
|
|
304
|
+
yield this.detectCurrentlyAttachedDevices(deviceInitOpts);
|
|
305
|
+
try {
|
|
306
|
+
const trustedDevices = _.filter(this._devices, (device) => device.deviceInfo.status === constants.CONNECTED_STATUS);
|
|
307
|
+
yield (0, helpers_1.settlePromises)(_.map(trustedDevices, (device) => device.applicationManager.checkForApplicationUpdates()));
|
|
308
|
+
}
|
|
309
|
+
catch (err) {
|
|
310
|
+
this.$logger.trace("Error checking for application updates on devices.", err);
|
|
311
|
+
}
|
|
312
|
+
isDeviceDetectionIntervalInProgress = false;
|
|
313
|
+
}), deviceInitOpts.detectionInterval || DevicesService.DEVICE_LOOKING_INTERVAL);
|
|
314
|
+
this.deviceDetectionInterval.unref();
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
startEmulatorDetectionInterval(opts = {}) {
|
|
318
|
+
let isEmulatorDetectionIntervalRunning = false;
|
|
319
|
+
this.emulatorDetectionInterval = setInterval(() => __awaiter(this, void 0, void 0, function* () {
|
|
320
|
+
if (isEmulatorDetectionIntervalRunning) {
|
|
321
|
+
return;
|
|
322
|
+
}
|
|
323
|
+
isEmulatorDetectionIntervalRunning = true;
|
|
324
|
+
yield this.detectCurrentlyAvailableEmulators();
|
|
325
|
+
isEmulatorDetectionIntervalRunning = false;
|
|
326
|
+
}), opts.detectionInterval || DevicesService.EMULATOR_IMAGES_DETECTION_INTERVAL);
|
|
327
|
+
this.emulatorDetectionInterval.unref();
|
|
328
|
+
}
|
|
329
|
+
stopDeviceDetectionInterval() {
|
|
330
|
+
if (this.deviceDetectionInterval) {
|
|
331
|
+
clearInterval(this.deviceDetectionInterval);
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
stopEmulatorDetectionInterval() {
|
|
335
|
+
if (this.emulatorDetectionInterval) {
|
|
336
|
+
clearInterval(this.emulatorDetectionInterval);
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
getDeviceByIdentifier(identifier) {
|
|
340
|
+
const searchedDevice = _.find(this.getDeviceInstances(), (device) => {
|
|
341
|
+
if (this.$mobileHelper.isApplePlatform(device.deviceInfo.platform) &&
|
|
342
|
+
device.isEmulator) {
|
|
343
|
+
return (device.deviceInfo.identifier === identifier ||
|
|
344
|
+
device.deviceInfo.displayName === identifier);
|
|
345
|
+
}
|
|
346
|
+
return device.deviceInfo.identifier === identifier;
|
|
347
|
+
});
|
|
348
|
+
if (!searchedDevice) {
|
|
349
|
+
this.$errors.fail(this.$messages.Devices
|
|
350
|
+
.NotFoundDeviceByIdentifierErrorMessageWithIdentifier, identifier, this.$staticConfig.CLIENT_NAME.toLowerCase());
|
|
351
|
+
}
|
|
352
|
+
return searchedDevice;
|
|
353
|
+
}
|
|
354
|
+
startLookingForDevices(deviceInitOpts) {
|
|
355
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
356
|
+
this.$logger.trace("startLookingForDevices; platform is %s", this._platform);
|
|
357
|
+
if (this._platform) {
|
|
358
|
+
return this.detectCurrentlyAttachedDevices(deviceInitOpts);
|
|
359
|
+
}
|
|
360
|
+
yield this.detectCurrentlyAttachedDevices(deviceInitOpts);
|
|
361
|
+
yield this.detectCurrentlyAvailableEmulators();
|
|
362
|
+
yield this.startDeviceDetectionInterval(deviceInitOpts);
|
|
363
|
+
});
|
|
364
|
+
}
|
|
365
|
+
getDeviceByIndex(index) {
|
|
366
|
+
this.validateIndex(index - 1);
|
|
367
|
+
return this.getDeviceInstances()[index - 1];
|
|
368
|
+
}
|
|
369
|
+
getDevice(deviceOption) {
|
|
370
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
371
|
+
let device = null;
|
|
372
|
+
if (!device) {
|
|
373
|
+
device = _.find(this.getDeviceInstances(), (d) => (d.deviceInfo.identifier &&
|
|
374
|
+
d.deviceInfo.identifier === deviceOption) ||
|
|
375
|
+
(d.deviceInfo.displayName &&
|
|
376
|
+
d.deviceInfo.displayName === deviceOption) ||
|
|
377
|
+
(d.deviceInfo.imageIdentifier &&
|
|
378
|
+
d.deviceInfo.imageIdentifier === deviceOption));
|
|
379
|
+
}
|
|
380
|
+
if (!device && helpers.isNumberWithoutExponent(deviceOption)) {
|
|
381
|
+
device = this.getDeviceByIndex(parseInt(deviceOption, 10));
|
|
382
|
+
}
|
|
383
|
+
if (!device) {
|
|
384
|
+
this.$errors.fail(this.$messages.Devices
|
|
385
|
+
.NotFoundDeviceByIdentifierErrorMessageWithIdentifier, deviceOption, this.$staticConfig.CLIENT_NAME.toLowerCase());
|
|
386
|
+
}
|
|
387
|
+
return device;
|
|
388
|
+
});
|
|
389
|
+
}
|
|
390
|
+
executeOnDevice(action, canExecute) {
|
|
391
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
392
|
+
if (!canExecute || canExecute(this._device)) {
|
|
393
|
+
return {
|
|
394
|
+
deviceIdentifier: this._device.deviceInfo.identifier,
|
|
395
|
+
result: yield action(this._device),
|
|
396
|
+
};
|
|
397
|
+
}
|
|
398
|
+
});
|
|
399
|
+
}
|
|
400
|
+
executeOnAllConnectedDevices(action, canExecute) {
|
|
401
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
402
|
+
const devices = this.filterDevicesByPlatform();
|
|
403
|
+
const sortedDevices = _.sortBy(devices, (device) => device.deviceInfo.platform);
|
|
404
|
+
const result = [];
|
|
405
|
+
const errors = [];
|
|
406
|
+
for (const device of sortedDevices) {
|
|
407
|
+
try {
|
|
408
|
+
if (!canExecute || canExecute(device)) {
|
|
409
|
+
result.push({
|
|
410
|
+
deviceIdentifier: device.deviceInfo.identifier,
|
|
411
|
+
result: yield action(device),
|
|
412
|
+
});
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
catch (err) {
|
|
416
|
+
err.deviceIdentifier = device.deviceInfo.identifier;
|
|
417
|
+
this.$logger.trace(`Error while executing action on device ${device.deviceInfo.identifier}. The error is`, err);
|
|
418
|
+
errors.push(err);
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
if (errors.length) {
|
|
422
|
+
let preErrorMsg = "";
|
|
423
|
+
if (errors.length > 1) {
|
|
424
|
+
preErrorMsg = "Multiple errors were thrown:" + os_1.EOL;
|
|
425
|
+
}
|
|
426
|
+
const errorMessage = `${preErrorMsg}${errors
|
|
427
|
+
.map((e) => e.stack || e.message || e)
|
|
428
|
+
.join(os_1.EOL)}`;
|
|
429
|
+
this.$errors.fail(errorMessage);
|
|
430
|
+
}
|
|
431
|
+
return result;
|
|
432
|
+
});
|
|
433
|
+
}
|
|
434
|
+
deployOnDevices(deviceIdentifiers, packagePath, appId, projectName, projectDir) {
|
|
435
|
+
this.$logger.trace(`Called deployOnDevices for identifiers ${deviceIdentifiers} for packageFile: ${packagePath}. Application identifier is ${appId}. Project Name is: ${projectName}`);
|
|
436
|
+
return _.map(deviceIdentifiers, (deviceIdentifier) => __awaiter(this, void 0, void 0, function* () {
|
|
437
|
+
const device = this.getDeviceByIdentifier(deviceIdentifier);
|
|
438
|
+
let identifier;
|
|
439
|
+
if (typeof appId === "string") {
|
|
440
|
+
identifier = appId;
|
|
441
|
+
}
|
|
442
|
+
else {
|
|
443
|
+
identifier = appId[device.deviceInfo.platform.toLowerCase()];
|
|
444
|
+
}
|
|
445
|
+
return this.deployOnDevice(device, {
|
|
446
|
+
packagePath,
|
|
447
|
+
appId: identifier,
|
|
448
|
+
projectName,
|
|
449
|
+
projectDir,
|
|
450
|
+
});
|
|
451
|
+
}));
|
|
452
|
+
}
|
|
453
|
+
execute(action, canExecute, options) {
|
|
454
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
455
|
+
assert.ok(this._isInitialized, "Devices services not initialized!");
|
|
456
|
+
if (this.hasDevices) {
|
|
457
|
+
if (this.$hostInfo.isDarwin &&
|
|
458
|
+
this._platform &&
|
|
459
|
+
this.$mobileHelper.isiOSPlatform(this._platform) &&
|
|
460
|
+
this.$options.emulator &&
|
|
461
|
+
!this.isOnlyiOSSimultorRunning()) {
|
|
462
|
+
const originalCanExecute = canExecute;
|
|
463
|
+
canExecute = (dev) => this.isiOSSimulator(dev) &&
|
|
464
|
+
(!originalCanExecute || !!originalCanExecute(dev));
|
|
465
|
+
}
|
|
466
|
+
return this.executeCore(action, canExecute);
|
|
467
|
+
}
|
|
468
|
+
else {
|
|
469
|
+
const message = constants.ERROR_NO_DEVICES;
|
|
470
|
+
if (options && options.allowNoDevices) {
|
|
471
|
+
this.$logger.info(message);
|
|
472
|
+
}
|
|
473
|
+
else {
|
|
474
|
+
if (!this.$hostInfo.isDarwin &&
|
|
475
|
+
this._platform &&
|
|
476
|
+
this.$mobileHelper.isiOSPlatform(this._platform)) {
|
|
477
|
+
this.$errors.fail(message);
|
|
478
|
+
}
|
|
479
|
+
else {
|
|
480
|
+
return this.executeCore(action, canExecute);
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
});
|
|
485
|
+
}
|
|
486
|
+
startEmulatorIfNecessary(deviceInitOpts) {
|
|
487
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
488
|
+
if (deviceInitOpts && deviceInitOpts.deviceId && deviceInitOpts.emulator) {
|
|
489
|
+
this.$errors.fail(`--device and --emulator are incompatible options.
|
|
490
|
+
If you are trying to run on specific emulator, use "${this.$staticConfig.CLIENT_NAME} run --device <DeviceID>`);
|
|
491
|
+
}
|
|
492
|
+
if (deviceInitOpts &&
|
|
493
|
+
deviceInitOpts.platform &&
|
|
494
|
+
!deviceInitOpts.skipEmulatorStart) {
|
|
495
|
+
this._platform = deviceInitOpts.platform;
|
|
496
|
+
try {
|
|
497
|
+
yield this.startLookingForDevices(deviceInitOpts);
|
|
498
|
+
}
|
|
499
|
+
catch (err) {
|
|
500
|
+
this.$logger.trace("Error while checking for devices.", err);
|
|
501
|
+
}
|
|
502
|
+
const deviceInstances = this.getDeviceInstances();
|
|
503
|
+
if (!deviceInitOpts.deviceId && _.isEmpty(deviceInstances)) {
|
|
504
|
+
if (!this.$hostInfo.isDarwin &&
|
|
505
|
+
this.$mobileHelper.isApplePlatform(deviceInitOpts.platform)) {
|
|
506
|
+
this.$errors.fail(constants.ERROR_NO_DEVICES_CANT_USE_IOS_SIMULATOR);
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
try {
|
|
510
|
+
yield this._startEmulatorIfNecessary(deviceInitOpts);
|
|
511
|
+
}
|
|
512
|
+
catch (err) {
|
|
513
|
+
const errorMessage = this.getEmulatorError(err, deviceInitOpts.platform);
|
|
514
|
+
this.$errors.fail(errorMessage);
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
});
|
|
518
|
+
}
|
|
519
|
+
_startEmulatorIfNecessary(data) {
|
|
520
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
521
|
+
const deviceInstances = this.getDeviceInstances();
|
|
522
|
+
if (!data.deviceId && _.isEmpty(deviceInstances)) {
|
|
523
|
+
return this.startEmulatorCore(data);
|
|
524
|
+
}
|
|
525
|
+
if (data.deviceId) {
|
|
526
|
+
if (!helpers.isNumberWithoutExponent(data.deviceId)) {
|
|
527
|
+
const activeDeviceInstance = _.find(deviceInstances, (device) => device.deviceInfo.identifier === data.deviceId);
|
|
528
|
+
if (!activeDeviceInstance) {
|
|
529
|
+
return this.startEmulatorCore(data);
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
if (data.platform === this.$devicePlatformsConstants.visionOS &&
|
|
534
|
+
deviceInstances.length) {
|
|
535
|
+
const runningDeviceInstance = deviceInstances.find((device) => device.deviceInfo.platform === this.$devicePlatformsConstants.visionOS);
|
|
536
|
+
if (!runningDeviceInstance) {
|
|
537
|
+
return this.startEmulatorCore(data);
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
if (data.emulator && deviceInstances.length) {
|
|
541
|
+
const runningDeviceInstance = _.some(deviceInstances, (value) => value.isEmulator);
|
|
542
|
+
if (!runningDeviceInstance) {
|
|
543
|
+
return this.startEmulatorCore(data);
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
});
|
|
547
|
+
}
|
|
548
|
+
initialize(data) {
|
|
549
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
550
|
+
if (!this._deviceInitializePromise) {
|
|
551
|
+
this._deviceInitializePromise = this.initializeCore(data);
|
|
552
|
+
}
|
|
553
|
+
try {
|
|
554
|
+
yield this._deviceInitializePromise;
|
|
555
|
+
}
|
|
556
|
+
catch (err) {
|
|
557
|
+
this.$logger.trace(`Error while initializing devicesService: ${err}`);
|
|
558
|
+
this._deviceInitializePromise = null;
|
|
559
|
+
throw err;
|
|
560
|
+
}
|
|
561
|
+
});
|
|
562
|
+
}
|
|
563
|
+
getPlatformsFromDeviceDescriptors(deviceDescriptors) {
|
|
564
|
+
const platforms = _(deviceDescriptors)
|
|
565
|
+
.map((device) => this.getDeviceByIdentifier(device.identifier))
|
|
566
|
+
.map((device) => device.deviceInfo.platform.toLowerCase())
|
|
567
|
+
.uniq()
|
|
568
|
+
.value();
|
|
569
|
+
return platforms;
|
|
570
|
+
}
|
|
571
|
+
initializeCore(deviceInitOpts) {
|
|
572
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
573
|
+
if (this._isInitialized) {
|
|
574
|
+
return;
|
|
575
|
+
}
|
|
576
|
+
if (!this.$options.json) {
|
|
577
|
+
this.$logger.info("Searching for devices...");
|
|
578
|
+
}
|
|
579
|
+
deviceInitOpts = deviceInitOpts || {};
|
|
580
|
+
this._data = deviceInitOpts;
|
|
581
|
+
if (!deviceInitOpts.skipEmulatorStart) {
|
|
582
|
+
yield this.startEmulatorIfNecessary(deviceInitOpts);
|
|
583
|
+
}
|
|
584
|
+
const platform = deviceInitOpts.platform;
|
|
585
|
+
const deviceOption = deviceInitOpts.deviceId;
|
|
586
|
+
const deviceLookingOptions = {
|
|
587
|
+
emulator: deviceInitOpts.emulator,
|
|
588
|
+
platform: deviceInitOpts.platform,
|
|
589
|
+
shouldReturnImmediateResult: deviceInitOpts.shouldReturnImmediateResult,
|
|
590
|
+
detectionInterval: deviceInitOpts.detectionInterval,
|
|
591
|
+
fullDiscovery: deviceInitOpts.fullDiscovery,
|
|
592
|
+
};
|
|
593
|
+
if (platform && deviceOption) {
|
|
594
|
+
this._platform = this.$mobileHelper.validatePlatformName(deviceInitOpts.platform);
|
|
595
|
+
yield this.startLookingForDevices(deviceLookingOptions);
|
|
596
|
+
this._device = yield this.getDevice(deviceOption);
|
|
597
|
+
if (this._device.deviceInfo.platform !== this._platform) {
|
|
598
|
+
this.$errors.fail(constants.ERROR_CANNOT_RESOLVE_DEVICE);
|
|
599
|
+
}
|
|
600
|
+
this.$logger.warn("Your application will be deployed only on the device specified by the provided index or identifier.");
|
|
601
|
+
}
|
|
602
|
+
else if (!platform && deviceOption) {
|
|
603
|
+
yield this.startLookingForDevices(deviceLookingOptions);
|
|
604
|
+
this._device = yield this.getDevice(deviceOption);
|
|
605
|
+
this._platform = this._device.deviceInfo.platform;
|
|
606
|
+
}
|
|
607
|
+
else if (platform && !deviceOption) {
|
|
608
|
+
this._platform = this.$mobileHelper.validatePlatformName(platform);
|
|
609
|
+
yield this.startLookingForDevices(deviceLookingOptions);
|
|
610
|
+
}
|
|
611
|
+
else {
|
|
612
|
+
if (deviceInitOpts.skipInferPlatform) {
|
|
613
|
+
if (deviceInitOpts.skipDeviceDetectionInterval) {
|
|
614
|
+
yield this.detectCurrentlyAttachedDevices(deviceLookingOptions);
|
|
615
|
+
}
|
|
616
|
+
else {
|
|
617
|
+
deviceInitOpts.shouldReturnImmediateResult = true;
|
|
618
|
+
yield this.startLookingForDevices(deviceLookingOptions);
|
|
619
|
+
}
|
|
620
|
+
}
|
|
621
|
+
else {
|
|
622
|
+
yield this.startLookingForDevices(deviceLookingOptions);
|
|
623
|
+
const devices = this.getDeviceInstances();
|
|
624
|
+
const platforms = _(devices)
|
|
625
|
+
.map((device) => device.deviceInfo.platform)
|
|
626
|
+
.filter((pl) => {
|
|
627
|
+
try {
|
|
628
|
+
return !!this.$mobileHelper.validatePlatformName(pl);
|
|
629
|
+
}
|
|
630
|
+
catch (err) {
|
|
631
|
+
this.$logger.warn(err.message);
|
|
632
|
+
return null;
|
|
633
|
+
}
|
|
634
|
+
})
|
|
635
|
+
.uniq()
|
|
636
|
+
.value();
|
|
637
|
+
if (platforms.length === 1) {
|
|
638
|
+
this._platform = platforms[0];
|
|
639
|
+
}
|
|
640
|
+
else if (platforms.length === 0) {
|
|
641
|
+
this.$errors.fail(constants.ERROR_NO_DEVICES);
|
|
642
|
+
}
|
|
643
|
+
else {
|
|
644
|
+
this.$errors.fail("Multiple device platforms detected (%s). Specify platform or device on command line.", helpers.formatListOfNames(platforms, "and"));
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
if (!this.$hostInfo.isDarwin &&
|
|
649
|
+
this._platform &&
|
|
650
|
+
this.$mobileHelper.isiOSPlatform(this._platform) &&
|
|
651
|
+
this.$options.emulator) {
|
|
652
|
+
this.$errors.fail(constants.ERROR_CANT_USE_SIMULATOR);
|
|
653
|
+
}
|
|
654
|
+
this._isInitialized = true;
|
|
655
|
+
});
|
|
656
|
+
}
|
|
657
|
+
get hasDevices() {
|
|
658
|
+
if (!this._platform) {
|
|
659
|
+
return this.getDeviceInstances().length !== 0;
|
|
660
|
+
}
|
|
661
|
+
else {
|
|
662
|
+
return this.filterDevicesByPlatform().length !== 0;
|
|
663
|
+
}
|
|
664
|
+
}
|
|
665
|
+
isOnlyiOSSimultorRunning() {
|
|
666
|
+
const devices = this.getDeviceInstances();
|
|
667
|
+
return (this._platform &&
|
|
668
|
+
this.$mobileHelper.isiOSPlatform(this._platform) &&
|
|
669
|
+
_.find(devices, (d) => d.isEmulator) &&
|
|
670
|
+
!_.find(devices, (d) => !d.isEmulator));
|
|
671
|
+
}
|
|
672
|
+
getDeviceByDeviceOption() {
|
|
673
|
+
return this._device;
|
|
674
|
+
}
|
|
675
|
+
mapAbstractToTcpPort(deviceIdentifier, appIdentifier, framework) {
|
|
676
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
677
|
+
return this.$androidProcessService.mapAbstractToTcpPort(deviceIdentifier, appIdentifier, framework);
|
|
678
|
+
});
|
|
679
|
+
}
|
|
680
|
+
getDebuggableApps(deviceIdentifiers) {
|
|
681
|
+
return _.map(deviceIdentifiers, (deviceIdentifier) => this.getDebuggableAppsCore(deviceIdentifier));
|
|
682
|
+
}
|
|
683
|
+
getDebuggableViews(deviceIdentifier, appIdentifier) {
|
|
684
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
685
|
+
const device = this.getDeviceByIdentifier(deviceIdentifier), debuggableViewsPerApp = yield device.applicationManager.getDebuggableAppViews([appIdentifier]);
|
|
686
|
+
return debuggableViewsPerApp && debuggableViewsPerApp[appIdentifier];
|
|
687
|
+
});
|
|
688
|
+
}
|
|
689
|
+
getDebuggableAppsCore(deviceIdentifier) {
|
|
690
|
+
const device = this.getDeviceByIdentifier(deviceIdentifier);
|
|
691
|
+
return device.applicationManager.getDebuggableApps();
|
|
692
|
+
}
|
|
693
|
+
deployOnDevice(device, appData) {
|
|
694
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
695
|
+
yield device.applicationManager.reinstallApplication(appData.appId, appData.packagePath);
|
|
696
|
+
this.$logger.info(`Successfully deployed on device with identifier '${device.deviceInfo.identifier}'.`);
|
|
697
|
+
yield device.applicationManager.tryStartApplication(appData);
|
|
698
|
+
});
|
|
699
|
+
}
|
|
700
|
+
filterDevicesByPlatform() {
|
|
701
|
+
return _.filter(this.getDeviceInstances(), (device) => {
|
|
702
|
+
if (this.$options.emulator && !device.isEmulator) {
|
|
703
|
+
return false;
|
|
704
|
+
}
|
|
705
|
+
if (this._platform) {
|
|
706
|
+
return device.deviceInfo.platform === this._platform;
|
|
707
|
+
}
|
|
708
|
+
return true;
|
|
709
|
+
});
|
|
710
|
+
}
|
|
711
|
+
validateIndex(index) {
|
|
712
|
+
if (index < 0 || index > this.getDeviceInstances().length) {
|
|
713
|
+
throw new Error(util.format(this.$messages.Devices.NotFoundDeviceByIndexErrorMessage, index, this.$staticConfig.CLIENT_NAME.toLowerCase()));
|
|
714
|
+
}
|
|
715
|
+
}
|
|
716
|
+
resolveEmulatorServices(platform) {
|
|
717
|
+
platform = platform || this._platform;
|
|
718
|
+
if (this.$mobileHelper.isApplePlatform(platform)) {
|
|
719
|
+
return this.$injector.resolve("iOSEmulatorServices");
|
|
720
|
+
}
|
|
721
|
+
else if (this.$mobileHelper.isAndroidPlatform(platform)) {
|
|
722
|
+
return this.$injector.resolve("androidEmulatorServices");
|
|
723
|
+
}
|
|
724
|
+
return null;
|
|
725
|
+
}
|
|
726
|
+
startEmulatorCore(deviceInitOpts = {}) {
|
|
727
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
728
|
+
const { deviceId } = deviceInitOpts;
|
|
729
|
+
const platform = deviceInitOpts.platform || this._platform;
|
|
730
|
+
const emulatorServices = this.resolveEmulatorServices(platform);
|
|
731
|
+
if (!emulatorServices) {
|
|
732
|
+
this.$errors.fail("Unable to detect platform for which to start emulator.");
|
|
733
|
+
}
|
|
734
|
+
const result = yield emulatorServices.startEmulator({
|
|
735
|
+
emulatorIdOrName: deviceId,
|
|
736
|
+
imageIdentifier: deviceId,
|
|
737
|
+
platform: platform,
|
|
738
|
+
sdk: this._data && this._data.sdk,
|
|
739
|
+
});
|
|
740
|
+
if (result && result.errors && result.errors.length) {
|
|
741
|
+
this.$errors.fail(result.errors.join("\n"));
|
|
742
|
+
}
|
|
743
|
+
const deviceLookingOptions = this.getDeviceLookingOptions(deviceInitOpts);
|
|
744
|
+
if (this.$mobileHelper.isAndroidPlatform(platform)) {
|
|
745
|
+
yield this.$androidDeviceDiscovery.startLookingForDevices(deviceLookingOptions);
|
|
746
|
+
}
|
|
747
|
+
else if (this.$mobileHelper.isiOSPlatform(platform) &&
|
|
748
|
+
this.$hostInfo.isDarwin) {
|
|
749
|
+
yield this.$iOSSimulatorDiscovery.startLookingForDevices(deviceLookingOptions);
|
|
750
|
+
}
|
|
751
|
+
});
|
|
752
|
+
}
|
|
753
|
+
executeCore(action, canExecute) {
|
|
754
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
755
|
+
if (this._device) {
|
|
756
|
+
return [yield this.executeOnDevice(action, canExecute)];
|
|
757
|
+
}
|
|
758
|
+
return this.executeOnAllConnectedDevices(action, canExecute);
|
|
759
|
+
});
|
|
760
|
+
}
|
|
761
|
+
isApplicationInstalledOnDevice(deviceIdentifier, appData) {
|
|
762
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
763
|
+
let isInstalled = false;
|
|
764
|
+
const device = this.getDeviceByIdentifier(deviceIdentifier);
|
|
765
|
+
try {
|
|
766
|
+
isInstalled = yield device.applicationManager.isApplicationInstalled(appData.appId);
|
|
767
|
+
yield device.applicationManager.tryStartApplication(appData);
|
|
768
|
+
}
|
|
769
|
+
catch (err) {
|
|
770
|
+
this.$logger.trace("Error while checking is application installed. Error is: ", err);
|
|
771
|
+
}
|
|
772
|
+
return {
|
|
773
|
+
appIdentifier: appData.appId,
|
|
774
|
+
deviceIdentifier,
|
|
775
|
+
isInstalled,
|
|
776
|
+
};
|
|
777
|
+
});
|
|
778
|
+
}
|
|
779
|
+
getDeviceLookingOptions(deviceInitOpts = {}) {
|
|
780
|
+
const { shouldReturnImmediateResult, emulator } = deviceInitOpts;
|
|
781
|
+
const platform = deviceInitOpts.platform || this._platform;
|
|
782
|
+
return {
|
|
783
|
+
platform,
|
|
784
|
+
shouldReturnImmediateResult: !!shouldReturnImmediateResult,
|
|
785
|
+
emulator: !!emulator,
|
|
786
|
+
fullDiscovery: deviceInitOpts.fullDiscovery,
|
|
787
|
+
};
|
|
788
|
+
}
|
|
789
|
+
getEmulatorError(error, platform) {
|
|
790
|
+
let emulatorName = constants.DeviceTypes.Emulator;
|
|
791
|
+
if (this.$mobileHelper.isiOSPlatform(platform)) {
|
|
792
|
+
emulatorName = constants.DeviceTypes.Simulator;
|
|
793
|
+
}
|
|
794
|
+
return (`Cannot find connected devices.${os_1.EOL}` +
|
|
795
|
+
`${emulatorName} start failed with: ${error.message}${os_1.EOL}` +
|
|
796
|
+
`To list currently connected devices and verify that the specified identifier exists, run '${this.$staticConfig.CLIENT_NAME.toLowerCase()} device'.${os_1.EOL}` +
|
|
797
|
+
`To list available ${emulatorName.toLowerCase()} images, run '${this.$staticConfig.CLIENT_NAME.toLowerCase()} device <Platform> --available-devices'.`);
|
|
798
|
+
}
|
|
799
|
+
}
|
|
800
|
+
DevicesService.DEVICE_LOOKING_INTERVAL = 200;
|
|
801
|
+
DevicesService.EMULATOR_IMAGES_DETECTION_INTERVAL = 60 * 1000;
|
|
802
|
+
__decorate([
|
|
803
|
+
(0, decorators_1.performanceLog)()
|
|
804
|
+
], DevicesService.prototype, "pickSingleDevice", null);
|
|
805
|
+
__decorate([
|
|
806
|
+
(0, decorators_1.exported)("devicesService")
|
|
807
|
+
], DevicesService.prototype, "getEmulatorImages", null);
|
|
808
|
+
__decorate([
|
|
809
|
+
(0, decorators_1.exported)("devicesService")
|
|
810
|
+
], DevicesService.prototype, "startEmulator", null);
|
|
811
|
+
__decorate([
|
|
812
|
+
(0, decorators_1.exported)("devicesService")
|
|
813
|
+
], DevicesService.prototype, "getDevices", null);
|
|
814
|
+
__decorate([
|
|
815
|
+
(0, decorators_1.exported)("devicesService")
|
|
816
|
+
], DevicesService.prototype, "setLogLevel", null);
|
|
817
|
+
__decorate([
|
|
818
|
+
(0, decorators_1.exported)("devicesService")
|
|
819
|
+
], DevicesService.prototype, "isAppInstalledOnDevices", null);
|
|
820
|
+
__decorate([
|
|
821
|
+
(0, decorators_1.exported)("devicesService")
|
|
822
|
+
], DevicesService.prototype, "getInstalledApplications", null);
|
|
823
|
+
__decorate([
|
|
824
|
+
(0, decorators_1.exported)("devicesService")
|
|
825
|
+
], DevicesService.prototype, "addDeviceDiscovery", null);
|
|
826
|
+
__decorate([
|
|
827
|
+
(0, decorators_1.exported)("devicesService")
|
|
828
|
+
], DevicesService.prototype, "startDeviceDetectionInterval", null);
|
|
829
|
+
__decorate([
|
|
830
|
+
(0, decorators_1.exported)("devicesService")
|
|
831
|
+
], DevicesService.prototype, "startEmulatorDetectionInterval", null);
|
|
832
|
+
__decorate([
|
|
833
|
+
(0, decorators_1.exported)("devicesService")
|
|
834
|
+
], DevicesService.prototype, "stopDeviceDetectionInterval", null);
|
|
835
|
+
__decorate([
|
|
836
|
+
(0, decorators_1.exported)("devicesService")
|
|
837
|
+
], DevicesService.prototype, "stopEmulatorDetectionInterval", null);
|
|
838
|
+
__decorate([
|
|
839
|
+
(0, decorators_1.exported)("devicesService")
|
|
840
|
+
], DevicesService.prototype, "deployOnDevices", null);
|
|
841
|
+
__decorate([
|
|
842
|
+
(0, decorators_1.exported)("devicesService")
|
|
843
|
+
], DevicesService.prototype, "initialize", null);
|
|
844
|
+
__decorate([
|
|
845
|
+
(0, decorators_1.exported)("devicesService")
|
|
846
|
+
], DevicesService.prototype, "mapAbstractToTcpPort", null);
|
|
847
|
+
__decorate([
|
|
848
|
+
(0, decorators_1.exported)("devicesService")
|
|
849
|
+
], DevicesService.prototype, "getDebuggableApps", null);
|
|
850
|
+
__decorate([
|
|
851
|
+
(0, decorators_1.exported)("devicesService")
|
|
852
|
+
], DevicesService.prototype, "getDebuggableViews", null);
|
|
853
|
+
exports.DevicesService = DevicesService;
|
|
854
|
+
yok_1.injector.register("devicesService", DevicesService);
|