diff --git a/scripts/release-ios-testflight.sh b/scripts/release-ios-testflight.sh index 9d67b55b9..fe06b7add 100755 --- a/scripts/release-ios-testflight.sh +++ b/scripts/release-ios-testflight.sh @@ -1,4 +1,5 @@ #!/bin/sh -ve +git apply ./scripts/enable-android-google-services.patch flutter clean flutter pub get cd ios diff --git a/scripts/release-ios.sh b/scripts/release-ios.sh deleted file mode 100755 index 05aa59654..000000000 --- a/scripts/release-ios.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -ve -flutter clean -flutter pub get -cd ios -pod install -pod update -cd .. -flutter build ios --release -cd ios -bundle install -bundle update fastlane -bundle exec fastlane release -cd .. \ No newline at end of file