You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?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">
- <!-- See https://aka.ms/maui-publish-app-store#add-entitlements for more information about adding entitlements.-->
- <dict>
- <!-- App Sandbox must be enabled to distribute a MacCatalyst app through the Mac App Store. -->
- <key>com.apple.security.app-sandbox</key>
- <true/>
- <!-- When App Sandbox is enabled, this value is required to open outgoing network connections. -->
- <key>com.apple.security.network.client</key>
- <true/>
- </dict>
- </plist>
|