feat: document saving/loading

This commit is contained in:
2026-03-18 15:29:02 +01:00
parent 09b94b32d0
commit f0db0c0938
15 changed files with 1086 additions and 70 deletions

View File

@@ -28,9 +28,8 @@ targets:
CURRENT_PROJECT_VERSION: "1"
SWIFT_VERSION: "6.0"
MACOSX_DEPLOYMENT_TARGET: "15.0"
GENERATE_INFOPLIST_FILE: "YES"
INFOPLIST_KEY_LSApplicationCategoryType: "public.app-category.developer-tools"
INFOPLIST_KEY_NSHumanReadableCopyright: ""
GENERATE_INFOPLIST_FILE: "NO"
INFOPLIST_FILE: MLXServer/Info.plist
CODE_SIGN_ENTITLEMENTS: MLXServer/MLXServer.entitlements
CODE_SIGN_IDENTITY: "-"
CODE_SIGN_ALLOW_ENTITLEMENTS_MODIFICATION: "YES"