From 5b26d8cb1d0fa1eef48414daee0d5dbd3a90a56c Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Fri, 4 Sep 2020 11:39:17 +0200 Subject: [PATCH] build_ios: Undo changes after build fastlane changes the Info.plist file to add the correct version number. --- scripts/build_ios.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/build_ios.sh b/scripts/build_ios.sh index a9e5bf32..6a469fa0 100755 --- a/scripts/build_ios.sh +++ b/scripts/build_ios.sh @@ -21,3 +21,5 @@ flutter build ios --release cd ios fastlane release + +git co .