File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 cd testapp
6565 ionic cordova platform add ios@latest
6666 # run the patch script from the repository root to adjust generated iOS files in CI
67- bash scripts/patch-ios.sh platforms/ios
67+ bash ../ scripts/patch-ios.sh platforms/ios
6868 # build and instruct Cordova/Xcode to use the xcconfig the script creates
6969 ionic cordova build ios --no-interactive -- --buildFlag="-xcconfig platforms/ios/xcconfigs/ci-overrides.xcconfig" --buildFlag="-sdk iphonesimulator"
7070
@@ -122,5 +122,5 @@ jobs:
122122 ionic cap add ios
123123 npx cap sync ios
124124 # run the patch script to adjust generated Capacitor iOS files in CI
125- bash scripts/patch-ios.sh ios
125+ bash ../ scripts/patch-ios.sh ios
126126 xcodebuild -workspace ios/App/App.xcworkspace -scheme App -sdk iphonesimulator -configuration Debug build -xcconfig ios/xcconfigs/ci-overrides.xcconfig
You can’t perform that action at this time.
0 commit comments