Skip to content

Commit 65bbaa9

Browse files
Carthage fix for 6.1.0 (#222)
* Carthage fix for 6.1.0
1 parent 06256f5 commit 65bbaa9

File tree

4 files changed

+22
-148
lines changed

4 files changed

+22
-148
lines changed

Okta/AppAuth/AppAuth.h

Lines changed: 0 additions & 91 deletions
This file was deleted.

Okta/OktaOidc/OktaOidc.h

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
* Copyright (c) 2017-Present, Okta, Inc. and/or its affiliates. All rights reserved.
33
* The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
44
*
@@ -36,6 +36,11 @@
3636
#import "OIDURLSessionProvider.h"
3737
#import "OIDEndSessionRequest.h"
3838
#import "OIDEndSessionResponse.h"
39+
#import "OIDClientMetadataParameters.h"
40+
#import "AppAuthCore.h"
41+
#import "OIDDefines.h"
42+
#import "OIDFieldMapping.h"
43+
#import "OIDURLQueryComponent.h"
3944
#import "OktaUserAgent.h"
4045

4146
#if TARGET_OS_IOS
@@ -48,6 +53,7 @@
4853
#import "OIDAuthorizationService+Mac.h"
4954
#import "OIDExternalUserAgentMac.h"
5055
#import "OIDRedirectHTTPHandler.h"
56+
#import "OIDLoopbackHTTPServer.h"
5157
#else
5258
#error "Platform Undefined"
53-
#endif
59+
#endif

Tests/AppAuthTests/OIDSwiftTests.swift

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)