|
724 | 724 | 6E4F659324D48B630070CA36 /* MSIDSymmetricKeyTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E4F659024D48B120070CA36 /* MSIDSymmetricKeyTests.m */; }; |
725 | 725 | 6E4F659424D48B6D0070CA36 /* MSIDSymmetricKeyTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E4F659024D48B120070CA36 /* MSIDSymmetricKeyTests.m */; }; |
726 | 726 | 720AC2A72550D4FB00B2C7C8 /* MSIDAppExtensionUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 720AC2A62550D4FB00B2C7C8 /* MSIDAppExtensionUtil.m */; }; |
| 727 | + 720B5B4E2DD573C300318FE5 /* MSIDJWECrypto.h in Headers */ = {isa = PBXBuildFile; fileRef = 720B5B4D2DD573A400318FE5 /* MSIDJWECrypto.h */; }; |
| 728 | + 720B5B502DD577C700318FE5 /* MSIDJWECrypto.m in Sources */ = {isa = PBXBuildFile; fileRef = 720B5B4F2DD577C100318FE5 /* MSIDJWECrypto.m */; }; |
| 729 | + 720B5B512DD577C700318FE5 /* MSIDJWECrypto.m in Sources */ = {isa = PBXBuildFile; fileRef = 720B5B4F2DD577C100318FE5 /* MSIDJWECrypto.m */; }; |
| 730 | + 720B5B532DD57C5700318FE5 /* MSIDEcdhApv.h in Headers */ = {isa = PBXBuildFile; fileRef = 720B5B522DD57C3700318FE5 /* MSIDEcdhApv.h */; }; |
| 731 | + 720B5B552DD57D6800318FE5 /* MSIDEcdhApv.m in Sources */ = {isa = PBXBuildFile; fileRef = 720B5B542DD57D6600318FE5 /* MSIDEcdhApv.m */; }; |
| 732 | + 720B5B562DD57D6800318FE5 /* MSIDEcdhApv.m in Sources */ = {isa = PBXBuildFile; fileRef = 720B5B542DD57D6600318FE5 /* MSIDEcdhApv.m */; }; |
| 733 | + 720B5B582DD58A7F00318FE5 /* MSIDJWECryptoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 720B5B572DD58A6A00318FE5 /* MSIDJWECryptoTests.m */; }; |
| 734 | + 720B5B592DD58A7F00318FE5 /* MSIDJWECryptoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 720B5B572DD58A6A00318FE5 /* MSIDJWECryptoTests.m */; }; |
727 | 735 | 72371CEB27051CC200EF5475 /* MSIDKeyOperationUtilTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 72371CEA27051CC200EF5475 /* MSIDKeyOperationUtilTest.m */; }; |
728 | 736 | 728209C326FA9C9A00B5F018 /* MSIDBackgroundTaskData.m in Sources */ = {isa = PBXBuildFile; fileRef = 728209C226FA9C9A00B5F018 /* MSIDBackgroundTaskData.m */; }; |
729 | 737 | 728209C926FE94D800B5F018 /* MSIDJwtAlgorithm.m in Sources */ = {isa = PBXBuildFile; fileRef = 728209C826FE94D800B5F018 /* MSIDJwtAlgorithm.m */; }; |
|
2633 | 2641 | 6E4F658D24D4883A0070CA36 /* MSIDSymmetricKey.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSIDSymmetricKey.m; sourceTree = "<group>"; }; |
2634 | 2642 | 6E4F659024D48B120070CA36 /* MSIDSymmetricKeyTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSIDSymmetricKeyTests.m; sourceTree = "<group>"; }; |
2635 | 2643 | 720AC2A62550D4FB00B2C7C8 /* MSIDAppExtensionUtil.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSIDAppExtensionUtil.m; sourceTree = "<group>"; }; |
| 2644 | + 720B5B4D2DD573A400318FE5 /* MSIDJWECrypto.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSIDJWECrypto.h; sourceTree = "<group>"; }; |
| 2645 | + 720B5B4F2DD577C100318FE5 /* MSIDJWECrypto.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSIDJWECrypto.m; sourceTree = "<group>"; }; |
| 2646 | + 720B5B522DD57C3700318FE5 /* MSIDEcdhApv.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSIDEcdhApv.h; sourceTree = "<group>"; }; |
| 2647 | + 720B5B542DD57D6600318FE5 /* MSIDEcdhApv.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSIDEcdhApv.m; sourceTree = "<group>"; }; |
| 2648 | + 720B5B572DD58A6A00318FE5 /* MSIDJWECryptoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSIDJWECryptoTests.m; sourceTree = "<group>"; }; |
2636 | 2649 | 72371CEA27051CC200EF5475 /* MSIDKeyOperationUtilTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSIDKeyOperationUtilTest.m; sourceTree = "<group>"; }; |
2637 | 2650 | 728209C126FA9C9A00B5F018 /* MSIDBackgroundTaskData.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSIDBackgroundTaskData.h; sourceTree = "<group>"; }; |
2638 | 2651 | 728209C226FA9C9A00B5F018 /* MSIDBackgroundTaskData.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSIDBackgroundTaskData.m; sourceTree = "<group>"; }; |
|
5085 | 5098 | B2AF1D29218BCDEF0080C1A0 /* requests */ = { |
5086 | 5099 | isa = PBXGroup; |
5087 | 5100 | children = ( |
| 5101 | + |
| 5102 | + 720B5B542DD57D6600318FE5 /* MSIDEcdhApv.m */, |
| 5103 | + 720B5B522DD57C3700318FE5 /* MSIDEcdhApv.h */, |
| 5104 | + 720B5B4F2DD577C100318FE5 /* MSIDJWECrypto.m */, |
| 5105 | + 720B5B4D2DD573A400318FE5 /* MSIDJWECrypto.h */, |
5088 | 5106 | 729357E92DD810CD0001D03C /* MSIDNonceTokenRequest.m */, |
5089 | 5107 | 729357E72DD810C70001D03C /* MSIDNonceTokenRequest.h */, |
5090 | 5108 | B2C708A0219A55CB00D917B8 /* sdk */, |
|
5693 | 5711 | D6DA89731FBA6A4E004C56C7 /* tests */ = { |
5694 | 5712 | isa = PBXGroup; |
5695 | 5713 | children = ( |
| 5714 | + 720B5B572DD58A6A00318FE5 /* MSIDJWECryptoTests.m */, |
5696 | 5715 | 729357F22DDBD3F60001D03C /* MSIDNonceTokenRequestTest.m */, |
5697 | 5716 | A0410E4F25E88B5E004D80FD /* MSIDThrottlingMetaDataTest.m */, |
5698 | 5717 | A0410E1925E87E1A004D80FD /* MSIDThrottlingModelNonRecoverableServerError.m */, |
|
6087 | 6106 | 583BFCA724D87BA40035B901 /* MSIDRedirectUri.h in Headers */, |
6088 | 6107 | B223B0A022ADD87A00FB8713 /* MSIDExtendedCacheItemSerializing.h in Headers */, |
6089 | 6108 | B286B9932389DC64007833AD /* MSIDBrokerResponseHandler+Internal.h in Headers */, |
| 6109 | + 720B5B4E2DD573C300318FE5 /* MSIDJWECrypto.h in Headers */, |
6090 | 6110 | D6D9A4531FBD3FB800EFA430 /* NSURL+MSIDExtensions.h in Headers */, |
6091 | 6111 | 8878C63029DCA0E8002F5F4B /* MSIDCIAMTokenResponse.h in Headers */, |
6092 | 6112 | 233E96E22265279B007FCE2A /* MSIDTelemetryDefaultEvent.h in Headers */, |
|
6351 | 6371 | B286B9AD2389DD5A007833AD /* MSIDChallengeHandler.h in Headers */, |
6352 | 6372 | 238E19CB2086FC87004DF483 /* MSIDUrlRequestSerializer.h in Headers */, |
6353 | 6373 | 233E96F322652C5B007FCE2A /* MSIDTelemetryEventsObserving.h in Headers */, |
| 6374 | + 720B5B532DD57C5700318FE5 /* MSIDEcdhApv.h in Headers */, |
6354 | 6375 | 237F8F2F2D5166FE0095F164 /* MSIDFlightManager.h in Headers */, |
6355 | 6376 | 96F21B1A20A65187002B87C3 /* MSIDWebviewInteracting.h in Headers */, |
6356 | 6377 | 2A59B42D2D776F3400304FB1 /* MSIDXpcConfiguration.h in Headers */, |
|
7159 | 7180 | B20E3CB21FC4FA550029C097 /* MSIDVersion.m in Sources */, |
7160 | 7181 | 236AAFCA2A61EE6C00AD6C6E /* MSIDBrowserNativeMessageGetCookiesRequestTests.m in Sources */, |
7161 | 7182 | B287C4CE26A132FA004303F1 /* MSIDSSOExtensionRequestDelegateTests.m in Sources */, |
| 7183 | + 720B5B582DD58A7F00318FE5 /* MSIDJWECryptoTests.m in Sources */, |
7162 | 7184 | B29A36BB20AFAB0200427B63 /* MSIDDefaultAccessorSSOIntegrationTests.m in Sources */, |
7163 | 7185 | B2DD4B3820A922170047A66E /* MSIDDefaultAccountCacheQueryTests.m in Sources */, |
7164 | 7186 | B2936F4A20AA8E1F0050C585 /* MSIDCacheItemJsonSerializerTests.m in Sources */, |
|
7438 | 7460 | B26CEB042367B3B9009E6E54 /* MSIDSystemWebViewControllerFactory.m in Sources */, |
7439 | 7461 | 609E74BE228CA5CA005E3FED /* MSIDAccountMetadataCacheAccessor.m in Sources */, |
7440 | 7462 | B48FC0312D726A66007B80DB /* MSIDBrokerFlightProvider.m in Sources */, |
| 7463 | + 720B5B512DD577C700318FE5 /* MSIDJWECrypto.m in Sources */, |
7441 | 7464 | 23B018C42356D51200207FEC /* NSDictionary+MSIDQueryItems.m in Sources */, |
7442 | 7465 | 2394F2042D4894FF00E44F6E /* MSIDWebUpgradeRegOperation.m in Sources */, |
7443 | 7466 | B2C708AE219A612A00D917B8 /* MSIDDefaultBrokerTokenRequest.m in Sources */, |
|
7526 | 7549 | B26CEADF2365311E009E6E54 /* MSIDMacLegacyCachePersistenceHandler.m in Sources */, |
7527 | 7550 | A0C7DEC425D4C8B600F5B5B6 /* MSIDThrottlingModel429.m in Sources */, |
7528 | 7551 | 23B39AC8209BF9F2000AA905 /* MSIDOpenIdConfigurationInfoRequest.m in Sources */, |
| 7552 | + 720B5B552DD57D6800318FE5 /* MSIDEcdhApv.m in Sources */, |
7529 | 7553 | 589BDB1B2718BC2200BF3799 /* MSIDBrokerOperationGetSsoCookiesRequest.m in Sources */, |
7530 | 7554 | 23D7447A2097B2DA00210C51 /* MSIDAADV1AuthorizationCodeRequest.m in Sources */, |
7531 | 7555 | B21786A223A710A000839CE8 /* MSIDSSOExtensionGetAccountsRequest.m in Sources */, |
|
7622 | 7646 | B21B4082297786A3002607C8 /* MSIDBrokerOperationBrowserTokenRequestTests.m in Sources */, |
7623 | 7647 | B252913C2096698100E78695 /* MSIDAADIdTokenClaimsFactoryTests.m in Sources */, |
7624 | 7648 | B2DD5B98204756580084313F /* MSIDAccountTypeTests.m in Sources */, |
| 7649 | + 720B5B592DD58A7F00318FE5 /* MSIDJWECryptoTests.m in Sources */, |
7625 | 7650 | B41163B729BAC20000E64619 /* MSIDAADOAuthEmbeddedWebviewControllerTests.m in Sources */, |
7626 | 7651 | B431B5242AF040450020CD3D /* MSIDBrokerOperationPasskeyAssertionRequestTests.m in Sources */, |
7627 | 7652 | 23419F5E23973AAD00EA78C5 /* MSIDBrokerOperationRequestTests.m in Sources */, |
|
7927 | 7952 | 2308476C207D6D500024CE7C /* NSData+MSIDExtensions.m in Sources */, |
7928 | 7953 | A0C7DE8425D46D7000F5B5B6 /* MSIDThrottlingModelFactory.m in Sources */, |
7929 | 7954 | B229841829AA8C2F0005F83D /* MSIDWebViewPlatformParams.m in Sources */, |
| 7955 | + 720B5B562DD57D6800318FE5 /* MSIDEcdhApv.m in Sources */, |
7930 | 7956 | B2BE924721A2279A00F5AB8C /* MSIDTelemetryBrokerEvent.m in Sources */, |
7931 | 7957 | 9641B52A1FCF3F3A00AFA0EC /* MSIDKeyedArchiverSerializer.m in Sources */, |
7932 | 7958 | B2E2A934239239F800BA2EA3 /* MSIDSSOExtensionOperationRequestDelegate.m in Sources */, |
|
8099 | 8125 | A0E540BD25CB62270016E167 /* MSIDThrottlingService.m in Sources */, |
8100 | 8126 | 23AE9DB82148529A00B285F3 /* NSError+MSIDExtensions.m in Sources */, |
8101 | 8127 | 23AD4A33237E298C0094B87E /* NSBundle+MSIDExtensions.m in Sources */, |
| 8128 | + 720B5B502DD577C700318FE5 /* MSIDJWECrypto.m in Sources */, |
8102 | 8129 | 23AE9DA4213A159C00B285F3 /* MSIDAADOpenIdConfigurationInfoResponseSerializer.m in Sources */, |
8103 | 8130 | B2C708222195285300D917B8 /* MSIDLegacyBrokerTokenRequest.m in Sources */, |
8104 | 8131 | B2C07487246B711B0008D701 /* MSIDAssymetricKeyLookupAttributes.m in Sources */, |
|
0 commit comments