From c6a0b1a2678932f56f247a009b9202df04e4c35f Mon Sep 17 00:00:00 2001 From: flemming-it Date: Tue, 28 Jul 2026 00:40:09 +0200 Subject: [PATCH] chore: Pfade auf ~/Developer umgestellt Signed-off-by: flemming-it --- macos/Runner/Configs/Debug.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macos/Runner/Configs/Debug.xcconfig b/macos/Runner/Configs/Debug.xcconfig index 41efa7a..a3bc089 100644 --- a/macos/Runner/Configs/Debug.xcconfig +++ b/macos/Runner/Configs/Debug.xcconfig @@ -1,8 +1,8 @@ #include "../../Flutter/Flutter-Debug.xcconfig" #include "Warnings.xcconfig" -// Disable codesigning for local debug builds. The Repositories.nosync/ -// path on macOS sprouts extended attributes that codesign rejects with +// Disable codesigning for local debug builds. The repository path on +// macOS sprouts extended attributes that codesign rejects with // "resource fork, Finder information, or similar detritus not allowed". // For development we don't need a signed binary. CODE_SIGNING_ALLOWED = NO