Skip to content

Commit

Permalink
build: Swap signing identity on macOS so CI will work
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Oct 20, 2023
1 parent 70d31f4 commit 99ed960
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
"CARGO_XCODE_TARGET_OS[sdk=iphonesimulator*][arch=x86_64*]" = ios;
"CARGO_XCODE_TARGET_OS[sdk=macosx*]" = darwin;
CODE_SIGN_ENTITLEMENTS = ../macos/Runner/DebugProfile.entitlements;
CODE_SIGN_IDENTITY = "-";
CURRENT_PROJECT_VERSION = 0.0;
DEVELOPMENT_TEAM = MSRA4LCTEZ;
MARKETING_VERSION = 0.0.1;
Expand Down Expand Up @@ -233,6 +234,7 @@
"CARGO_XCODE_TARGET_OS[sdk=iphonesimulator*][arch=x86_64*]" = ios;
"CARGO_XCODE_TARGET_OS[sdk=macosx*]" = darwin;
CODE_SIGN_ENTITLEMENTS = ../macos/Runner/Release.entitlements;
CODE_SIGN_IDENTITY = "-";
CURRENT_PROJECT_VERSION = 0.0;
DEVELOPMENT_TEAM = MSRA4LCTEZ;
MARKETING_VERSION = 0.0.1;
Expand Down

0 comments on commit 99ed960

Please sign in to comment.