Skip to content

Commit

Permalink
[flutter_appauth] fixed how AppAuth iOS classes were imported in OIDE…
Browse files Browse the repository at this point in the history
…xternalUserAgentIOSSafariViewController (#570)

* updated how AppAuth iOS classes are imported

* Clang Format

* release preparation

---------

Co-authored-by: Anka <[email protected]>
  • Loading branch information
MaikuB and Anka authored Nov 15, 2024
1 parent a36c5fd commit 7e618cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 4 additions & 0 deletions flutter_appauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [8.0.1]

* Fixed issue [568](https://github.com/MaikuB/flutter_appauth/issues/568) where compilation could fail with a `'OIDExternalUserAgent.h' file not found` error

## [8.0.0+1]

* Updated 8.0.0 as it was missing mention of the privacy manifest file to the macOS implementation of the plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@
limitations under the License.
*/

#import <AppAuth/AppAuth.h>
#import <UIKit/UIKit.h>

#import "OIDExternalUserAgent.h"
#import "OIDExternalUserAgentIOS.h"
#import "OIDExternalUserAgentIOSSafariViewController.h"

NS_ASSUME_NONNULL_BEGIN

/*! @brief Allows library consumers to bootstrap an @c SFSafariViewController as
Expand Down Expand Up @@ -71,4 +68,4 @@ NS_ASSUME_NONNULL_BEGIN

@end

NS_ASSUME_NONNULL_END
NS_ASSUME_NONNULL_END
2 changes: 1 addition & 1 deletion flutter_appauth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_appauth
description: This plugin provides an abstraction around the Android and iOS
AppAuth SDKs so it can be used to communicate with OAuth 2.0 and OpenID
Connect providers
version: 8.0.0+1
version: 8.0.1
homepage: https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth

environment:
Expand Down

0 comments on commit 7e618cc

Please sign in to comment.