Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
ci(*): disable code sign
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Valentik <[email protected]>
  • Loading branch information
jvalentik committed Feb 23, 2021
1 parent c550ef7 commit 1aacef5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions enrollment/enrollment.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = Q7W47GFKL3;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = EnrollmentLoginHelper/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -1230,7 +1230,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = Q7W47GFKL3;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = EnrollmentLoginHelper/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -1277,9 +1277,9 @@
B99D1E2C2534637700661954 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = Q7W47GFKL3;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "$(SRCROOT)/PrivilegedCommandsHelper/PrivilegedCommandsHelper-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.14;
Expand Down

0 comments on commit 1aacef5

Please sign in to comment.