mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 14:38:58 -04:00
* revert rspc changes and some theme stuff * Run onboarding test first * test adding a tag * handle keyboard on Create Tag Modal * listen system theme changes * fix delete tag button * wait add tag mutation * remove duplicate assert * fix edit location setting screen * select theme & fix add tag test * add how to run web app to contributing * add note about how to use stores correctly * use theme colors * system theme * remove metro-minify-terser * final tweaks * cleanup * cleanup --------- Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me>
16 lines
504 B
XML
16 lines
504 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>
|
|
<key>com.apple.developer.icloud-container-identifiers</key>
|
|
<array />
|
|
<key>com.apple.developer.icloud-services</key>
|
|
<array>
|
|
<string>CloudDocuments</string>
|
|
</array>
|
|
<key>com.apple.developer.ubiquity-container-identifiers</key>
|
|
<array />
|
|
</dict>
|
|
</plist> |