Advance UIKit rewrite with AMap integration and core UI modules.

Integrate高德 SDK with simulator-safe build flags, add map views for operating area and punch points, refactor main tabs and key feature screens to UIKit with Diffable lists, and document Swift concurrency defaults in AGENTS.md.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-26 15:16:12 +08:00
parent 9edf993432
commit d99a5b1bf8
124 changed files with 5195 additions and 1536 deletions

View File

@ -2,6 +2,20 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AMapAPIKey</key>
<string></string>
<key>NSCameraUsageDescription</key>
<string>用于扫码核销订单</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>用于景区选择、打卡点选点、运营区域和位置上报时获取当前位置</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>用于保存收款二维码到相册</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>用于选择头像、证件和打卡点图片</string>
<key>UIBackgroundModes</key>
<array>
<string>remote-notification</string>
</array>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>