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
fix: rename apple header file and regenerate Pigeon
  • Loading branch information
russellwheatley committed Aug 16, 2023
commit 4096c8d380afd59542d4d98b4eeb87d99793f90f
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,7 +13,7 @@

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

@interface FLTFirebaseAuthPlugin
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 <firebase_auth/messages.g.h>
#import "firebase_auth_messages.g.h"
#if TARGET_OS_OSX
#import <FlutterMacOS/FlutterMacOS.h>
#else
Expand Down
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