Commit Graph
17 Commits
Author SHA1 Message Date
世界 a86dfc26d1 Reformat code 2026-02-08 18:23:42 +08:00
世界 2e682d746c Fix main-thread blocking I/O 2026-02-05 02:37:02 +08:00
世界 066c7d59ea Export iCloud profiles as local 2026-01-13 18:43:49 +08:00
世界 7abf01b828 Fix iCloud profile export crash 2026-01-13 18:19:01 +08:00
世界 42d1107c53 Fix profile save file not working
SwiftUI only supports one fileExporter modifier per view hierarchy.
When multiple fileExporter modifiers are attached, only the last one
takes effect. Unified ProfileExportDocument and ProfileJSONExportDocument
into a single ProfileAnyExportDocument to use one fileExporter for both
file types.
2026-01-13 17:05:12 +08:00
世界 59317f3c79 refactor: Fix macOS standalone application 2026-01-05 01:21:24 +08:00
世界 81d6827334 Refactor to eliminate hardcoded identifiers
Read package identifier and app group ID from Info.plist at runtime
via AppConfiguration. This enables SFM.System to use TeamID-prefixed
app group format required by macOS Sequoia, fixing the privacy prompt
when accessing app group data.
2026-01-03 02:46:52 +08:00
世界 64e2ece819 Minor fixes 2026-01-03 00:55:17 +08:00
世界 52db9bbb39 Refactor QR scan and share and add QRS support 2026-01-02 16:27:26 +08:00
世界 313cb5d213 Add save file option for profile sharing
Add "Save File" and "Save Content JSON" options to profile share menu,
allowing users to save profiles directly to a chosen location using
fileExporter instead of the system share sheet.
2026-01-01 20:25:28 +08:00
世界 2da9397ef6 Auto-select newly created or imported profile 2025-12-07 18:12:47 +08:00
世界 727136f187 Refactor profile management 2025-12-03 11:15:56 +08:00
世界 10c64390c3 Fix profile id 2024-09-20 22:07:05 +08:00
世界 db8cbfa865 Fix profile sharing broken in iOS 17.4 2024-03-19 09:49:26 +08:00
世界 1f6e99f576 Improve UI 2024-02-08 10:37:37 +08:00
世界 3374f8e727 Refactor task usage and profile auto update 2023-09-22 11:32:51 +08:00
世界 2ca6c515b9 Add profile sharing 2023-07-30 14:13:57 +08:00