Skip to content
This repository was archived by the owner on Feb 6, 2022. It is now read-only.

Commit bc3c429

Browse files
committed
Fixed dist cert
1 parent 01719e0 commit bc3c429

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Helium/Helium.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,8 @@
529529
buildSettings = {
530530
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
531531
CLANG_ENABLE_MODULES = YES;
532-
CODE_SIGN_IDENTITY = "Mac Developer";
533-
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
532+
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
533+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "3rd Party Mac Developer Application";
534534
COMBINE_HIDPI_IMAGES = YES;
535535
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
536536
FRAMEWORK_SEARCH_PATHS = (
@@ -552,8 +552,8 @@
552552
buildSettings = {
553553
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
554554
CLANG_ENABLE_MODULES = YES;
555-
CODE_SIGN_IDENTITY = "Mac Developer";
556-
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
555+
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
556+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "3rd Party Mac Developer Application";
557557
COMBINE_HIDPI_IMAGES = YES;
558558
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
559559
FRAMEWORK_SEARCH_PATHS = (

0 commit comments

Comments
 (0)