Files
FlutterEbookApp/macos/Runner/DebugProfile.entitlements
Festus Olusegun 56ed4e8f41 feat: better layout on desktop, tablet and web (#108)
* 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>
2023-07-03 10:38:44 +01:00

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>