• Greg Spencer's avatar
    Desktop manual tests (#41247) · 9749f59c
    Greg Spencer authored
    This enables the manual tests to be built on a macOS desktop machine in desktop mode.
    
    I created the macos directory by using flutter create --macos
    9749f59c
Release.entitlements 240 Bytes
<?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/>
</dict>
</plist>