mirror of
https://github.com/JideGuru/FlutterEbookApp.git
synced 2025-08-26 10:17:04 +08:00

* feat: better layout on desktop, tablet and web * chore: added desktop screenshot * chore: added desktop screenshot * Restyled by prettier-markdown (#109) Co-authored-by: Restyled.io <commits@restyled.io> * fix: fixed snackbar text colors * fix: minor fixes --------- Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io>
25 lines
781 B
XML
25 lines
781 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.cs.allow-jit</key>
|
|
<true/>
|
|
<key>com.apple.security.network.server</key>
|
|
<true/>
|
|
<key>com.apple.security.network.client</key>
|
|
<true/>
|
|
<key>com.apple.security.files.user-selected.read-only</key>
|
|
<true/>
|
|
<key>com.apple.security.files.user-selected.read-write</key>
|
|
<true/>
|
|
<key>com.apple.security.assets.downloads.read-write</key>
|
|
<true/>
|
|
<key>com.apple.security.assets.pictures.read-write</key>
|
|
<true/>
|
|
<key>com.apple.security.assets.downloads.read-write</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|