main
json 11 lines 251 Bytes
Raw
1 {
2 "bundle": {
3 "macOS": {
4 "entitlements": "./Entitlements.plist",
5 "signingIdentity": "your_signing_identity_here",
6 "files": {
7 "embedded.provisionprofile": "/path/to/provisionprofile.provisionprofile"
8 }
9 }
10 }
11 }