Merge pull request #12138 from yoshisuga/macos_fix_code_sign_id

[macOS] Fix code sign identity to allow gitlab to properly code sign
This commit is contained in:
Autechre 2021-03-12 22:36:47 +01:00 committed by GitHub
commit afe601b002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -10,3 +10,4 @@
#include "Metal.xcconfig"
DEVELOPMENT_TEAM=UK699V5ZS8
CODE_SIGN_IDENTITY="Developer ID Application"

View File

@ -9,3 +9,4 @@
// https://help.apple.com/xcode/#/dev745c5c974
DEVELOPMENT_TEAM=UK699V5ZS8
CODE_SIGN_IDENTITY="Developer ID Application"

View File

@ -451,7 +451,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = x86_64;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
@ -490,7 +490,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = x86_64;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";