Skip to content

Commit 6aab7ee

Browse files
committed
Reshifting jwe response
1 parent da1631a commit 6aab7ee

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

IdentityCore/IdentityCore.xcodeproj/project.pbxproj

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 48;
6+
objectVersion = 70;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -737,6 +737,9 @@
737737
6E4F658F24D4883A0070CA36 /* MSIDSymmetricKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E4F658D24D4883A0070CA36 /* MSIDSymmetricKey.m */; };
738738
6E4F659324D48B630070CA36 /* MSIDSymmetricKeyTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E4F659024D48B120070CA36 /* MSIDSymmetricKeyTests.m */; };
739739
6E4F659424D48B6D0070CA36 /* MSIDSymmetricKeyTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E4F659024D48B120070CA36 /* MSIDSymmetricKeyTests.m */; };
740+
7209A3D32EB581B10050CB13 /* MSIDJweResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 7209A3D22EB581A90050CB13 /* MSIDJweResponse.h */; };
741+
7209A3D52EB581BE0050CB13 /* MSIDJweResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 7209A3D42EB581BB0050CB13 /* MSIDJweResponse.m */; };
742+
7209A3D62EB581BE0050CB13 /* MSIDJweResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 7209A3D42EB581BB0050CB13 /* MSIDJweResponse.m */; };
740743
720AC2A72550D4FB00B2C7C8 /* MSIDAppExtensionUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 720AC2A62550D4FB00B2C7C8 /* MSIDAppExtensionUtil.m */; };
741744
720B5B4E2DD573C300318FE5 /* MSIDJWECrypto.h in Headers */ = {isa = PBXBuildFile; fileRef = 720B5B4D2DD573A400318FE5 /* MSIDJWECrypto.h */; };
742745
720B5B502DD577C700318FE5 /* MSIDJWECrypto.m in Sources */ = {isa = PBXBuildFile; fileRef = 720B5B4F2DD577C100318FE5 /* MSIDJWECrypto.m */; };
@@ -2689,6 +2692,8 @@
26892692
6E4F658B24D488010070CA36 /* MSIDSymmetricKey.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSIDSymmetricKey.h; sourceTree = "<group>"; };
26902693
6E4F658D24D4883A0070CA36 /* MSIDSymmetricKey.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSIDSymmetricKey.m; sourceTree = "<group>"; };
26912694
6E4F659024D48B120070CA36 /* MSIDSymmetricKeyTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSIDSymmetricKeyTests.m; sourceTree = "<group>"; };
2695+
7209A3D22EB581A90050CB13 /* MSIDJweResponse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSIDJweResponse.h; sourceTree = "<group>"; };
2696+
7209A3D42EB581BB0050CB13 /* MSIDJweResponse.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSIDJweResponse.m; sourceTree = "<group>"; };
26922697
720AC2A62550D4FB00B2C7C8 /* MSIDAppExtensionUtil.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSIDAppExtensionUtil.m; sourceTree = "<group>"; };
26932698
720B5B4D2DD573A400318FE5 /* MSIDJWECrypto.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSIDJWECrypto.h; sourceTree = "<group>"; };
26942699
720B5B4F2DD577C100318FE5 /* MSIDJWECrypto.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSIDJWECrypto.m; sourceTree = "<group>"; };
@@ -5719,6 +5724,8 @@
57195724
D6DA89721FBA6A4E004C56C7 /* src */ = {
57205725
isa = PBXGroup;
57215726
children = (
5727+
7209A3D42EB581BB0050CB13 /* MSIDJweResponse.m */,
5728+
7209A3D22EB581A90050CB13 /* MSIDJweResponse.h */,
57225729
E7B671B7257B15790053773F /* throttling */,
57235730
2309391A2189301600EAC95D /* MSIDJsonSerializing.h */,
57245731
1E72192224772CAF00AB9B67 /* auth_scheme */,
@@ -6249,6 +6256,7 @@
62496256
1EE541402458B30300A86414 /* MSIDDevicePopManager.h in Headers */,
62506257
E656E07D2C2627FB0011FB23 /* MSIDWebUpgradeRegResponse.h in Headers */,
62516258
B48FC02F2D726A52007B80DB /* MSIDBrokerFlightProvider.h in Headers */,
6259+
7209A3D32EB581B10050CB13 /* MSIDJweResponse.h in Headers */,
62526260
B286B9B32389DD78007833AD /* MSIDWebAADAuthCodeResponse.h in Headers */,
62536261
2A59B4202D76618900304FB1 /* MSIDXpcProviderCache.h in Headers */,
62546262
886F516E29CCA83000F09471 /* MSIDCIAMAuthorityResolver.h in Headers */,
@@ -7346,6 +7354,7 @@
73467354
B217863523A5948D00839CE8 /* MSIDSignoutController.m in Sources */,
73477355
1E707FE12407336D00716148 /* MSIDBrokerNativeAppOperationResponse.m in Sources */,
73487356
23C10AA02B40D9350063D97C /* MSIDBrowserNativeMessageSignOutResponse.m in Sources */,
7357+
7209A3D62EB581BE0050CB13 /* MSIDJweResponse.m in Sources */,
73497358
B251CC3A2041058D005E0179 /* MSIDLegacySingleResourceToken.m in Sources */,
73507359
233E96F822652D3A007FCE2A /* MSIDAggregatedDispatcher.m in Sources */,
73517360
B2A3C2812145D04E0082525C /* MSIDAuthorityCacheRecord.m in Sources */,
@@ -8301,6 +8310,7 @@
83018310
2352AF332AA7C7B700FA2253 /* MSIDBrowserNativeMessageGetTokenResponse.m in Sources */,
83028311
B443F0022AD6328700782168 /* MSIDBrokerOperationPasskeyCredentialRequest.m in Sources */,
83038312
B20657B01FC91FD100412B7D /* MSIDTelemetryEventStrings.m in Sources */,
8313+
7209A3D52EB581BE0050CB13 /* MSIDJweResponse.m in Sources */,
83048314
B443EFF32AD629B200782168 /* MSIDSSOExtensionPasskeyCredentialRequest.m in Sources */,
83058315
D6D9A4511FBD3FB800EFA430 /* NSURL+MSIDExtensions.m in Sources */,
83068316
2306D2B920AD07C400F875A3 /* MSIDURLSessionManager.m in Sources */,

IdentityCore/src/JWEResponse/MSIDJweResponse.h renamed to IdentityCore/src/MSIDJweResponse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2121
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2222
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23-
// THE SOFTWARE.
23+
// THE SOFTWARE.
2424

2525
#import <Foundation/Foundation.h>
2626
NS_ASSUME_NONNULL_BEGIN

IdentityCore/src/JWEResponse/MSIDJweResponse.m renamed to IdentityCore/src/MSIDJweResponse.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2121
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2222
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23-
// THE SOFTWARE.
23+
// THE SOFTWARE.
2424

2525

2626
#import <Foundation/Foundation.h>

0 commit comments

Comments
 (0)