File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
project.xcworkspace/xcuserdata/artur.xcuserdatad Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 40
40
-destination "platform=macOS" \
41
41
CODE_SIGN_IDENTITY="${{ secrets.CODE_SIGN_IDENTITY }}" \
42
42
CODE_SIGNING_REQUIRED=YES \
43
+ DEVELOPMENT_TEAM="${{ secrets.DEVELOPMENT_TEAM }}" \
43
44
-derivedDataPath build_output
44
45
45
46
- name : Verify code signing
Original file line number Diff line number Diff line change 386
386
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
387
387
CODE_SIGN_ENTITLEMENTS = Micmute/Micmute.entitlements;
388
388
CODE_SIGN_IDENTITY = "Apple Development";
389
- "CODE_SIGN_IDENTITY[sdk=macosx*]" = "- ";
389
+ "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development ";
390
390
CODE_SIGN_STYLE = Automatic;
391
391
COMBINE_HIDPI_IMAGES = YES;
392
392
CURRENT_PROJECT_VERSION = 6;
425
425
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
426
426
CODE_SIGN_ENTITLEMENTS = Micmute/Micmute.entitlements;
427
427
CODE_SIGN_IDENTITY = "Apple Development";
428
- "CODE_SIGN_IDENTITY[sdk=macosx*]" = "- ";
428
+ "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development ";
429
429
CODE_SIGN_STYLE = Automatic;
430
430
COMBINE_HIDPI_IMAGES = YES;
431
431
CURRENT_PROJECT_VERSION = 6;
You can’t perform that action at this time.
0 commit comments