Skip to content

Commit 52bc69c

Browse files
authored
Merge pull request electron#229 from electron/user-selected-entitlement
Enable user-selected entitlement for open/save demo
2 parents 856f58c + fc4570f commit 52bc69c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/mac/parent.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
<true/>
77
<key>com.apple.security.application-groups</key>
88
<string>VEKTX9H2N7.com.github.electron-api-demos</string>
9+
<key>com.apple.security.files.user-selected.read-write</key>
10+
<true/>
911
</dict>
1012
</plist>

0 commit comments

Comments
 (0)