10 lines
407 B
Text
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
|