Bump desktop to 0.4.1 and enable macOS hardened runtime
Reconciles the version drift: tauri.conf was at 0.4.1 while Cargo.toml
still read 0.4.0. Adds macOS minimumSystemVersion 11.0 + hardenedRuntime
for the notarized 0.4.1 beta build.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
3 files changed,
+7 insertions,
-3 deletions
| 1908 |
1908 |
|
|
| 1909 |
1909 |
|
[[package]]
|
| 1910 |
1910 |
|
name = "goingson-desktop"
|
| 1911 |
|
- |
version = "0.4.0"
|
|
1911 |
+ |
version = "0.4.1"
|
| 1912 |
1912 |
|
dependencies = [
|
| 1913 |
1913 |
|
"async-imap",
|
| 1914 |
1914 |
|
"async-trait",
|
| 1 |
1 |
|
[package]
|
| 2 |
2 |
|
name = "goingson-desktop"
|
| 3 |
|
- |
version = "0.4.0"
|
|
3 |
+ |
version = "0.4.1"
|
| 4 |
4 |
|
edition = "2024"
|
| 5 |
5 |
|
|
| 6 |
6 |
|
[[bin]]
|
| 1 |
1 |
|
{
|
| 2 |
2 |
|
"$schema": "https://schema.tauri.app/config/2",
|
| 3 |
3 |
|
"productName": "GoingsOn",
|
| 4 |
|
- |
"version": "0.4.0",
|
|
4 |
+ |
"version": "0.4.1",
|
| 5 |
5 |
|
"identifier": "com.goingson.app",
|
| 6 |
6 |
|
"build": {
|
| 7 |
7 |
|
"beforeBuildCommand": "node src-tauri/frontend/build-css.js",
|
| 43 |
43 |
|
],
|
| 44 |
44 |
|
"iOS": {
|
| 45 |
45 |
|
"developmentTeam": "93C54W92UP"
|
|
46 |
+ |
},
|
|
47 |
+ |
"macOS": {
|
|
48 |
+ |
"minimumSystemVersion": "11.0",
|
|
49 |
+ |
"hardenedRuntime": true
|
| 46 |
50 |
|
}
|
| 47 |
51 |
|
},
|
| 48 |
52 |
|
"plugins": {
|