Skip to content

Commit 66a60fc

Browse files
committed
missed code sign identity?
1 parent 0ad800a commit 66a60fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Xcodes.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -1175,6 +1175,7 @@
11751175
buildSettings = {
11761176
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
11771177
CODE_SIGNING_SUBJECT_ORGANIZATIONAL_UNIT = ZU6GR6B2FY;
1178+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
11781179
CODE_SIGN_STYLE = Automatic;
11791180
CREATE_INFOPLIST_SECTION_IN_BINARY = YES;
11801181
DEVELOPMENT_TEAM = ZU6GR6B2FY;
@@ -1399,6 +1400,7 @@
13991400
buildSettings = {
14001401
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
14011402
BUNDLE_LOADER = "$(TEST_HOST)";
1403+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
14021404
CODE_SIGN_STYLE = Automatic;
14031405
COMBINE_HIDPI_IMAGES = YES;
14041406
DEVELOPMENT_TEAM = ZU6GR6B2FY;

0 commit comments

Comments
 (0)