mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
147637fcf5
* fix: transparent icons on iOS platform * fix: remove unused unit tests * chore: update flutter version * feat: support building release packages for iOS and Android * fix: integration test failed randomly * chore: remove windows CI cache * chore: update info.plist * feat: build iOS and Android in Release mode * chore: update editor version * chore: don't cache flutter when testing * chore: run unit test on Windwos
9 lines
246 B
XML
9 lines
246 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>aps-environment</key>
|
|
<string>development</string>
|
|
</dict>
|
|
</plist>
|