Skip to content

Commit

Permalink
Update swift-integration.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley authored Dec 5, 2024
1 parent 414e23d commit 0d98d34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scripts/swift-integration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Future<void> buildSwiftExampleApp(String platform, String plugin) async {
if (plugin == 'cloud_firestore') {
// Need to remove Podfile for Firestore as it pulls in https://github.com/invertase/firestore-ios-sdk-frameworks.git
await _runCommand('rm', ['Podfile']);
await _runCommand('pod', ['deintegrate']);
}
// Determine the arguments for the flutter build command
final flutterArgs = ['build', platform];
Expand Down

0 comments on commit 0d98d34

Please sign in to comment.