Skip to content

Commit 7e618cc

Browse files
MaikuBAnka
andauthored
[flutter_appauth] fixed how AppAuth iOS classes were imported in OIDExternalUserAgentIOSSafariViewController (#570)
* updated how AppAuth iOS classes are imported * Clang Format * release preparation --------- Co-authored-by: Anka <[email protected]>
1 parent a36c5fd commit 7e618cc

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

flutter_appauth/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [8.0.1]
2+
3+
* Fixed issue [568](https://github.com/MaikuB/flutter_appauth/issues/568) where compilation could fail with a `'OIDExternalUserAgent.h' file not found` error
4+
15
## [8.0.0+1]
26

37
* Updated 8.0.0 as it was missing mention of the privacy manifest file to the macOS implementation of the plugin

flutter_appauth/ios/Classes/OIDExternalUserAgentIOSSafariViewController.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@
1414
limitations under the License.
1515
*/
1616

17+
#import <AppAuth/AppAuth.h>
1718
#import <UIKit/UIKit.h>
1819

19-
#import "OIDExternalUserAgent.h"
20-
#import "OIDExternalUserAgentIOS.h"
21-
#import "OIDExternalUserAgentIOSSafariViewController.h"
22-
2320
NS_ASSUME_NONNULL_BEGIN
2421

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

7269
@end
7370

74-
NS_ASSUME_NONNULL_END
71+
NS_ASSUME_NONNULL_END

flutter_appauth/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_appauth
22
description: This plugin provides an abstraction around the Android and iOS
33
AppAuth SDKs so it can be used to communicate with OAuth 2.0 and OpenID
44
Connect providers
5-
version: 8.0.0+1
5+
version: 8.0.1
66
homepage: https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth
77

88
environment:

0 commit comments

Comments
 (0)