Fix macOS entitlements to enable outgoing connections

This commit is contained in:
2024-09-17 07:08:13 -07:00
parent 5e11ffd3b1
commit e6eb78faa2
2 changed files with 6 additions and 0 deletions

View File

@@ -2,5 +2,9 @@
<!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>

View File

@@ -200,6 +200,7 @@
isa = XCBuildConfiguration;
buildSettings = {
DEVELOPMENT_TEAM = S99A5B637C;
ENABLE_APP_SANDBOX = YES;
ENABLE_PREVIEWS = YES;
INFOPLIST_KEY_CFBundleDisplayName = SatsPrice;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
@@ -213,6 +214,7 @@
isa = XCBuildConfiguration;
buildSettings = {
DEVELOPMENT_TEAM = S99A5B637C;
ENABLE_APP_SANDBOX = YES;
ENABLE_PREVIEWS = YES;
INFOPLIST_KEY_CFBundleDisplayName = SatsPrice;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";