Skip to content

Commit

Permalink
UI Tests 13 14
Browse files Browse the repository at this point in the history
  • Loading branch information
kshann committed Apr 12, 2024
1 parent 634cdf6 commit ddef560
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Configuration/Tests/TestsServer.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,5 @@
#include "../Common.xcconfig"

PRODUCT_NAME = $(TARGET_NAME);
CODE_SIGN_IDENTITY[config=CI][sdk=macosx*] =
CODE_SIGN_IDENTITY[config=Review][sdk=macosx*] =
CODE_SIGN_STYLE[config=Review][sdk=*] = Manual
CODE_SIGN_STYLE[config=CI][sdk=*] = Manual
PROVISIONING_PROFILE_SPECIFIER[config=Review][sdk=macosx*] =
PROVISIONING_PROFILE_SPECIFIER[config=CI][sdk=macosx*] =
CODE_SIGNING_ALLOWED[config=Review][sdk=macosx*] = NO
CODE_SIGNING_ALLOWED[config=CI][sdk=macosx*] = NO

0 comments on commit ddef560

Please sign in to comment.