更新 shenyan-app: 冰箱贴独立输入框 + push-server + APNs图标 + 完整.gitignore

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
fyah
2026-05-16 20:15:17 +08:00
parent 2a053ab88e
commit 52443bffc2
24 changed files with 5167 additions and 10734 deletions

View File

@@ -28,14 +28,29 @@
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<!-- Do not change NSAllowsArbitraryLoads to true, or you will risk app rejection! -->
<key>NSAllowsArbitraryLoads</key>
<false/>
<key>NSAllowsLocalNetworking</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>101.36.73.102</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSIncludesSubdomains</key>
<false/>
</dict>
</dict>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>NSHealthShareUsageDescription</key>
<string>沈晏需要读取健康数据来了解你的身体状态</string>
<key>NSHealthUpdateUsageDescription</key>
<string>沈晏需要写入健康数据</string>
<key>RCTNewArchEnabled</key>
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>