Update embedded provisioning profile path in tauri.appstore.conf.json for macOS build configuration.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -58,3 +58,4 @@ docs/.vitepress/temp
|
||||
|
||||
# tauri
|
||||
src-tauri/target
|
||||
target
|
||||
@@ -3,7 +3,7 @@
|
||||
"macOS": {
|
||||
"entitlements": "./Entitlements.plist",
|
||||
"files": {
|
||||
"embedded.provisionprofile": "path/to/profile-name.provisionprofile"
|
||||
"embedded.provisionprofile": "./pakeplus.provisionprofile"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user