build_ios: Undo changes after build

fastlane changes the Info.plist file to add the correct version number.
This commit is contained in:
Vishesh Handa
2020-09-04 11:39:17 +02:00
parent 0d5dc317c1
commit 5b26d8cb1d

View File

@ -21,3 +21,5 @@ flutter build ios --release
cd ios cd ios
fastlane release fastlane release
git co .