mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-08-01 13:30:21 +00:00

* feat: integrate auto_updater in macOS * chore: update translations * chore: bump auto_updater version * feat: exclude linux platform in auto update task * chore: disable auto updater * fix: integration tests * fix: integration tests
20 lines
631 B
XML
20 lines
631 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>com.apple.security.app-sandbox</key>
|
|
<false />
|
|
<key>com.apple.security.files.downloads.read-write</key>
|
|
<true />
|
|
<key>com.apple.security.files.user-selected.read-write</key>
|
|
<true />
|
|
<key>com.apple.security.network.client</key>
|
|
<true />
|
|
<key>com.apple.security.network.server</key>
|
|
<true />
|
|
<key>com.apple.security.temporary-exception.files.absolute-path.read-write</key>
|
|
<array>
|
|
<string>/</string>
|
|
</array>
|
|
</dict>
|
|
</plist> |