iOS entitlements file #15094
-
|
As the title suggests, how does one set iOS entitlement? For macOS, there's entitlement key in the config file, but iOS doesn't seem to have it. Am I missing something? For context, I'm setting up app groups entitlement for my apps, I think it works on macOS now. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
you can do it in gen/apple directly or better yet in xcode via tauri ios dev --open (saved to gen/apple) |
Beta Was this translation helpful? Give feedback.
-
|
For iOS entitlements in Tauri v2, you can specify custom capabilities directly in your Xcode project via |
Beta Was this translation helpful? Give feedback.
you can do it in gen/apple directly or better yet in xcode via tauri ios dev --open (saved to gen/apple)