Skip to content

Commit 711d641

Browse files
committed
fix mistakenly added project file changes
1 parent ea71dfa commit 711d641

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

MSAL/MSAL.xcodeproj/project.pbxproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4992,6 +4992,7 @@
49924992
};
49934993
D672279E1EBD111900F3422A = {
49944994
CreatedOnToolsVersion = 8.3.2;
4995+
ProvisioningStyle = Manual;
49954996
SystemCapabilities = {
49964997
com.apple.Keychain = {
49974998
enabled = 1;
@@ -7317,6 +7318,8 @@
73177318
baseConfigurationReference = D67227BC1EBD302800F3422A /* msal__unit_test_host__ios.xcconfig */;
73187319
buildSettings = {
73197320
CODE_SIGN_ENTITLEMENTS = "unit-test-host.entitlements";
7321+
CODE_SIGN_STYLE = Manual;
7322+
DEVELOPMENT_TEAM = "";
73207323
CODE_SIGN_IDENTITY = "Apple Development";
73217324
CODE_SIGN_STYLE = Automatic;
73227325
DEVELOPMENT_TEAM = UBF8T346G9;
@@ -7331,6 +7334,8 @@
73317334
baseConfigurationReference = D67227BC1EBD302800F3422A /* msal__unit_test_host__ios.xcconfig */;
73327335
buildSettings = {
73337336
CODE_SIGN_ENTITLEMENTS = "unit-test-host.entitlements";
7337+
CODE_SIGN_STYLE = Manual;
7338+
DEVELOPMENT_TEAM = "";
73347339
CODE_SIGN_IDENTITY = "Apple Development";
73357340
CODE_SIGN_STYLE = Automatic;
73367341
DEVELOPMENT_TEAM = UBF8T346G9;

0 commit comments

Comments
 (0)