Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/#239 firebase configurator script #255

Closed

Conversation

vanlooverenkoen
Copy link
Contributor

Fixed #239

_removeLineInFileStartWith('lib/di/injectable.dart', "import 'package:firebase_analytics/firebase_analytics.dart';");
_removeLineInFileStartWith('lib/main_common.dart', "import 'package:firebase_crashlytics/firebase_crashlytics.dart';");
_removeLineInFileStartWith('lib/main_common.dart', " await _setupCrashLogging");
_removeLineInFileStartWith('ios/Runner.xcodeproj/project.pbxproj', " 3629EB6826E758C500F774E2 /* GoogleService-Info-dev.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3629EB6726E758C500F774E2 /* GoogleService-Info-dev.plist */; };");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This feels like it will break due to changing file refs

Copy link
Contributor

@NicolaVerbeeck NicolaVerbeeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The replacement of the files in xcode is not configuration change safe I think

@NicolaVerbeeck
Copy link
Contributor

Any updates on this?

@vanlooverenkoen
Copy link
Contributor Author

We will wait on the flutter_template refactor. And see what we decide there.

@vanlooverenkoen
Copy link
Contributor Author

Won't use this

@vanlooverenkoen vanlooverenkoen deleted the bugfix/#239-firebase-configurator-script branch August 17, 2023 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not having firebase plist files breaks the build
3 participants