Skip to content

Commit

Permalink
Carthage fix for 6.1.0 (#222)
Browse files Browse the repository at this point in the history
* Carthage fix for 6.1.0
  • Loading branch information
IldarAbdullin-okta authored Apr 23, 2020
1 parent 06256f5 commit 65bbaa9
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 148 deletions.
91 changes: 0 additions & 91 deletions Okta/AppAuth/AppAuth.h

This file was deleted.

10 changes: 8 additions & 2 deletions Okta/OktaOidc/OktaOidc.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Copyright (c) 2017-Present, Okta, Inc. and/or its affiliates. All rights reserved.
* The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
*
Expand Down Expand Up @@ -36,6 +36,11 @@
#import "OIDURLSessionProvider.h"
#import "OIDEndSessionRequest.h"
#import "OIDEndSessionResponse.h"
#import "OIDClientMetadataParameters.h"
#import "AppAuthCore.h"
#import "OIDDefines.h"
#import "OIDFieldMapping.h"
#import "OIDURLQueryComponent.h"
#import "OktaUserAgent.h"

#if TARGET_OS_IOS
Expand All @@ -48,6 +53,7 @@
#import "OIDAuthorizationService+Mac.h"
#import "OIDExternalUserAgentMac.h"
#import "OIDRedirectHTTPHandler.h"
#import "OIDLoopbackHTTPServer.h"
#else
#error "Platform Undefined"
#endif
#endif
35 changes: 0 additions & 35 deletions Tests/AppAuthTests/OIDSwiftTests.swift

This file was deleted.

Loading

0 comments on commit 65bbaa9

Please sign in to comment.