@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,851 @@
|
|
|
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.IOSProjectService = exports.VisionSimulatorPlatformSdkName = exports.VisionDevicePlatformSdkName = exports.SimulatorPlatformSdkName = exports.DevicePlatformSdkName = void 0;
|
|
19
|
+
const path = require("path");
|
|
20
|
+
const shell = require("shelljs");
|
|
21
|
+
const _ = require("lodash");
|
|
22
|
+
const constants = require("../constants");
|
|
23
|
+
const constants_1 = require("../common/constants");
|
|
24
|
+
const helpers = require("../common/helpers");
|
|
25
|
+
const helpers_1 = require("../common/helpers");
|
|
26
|
+
const projectServiceBaseLib = require("./platform-project-service-base");
|
|
27
|
+
const plist_merge_patch_1 = require("plist-merge-patch");
|
|
28
|
+
const os_1 = require("os");
|
|
29
|
+
const plist = require("plist");
|
|
30
|
+
const constants_2 = require("../constants");
|
|
31
|
+
const helpers_2 = require("../common/helpers");
|
|
32
|
+
const yok_1 = require("../common/yok");
|
|
33
|
+
exports.DevicePlatformSdkName = "iphoneos";
|
|
34
|
+
exports.SimulatorPlatformSdkName = "iphonesimulator";
|
|
35
|
+
exports.VisionDevicePlatformSdkName = "xros";
|
|
36
|
+
exports.VisionSimulatorPlatformSdkName = "xrsimulator";
|
|
37
|
+
const FRAMEWORK_EXTENSIONS = [".framework", ".xcframework"];
|
|
38
|
+
const getPlatformSdkName = (buildData) => {
|
|
39
|
+
const forDevice = !buildData || buildData.buildForDevice || buildData.buildForAppStore;
|
|
40
|
+
const isvisionOS = yok_1.injector
|
|
41
|
+
.resolve("devicePlatformsConstants")
|
|
42
|
+
.isvisionOS(buildData.platform);
|
|
43
|
+
if (isvisionOS) {
|
|
44
|
+
return forDevice
|
|
45
|
+
? exports.VisionDevicePlatformSdkName
|
|
46
|
+
: exports.VisionSimulatorPlatformSdkName;
|
|
47
|
+
}
|
|
48
|
+
return forDevice ? exports.DevicePlatformSdkName : exports.SimulatorPlatformSdkName;
|
|
49
|
+
};
|
|
50
|
+
const getConfigurationName = (release) => {
|
|
51
|
+
return release ? constants_1.Configurations.Release : constants_1.Configurations.Debug;
|
|
52
|
+
};
|
|
53
|
+
class IOSProjectService extends projectServiceBaseLib.PlatformProjectServiceBase {
|
|
54
|
+
constructor($fs, $options, $childProcess, $cocoapodsService, $errors, $logger, $injector, $projectDataService, $devicePlatformsConstants, $hostInfo, $xcprojService, $iOSProvisionService, $iOSSigningService, $pbxprojDomXcode, $xcode, $iOSEntitlementsService, $platformEnvironmentRequirements, $plistParser, $xcconfigService, $xcodebuildService, $iOSExtensionsService, $iOSWatchAppService, $iOSNativeTargetService, $sysInfo, $tempService, $spmService, $mobileHelper) {
|
|
55
|
+
super($fs, $projectDataService);
|
|
56
|
+
this.$options = $options;
|
|
57
|
+
this.$childProcess = $childProcess;
|
|
58
|
+
this.$cocoapodsService = $cocoapodsService;
|
|
59
|
+
this.$errors = $errors;
|
|
60
|
+
this.$logger = $logger;
|
|
61
|
+
this.$injector = $injector;
|
|
62
|
+
this.$devicePlatformsConstants = $devicePlatformsConstants;
|
|
63
|
+
this.$hostInfo = $hostInfo;
|
|
64
|
+
this.$xcprojService = $xcprojService;
|
|
65
|
+
this.$iOSProvisionService = $iOSProvisionService;
|
|
66
|
+
this.$iOSSigningService = $iOSSigningService;
|
|
67
|
+
this.$pbxprojDomXcode = $pbxprojDomXcode;
|
|
68
|
+
this.$xcode = $xcode;
|
|
69
|
+
this.$iOSEntitlementsService = $iOSEntitlementsService;
|
|
70
|
+
this.$platformEnvironmentRequirements = $platformEnvironmentRequirements;
|
|
71
|
+
this.$plistParser = $plistParser;
|
|
72
|
+
this.$xcconfigService = $xcconfigService;
|
|
73
|
+
this.$xcodebuildService = $xcodebuildService;
|
|
74
|
+
this.$iOSExtensionsService = $iOSExtensionsService;
|
|
75
|
+
this.$iOSWatchAppService = $iOSWatchAppService;
|
|
76
|
+
this.$iOSNativeTargetService = $iOSNativeTargetService;
|
|
77
|
+
this.$sysInfo = $sysInfo;
|
|
78
|
+
this.$tempService = $tempService;
|
|
79
|
+
this.$spmService = $spmService;
|
|
80
|
+
this.$mobileHelper = $mobileHelper;
|
|
81
|
+
this._platformsDirCache = null;
|
|
82
|
+
this._platformData = null;
|
|
83
|
+
}
|
|
84
|
+
getPlatformData(projectData) {
|
|
85
|
+
var _a;
|
|
86
|
+
if (!projectData && !this._platformData) {
|
|
87
|
+
throw new Error("First call of getPlatformData without providing projectData.");
|
|
88
|
+
}
|
|
89
|
+
if (projectData &&
|
|
90
|
+
projectData.platformsDir &&
|
|
91
|
+
this._platformsDirCache !== projectData.platformsDir) {
|
|
92
|
+
const platform = this.$mobileHelper.normalizePlatformName((_a = this.$options.platformOverride) !== null && _a !== void 0 ? _a : this.$devicePlatformsConstants.iOS);
|
|
93
|
+
const projectRoot = path.join(projectData.platformsDir, platform.toLowerCase());
|
|
94
|
+
const runtimePackage = this.$projectDataService.getRuntimePackage(projectData.projectDir, platform.toLowerCase());
|
|
95
|
+
this._platformData = {
|
|
96
|
+
frameworkPackageName: runtimePackage.name,
|
|
97
|
+
normalizedPlatformName: platform,
|
|
98
|
+
platformNameLowerCase: platform.toLowerCase(),
|
|
99
|
+
appDestinationDirectoryPath: path.join(projectRoot, projectData.projectName),
|
|
100
|
+
platformProjectService: this,
|
|
101
|
+
projectRoot: projectRoot,
|
|
102
|
+
getBuildOutputPath: (options) => {
|
|
103
|
+
const config = getConfigurationName(!options || options.release);
|
|
104
|
+
return path.join(projectRoot, constants.BUILD_DIR, `${config}-${getPlatformSdkName(options)}`);
|
|
105
|
+
},
|
|
106
|
+
getValidBuildOutputData: (buildOptions) => {
|
|
107
|
+
const forDevice = !buildOptions ||
|
|
108
|
+
!!buildOptions.buildForDevice ||
|
|
109
|
+
!!buildOptions.buildForAppStore;
|
|
110
|
+
if (forDevice) {
|
|
111
|
+
const ipaFileName = _.find(this.$fs.readDirectory(this._platformData.getBuildOutputPath(buildOptions)), (entry) => path.extname(entry) === ".ipa");
|
|
112
|
+
return {
|
|
113
|
+
packageNames: [ipaFileName, `${projectData.projectName}.ipa`],
|
|
114
|
+
};
|
|
115
|
+
}
|
|
116
|
+
return {
|
|
117
|
+
packageNames: [
|
|
118
|
+
`${projectData.projectName}.app`,
|
|
119
|
+
`${projectData.projectName}.zip`,
|
|
120
|
+
],
|
|
121
|
+
};
|
|
122
|
+
},
|
|
123
|
+
frameworkDirectoriesExtensions: FRAMEWORK_EXTENSIONS,
|
|
124
|
+
frameworkDirectoriesNames: [
|
|
125
|
+
"Metadata",
|
|
126
|
+
"metadataGenerator",
|
|
127
|
+
"NativeScript",
|
|
128
|
+
"internal",
|
|
129
|
+
],
|
|
130
|
+
targetedOS: ["darwin"],
|
|
131
|
+
configurationFileName: constants.INFO_PLIST_FILE_NAME,
|
|
132
|
+
configurationFilePath: path.join(projectRoot, projectData.projectName, projectData.projectName + `-${constants.INFO_PLIST_FILE_NAME}`),
|
|
133
|
+
relativeToFrameworkConfigurationFilePath: path.join("__PROJECT_NAME__", "__PROJECT_NAME__-Info.plist"),
|
|
134
|
+
fastLivesyncFileExtensions: [
|
|
135
|
+
".tiff",
|
|
136
|
+
".tif",
|
|
137
|
+
".jpg",
|
|
138
|
+
"jpeg",
|
|
139
|
+
"gif",
|
|
140
|
+
".png",
|
|
141
|
+
".bmp",
|
|
142
|
+
".BMPf",
|
|
143
|
+
".ico",
|
|
144
|
+
".cur",
|
|
145
|
+
".xbm",
|
|
146
|
+
],
|
|
147
|
+
};
|
|
148
|
+
}
|
|
149
|
+
return this._platformData;
|
|
150
|
+
}
|
|
151
|
+
validateOptions(projectId, provision, teamId) {
|
|
152
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
153
|
+
if (provision && teamId) {
|
|
154
|
+
this.$errors.fail("The options --provision and --teamId are mutually exclusive.");
|
|
155
|
+
}
|
|
156
|
+
if (provision === true) {
|
|
157
|
+
yield this.$iOSProvisionService.listProvisions(projectId);
|
|
158
|
+
this.$errors.fail("Please provide provisioning profile uuid or name with the --provision option.");
|
|
159
|
+
}
|
|
160
|
+
if (teamId === true) {
|
|
161
|
+
yield this.$iOSProvisionService.listTeams();
|
|
162
|
+
this.$errors.fail("Please provide team id or team name with the --teamId options.");
|
|
163
|
+
}
|
|
164
|
+
return true;
|
|
165
|
+
});
|
|
166
|
+
}
|
|
167
|
+
getAppResourcesDestinationDirectoryPath(projectData) {
|
|
168
|
+
return path.join(this.getPlatformData(projectData).projectRoot, projectData.projectName, "Resources");
|
|
169
|
+
}
|
|
170
|
+
validate(projectData, options, notConfiguredEnvOptions) {
|
|
171
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
172
|
+
if (!this.$hostInfo.isDarwin) {
|
|
173
|
+
return;
|
|
174
|
+
}
|
|
175
|
+
const checkEnvironmentRequirementsOutput = yield this.$platformEnvironmentRequirements.checkEnvironmentRequirements({
|
|
176
|
+
platform: this.getPlatformData(projectData).normalizedPlatformName,
|
|
177
|
+
projectDir: projectData.projectDir,
|
|
178
|
+
options,
|
|
179
|
+
notConfiguredEnvOptions,
|
|
180
|
+
});
|
|
181
|
+
if (checkEnvironmentRequirementsOutput &&
|
|
182
|
+
checkEnvironmentRequirementsOutput.canExecute) {
|
|
183
|
+
const xcodeWarning = yield this.$sysInfo.getXcodeWarning();
|
|
184
|
+
if (xcodeWarning) {
|
|
185
|
+
this.$logger.warn(xcodeWarning);
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
return {
|
|
189
|
+
checkEnvironmentRequirementsOutput,
|
|
190
|
+
};
|
|
191
|
+
});
|
|
192
|
+
}
|
|
193
|
+
createProject(frameworkDir, frameworkVersion, projectData) {
|
|
194
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
195
|
+
this.$fs.ensureDirectoryExists(path.join(this.getPlatformData(projectData).projectRoot, IOSProjectService.IOS_PROJECT_NAME_PLACEHOLDER));
|
|
196
|
+
shell.cp("-R", path.join(frameworkDir, "*"), this.getPlatformData(projectData).projectRoot);
|
|
197
|
+
});
|
|
198
|
+
}
|
|
199
|
+
interpolateData(projectData) {
|
|
200
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
201
|
+
const projectRootFilePath = path.join(this.getPlatformData(projectData).projectRoot, IOSProjectService.IOS_PROJECT_NAME_PLACEHOLDER);
|
|
202
|
+
if (this.$fs.exists(path.join(projectRootFilePath, IOSProjectService.IOS_PROJECT_NAME_PLACEHOLDER + "-Info.plist"))) {
|
|
203
|
+
this.replaceFileName("-Info.plist", projectRootFilePath, projectData);
|
|
204
|
+
}
|
|
205
|
+
this.replaceFileName("-Prefix.pch", projectRootFilePath, projectData);
|
|
206
|
+
if (this.$fs.exists(path.join(projectRootFilePath, IOSProjectService.IOS_PROJECT_NAME_PLACEHOLDER + ".entitlements"))) {
|
|
207
|
+
this.replaceFileName(".entitlements", projectRootFilePath, projectData);
|
|
208
|
+
}
|
|
209
|
+
const xcschemeDirPath = path.join(this.getPlatformData(projectData).projectRoot, IOSProjectService.IOS_PROJECT_NAME_PLACEHOLDER +
|
|
210
|
+
constants_2.IosProjectConstants.XcodeProjExtName, "xcshareddata/xcschemes");
|
|
211
|
+
const xcschemeFilePath = path.join(xcschemeDirPath, IOSProjectService.IOS_PROJECT_NAME_PLACEHOLDER +
|
|
212
|
+
constants_2.IosProjectConstants.XcodeSchemeExtName);
|
|
213
|
+
if (this.$fs.exists(xcschemeFilePath)) {
|
|
214
|
+
this.$logger.trace("Found shared scheme at xcschemeFilePath, renaming to match project name.");
|
|
215
|
+
this.$logger.trace("Checkpoint 0");
|
|
216
|
+
this.replaceFileContent(xcschemeFilePath, projectData);
|
|
217
|
+
this.$logger.trace("Checkpoint 1");
|
|
218
|
+
this.replaceFileName(constants_2.IosProjectConstants.XcodeSchemeExtName, xcschemeDirPath, projectData);
|
|
219
|
+
this.$logger.trace("Checkpoint 2");
|
|
220
|
+
}
|
|
221
|
+
else {
|
|
222
|
+
this.$logger.trace("Copying xcscheme from template not found at " + xcschemeFilePath);
|
|
223
|
+
}
|
|
224
|
+
this.replaceFileName(constants_2.IosProjectConstants.XcodeProjExtName, this.getPlatformData(projectData).projectRoot, projectData);
|
|
225
|
+
const pbxprojFilePath = this.getPbxProjPath(projectData);
|
|
226
|
+
this.replaceFileContent(pbxprojFilePath, projectData);
|
|
227
|
+
const internalDirPath = path.join(projectRootFilePath, "..", "internal");
|
|
228
|
+
const xcframeworksFilePath = path.join(internalDirPath, "XCFrameworks.zip");
|
|
229
|
+
if (this.$fs.exists(xcframeworksFilePath)) {
|
|
230
|
+
yield this.$fs.unzip(xcframeworksFilePath, internalDirPath);
|
|
231
|
+
this.$fs.deleteFile(xcframeworksFilePath);
|
|
232
|
+
}
|
|
233
|
+
});
|
|
234
|
+
}
|
|
235
|
+
interpolateConfigurationFile(projectData) {
|
|
236
|
+
return undefined;
|
|
237
|
+
}
|
|
238
|
+
cleanProject(projectRoot, projectData) {
|
|
239
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
240
|
+
return null;
|
|
241
|
+
});
|
|
242
|
+
}
|
|
243
|
+
afterCreateProject(projectRoot, projectData) {
|
|
244
|
+
this.$fs.rename(path.join(projectRoot, IOSProjectService.IOS_PROJECT_NAME_PLACEHOLDER), path.join(projectRoot, projectData.projectName));
|
|
245
|
+
}
|
|
246
|
+
buildProject(projectRoot, projectData, buildData) {
|
|
247
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
248
|
+
const platformData = this.getPlatformData(projectData);
|
|
249
|
+
const handler = (data) => {
|
|
250
|
+
this.emit(constants.BUILD_OUTPUT_EVENT_NAME, data);
|
|
251
|
+
};
|
|
252
|
+
if (buildData.buildForDevice) {
|
|
253
|
+
yield this.$iOSSigningService.setupSigningForDevice(projectRoot, projectData, buildData);
|
|
254
|
+
yield (0, helpers_1.attachAwaitDetach)(constants.BUILD_OUTPUT_EVENT_NAME, this.$childProcess, handler, this.$xcodebuildService.buildForDevice(platformData, projectData, buildData));
|
|
255
|
+
}
|
|
256
|
+
else if (buildData.buildForAppStore) {
|
|
257
|
+
yield (0, helpers_1.attachAwaitDetach)(constants.BUILD_OUTPUT_EVENT_NAME, this.$childProcess, handler, this.$xcodebuildService.buildForAppStore(platformData, projectData, buildData));
|
|
258
|
+
}
|
|
259
|
+
else {
|
|
260
|
+
yield (0, helpers_1.attachAwaitDetach)(constants.BUILD_OUTPUT_EVENT_NAME, this.$childProcess, handler, this.$xcodebuildService.buildForSimulator(platformData, projectData, buildData));
|
|
261
|
+
}
|
|
262
|
+
this.validateApplicationIdentifier(projectData);
|
|
263
|
+
});
|
|
264
|
+
}
|
|
265
|
+
isPlatformPrepared(projectRoot, projectData) {
|
|
266
|
+
return this.$fs.exists(path.join(projectRoot, projectData.projectName, constants.APP_FOLDER_NAME));
|
|
267
|
+
}
|
|
268
|
+
cleanDeviceTempFolder(deviceIdentifier) {
|
|
269
|
+
return Promise.resolve();
|
|
270
|
+
}
|
|
271
|
+
isDynamicFramework(frameworkPath) {
|
|
272
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
273
|
+
const isDynamicFrameworkBundle = (bundlePath, frameworkName) => __awaiter(this, void 0, void 0, function* () {
|
|
274
|
+
const frameworkBinaryPath = path.join(bundlePath, frameworkName);
|
|
275
|
+
const fileResult = (yield this.$childProcess.spawnFromEvent("file", [frameworkBinaryPath], "close")).stdout;
|
|
276
|
+
const isDynamicallyLinked = _.includes(fileResult, "dynamically linked");
|
|
277
|
+
return isDynamicallyLinked;
|
|
278
|
+
});
|
|
279
|
+
if (path.extname(frameworkPath) === ".xcframework") {
|
|
280
|
+
let isDynamic = true;
|
|
281
|
+
const plistJson = this.$plistParser.parseFileSync(path.join(frameworkPath, "Info.plist"));
|
|
282
|
+
for (const library of plistJson.AvailableLibraries) {
|
|
283
|
+
const singlePlatformFramework = path.join(frameworkPath, library.LibraryIdentifier, library.LibraryPath);
|
|
284
|
+
if (this.$fs.exists(singlePlatformFramework)) {
|
|
285
|
+
const frameworkName = path.basename(singlePlatformFramework, path.extname(singlePlatformFramework));
|
|
286
|
+
isDynamic = yield isDynamicFrameworkBundle(singlePlatformFramework, frameworkName);
|
|
287
|
+
break;
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
return isDynamic;
|
|
291
|
+
}
|
|
292
|
+
else {
|
|
293
|
+
const frameworkName = path.basename(frameworkPath, path.extname(frameworkPath));
|
|
294
|
+
return yield isDynamicFrameworkBundle(frameworkPath, frameworkName);
|
|
295
|
+
}
|
|
296
|
+
});
|
|
297
|
+
}
|
|
298
|
+
addFramework(frameworkPath, projectData) {
|
|
299
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
300
|
+
if (!this.$hostInfo.isWindows) {
|
|
301
|
+
this.validateFramework(frameworkPath);
|
|
302
|
+
const project = this.createPbxProj(projectData);
|
|
303
|
+
const frameworkAddOptions = { customFramework: true };
|
|
304
|
+
const dynamic = yield this.isDynamicFramework(frameworkPath);
|
|
305
|
+
if (dynamic) {
|
|
306
|
+
frameworkAddOptions["embed"] = true;
|
|
307
|
+
frameworkAddOptions["sign"] = true;
|
|
308
|
+
}
|
|
309
|
+
const frameworkRelativePath = "$(SRCROOT)/" +
|
|
310
|
+
this.getLibSubpathRelativeToProjectPath(frameworkPath, projectData);
|
|
311
|
+
project.addFramework(frameworkRelativePath, frameworkAddOptions);
|
|
312
|
+
this.savePbxProj(project, projectData);
|
|
313
|
+
}
|
|
314
|
+
});
|
|
315
|
+
}
|
|
316
|
+
addStaticLibrary(staticLibPath, projectData) {
|
|
317
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
318
|
+
const libraryName = path.basename(staticLibPath, ".a");
|
|
319
|
+
const headersSubpath = path.join(path.dirname(staticLibPath), "include", libraryName);
|
|
320
|
+
const project = this.createPbxProj(projectData);
|
|
321
|
+
const relativeStaticLibPath = this.getLibSubpathRelativeToProjectPath(staticLibPath, projectData);
|
|
322
|
+
project.addFramework(relativeStaticLibPath);
|
|
323
|
+
const relativeHeaderSearchPath = path.join(this.getLibSubpathRelativeToProjectPath(headersSubpath, projectData));
|
|
324
|
+
project.addToHeaderSearchPaths({ relativePath: relativeHeaderSearchPath });
|
|
325
|
+
this.generateModulemap(headersSubpath, libraryName);
|
|
326
|
+
this.savePbxProj(project, projectData);
|
|
327
|
+
});
|
|
328
|
+
}
|
|
329
|
+
prepareProject(projectData, prepareData) {
|
|
330
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
331
|
+
const projectRoot = path.join(projectData.platformsDir, "ios");
|
|
332
|
+
const platformData = this.getPlatformData(projectData);
|
|
333
|
+
const pluginsData = this.getAllProductionPlugins(projectData);
|
|
334
|
+
const pbxProjPath = this.getPbxProjPath(projectData);
|
|
335
|
+
this.$iOSExtensionsService.removeExtensions({ pbxProjPath });
|
|
336
|
+
yield this.addExtensions(projectData, pluginsData);
|
|
337
|
+
const resourcesDirectoryPath = projectData.getAppResourcesDirectoryPath();
|
|
338
|
+
const provision = prepareData && prepareData.provision;
|
|
339
|
+
const teamId = prepareData && prepareData.teamId;
|
|
340
|
+
if (provision) {
|
|
341
|
+
yield this.$iOSSigningService.setupSigningFromProvision(projectRoot, projectData, provision, prepareData.mobileProvisionData);
|
|
342
|
+
}
|
|
343
|
+
if (teamId) {
|
|
344
|
+
yield this.$iOSSigningService.setupSigningFromTeam(projectRoot, projectData, teamId);
|
|
345
|
+
}
|
|
346
|
+
const project = this.createPbxProj(projectData);
|
|
347
|
+
const resources = project.pbxGroupByName("Resources");
|
|
348
|
+
if (resources) {
|
|
349
|
+
const references = project.pbxFileReferenceSection();
|
|
350
|
+
const xcodeProjectImages = _.map(resources.children, (resource) => this.replace(references[resource.value].name));
|
|
351
|
+
this.$logger.trace("Images from Xcode project");
|
|
352
|
+
this.$logger.trace(xcodeProjectImages);
|
|
353
|
+
const appResourcesImages = this.$fs.readDirectory(this.getAppResourcesDestinationDirectoryPath(projectData));
|
|
354
|
+
this.$logger.trace("Current images from App_Resources");
|
|
355
|
+
this.$logger.trace(appResourcesImages);
|
|
356
|
+
const imagesToAdd = _.difference(appResourcesImages, xcodeProjectImages);
|
|
357
|
+
this.$logger.trace(`New images to add into xcode project: ${imagesToAdd.join(", ")}`);
|
|
358
|
+
_.each(imagesToAdd, (image) => project.addResourceFile(path.relative(this.getPlatformData(projectData).projectRoot, path.join(this.getAppResourcesDestinationDirectoryPath(projectData), image))));
|
|
359
|
+
const imagesToRemove = _.difference(xcodeProjectImages, appResourcesImages);
|
|
360
|
+
this.$logger.trace(`Images to remove from xcode project: ${imagesToRemove.join(", ")}`);
|
|
361
|
+
_.each(imagesToRemove, (image) => project.removeResourceFile(path.join(this.getAppResourcesDestinationDirectoryPath(projectData), image)));
|
|
362
|
+
this.savePbxProj(project, projectData);
|
|
363
|
+
let resourcesNativeCodePath = path.join(resourcesDirectoryPath, platformData.normalizedPlatformName, constants.NATIVE_SOURCE_FOLDER);
|
|
364
|
+
if (!this.$fs.exists(resourcesNativeCodePath)) {
|
|
365
|
+
resourcesNativeCodePath = path.join(resourcesDirectoryPath, this.$devicePlatformsConstants.iOS, constants.NATIVE_SOURCE_FOLDER);
|
|
366
|
+
}
|
|
367
|
+
yield this.prepareNativeSourceCode(constants.TNS_NATIVE_SOURCE_GROUP_NAME, resourcesNativeCodePath, projectData);
|
|
368
|
+
}
|
|
369
|
+
this.$iOSWatchAppService.removeWatchApp({ pbxProjPath });
|
|
370
|
+
const addedWatchApp = yield this.$iOSWatchAppService.addWatchAppFromPath({
|
|
371
|
+
watchAppFolderPath: path.join(resourcesDirectoryPath, platformData.normalizedPlatformName),
|
|
372
|
+
projectData,
|
|
373
|
+
platformData,
|
|
374
|
+
pbxProjPath,
|
|
375
|
+
});
|
|
376
|
+
if (addedWatchApp) {
|
|
377
|
+
this.$logger.warn("The support for Apple Watch App is currently in Beta. For more information about the current development state and any known issues, please check the relevant GitHub issue: https://github.com/NativeScript/nativescript-cli/issues/4589");
|
|
378
|
+
}
|
|
379
|
+
});
|
|
380
|
+
}
|
|
381
|
+
prepareAppResources(projectData) {
|
|
382
|
+
const platformData = this.getPlatformData(projectData);
|
|
383
|
+
const projectAppResourcesPath = projectData.getAppResourcesDirectoryPath(projectData.projectDir);
|
|
384
|
+
const platformsAppResourcesPath = this.getAppResourcesDestinationDirectoryPath(projectData);
|
|
385
|
+
this.$fs.deleteDirectory(platformsAppResourcesPath);
|
|
386
|
+
this.$fs.ensureDirectoryExists(platformsAppResourcesPath);
|
|
387
|
+
const platformAppResourcesPath = path.join(projectAppResourcesPath, platformData.normalizedPlatformName);
|
|
388
|
+
if (this.$fs.exists(platformAppResourcesPath)) {
|
|
389
|
+
this.$fs.copyFile(path.join(platformAppResourcesPath, "*"), platformsAppResourcesPath);
|
|
390
|
+
}
|
|
391
|
+
else {
|
|
392
|
+
this.$fs.copyFile(path.join(projectAppResourcesPath, this.$devicePlatformsConstants.iOS, "*"), platformsAppResourcesPath);
|
|
393
|
+
}
|
|
394
|
+
this.$fs.deleteFile(path.join(platformsAppResourcesPath, platformData.configurationFileName));
|
|
395
|
+
this.$fs.deleteFile(path.join(platformsAppResourcesPath, constants.PODFILE_NAME));
|
|
396
|
+
this.$fs.deleteDirectory(path.join(platformsAppResourcesPath, constants.NATIVE_SOURCE_FOLDER));
|
|
397
|
+
this.$fs.deleteDirectory(path.join(platformsAppResourcesPath, constants.NATIVE_EXTENSION_FOLDER));
|
|
398
|
+
this.$fs.deleteDirectory(path.join(platformsAppResourcesPath, "watchapp"));
|
|
399
|
+
this.$fs.deleteDirectory(path.join(platformsAppResourcesPath, "watchextension"));
|
|
400
|
+
}
|
|
401
|
+
processConfigurationFilesFromAppResources(projectData, opts) {
|
|
402
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
403
|
+
yield this.mergeInfoPlists(projectData, opts);
|
|
404
|
+
yield this.$iOSEntitlementsService.merge(projectData);
|
|
405
|
+
yield this.mergeProjectXcconfigFiles(projectData);
|
|
406
|
+
});
|
|
407
|
+
}
|
|
408
|
+
ensureConfigurationFileInAppResources() {
|
|
409
|
+
return null;
|
|
410
|
+
}
|
|
411
|
+
mergeInfoPlists(projectData, buildOptions) {
|
|
412
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
413
|
+
const projectDir = projectData.projectDir;
|
|
414
|
+
const infoPlistPath = path.join(projectData.appResourcesDirectoryPath, this.getPlatformData(projectData).normalizedPlatformName, this.getPlatformData(projectData).configurationFileName);
|
|
415
|
+
this.ensureConfigurationFileInAppResources();
|
|
416
|
+
const reporterTraceMessage = "Info.plist:";
|
|
417
|
+
const reporter = {
|
|
418
|
+
log: (txt) => this.$logger.trace(`${reporterTraceMessage} ${txt}`),
|
|
419
|
+
warn: (txt) => this.$logger.warn(`${reporterTraceMessage} ${txt}`),
|
|
420
|
+
};
|
|
421
|
+
const session = new plist_merge_patch_1.PlistSession(reporter);
|
|
422
|
+
const makePatch = (plistPath) => {
|
|
423
|
+
if (!this.$fs.exists(plistPath)) {
|
|
424
|
+
this.$logger.trace("No plist found at: " + plistPath);
|
|
425
|
+
return;
|
|
426
|
+
}
|
|
427
|
+
this.$logger.trace("Schedule merge plist at: " + plistPath);
|
|
428
|
+
session.patch({
|
|
429
|
+
name: path.relative(projectDir, plistPath),
|
|
430
|
+
read: () => this.$fs.readText(plistPath),
|
|
431
|
+
});
|
|
432
|
+
};
|
|
433
|
+
const allPlugins = this.getAllProductionPlugins(projectData);
|
|
434
|
+
for (const plugin of allPlugins) {
|
|
435
|
+
const pluginInfoPlistPath = path.join(plugin.pluginPlatformsFolderPath(IOSProjectService.IOS_PLATFORM_NAME), this.getPlatformData(projectData).configurationFileName);
|
|
436
|
+
makePatch(pluginInfoPlistPath);
|
|
437
|
+
}
|
|
438
|
+
makePatch(infoPlistPath);
|
|
439
|
+
if (projectData.projectIdentifiers && projectData.projectIdentifiers.ios) {
|
|
440
|
+
session.patch({
|
|
441
|
+
name: "CFBundleIdentifier from package.json nativescript.id",
|
|
442
|
+
read: () => `<?xml version="1.0" encoding="UTF-8"?>
|
|
443
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
444
|
+
<plist version="1.0">
|
|
445
|
+
<dict>
|
|
446
|
+
<key>CFBundleIdentifier</key>
|
|
447
|
+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
448
|
+
</dict>
|
|
449
|
+
</plist>`,
|
|
450
|
+
});
|
|
451
|
+
}
|
|
452
|
+
if (!buildOptions.release &&
|
|
453
|
+
projectData.projectIdentifiers &&
|
|
454
|
+
projectData.projectIdentifiers.ios) {
|
|
455
|
+
session.patch({
|
|
456
|
+
name: "CFBundleURLTypes from package.json nativescript.id",
|
|
457
|
+
read: () => `<?xml version="1.0" encoding="UTF-8"?>
|
|
458
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
459
|
+
<plist version="1.0">
|
|
460
|
+
<dict>
|
|
461
|
+
<key>CFBundleURLTypes</key>
|
|
462
|
+
<array>
|
|
463
|
+
<dict>
|
|
464
|
+
<key>CFBundleTypeRole</key>
|
|
465
|
+
<string>Editor</string>
|
|
466
|
+
<key>CFBundleURLSchemes</key>
|
|
467
|
+
<array>
|
|
468
|
+
<string>${projectData.projectIdentifiers.ios.replace(/[^A-Za-z0-9]/g, "")}</string>
|
|
469
|
+
</array>
|
|
470
|
+
</dict>
|
|
471
|
+
</array>
|
|
472
|
+
</dict>
|
|
473
|
+
</plist>`,
|
|
474
|
+
});
|
|
475
|
+
}
|
|
476
|
+
const plistContent = session.build();
|
|
477
|
+
this.$logger.trace("Info.plist: Write to: " +
|
|
478
|
+
this.getPlatformData(projectData).configurationFilePath);
|
|
479
|
+
this.$fs.writeFile(this.getPlatformData(projectData).configurationFilePath, plistContent);
|
|
480
|
+
});
|
|
481
|
+
}
|
|
482
|
+
getAllProductionPlugins(projectData) {
|
|
483
|
+
return (this.$injector.resolve("pluginsService")).getAllProductionPlugins(projectData, this.getPlatformData(projectData).platformNameLowerCase);
|
|
484
|
+
}
|
|
485
|
+
replace(name) {
|
|
486
|
+
if (_.startsWith(name, '"')) {
|
|
487
|
+
name = name.substr(1, name.length - 2);
|
|
488
|
+
}
|
|
489
|
+
return name.replace(/\\\"/g, '"');
|
|
490
|
+
}
|
|
491
|
+
getLibSubpathRelativeToProjectPath(targetPath, projectData) {
|
|
492
|
+
const frameworkPath = path.relative(this.getPlatformData(projectData).projectRoot, targetPath);
|
|
493
|
+
return frameworkPath;
|
|
494
|
+
}
|
|
495
|
+
getPbxProjPath(projectData) {
|
|
496
|
+
return path.join(this.$xcprojService.getXcodeprojPath(projectData, this.getPlatformData(projectData).projectRoot), "project.pbxproj");
|
|
497
|
+
}
|
|
498
|
+
createPbxProj(projectData) {
|
|
499
|
+
const project = new this.$xcode.project(this.getPbxProjPath(projectData));
|
|
500
|
+
project.parseSync();
|
|
501
|
+
return project;
|
|
502
|
+
}
|
|
503
|
+
savePbxProj(project, projectData, omitEmptyValues) {
|
|
504
|
+
return this.$fs.writeFile(this.getPbxProjPath(projectData), project.writeSync({ omitEmptyValues }));
|
|
505
|
+
}
|
|
506
|
+
preparePluginNativeCode(pluginData, projectData, opts) {
|
|
507
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
508
|
+
const pluginPlatformsFolderPath = pluginData.pluginPlatformsFolderPath(IOSProjectService.IOS_PLATFORM_NAME);
|
|
509
|
+
const sourcePath = path.join(pluginPlatformsFolderPath, "src");
|
|
510
|
+
yield this.prepareNativeSourceCode(pluginData.name, sourcePath, projectData);
|
|
511
|
+
yield this.prepareResources(pluginPlatformsFolderPath, pluginData, projectData);
|
|
512
|
+
yield this.prepareFrameworks(pluginPlatformsFolderPath, pluginData, projectData);
|
|
513
|
+
yield this.prepareStaticLibs(pluginPlatformsFolderPath, pluginData, projectData);
|
|
514
|
+
});
|
|
515
|
+
}
|
|
516
|
+
removePluginNativeCode(pluginData, projectData) {
|
|
517
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
518
|
+
const pluginPlatformsFolderPath = pluginData.pluginPlatformsFolderPath(IOSProjectService.IOS_PLATFORM_NAME);
|
|
519
|
+
this.removeNativeSourceCode(pluginPlatformsFolderPath, pluginData, projectData);
|
|
520
|
+
this.removeFrameworks(pluginPlatformsFolderPath, pluginData, projectData);
|
|
521
|
+
this.removeStaticLibs(pluginPlatformsFolderPath, pluginData, projectData);
|
|
522
|
+
const projectRoot = this.getPlatformData(projectData).projectRoot;
|
|
523
|
+
this.$cocoapodsService.removePodfileFromProject(pluginData.name, this.$cocoapodsService.getPluginPodfilePath(pluginData), projectData, projectRoot);
|
|
524
|
+
});
|
|
525
|
+
}
|
|
526
|
+
handleNativeDependenciesChange(projectData, opts) {
|
|
527
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
528
|
+
const platformData = this.getPlatformData(projectData);
|
|
529
|
+
const pluginsData = this.getAllProductionPlugins(projectData);
|
|
530
|
+
this.setProductBundleIdentifier(projectData);
|
|
531
|
+
yield this.applyPluginsCocoaPods(pluginsData, projectData, platformData);
|
|
532
|
+
yield this.$cocoapodsService.applyPodfileFromAppResources(projectData, platformData);
|
|
533
|
+
yield this.$cocoapodsService.applyPodfileArchExclusions(projectData, platformData);
|
|
534
|
+
yield this.$cocoapodsService.applyPodfileFromExtensions(projectData, platformData);
|
|
535
|
+
const projectPodfilePath = this.$cocoapodsService.getProjectPodfilePath(platformData.projectRoot);
|
|
536
|
+
if (this.$fs.exists(projectPodfilePath)) {
|
|
537
|
+
yield this.$cocoapodsService.executePodInstall(platformData.projectRoot, this.$xcprojService.getXcodeprojPath(projectData, platformData.projectRoot));
|
|
538
|
+
yield this.$cocoapodsService.mergePodXcconfigFile(projectData, platformData, opts);
|
|
539
|
+
}
|
|
540
|
+
yield this.$spmService.applySPMPackages(platformData, projectData);
|
|
541
|
+
});
|
|
542
|
+
}
|
|
543
|
+
beforePrepareAllPlugins(projectData, dependencies) {
|
|
544
|
+
return Promise.resolve(dependencies);
|
|
545
|
+
}
|
|
546
|
+
checkForChanges(changesInfo, prepareData, projectData) {
|
|
547
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
548
|
+
const { provision, teamId } = prepareData;
|
|
549
|
+
const hasProvision = provision !== undefined;
|
|
550
|
+
const hasTeamId = teamId !== undefined;
|
|
551
|
+
if (hasProvision || hasTeamId) {
|
|
552
|
+
const pbxprojPath = this.getPbxProjPath(projectData);
|
|
553
|
+
if (this.$fs.exists(pbxprojPath)) {
|
|
554
|
+
const xcode = this.$pbxprojDomXcode.Xcode.open(pbxprojPath);
|
|
555
|
+
const signing = xcode.getSigning(projectData.projectName);
|
|
556
|
+
if (hasProvision) {
|
|
557
|
+
if (signing && signing.style === "Manual") {
|
|
558
|
+
for (const name in signing.configurations) {
|
|
559
|
+
const config = signing.configurations[name];
|
|
560
|
+
if (config.uuid !== provision && config.name !== provision) {
|
|
561
|
+
changesInfo.signingChanged = true;
|
|
562
|
+
break;
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
else {
|
|
567
|
+
changesInfo.signingChanged = true;
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
if (hasTeamId) {
|
|
571
|
+
if (signing && signing.style === "Automatic") {
|
|
572
|
+
if (signing.team !== teamId) {
|
|
573
|
+
const teamIdsForName = yield this.$iOSProvisionService.getTeamIdsWithName(teamId);
|
|
574
|
+
if (!teamIdsForName.some((id) => id === signing.team)) {
|
|
575
|
+
changesInfo.signingChanged = true;
|
|
576
|
+
}
|
|
577
|
+
}
|
|
578
|
+
}
|
|
579
|
+
else {
|
|
580
|
+
changesInfo.signingChanged = true;
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
else {
|
|
585
|
+
changesInfo.signingChanged = true;
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
});
|
|
589
|
+
}
|
|
590
|
+
getDeploymentTarget(projectData) {
|
|
591
|
+
const target = this.$xcconfigService.readPropertyValue(this.getBuildXCConfigFilePath(projectData), "IPHONEOS_DEPLOYMENT_TARGET");
|
|
592
|
+
return target;
|
|
593
|
+
}
|
|
594
|
+
setProductBundleIdentifier(projectData) {
|
|
595
|
+
const project = this.createPbxProj(projectData);
|
|
596
|
+
this.$iOSNativeTargetService.setXcodeTargetBuildConfigurationProperties([
|
|
597
|
+
{
|
|
598
|
+
name: "PRODUCT_BUNDLE_IDENTIFIER",
|
|
599
|
+
value: `"${projectData.projectIdentifiers.ios}"`,
|
|
600
|
+
},
|
|
601
|
+
], projectData.projectName, project);
|
|
602
|
+
this.savePbxProj(project, projectData);
|
|
603
|
+
}
|
|
604
|
+
getAllLibsForPluginWithFileExtension(pluginData, fileExtension) {
|
|
605
|
+
const fileExtensions = _.isArray(fileExtension)
|
|
606
|
+
? fileExtension
|
|
607
|
+
: [fileExtension];
|
|
608
|
+
const filterCallback = (fileName, pluginPlatformsFolderPath) => fileExtensions.indexOf(path.extname(fileName)) !== -1;
|
|
609
|
+
return this.getAllNativeLibrariesForPlugin(pluginData, IOSProjectService.IOS_PLATFORM_NAME, filterCallback);
|
|
610
|
+
}
|
|
611
|
+
validateFramework(libraryPath) {
|
|
612
|
+
let infoPlistPath = path.join(libraryPath, constants.INFO_PLIST_FILE_NAME);
|
|
613
|
+
if (!this.$fs.exists(infoPlistPath)) {
|
|
614
|
+
infoPlistPath = path.join(libraryPath, "Resources", constants.INFO_PLIST_FILE_NAME);
|
|
615
|
+
if (!this.$fs.exists(infoPlistPath)) {
|
|
616
|
+
this.$errors.fail("The bundle at %s does not contain an Info.plist file.", libraryPath);
|
|
617
|
+
}
|
|
618
|
+
}
|
|
619
|
+
const plistJson = this.$plistParser.parseFileSync(infoPlistPath);
|
|
620
|
+
const packageType = plistJson["CFBundlePackageType"];
|
|
621
|
+
if (packageType !== "FMWK" && packageType !== "XFWK") {
|
|
622
|
+
this.$errors.fail("The bundle at %s does not appear to be a dynamic framework.", libraryPath);
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
replaceFileContent(file, projectData) {
|
|
626
|
+
const fileContent = this.$fs.readText(file);
|
|
627
|
+
const replacedContent = helpers.stringReplaceAll(fileContent, IOSProjectService.IOS_PROJECT_NAME_PLACEHOLDER, projectData.projectName);
|
|
628
|
+
this.$fs.writeFile(file, replacedContent);
|
|
629
|
+
}
|
|
630
|
+
replaceFileName(fileNamePart, fileRootLocation, projectData) {
|
|
631
|
+
const oldFileName = IOSProjectService.IOS_PROJECT_NAME_PLACEHOLDER + fileNamePart;
|
|
632
|
+
const newFileName = projectData.projectName + fileNamePart;
|
|
633
|
+
this.$fs.rename(path.join(fileRootLocation, oldFileName), path.join(fileRootLocation, newFileName));
|
|
634
|
+
}
|
|
635
|
+
prepareNativeSourceCode(groupName, sourceFolderPath, projectData) {
|
|
636
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
637
|
+
const project = this.createPbxProj(projectData);
|
|
638
|
+
const group = this.getRootGroup(groupName, sourceFolderPath);
|
|
639
|
+
project.addPbxGroup(group.files, group.name, group.path, null, {
|
|
640
|
+
isMain: true,
|
|
641
|
+
filesRelativeToProject: true,
|
|
642
|
+
});
|
|
643
|
+
project.addToHeaderSearchPaths(group.path);
|
|
644
|
+
const headerFiles = this.$fs.exists(sourceFolderPath)
|
|
645
|
+
? this.$fs.enumerateFilesInDirectorySync(sourceFolderPath, (file, stat) => stat.isDirectory() || path.extname(file) === ".h")
|
|
646
|
+
: [];
|
|
647
|
+
if (headerFiles.length > 0 &&
|
|
648
|
+
!this.$fs.exists(path.join(sourceFolderPath, "module.modulemap"))) {
|
|
649
|
+
this.$logger.warn(`warning: Directory ${sourceFolderPath} with native iOS source code doesn't contain a modulemap file. Metadata for it will not be generated and it will not be accessible from JavaScript. To learn more see https://docs.nativescript.org/guides/ios-source-code`);
|
|
650
|
+
}
|
|
651
|
+
this.savePbxProj(project, projectData);
|
|
652
|
+
});
|
|
653
|
+
}
|
|
654
|
+
addExtensions(projectData, pluginsData) {
|
|
655
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
656
|
+
const resorcesExtensionsPath = path.join(projectData.getAppResourcesDirectoryPath(), this.getPlatformData(projectData).normalizedPlatformName, constants.NATIVE_EXTENSION_FOLDER);
|
|
657
|
+
const platformData = this.getPlatformData(projectData);
|
|
658
|
+
const pbxProjPath = this.getPbxProjPath(projectData);
|
|
659
|
+
const addedExtensionsFromResources = yield this.$iOSExtensionsService.addExtensionsFromPath({
|
|
660
|
+
extensionsFolderPath: resorcesExtensionsPath,
|
|
661
|
+
projectData,
|
|
662
|
+
platformData,
|
|
663
|
+
pbxProjPath,
|
|
664
|
+
});
|
|
665
|
+
let addedExtensionsFromPlugins = false;
|
|
666
|
+
for (const pluginIndex in pluginsData) {
|
|
667
|
+
const pluginData = pluginsData[pluginIndex];
|
|
668
|
+
const pluginPlatformsFolderPath = pluginData.pluginPlatformsFolderPath(IOSProjectService.IOS_PLATFORM_NAME);
|
|
669
|
+
const extensionPath = path.join(pluginPlatformsFolderPath, constants.NATIVE_EXTENSION_FOLDER);
|
|
670
|
+
const addedExtensionFromPlugin = yield this.$iOSExtensionsService.addExtensionsFromPath({
|
|
671
|
+
extensionsFolderPath: extensionPath,
|
|
672
|
+
projectData,
|
|
673
|
+
platformData,
|
|
674
|
+
pbxProjPath,
|
|
675
|
+
});
|
|
676
|
+
addedExtensionsFromPlugins =
|
|
677
|
+
addedExtensionsFromPlugins || addedExtensionFromPlugin;
|
|
678
|
+
}
|
|
679
|
+
if (addedExtensionsFromResources || addedExtensionsFromPlugins) {
|
|
680
|
+
this.$logger.warn("The support for iOS App Extensions is currently in Beta. For more information about the current development state and any known issues, please check the relevant GitHub issue: https://github.com/NativeScript/nativescript-cli/issues/4472");
|
|
681
|
+
}
|
|
682
|
+
});
|
|
683
|
+
}
|
|
684
|
+
getRootGroup(name, rootPath) {
|
|
685
|
+
const filePathsArr = [];
|
|
686
|
+
const rootGroup = {
|
|
687
|
+
name: name,
|
|
688
|
+
files: filePathsArr,
|
|
689
|
+
path: rootPath,
|
|
690
|
+
};
|
|
691
|
+
if (this.$fs.exists(rootPath)) {
|
|
692
|
+
const stats = this.$fs.getFsStats(rootPath);
|
|
693
|
+
if (stats.isDirectory() && !this.$fs.isEmptyDir(rootPath)) {
|
|
694
|
+
this.$fs.readDirectory(rootPath).forEach((fileName) => {
|
|
695
|
+
const filePath = path.join(rootGroup.path, fileName);
|
|
696
|
+
filePathsArr.push(filePath);
|
|
697
|
+
});
|
|
698
|
+
}
|
|
699
|
+
}
|
|
700
|
+
return rootGroup;
|
|
701
|
+
}
|
|
702
|
+
prepareResources(pluginPlatformsFolderPath, pluginData, projectData) {
|
|
703
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
704
|
+
const project = this.createPbxProj(projectData);
|
|
705
|
+
const resourcesPath = path.join(pluginPlatformsFolderPath, "Resources");
|
|
706
|
+
if (this.$fs.exists(resourcesPath) && !this.$fs.isEmptyDir(resourcesPath)) {
|
|
707
|
+
for (const fileName of this.$fs.readDirectory(resourcesPath)) {
|
|
708
|
+
const filePath = path.join(resourcesPath, fileName);
|
|
709
|
+
project.addResourceFile(filePath);
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
this.savePbxProj(project, projectData);
|
|
713
|
+
});
|
|
714
|
+
}
|
|
715
|
+
prepareFrameworks(pluginPlatformsFolderPath, pluginData, projectData) {
|
|
716
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
717
|
+
for (const fileName of this.getAllLibsForPluginWithFileExtension(pluginData, FRAMEWORK_EXTENSIONS)) {
|
|
718
|
+
yield this.addFramework(path.join(pluginPlatformsFolderPath, fileName), projectData);
|
|
719
|
+
}
|
|
720
|
+
});
|
|
721
|
+
}
|
|
722
|
+
prepareStaticLibs(pluginPlatformsFolderPath, pluginData, projectData) {
|
|
723
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
724
|
+
for (const fileName of this.getAllLibsForPluginWithFileExtension(pluginData, ".a")) {
|
|
725
|
+
yield this.addStaticLibrary(path.join(pluginPlatformsFolderPath, fileName), projectData);
|
|
726
|
+
}
|
|
727
|
+
});
|
|
728
|
+
}
|
|
729
|
+
removeNativeSourceCode(pluginPlatformsFolderPath, pluginData, projectData) {
|
|
730
|
+
const project = this.createPbxProj(projectData);
|
|
731
|
+
const group = this.getRootGroup(pluginData.name, pluginPlatformsFolderPath);
|
|
732
|
+
project.removePbxGroup(group.name, group.path);
|
|
733
|
+
project.removeFromHeaderSearchPaths(group.path);
|
|
734
|
+
this.savePbxProj(project, projectData);
|
|
735
|
+
}
|
|
736
|
+
removeFrameworks(pluginPlatformsFolderPath, pluginData, projectData) {
|
|
737
|
+
const project = this.createPbxProj(projectData);
|
|
738
|
+
_.each(this.getAllLibsForPluginWithFileExtension(pluginData, FRAMEWORK_EXTENSIONS), (fileName) => {
|
|
739
|
+
const relativeFrameworkPath = this.getLibSubpathRelativeToProjectPath(fileName, projectData);
|
|
740
|
+
project.removeFramework(relativeFrameworkPath, {
|
|
741
|
+
customFramework: true,
|
|
742
|
+
embed: true,
|
|
743
|
+
});
|
|
744
|
+
});
|
|
745
|
+
this.savePbxProj(project, projectData);
|
|
746
|
+
}
|
|
747
|
+
removeStaticLibs(pluginPlatformsFolderPath, pluginData, projectData) {
|
|
748
|
+
const project = this.createPbxProj(projectData);
|
|
749
|
+
_.each(this.getAllLibsForPluginWithFileExtension(pluginData, ".a"), (fileName) => {
|
|
750
|
+
const staticLibPath = path.join(pluginPlatformsFolderPath, fileName);
|
|
751
|
+
const relativeStaticLibPath = this.getLibSubpathRelativeToProjectPath(path.basename(staticLibPath), projectData);
|
|
752
|
+
project.removeFramework(relativeStaticLibPath);
|
|
753
|
+
const headersSubpath = path.join("include", path.basename(staticLibPath, ".a"));
|
|
754
|
+
const relativeHeaderSearchPath = path.join(this.getLibSubpathRelativeToProjectPath(headersSubpath, projectData));
|
|
755
|
+
project.removeFromHeaderSearchPaths({
|
|
756
|
+
relativePath: relativeHeaderSearchPath,
|
|
757
|
+
});
|
|
758
|
+
});
|
|
759
|
+
this.savePbxProj(project, projectData);
|
|
760
|
+
}
|
|
761
|
+
generateModulemap(headersFolderPath, libraryName) {
|
|
762
|
+
const headersFilter = (fileName, containingFolderPath) => path.extname(fileName) === ".h" &&
|
|
763
|
+
this.$fs.getFsStats(path.join(containingFolderPath, fileName)).isFile();
|
|
764
|
+
const headersFolderContents = this.$fs.readDirectory(headersFolderPath);
|
|
765
|
+
let headers = _(headersFolderContents)
|
|
766
|
+
.filter((item) => headersFilter(item, headersFolderPath))
|
|
767
|
+
.value();
|
|
768
|
+
if (!headers.length) {
|
|
769
|
+
this.$fs.deleteFile(path.join(headersFolderPath, "module.modulemap"));
|
|
770
|
+
return;
|
|
771
|
+
}
|
|
772
|
+
headers = _.map(headers, (value) => `header "${value}"`);
|
|
773
|
+
const modulemap = `module ${libraryName} { explicit module ${libraryName} { ${headers.join(" ")} } }`;
|
|
774
|
+
this.$fs.writeFile(path.join(headersFolderPath, "module.modulemap"), modulemap);
|
|
775
|
+
}
|
|
776
|
+
mergeProjectXcconfigFiles(projectData) {
|
|
777
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
778
|
+
const platformData = this.getPlatformData(projectData);
|
|
779
|
+
const pluginsXcconfigFilePaths = _.values(this.$xcconfigService.getPluginsXcconfigFilePaths(platformData.projectRoot));
|
|
780
|
+
for (const pluginsXcconfigFilePath of pluginsXcconfigFilePaths) {
|
|
781
|
+
this.$fs.deleteFile(pluginsXcconfigFilePath);
|
|
782
|
+
}
|
|
783
|
+
const allPlugins = this.getAllProductionPlugins(projectData);
|
|
784
|
+
for (const plugin of allPlugins) {
|
|
785
|
+
const pluginPlatformsFolderPath = plugin.pluginPlatformsFolderPath(IOSProjectService.IOS_PLATFORM_NAME);
|
|
786
|
+
const pluginXcconfigFilePath = path.join(pluginPlatformsFolderPath, constants_2.BUILD_XCCONFIG_FILE_NAME);
|
|
787
|
+
if (this.$fs.exists(pluginXcconfigFilePath)) {
|
|
788
|
+
for (const pluginsXcconfigFilePath of pluginsXcconfigFilePaths) {
|
|
789
|
+
yield this.$xcconfigService.mergeFiles(pluginXcconfigFilePath, pluginsXcconfigFilePath);
|
|
790
|
+
}
|
|
791
|
+
}
|
|
792
|
+
}
|
|
793
|
+
const appResourcesXcconfigPath = path.join(projectData.appResourcesDirectoryPath, this.getPlatformData(projectData).normalizedPlatformName, constants_2.BUILD_XCCONFIG_FILE_NAME);
|
|
794
|
+
if (this.$fs.exists(appResourcesXcconfigPath)) {
|
|
795
|
+
for (const pluginsXcconfigFilePath of pluginsXcconfigFilePaths) {
|
|
796
|
+
yield this.$xcconfigService.mergeFiles(appResourcesXcconfigPath, pluginsXcconfigFilePath);
|
|
797
|
+
}
|
|
798
|
+
}
|
|
799
|
+
for (const pluginsXcconfigFilePath of pluginsXcconfigFilePaths) {
|
|
800
|
+
if (!this.$fs.exists(pluginsXcconfigFilePath)) {
|
|
801
|
+
this.$fs.writeFile(pluginsXcconfigFilePath, "");
|
|
802
|
+
}
|
|
803
|
+
}
|
|
804
|
+
for (const pluginsXcconfigFilePath of pluginsXcconfigFilePaths) {
|
|
805
|
+
const entitlementsPropertyValue = this.$xcconfigService.readPropertyValue(pluginsXcconfigFilePath, constants.CODE_SIGN_ENTITLEMENTS);
|
|
806
|
+
if (entitlementsPropertyValue === null &&
|
|
807
|
+
this.$fs.exists(this.$iOSEntitlementsService.getPlatformsEntitlementsPath(projectData))) {
|
|
808
|
+
const tempEntitlementsDir = yield this.$tempService.mkdirSync("entitlements");
|
|
809
|
+
const tempEntitlementsFilePath = path.join(tempEntitlementsDir, "set-entitlements.xcconfig");
|
|
810
|
+
const entitlementsRelativePath = this.$iOSEntitlementsService.getPlatformsEntitlementsRelativePath(projectData);
|
|
811
|
+
this.$fs.writeFile(tempEntitlementsFilePath, `CODE_SIGN_ENTITLEMENTS = ${entitlementsRelativePath}${os_1.EOL}`);
|
|
812
|
+
yield this.$xcconfigService.mergeFiles(tempEntitlementsFilePath, pluginsXcconfigFilePath);
|
|
813
|
+
}
|
|
814
|
+
}
|
|
815
|
+
});
|
|
816
|
+
}
|
|
817
|
+
getBuildXCConfigFilePath(projectData) {
|
|
818
|
+
const buildXCConfig = path.join(projectData.appResourcesDirectoryPath, this.getPlatformData(projectData).normalizedPlatformName, constants_2.BUILD_XCCONFIG_FILE_NAME);
|
|
819
|
+
return buildXCConfig;
|
|
820
|
+
}
|
|
821
|
+
validateApplicationIdentifier(projectData) {
|
|
822
|
+
const infoPlistPath = path.join(projectData.appResourcesDirectoryPath, this.getPlatformData(projectData).normalizedPlatformName, this.getPlatformData(projectData).configurationFileName);
|
|
823
|
+
const mergedPlistPath = this.getPlatformData(projectData).configurationFilePath;
|
|
824
|
+
if (!this.$fs.exists(infoPlistPath) || !this.$fs.exists(mergedPlistPath)) {
|
|
825
|
+
return;
|
|
826
|
+
}
|
|
827
|
+
const infoPlist = plist.parse(this.$fs.readText(infoPlistPath));
|
|
828
|
+
const mergedPlist = plist.parse(this.$fs.readText(mergedPlistPath));
|
|
829
|
+
if (infoPlist.CFBundleIdentifier &&
|
|
830
|
+
infoPlist.CFBundleIdentifier !== mergedPlist.CFBundleIdentifier) {
|
|
831
|
+
this.$logger.warn(`[WARNING]: The CFBundleIdentifier key inside the 'Info.plist' will be overriden by the 'id' set inside the "${constants_2.CONFIG_FILE_NAME_DISPLAY}".`);
|
|
832
|
+
}
|
|
833
|
+
}
|
|
834
|
+
applyPluginsCocoaPods(pluginsData, projectData, platformData) {
|
|
835
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
836
|
+
for (const pluginIndex in pluginsData) {
|
|
837
|
+
const pluginData = pluginsData[pluginIndex];
|
|
838
|
+
if (this.$fs.exists(pluginData.pluginPlatformsFolderPath(platformData.normalizedPlatformName))) {
|
|
839
|
+
yield this.$cocoapodsService.applyPodfileToProject(pluginData.name, this.$cocoapodsService.getPluginPodfilePath(pluginData), projectData, platformData);
|
|
840
|
+
}
|
|
841
|
+
}
|
|
842
|
+
});
|
|
843
|
+
}
|
|
844
|
+
}
|
|
845
|
+
IOSProjectService.IOS_PROJECT_NAME_PLACEHOLDER = "__PROJECT_NAME__";
|
|
846
|
+
IOSProjectService.IOS_PLATFORM_NAME = "ios";
|
|
847
|
+
__decorate([
|
|
848
|
+
(0, helpers_2.hook)("buildIOS")
|
|
849
|
+
], IOSProjectService.prototype, "buildProject", null);
|
|
850
|
+
exports.IOSProjectService = IOSProjectService;
|
|
851
|
+
yok_1.injector.register("iOSProjectService", IOSProjectService);
|