diff --git a/iOS/APIExample-SwiftUI/package_script.sh b/iOS/APIExample-SwiftUI/package_script.sh index 38ffce68f..3006e6dc6 100755 --- a/iOS/APIExample-SwiftUI/package_script.sh +++ b/iOS/APIExample-SwiftUI/package_script.sh @@ -1,4 +1,6 @@ - +xcode_version=$(xcodebuild -version) +echo "Xcode Version Information:" +echo "$xcode_version" http_proxy=http://10.10.114.51:1080 https_proxy=http://10.10.114.51:1080 pod install --repo-update if [ $? -eq 0 ]; then @@ -14,4 +16,4 @@ current_datetime=$(date +'%Y-%m-%d_%H-%M-%S') echo $current_datetime project_name=$(echo $script_path | rev | cut -d'/' -f1 | rev) echo $project_name -zip -r ${project_name}_${current_datetime}.zip . \ No newline at end of file +zip -r ${project_name}_${current_datetime}.zip .