to make macos debug can be run directly without flutter run to skip

"mapped file has no Team ID and is not a platform binary (signed with
custom identity or adhoc" issue
This commit is contained in:
rustdesk 2023-02-28 23:04:15 +08:00
parent c22043b0f9
commit 5375c98e25

View File

@ -487,7 +487,7 @@
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_IDENTITY = "Apple Development";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;