Comment create, delete and update

This commit is contained in:
2024-04-14 23:39:18 +08:00
parent 0d188643aa
commit 11a3d8f39b
13 changed files with 375 additions and 11 deletions

View File

@ -5,10 +5,10 @@
// 'flutter create' template.
// The application's name. By default this is also the title of the Flutter window.
PRODUCT_NAME = solian
PRODUCT_NAME = Solian
// The application's bundle identifier
PRODUCT_BUNDLE_IDENTIFIER = com.example.solian
PRODUCT_BUNDLE_IDENTIFIER = dev.solsynth.solian
// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2024 com.example. All rights reserved.
PRODUCT_COPYRIGHT = Copyright © 2024 Solsynth. All rights reserved.

View File

@ -8,5 +8,7 @@
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>

View File

@ -4,5 +4,7 @@
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>