File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 6969 pod --version || true
7070 if [ -f platforms/ios/Podfile ]; then (cd platforms/ios && pod install --repo-update); fi
7171 # build and instruct Cordova/Xcode to use the xcconfig the script creates
72+ XCOV=$(pwd)/platforms/ios/xcconfigs/ci-overrides.xcconfig
7273 ionic cordova build ios --no-interactive -- \
73- --buildFlag="-xcconfig platforms/ios/xcconfigs/ci-overrides.xcconfig " \
74+ --buildFlag="-xcconfig ${XCOV} " \
7475 --buildFlag="-sdk iphonesimulator" \
7576 --buildFlag="-destination generic/platform=iOS Simulator"
7677
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ PODPATCH
106106HEADER_SEARCH_PATHS = $(inherited) $(DERIVED_FILE_DIR)/GeneratedModuleMaps-iphonesimulator
107107EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64
108108ONLY_ACTIVE_ARCH = YES
109+ IPHONEOS_DEPLOYMENT_TARGET = 13.0
109110XC
110111 echo " - Created ${XC_CONFIG_PATH} "
111112
You can’t perform that action at this time.
0 commit comments