Skip to content

Commit

Permalink
build: Continue tweaking macOS certs to run under CI
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Oct 20, 2023
1 parent 99ed960 commit 5c05d76
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -206,6 +206,7 @@
"CARGO_XCODE_TARGET_OS[sdk=macosx*]" = darwin;
CODE_SIGN_ENTITLEMENTS = ../macos/Runner/DebugProfile.entitlements;
CODE_SIGN_IDENTITY = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CURRENT_PROJECT_VERSION = 0.0;
DEVELOPMENT_TEAM = MSRA4LCTEZ;
MARKETING_VERSION = 0.0.1;
Expand Down Expand Up @@ -235,6 +236,7 @@
"CARGO_XCODE_TARGET_OS[sdk=macosx*]" = darwin;
CODE_SIGN_ENTITLEMENTS = ../macos/Runner/Release.entitlements;
CODE_SIGN_IDENTITY = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CURRENT_PROJECT_VERSION = 0.0;
DEVELOPMENT_TEAM = MSRA4LCTEZ;
MARKETING_VERSION = 0.0.1;
Expand Down

0 comments on commit 5c05d76

Please sign in to comment.