Skip to content

Commit 877c8e8

Browse files
committed
DO_NOT_MERGE: set correct DEVELOPMENT_TEAM id
Previous `DEVELOPMENT_TEAM` was corresponding to Bitwarden's team id Current corresponds to Cozy team and was taken from https://developer.apple.com/account/resources/profiles/list (displayed on top right, under account's name) This edit seems not enough to make code signature correctly working App is building but there are console warning during buid about missing signatures
1 parent 103c1ec commit 877c8e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/safari/desktop.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@
439439
CODE_SIGN_ENTITLEMENTS = safari/safari.entitlements;
440440
CODE_SIGN_IDENTITY = "Apple Development";
441441
CODE_SIGN_STYLE = Automatic;
442-
DEVELOPMENT_TEAM = LTZ2PFU5D6;
442+
DEVELOPMENT_TEAM = 3AKXFMV43J;
443443
ENABLE_HARDENED_RUNTIME = YES;
444444
INFOPLIST_FILE = safari/Info.plist;
445445
LD_RUNPATH_SEARCH_PATHS = (
@@ -463,7 +463,7 @@
463463
CODE_SIGN_IDENTITY = "Apple Development";
464464
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
465465
CODE_SIGN_STYLE = Automatic;
466-
DEVELOPMENT_TEAM = LTZ2PFU5D6;
466+
DEVELOPMENT_TEAM = 3AKXFMV43J;
467467
ENABLE_HARDENED_RUNTIME = YES;
468468
INFOPLIST_FILE = safari/Info.plist;
469469
LD_RUNPATH_SEARCH_PATHS = (
@@ -488,7 +488,7 @@
488488
CODE_SIGN_ENTITLEMENTS = desktop/desktop.entitlements;
489489
CODE_SIGN_STYLE = Automatic;
490490
COMBINE_HIDPI_IMAGES = YES;
491-
DEVELOPMENT_TEAM = LTZ2PFU5D6;
491+
DEVELOPMENT_TEAM = 3AKXFMV43J;
492492
ENABLE_HARDENED_RUNTIME = YES;
493493
INFOPLIST_FILE = desktop/Info.plist;
494494
LD_RUNPATH_SEARCH_PATHS = (
@@ -512,7 +512,7 @@
512512
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
513513
CODE_SIGN_STYLE = Automatic;
514514
COMBINE_HIDPI_IMAGES = YES;
515-
DEVELOPMENT_TEAM = LTZ2PFU5D6;
515+
DEVELOPMENT_TEAM = 3AKXFMV43J;
516516
ENABLE_HARDENED_RUNTIME = YES;
517517
INFOPLIST_FILE = desktop/Info.plist;
518518
LD_RUNPATH_SEARCH_PATHS = (

0 commit comments

Comments
 (0)