nativescript 8.6.6-vision.11 → 8.7.0-rc.0
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"@jsdevtools/coverage-istanbul-loader":"3.0.5","karma":"6.4.
|
|
1
|
+
{"@jsdevtools/coverage-istanbul-loader":"3.0.5","karma":"6.4.3","karma-coverage":"2.2.1","karma-nativescript-launcher":"0.4.0","mocha":"10.4.0","karma-mocha":"2.0.1","karma-chai":"0.1.0","karma-jasmine":"4.0.2","karma-qunit":"4.2.0","@types/karma-chai":"0.1.6","@types/mocha":"10.0.6","@types/jasmine":"5.1.4","@types/qunit":"2.19.10","nyc":"15.1.0"}
|
|
@@ -106,7 +106,6 @@ class AppDebugSocketProxyFactory extends events_1.EventEmitter {
|
|
|
106
106
|
let currentWebSocket = null;
|
|
107
107
|
const server = new ws.Server({
|
|
108
108
|
port: localPort,
|
|
109
|
-
host: "localhost",
|
|
110
109
|
verifyClient: (info, callback) => __awaiter(this, void 0, void 0, function* () {
|
|
111
110
|
let acceptHandshake = true;
|
|
112
111
|
clientConnectionLockRelease = null;
|
|
@@ -115,6 +115,11 @@ class XcodebuildArgsService {
|
|
|
115
115
|
if (deployTargetVersion) {
|
|
116
116
|
extraArgs.push(`${deployTargetProperty}=${deployTargetVersion}`);
|
|
117
117
|
}
|
|
118
|
+
const bootProperty = "NS_SWIFTUI_BOOT";
|
|
119
|
+
const bootValue = this.$xcconfigService.readPropertyValue(BUILD_SETTINGS_FILE_PATH, bootProperty);
|
|
120
|
+
if (bootValue) {
|
|
121
|
+
extraArgs.push(`${bootProperty}=${bootValue}`);
|
|
122
|
+
}
|
|
118
123
|
if (this.$fs.exists(xcworkspacePath)) {
|
|
119
124
|
return ["-workspace", xcworkspacePath, ...extraArgs];
|
|
120
125
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nativescript",
|
|
3
3
|
"preferGlobal": true,
|
|
4
|
-
"version": "8.
|
|
4
|
+
"version": "8.7.0-rc.0",
|
|
5
5
|
"author": "NativeScript <support@nativescript.org>",
|
|
6
6
|
"description": "Command-line interface for building NativeScript projects",
|
|
7
7
|
"bin": {
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@npmcli/move-file": "^2.0.0",
|
|
62
62
|
"@rigor789/resolve-package-path": "1.0.7",
|
|
63
63
|
"@rigor789/trapezedev-project": "7.1.1",
|
|
64
|
-
|
|
64
|
+
"ansi-colors": "^4.1.3",
|
|
65
65
|
"archiver": "^5.3.1",
|
|
66
66
|
"axios": "1.6.5",
|
|
67
67
|
"byline": "5.0.0",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"esprima": "4.0.1",
|
|
76
76
|
"font-finder": "1.1.0",
|
|
77
77
|
"glob": "9.3.4",
|
|
78
|
-
"ios-device-lib": "0.9.
|
|
78
|
+
"ios-device-lib": "0.9.3",
|
|
79
79
|
"ios-mobileprovision-finder": "1.1.0",
|
|
80
80
|
"ios-sim-portable": "4.5.0",
|
|
81
81
|
"jimp": "0.22.10",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"minimatch": "7.4.2",
|
|
87
87
|
"mkdirp": "2.1.6",
|
|
88
88
|
"mute-stream": "1.0.0",
|
|
89
|
-
"nativescript-dev-xcode": "0.
|
|
89
|
+
"nativescript-dev-xcode": "0.7.0",
|
|
90
90
|
"open": "8.4.2",
|
|
91
91
|
"ora": "5.4.1",
|
|
92
92
|
"pacote": "15.1.1",
|