Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ const config: ForgeConfig = {
'Access is needed by certain built-in fiddles in addition to any custom fiddles that may access Contacts',
Reminders:
'Access is needed by certain built-in fiddles in addition to any custom fiddles that may access Reminders',
AudioCapture:
'Access is needed by certain built-in fiddles in addition to any custom fiddles that may capture Audio',
},
appCategoryType: 'public.app-category.developer-tools',
protocols: [
Expand Down
Loading