Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

chore(deps-dev): bump vite from 4.5.3 to 7.1.5 in /retail-web #70

chore(deps-dev): bump vite from 4.5.3 to 7.1.5 in /retail-web

chore(deps-dev): bump vite from 4.5.3 to 7.1.5 in /retail-web #70

Workflow file for this run

name: Build for iOS
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-ios:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Build ios
run: |
sudo xcode-select -s '/Applications/Xcode_15.2.app/Contents/Developer'
xcode-select --print-path
cd ios
xcodebuild -resolvePackageDependencies
echo "start build ios app"
set -o pipefail
xcodebuild -scheme "ModerneShopping" -sdk iphoneos -configuration Release -destination generic/platform=iOS CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO clean archive | xcpretty