Skip to content

Commit 4d65d61

Browse files
committed
ci: add DEVELOPMENT_TEAM to beta workflow and update code signing identity
1 parent ae43c98 commit 4d65d61

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/beta.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
-destination "platform=macOS" \
4141
CODE_SIGN_IDENTITY="${{ secrets.CODE_SIGN_IDENTITY }}" \
4242
CODE_SIGNING_REQUIRED=YES \
43+
DEVELOPMENT_TEAM="${{ secrets.DEVELOPMENT_TEAM }}" \
4344
-derivedDataPath build_output
4445
4546
- name: Verify code signing

Micmute.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@
386386
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
387387
CODE_SIGN_ENTITLEMENTS = Micmute/Micmute.entitlements;
388388
CODE_SIGN_IDENTITY = "Apple Development";
389-
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
389+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
390390
CODE_SIGN_STYLE = Automatic;
391391
COMBINE_HIDPI_IMAGES = YES;
392392
CURRENT_PROJECT_VERSION = 6;
@@ -425,7 +425,7 @@
425425
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
426426
CODE_SIGN_ENTITLEMENTS = Micmute/Micmute.entitlements;
427427
CODE_SIGN_IDENTITY = "Apple Development";
428-
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
428+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
429429
CODE_SIGN_STYLE = Automatic;
430430
COMBINE_HIDPI_IMAGES = YES;
431431
CURRENT_PROJECT_VERSION = 6;

0 commit comments

Comments
 (0)