Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Another missed rename
  • Loading branch information
stuartmorgan-g committed Feb 12, 2024
commit bbb485e1171acf075c7753b907bfc73e602387d5
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

#import "messages.g.h"

@interface FLALocalAuthPlugin : NSObject <FlutterPlugin, FLALocalAuthApi>
@interface FLALocalAuthPlugin : NSObject <FlutterPlugin, FLADLocalAuthApi>
@end
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ @implementation FLALocalAuthPlugin
+ (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar {
FLALocalAuthPluginLocalAuthPlugin *instance = [[FLALocalAuthPluginLocalAuthPlugin alloc] init];
[registrar addApplicationDelegate:instance];
SetUpFLALocalAuthApi([registrar messenger], instance);
SetUpFLADLocalAuthApi([registrar messenger], instance);
}

- (instancetype)init {
Expand All @@ -75,7 +75,7 @@ - (instancetype)initWithContextFactory:(NSObject<FLADAuthContextFactory> *)facto
return self;
}

#pragma mark FLALocalAuthApi
#pragma mark FLADLocalAuthApi

- (void)authenticateWithOptions:(nonnull FLADAuthOptions *)options
strings:(nonnull FLADAuthStrings *)strings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
97C146E61CF9000F007C117D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1430;
LastUpgradeCheck = 1510;
ORGANIZATIONNAME = "The Flutter Authors";
TargetAttributes = {
3398D2CC26163948005A052F = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1430"
LastUpgradeVersion = "1510"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down