|
738 | 738 | B26A0B942072B824006BD95A /* MSIDAADOauth2FactoryTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B26A0B922072B824006BD95A /* MSIDAADOauth2FactoryTests.m */; }; |
739 | 739 | B26A0B972072B9CB006BD95A /* MSIDAADV1Oauth2FactoryTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B26A0B952072B9CB006BD95A /* MSIDAADV1Oauth2FactoryTests.m */; }; |
740 | 740 | B26A0B9A2072BABE006BD95A /* MSIDAADV2Oauth2FactoryTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B26A0B982072BABD006BD95A /* MSIDAADV2Oauth2FactoryTests.m */; }; |
| 741 | + B26CEADA23652795009E6E54 /* MSIDMacACLKeychainAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B26CEAD823652795009E6E54 /* MSIDMacACLKeychainAccessor.h */; }; |
| 742 | + B26CEADB23652795009E6E54 /* MSIDMacACLKeychainAccessor.m in Sources */ = {isa = PBXBuildFile; fileRef = B26CEAD923652795009E6E54 /* MSIDMacACLKeychainAccessor.m */; }; |
| 743 | + B26CEADE2365311E009E6E54 /* MSIDMacLegacyCachePersistenceHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = B26CEADC2365311E009E6E54 /* MSIDMacLegacyCachePersistenceHandler.h */; }; |
| 744 | + B26CEADF2365311E009E6E54 /* MSIDMacLegacyCachePersistenceHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = B26CEADD2365311E009E6E54 /* MSIDMacLegacyCachePersistenceHandler.m */; }; |
741 | 745 | B274DEC721FC002300DB7757 /* MSIDInteractiveRequestParametersTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B274DEC621FC002300DB7757 /* MSIDInteractiveRequestParametersTests.m */; }; |
742 | 746 | B274DEC821FC002300DB7757 /* MSIDInteractiveRequestParametersTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B274DEC621FC002300DB7757 /* MSIDInteractiveRequestParametersTests.m */; }; |
743 | 747 | B27551C22081705300AA7A38 /* MSIDJWTHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = B2C7590C207EE9A400C1FE74 /* MSIDJWTHelper.m */; }; |
|
1116 | 1120 | B2EF143A1FF2F225005DC1C0 /* MSIDAADV2TokenResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = B2EF14391FF2F21E005DC1C0 /* MSIDAADV2TokenResponse.h */; }; |
1117 | 1121 | B2EF143B1FF2F228005DC1C0 /* MSIDAADV2TokenResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = B2EF14381FF2F21D005DC1C0 /* MSIDAADV2TokenResponse.m */; }; |
1118 | 1122 | B2EF143C1FF2F228005DC1C0 /* MSIDAADV2TokenResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = B2EF14381FF2F21D005DC1C0 /* MSIDAADV2TokenResponse.m */; }; |
| 1123 | + B2F6C7E4236BD01500C8D3AE /* MSIDMacLegacyCachePersistenceHandlerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B2F6C7E3236BD01500C8D3AE /* MSIDMacLegacyCachePersistenceHandlerTests.m */; }; |
| 1124 | + B2F7C96B2368FCAC00627A7C /* MSIDMacACLKeychainAccessorTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B2F7C96A2368FCAC00627A7C /* MSIDMacACLKeychainAccessorTests.m */; }; |
1119 | 1125 | B4A5ACCD21F7ED4500D2A780 /* MSIDAccountCacheItem+MSIDAccountMatchers.h in Headers */ = {isa = PBXBuildFile; fileRef = B4A5ACCB21F7ED4500D2A780 /* MSIDAccountCacheItem+MSIDAccountMatchers.h */; }; |
1120 | 1126 | B4A5ACCF21F7ED4500D2A780 /* MSIDAccountCacheItem+MSIDAccountMatchers.m in Sources */ = {isa = PBXBuildFile; fileRef = B4A5ACCC21F7ED4500D2A780 /* MSIDAccountCacheItem+MSIDAccountMatchers.m */; }; |
1121 | 1127 | B4A5ACD221F7F25400D2A780 /* MSIDAccountCacheItem+MSIDAccountMatchers.m in Sources */ = {isa = PBXBuildFile; fileRef = B4A5ACCC21F7ED4500D2A780 /* MSIDAccountCacheItem+MSIDAccountMatchers.m */; }; |
|
1806 | 1812 | B26A0B922072B824006BD95A /* MSIDAADOauth2FactoryTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSIDAADOauth2FactoryTests.m; sourceTree = "<group>"; }; |
1807 | 1813 | B26A0B952072B9CB006BD95A /* MSIDAADV1Oauth2FactoryTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSIDAADV1Oauth2FactoryTests.m; sourceTree = "<group>"; }; |
1808 | 1814 | B26A0B982072BABD006BD95A /* MSIDAADV2Oauth2FactoryTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSIDAADV2Oauth2FactoryTests.m; sourceTree = "<group>"; }; |
| 1815 | + B26CEAD823652795009E6E54 /* MSIDMacACLKeychainAccessor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSIDMacACLKeychainAccessor.h; sourceTree = "<group>"; }; |
| 1816 | + B26CEAD923652795009E6E54 /* MSIDMacACLKeychainAccessor.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSIDMacACLKeychainAccessor.m; sourceTree = "<group>"; }; |
| 1817 | + B26CEADC2365311E009E6E54 /* MSIDMacLegacyCachePersistenceHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSIDMacLegacyCachePersistenceHandler.h; sourceTree = "<group>"; }; |
| 1818 | + B26CEADD2365311E009E6E54 /* MSIDMacLegacyCachePersistenceHandler.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSIDMacLegacyCachePersistenceHandler.m; sourceTree = "<group>"; }; |
1809 | 1819 | B274DEC621FC002300DB7757 /* MSIDInteractiveRequestParametersTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSIDInteractiveRequestParametersTests.m; sourceTree = "<group>"; }; |
1810 | 1820 | B27551AF20816B4800AA7A38 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; }; |
1811 | 1821 | B27551C8208179EE00AA7A38 /* libIdentityAutomationAppLib iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIdentityAutomationAppLib iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
2058 | 2068 | B2ED1BB32204D26700A24E82 /* libIdentityAutomationTestLib Mac.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIdentityAutomationTestLib Mac.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
2059 | 2069 | B2EF14381FF2F21D005DC1C0 /* MSIDAADV2TokenResponse.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSIDAADV2TokenResponse.m; sourceTree = "<group>"; }; |
2060 | 2070 | B2EF14391FF2F21E005DC1C0 /* MSIDAADV2TokenResponse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSIDAADV2TokenResponse.h; sourceTree = "<group>"; }; |
| 2071 | + B2F6C7E3236BD01500C8D3AE /* MSIDMacLegacyCachePersistenceHandlerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSIDMacLegacyCachePersistenceHandlerTests.m; sourceTree = "<group>"; }; |
| 2072 | + B2F7C96A2368FCAC00627A7C /* MSIDMacACLKeychainAccessorTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSIDMacACLKeychainAccessorTests.m; sourceTree = "<group>"; }; |
2061 | 2073 | B4A5ACCB21F7ED4500D2A780 /* MSIDAccountCacheItem+MSIDAccountMatchers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MSIDAccountCacheItem+MSIDAccountMatchers.h"; sourceTree = "<group>"; }; |
2062 | 2074 | B4A5ACCC21F7ED4500D2A780 /* MSIDAccountCacheItem+MSIDAccountMatchers.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "MSIDAccountCacheItem+MSIDAccountMatchers.m"; sourceTree = "<group>"; }; |
2063 | 2075 | D626000F1FBD380500EE4487 /* NSString+MSIDExtensions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+MSIDExtensions.m"; sourceTree = "<group>"; }; |
|
3008 | 3020 | 05566D0F2204BB8A002DBA40 /* MSIDMacKeychainTokenCache.m */, |
3009 | 3021 | 1EFD58C322B43A4500ECD86E /* MSIDMacCredentialStorageItem.h */, |
3010 | 3022 | 1EFD58C422B43A4500ECD86E /* MSIDMacCredentialStorageItem.m */, |
| 3023 | + B26CEAD823652795009E6E54 /* MSIDMacACLKeychainAccessor.h */, |
| 3024 | + B26CEAD923652795009E6E54 /* MSIDMacACLKeychainAccessor.m */, |
| 3025 | + B26CEADC2365311E009E6E54 /* MSIDMacLegacyCachePersistenceHandler.h */, |
| 3026 | + B26CEADD2365311E009E6E54 /* MSIDMacLegacyCachePersistenceHandler.m */, |
3011 | 3027 | ); |
3012 | 3028 | path = mac; |
3013 | 3029 | sourceTree = "<group>"; |
|
3814 | 3830 | B27CCDD4229EF2C000CAD565 /* MSIDDictionaryExtensionsTests.m */, |
3815 | 3831 | B223B0A222ADEE4500FB8713 /* MSIDMaskedUsernameLogParameterTests.m */, |
3816 | 3832 | B223B0A522ADEE5900FB8713 /* MSIDMaskedLogParameterTests.m */, |
3817 | | - B203197E217BF191006488D0 /* MSIDClientCapabilitiesTests.m */, |
3818 | 3833 | B2525C742330623E006FBA4B /* MSIDMainThreadUtilTests.m */, |
| 3834 | + B2F7C96A2368FCAC00627A7C /* MSIDMacACLKeychainAccessorTests.m */, |
| 3835 | + B2F6C7E3236BD01500C8D3AE /* MSIDMacLegacyCachePersistenceHandlerTests.m */, |
3819 | 3836 | ); |
3820 | 3837 | path = tests; |
3821 | 3838 | sourceTree = "<group>"; |
|
3885 | 3902 | 232C657A2137684E002A41FE /* MSIDDRSDiscoveryResponseSerializer.h in Headers */, |
3886 | 3903 | 96F94A39208184790034676C /* MSIDOAuth2EmbeddedWebviewController.h in Headers */, |
3887 | 3904 | B2000C9920EC64CA0092790A /* MSIDCredentialType.h in Headers */, |
| 3905 | + B26CEADA23652795009E6E54 /* MSIDMacACLKeychainAccessor.h in Headers */, |
3888 | 3906 | B223B09E22ADD86500FB8713 /* MSIDCacheItemSerializing.h in Headers */, |
3889 | 3907 | B2000C9820EC64AC0092790A /* MSIDTelemetryCacheEvent.h in Headers */, |
3890 | 3908 | B2000C9D20EC653A0092790A /* MSIDAADV1IdTokenClaims.h in Headers */, |
|
4062 | 4080 | 96891A962190F15E00D7F437 /* MSIDWPJChallengeHandler.h in Headers */, |
4063 | 4081 | B20657A51FC91C1600412B7D /* MSIDTelemetryDispatcher.h in Headers */, |
4064 | 4082 | B281B334226BB83C009619AB /* MSIDOAuthRequestConfigurator.h in Headers */, |
| 4083 | + B26CEADE2365311E009E6E54 /* MSIDMacLegacyCachePersistenceHandler.h in Headers */, |
4065 | 4084 | 238E19CB2086FC87004DF483 /* MSIDUrlRequestSerializer.h in Headers */, |
4066 | 4085 | 233E96F322652C5B007FCE2A /* MSIDTelemetryEventsObserving.h in Headers */, |
4067 | 4086 | 96F21B1A20A65187002B87C3 /* MSIDWebviewInteracting.h in Headers */, |
|
4901 | 4920 | B2B1D57A204369D600DD81F0 /* MSIDAccountType.m in Sources */, |
4902 | 4921 | B210F4571FDDFA7B005A8F76 /* MSIDBrokerResponse.m in Sources */, |
4903 | 4922 | 23F9FD4822EC08D800DAB65D /* NSKeyedUnarchiver+MSIDExtensions.m in Sources */, |
| 4923 | + B26CEADF2365311E009E6E54 /* MSIDMacLegacyCachePersistenceHandler.m in Sources */, |
4904 | 4924 | 23B39AC8209BF9F2000AA905 /* MSIDOpenIdConfigurationInfoRequest.m in Sources */, |
4905 | 4925 | 23D7447A2097B2DA00210C51 /* MSIDAADV1AuthorizationCodeRequest.m in Sources */, |
4906 | 4926 | 23642AB8218805B000F97009 /* MSIDIntuneMAMResourcesCache.m in Sources */, |
|
4924 | 4944 | B2CDB5741FE2F4DF003A4B5C /* NSOrderedSet+MSIDExtensions.m in Sources */, |
4925 | 4945 | 96C998F120B638F60053A2D9 /* MSIDWebviewSession.m in Sources */, |
4926 | 4946 | 96891A982190F15E00D7F437 /* MSIDWPJChallengeHandler.m in Sources */, |
| 4947 | + B26CEADB23652795009E6E54 /* MSIDMacACLKeychainAccessor.m in Sources */, |
4927 | 4948 | 96090D9A20E59B2000E42B37 /* MSIDNotifications.m in Sources */, |
4928 | 4949 | 23D2049521D1C274009B5975 /* MSIDTokenResponseSerializer.m in Sources */, |
4929 | 4950 | 96F94A2920816B870034676C /* MSIDWebOAuth2Response.m in Sources */, |
|
4964 | 4985 | 23AE9DA8213A169200B285F3 /* MSIDOpenIdConfigurationInfoResponseSerializerTests.m in Sources */, |
4965 | 4986 | B2DD5B952047564C0084313F /* MSIDCredentialTypeTests.m in Sources */, |
4966 | 4987 | B28BBD40221267B200F51723 /* MSIDLegacyTokenResponseValidatorTests.m in Sources */, |
| 4988 | + B2F7C96B2368FCAC00627A7C /* MSIDMacACLKeychainAccessorTests.m in Sources */, |
4967 | 4989 | B29A36B920AFAAF200427B63 /* MSIDLegacyAccessorSSOIntegrationTests.m in Sources */, |
4968 | 4990 | B2DD5BC320479D9D0084313F /* MSIDKeyedArchiverSerializerTests.m in Sources */, |
4969 | 4991 | 238EF081208FFA4C0035ABE6 /* MSIDUrlRequestSerializerTests.m in Sources */, |
|
5049 | 5071 | B2DD5BB2204789FB0084313F /* MSIDIdTokenTests.m in Sources */, |
5050 | 5072 | 232C657721376755002A41FE /* MSIDDRSDiscoveryResponseSerializerTests.m in Sources */, |
5051 | 5073 | B279835B20D33A0A0051167F /* MSIDIdTokenClaimsTests.m in Sources */, |
| 5074 | + B2F6C7E4236BD01500C8D3AE /* MSIDMacLegacyCachePersistenceHandlerTests.m in Sources */, |
5052 | 5075 | B20657D01FC92B8F00412B7D /* MSIDTelemetryUIEventTests.m in Sources */, |
5053 | 5076 | B26A0B972072B9CB006BD95A /* MSIDAADV1Oauth2FactoryTests.m in Sources */, |
5054 | 5077 | B2DD5BA2204761660084313F /* MSIDLegacySingleResourceTokenTests.m in Sources */, |
|
0 commit comments