chain-studio/macos/Runner/Configs/Debug.xcconfig
flemming-it c6a0b1a267 chore: Pfade auf ~/Developer umgestellt
Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
2026-07-28 00:40:09 +02:00

10 lines
407 B
Text

#include "../../Flutter/Flutter-Debug.xcconfig"
#include "Warnings.xcconfig"
// 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
CODE_SIGN_IDENTITY =
CODE_SIGN_STYLE = Manual