Files
Outpost/Outpost/Outpost.entitlements
T
Puranjay Savar Mattas a394b1b629 chore(xcode): add package dependencies and app entitlements
Wires OutlineKit (local) plus swift-markdown-engine and its transitive
deps into the app target, and adds network client + app sandbox
entitlements — required once the app actually talks to a server.
2026-08-14 00:23:39 +01:00

11 lines
295 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>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>