Skip to content

Commit ea71dfa

Browse files
committed
update branch after common core changes
1 parent bfb2ba3 commit ea71dfa

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

MSAL/IdentityCore

Submodule IdentityCore updated 344 files

MSAL/MSAL.xcodeproj/project.pbxproj

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4992,7 +4992,6 @@
49924992
};
49934993
D672279E1EBD111900F3422A = {
49944994
CreatedOnToolsVersion = 8.3.2;
4995-
ProvisioningStyle = Manual;
49964995
SystemCapabilities = {
49974996
com.apple.Keychain = {
49984997
enabled = 1;
@@ -7134,7 +7133,6 @@
71347133
);
71357134
MARKETING_VERSION = 1.1.24;
71367135
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
7137-
SUPPORTS_MACCATALYST = NO;
71387136
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
71397137
SWIFT_VERSION = 5.0;
71407138
TARGETED_DEVICE_FAMILY = "1,2,7";
@@ -7164,7 +7162,6 @@
71647162
);
71657163
MARKETING_VERSION = 1.1.24;
71667164
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
7167-
SUPPORTS_MACCATALYST = NO;
71687165
SWIFT_VERSION = 5.0;
71697166
TARGETED_DEVICE_FAMILY = "1,2,7";
71707167
USER_HEADER_SEARCH_PATHS = (
@@ -7320,8 +7317,9 @@
73207317
baseConfigurationReference = D67227BC1EBD302800F3422A /* msal__unit_test_host__ios.xcconfig */;
73217318
buildSettings = {
73227319
CODE_SIGN_ENTITLEMENTS = "unit-test-host.entitlements";
7323-
CODE_SIGN_STYLE = Manual;
7324-
DEVELOPMENT_TEAM = "";
7320+
CODE_SIGN_IDENTITY = "Apple Development";
7321+
CODE_SIGN_STYLE = Automatic;
7322+
DEVELOPMENT_TEAM = UBF8T346G9;
73257323
ENABLE_BITCODE = NO;
73267324
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
73277325
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -7333,8 +7331,9 @@
73337331
baseConfigurationReference = D67227BC1EBD302800F3422A /* msal__unit_test_host__ios.xcconfig */;
73347332
buildSettings = {
73357333
CODE_SIGN_ENTITLEMENTS = "unit-test-host.entitlements";
7336-
CODE_SIGN_STYLE = Manual;
7337-
DEVELOPMENT_TEAM = "";
7334+
CODE_SIGN_IDENTITY = "Apple Development";
7335+
CODE_SIGN_STYLE = Automatic;
7336+
DEVELOPMENT_TEAM = UBF8T346G9;
73387337
ENABLE_BITCODE = NO;
73397338
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
73407339
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)