Skip to content

Commit

Permalink
fix(auth): rename import header to "firebase_auth_messages.g.h". (#11472
Browse files Browse the repository at this point in the history
)
  • Loading branch information
russellwheatley committed Aug 16, 2023
1 parent 26ee5ed commit 693a6f3
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* BSD-style license that can be found in the LICENSE file.
*/

// Autogenerated from Pigeon (v9.2.4), do not edit directly.
// Autogenerated from Pigeon (v9.2.5), do not edit directly.
// See also: https://pub.dev/packages/pigeon

package io.flutter.plugins.firebase.auth;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#endif

#import <Firebase/Firebase.h>
#import <firebase_auth/messages.g.h>
#import "firebase_auth_messages.g.h"

#import <Foundation/Foundation.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#import <Firebase/Firebase.h>
#import <Foundation/Foundation.h>
#import <firebase_auth/messages.g.h>
#import "firebase_auth_messages.g.h"

@interface PigeonParser : NSObject

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#import "messages.g.h"
#import "firebase_auth_messages.g.h"

@interface PigeonMultiFactorInfo (Map)
- (NSDictionary *)toList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

#import <AuthenticationServices/AuthenticationServices.h>
#import <Foundation/Foundation.h>
#import <firebase_auth/messages.g.h>
#import <firebase_core/FLTFirebasePlugin.h>
#import "firebase_auth_messages.g.h"

@interface FLTFirebaseAuthPlugin
: FLTFirebasePlugin <FlutterPlugin,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Autogenerated from Pigeon (v9.2.4), do not edit directly.
// Autogenerated from Pigeon (v9.2.5), do not edit directly.
// See also: https://pub.dev/packages/pigeon

#import <Foundation/Foundation.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Autogenerated from Pigeon (v9.2.4), do not edit directly.
// Autogenerated from Pigeon (v9.2.5), do not edit directly.
// See also: https://pub.dev/packages/pigeon

#import "messages.g.h"
#import "firebase_auth_messages.g.h"
#if TARGET_OS_OSX
#import <FlutterMacOS/FlutterMacOS.h>
#else
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ import 'package:pigeon/pigeon.dart';
package: 'io.flutter.plugins.firebase.auth',
className: 'GeneratedAndroidFirebaseAuth',
),
objcHeaderOut: '../firebase_auth/ios/Classes/Public/messages.g.h',
objcSourceOut: '../firebase_auth/ios/Classes/messages.g.m',
objcHeaderOut:
'../firebase_auth/ios/Classes/Public/firebase_auth_messages.g.h',
objcSourceOut: '../firebase_auth/ios/Classes/firebase_auth_messages.g.m',
),
)
class PigeonMultiFactorSession {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

// Autogenerated from Pigeon (v9.2.4), do not edit directly.
// Autogenerated from Pigeon (v9.2.5), do not edit directly.
// See also: https://pub.dev/packages/pigeon
// ignore_for_file: public_member_api_docs, non_constant_identifier_names, avoid_as, unused_import, unnecessary_parenthesis, unnecessary_import
// ignore_for_file: avoid_relative_lib_imports
Expand Down

0 comments on commit 693a6f3

Please sign in to comment.