mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 17:29:50 +08:00
build_ios: Print xcode version
This commit is contained in:
@ -32,6 +32,8 @@ echo "Build Number: $BUILD_NUM"
|
|||||||
BUILD_NAME=$(cat pubspec.yaml | grep version | awk '{ print $2 }' | awk -F "+" '{ print $1 }')
|
BUILD_NAME=$(cat pubspec.yaml | grep version | awk '{ print $2 }' | awk -F "+" '{ print $1 }')
|
||||||
echo "Build Name: $BUILD_NAME"
|
echo "Build Name: $BUILD_NAME"
|
||||||
|
|
||||||
|
xcodebuild -version
|
||||||
|
|
||||||
flutter build ios --release --no-codesign --build-number="$BUILD_NUM" --build-name="$BUILD_NAME"
|
flutter build ios --release --no-codesign --build-number="$BUILD_NUM" --build-name="$BUILD_NAME"
|
||||||
|
|
||||||
cd ios
|
cd ios
|
||||||
|
Reference in New Issue
Block a user