@tauri-apps/cli 2.0.0-beta.18 → 2.0.0-beta.19
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/CHANGELOG.md +25 -0
- package/package.json +11 -11
- package/schema.json +27 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## \[2.0.0-beta.19]
|
|
4
|
+
|
|
5
|
+
### New Features
|
|
6
|
+
|
|
7
|
+
- [`8a1ae2dea`](https://www.github.com/tauri-apps/tauri/commit/8a1ae2deaf3086e531ada25b1627f900e2e421fb)([#9843](https://www.github.com/tauri-apps/tauri/pull/9843)) Added an option to use a Xcode project for the iOS plugin instead of a plain SwiftPM project.
|
|
8
|
+
- [`9e4b2253f`](https://www.github.com/tauri-apps/tauri/commit/9e4b2253f6ddaccd0f5c88734287bd5c84d4936a)([#9734](https://www.github.com/tauri-apps/tauri/pull/9734)) Add `tauri bundle` subcommand which runs the bundle phase only, best paired with `tauri build --no-bundle`
|
|
9
|
+
|
|
10
|
+
### Enhancements
|
|
11
|
+
|
|
12
|
+
- [`8b032c3cf`](https://www.github.com/tauri-apps/tauri/commit/8b032c3cf638e64e50df9d9cf8bc789c7e285987)([#9896](https://www.github.com/tauri-apps/tauri/pull/9896)) Add a blank LaunchScreen.storyboard to the iOS project init template to pass the App Store validation.
|
|
13
|
+
- [`9970d88be`](https://www.github.com/tauri-apps/tauri/commit/9970d88becee1560a4b2a7ffc1fe65991a42a8c9)([#9892](https://www.github.com/tauri-apps/tauri/pull/9892)) Update to latest gradle.
|
|
14
|
+
|
|
15
|
+
### What's Changed
|
|
16
|
+
|
|
17
|
+
- [`80aa50498`](https://www.github.com/tauri-apps/tauri/commit/80aa504987dd9cfa59aa5848c4d7960e1d58d0e6)([#9870](https://www.github.com/tauri-apps/tauri/pull/9870)) Updated Android target SDK to 34.
|
|
18
|
+
|
|
19
|
+
### Dependencies
|
|
20
|
+
|
|
21
|
+
- Upgraded to `tauri-cli@2.0.0-beta.19`
|
|
22
|
+
|
|
23
|
+
### Breaking Changes
|
|
24
|
+
|
|
25
|
+
- [`265c23886`](https://www.github.com/tauri-apps/tauri/commit/265c23886ee5efbcc6d7188ff5c84cb32fa82aea)([#9375](https://www.github.com/tauri-apps/tauri/pull/9375)) Avoid renaming main binary to product name and perserve the name generated by cargo.
|
|
26
|
+
- [`1df5cdeb0`](https://www.github.com/tauri-apps/tauri/commit/1df5cdeb06f5464e0eec4055e21b7b7bc8739eed)([#9858](https://www.github.com/tauri-apps/tauri/pull/9858)) Use `tauri.conf.json > identifier` to set the `PackageName` in Android and `BundleId` in iOS.
|
|
27
|
+
|
|
3
28
|
## \[2.0.0-beta.18]
|
|
4
29
|
|
|
5
30
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tauri-apps/cli",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.19",
|
|
4
4
|
"description": "Command line interface for building Tauri apps",
|
|
5
5
|
"funding": {
|
|
6
6
|
"type": "opencollective",
|
|
@@ -68,15 +68,15 @@
|
|
|
68
68
|
"format:check": "prettier --check ./package.json ./tauri.js"
|
|
69
69
|
},
|
|
70
70
|
"optionalDependencies": {
|
|
71
|
-
"@tauri-apps/cli-win32-x64-msvc": "2.0.0-beta.
|
|
72
|
-
"@tauri-apps/cli-darwin-x64": "2.0.0-beta.
|
|
73
|
-
"@tauri-apps/cli-linux-x64-gnu": "2.0.0-beta.
|
|
74
|
-
"@tauri-apps/cli-darwin-arm64": "2.0.0-beta.
|
|
75
|
-
"@tauri-apps/cli-linux-arm64-gnu": "2.0.0-beta.
|
|
76
|
-
"@tauri-apps/cli-linux-arm64-musl": "2.0.0-beta.
|
|
77
|
-
"@tauri-apps/cli-linux-arm-gnueabihf": "2.0.0-beta.
|
|
78
|
-
"@tauri-apps/cli-linux-x64-musl": "2.0.0-beta.
|
|
79
|
-
"@tauri-apps/cli-win32-ia32-msvc": "2.0.0-beta.
|
|
80
|
-
"@tauri-apps/cli-win32-arm64-msvc": "2.0.0-beta.
|
|
71
|
+
"@tauri-apps/cli-win32-x64-msvc": "2.0.0-beta.19",
|
|
72
|
+
"@tauri-apps/cli-darwin-x64": "2.0.0-beta.19",
|
|
73
|
+
"@tauri-apps/cli-linux-x64-gnu": "2.0.0-beta.19",
|
|
74
|
+
"@tauri-apps/cli-darwin-arm64": "2.0.0-beta.19",
|
|
75
|
+
"@tauri-apps/cli-linux-arm64-gnu": "2.0.0-beta.19",
|
|
76
|
+
"@tauri-apps/cli-linux-arm64-musl": "2.0.0-beta.19",
|
|
77
|
+
"@tauri-apps/cli-linux-arm-gnueabihf": "2.0.0-beta.19",
|
|
78
|
+
"@tauri-apps/cli-linux-x64-musl": "2.0.0-beta.19",
|
|
79
|
+
"@tauri-apps/cli-win32-ia32-msvc": "2.0.0-beta.19",
|
|
80
|
+
"@tauri-apps/cli-win32-arm64-msvc": "2.0.0-beta.19"
|
|
81
81
|
}
|
|
82
82
|
}
|
package/schema.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"pattern": "^[^/\\:*?\"<>|]+$"
|
|
21
21
|
},
|
|
22
22
|
"version": {
|
|
23
|
-
"description": "App version. It is a semver version number or a path to a `package.json` file containing the `version` field. If removed the version number from `Cargo.toml` is used.",
|
|
23
|
+
"description": "App version. It is a semver version number or a path to a `package.json` file containing the `version` field. If removed the version number from `Cargo.toml` is used.\n\nBy default version 1.0 is used on Android.",
|
|
24
24
|
"type": [
|
|
25
25
|
"string",
|
|
26
26
|
"null"
|
|
@@ -112,6 +112,7 @@
|
|
|
112
112
|
"certificateThumbprint": null,
|
|
113
113
|
"digestAlgorithm": null,
|
|
114
114
|
"nsis": null,
|
|
115
|
+
"signCommand": null,
|
|
115
116
|
"timestampUrl": null,
|
|
116
117
|
"tsp": false,
|
|
117
118
|
"webviewFixedRuntimePath": null,
|
|
@@ -1619,6 +1620,7 @@
|
|
|
1619
1620
|
"certificateThumbprint": null,
|
|
1620
1621
|
"digestAlgorithm": null,
|
|
1621
1622
|
"nsis": null,
|
|
1623
|
+
"signCommand": null,
|
|
1622
1624
|
"timestampUrl": null,
|
|
1623
1625
|
"tsp": false,
|
|
1624
1626
|
"webviewFixedRuntimePath": null,
|
|
@@ -1977,6 +1979,13 @@
|
|
|
1977
1979
|
"type": "null"
|
|
1978
1980
|
}
|
|
1979
1981
|
]
|
|
1982
|
+
},
|
|
1983
|
+
"signCommand": {
|
|
1984
|
+
"description": "Specify a custom command to sign the binaries. This command needs to have a `%1` in it which is just a placeholder for the binary path, which we will detect and replace before calling the command.\n\nExample: ```text sign-cli --arg1 --arg2 %1 ```\n\nBy Default we use `signtool.exe` which can be found only on Windows so if you are on another platform and want to cross-compile and sign you will need to use another tool like `osslsigncode`.",
|
|
1985
|
+
"type": [
|
|
1986
|
+
"string",
|
|
1987
|
+
"null"
|
|
1988
|
+
]
|
|
1980
1989
|
}
|
|
1981
1990
|
},
|
|
1982
1991
|
"additionalProperties": false
|
|
@@ -2154,11 +2163,6 @@
|
|
|
2154
2163
|
"type": "string"
|
|
2155
2164
|
}
|
|
2156
2165
|
},
|
|
2157
|
-
"skipWebviewInstall": {
|
|
2158
|
-
"description": "Disables the Webview2 runtime installation after app install.\n\nWill be removed in v2, prefer the [`WindowsConfig::webview_install_mode`] option.",
|
|
2159
|
-
"default": false,
|
|
2160
|
-
"type": "boolean"
|
|
2161
|
-
},
|
|
2162
2166
|
"enableElevatedUpdateTask": {
|
|
2163
2167
|
"description": "Create an elevated update task within Windows Task Scheduler.",
|
|
2164
2168
|
"default": false,
|
|
@@ -2294,6 +2298,13 @@
|
|
|
2294
2298
|
"type": "null"
|
|
2295
2299
|
}
|
|
2296
2300
|
]
|
|
2301
|
+
},
|
|
2302
|
+
"installerHooks": {
|
|
2303
|
+
"description": "A path to a `.nsh` file that contains special NSIS macros to be hooked into the main installer.nsi script.\n\nSupported hooks are: - `NSIS_HOOK_PREINSTALL`: This hook runs before copying files, setting registry key values and creating shortcuts. - `NSIS_HOOK_POSTINSTALL`: This hook runs after the installer has finished copying all files, setting the registry keys and created shortcuts. - `NSIS_HOOK_PREUNINSTALL`: This hook runs before removing any files, registry keys and shortcuts. - `NSIS_HOOK_POSTUNINSTALL`: This hook runs after files, registry keys and shortcuts have been removed.\n\n### Example\n\n```nsh !define NSIS_HOOK_PREINSTALL \"NSIS_HOOK_PREINSTALL_\" !macro NSIS_HOOK_PREINSTALL_ MessageBox MB_OK \"PreInstall\" !macroend\n\n!define NSIS_HOOK_POSTINSTALL \"NSIS_HOOK_POSTINSTALL_\" !macro NSIS_HOOK_POSTINSTALL_ MessageBox MB_OK \"PostInstall\" !macroend\n\n!define NSIS_HOOK_PREUNINSTALL \"NSIS_HOOK_PREUNINSTALL_\" !macro NSIS_HOOK_PREUNINSTALL_ MessageBox MB_OK \"PreUnInstall\" !macroend\n\n!define NSIS_HOOK_POSTUNINSTALL \"NSIS_HOOK_POSTUNINSTALL_\" !macro NSIS_HOOK_POSTUNINSTALL_ MessageBox MB_OK \"PostUninstall\" !macroend ```",
|
|
2304
|
+
"type": [
|
|
2305
|
+
"string",
|
|
2306
|
+
"null"
|
|
2307
|
+
]
|
|
2297
2308
|
}
|
|
2298
2309
|
},
|
|
2299
2310
|
"additionalProperties": false
|
|
@@ -2840,6 +2851,16 @@
|
|
|
2840
2851
|
"type": "integer",
|
|
2841
2852
|
"format": "uint32",
|
|
2842
2853
|
"minimum": 0.0
|
|
2854
|
+
},
|
|
2855
|
+
"versionCode": {
|
|
2856
|
+
"description": "The version code of the application. It is limited to 2,100,000,000 as per Google Play Store requirements.\n\nBy default we use your configured version and perform the following math: versionCode = version.major * 1000000 + version.minor * 1000 + version.patch",
|
|
2857
|
+
"type": [
|
|
2858
|
+
"integer",
|
|
2859
|
+
"null"
|
|
2860
|
+
],
|
|
2861
|
+
"format": "uint32",
|
|
2862
|
+
"maximum": 2100000000.0,
|
|
2863
|
+
"minimum": 1.0
|
|
2843
2864
|
}
|
|
2844
2865
|
},
|
|
2845
2866
|
"additionalProperties": false
|