Update embedded provisioning profile path in tauri.appstore.conf.json for macOS build configuration.

This commit is contained in:
1024小神
2025-10-31 16:52:23 +08:00
parent 7953ada503
commit 0a89d5f674
4 changed files with 2 additions and 659 deletions

1
.gitignore vendored
View File

@@ -58,3 +58,4 @@ docs/.vitepress/temp
# tauri
src-tauri/target
target

View File

@@ -3,7 +3,7 @@
"macOS": {
"entitlements": "./Entitlements.plist",
"files": {
"embedded.provisionprofile": "path/to/profile-name.provisionprofile"
"embedded.provisionprofile": "./pakeplus.provisionprofile"
}
}
}

View File

@@ -1 +0,0 @@
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s

File diff suppressed because one or more lines are too long