File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -135,14 +135,6 @@ jobs:
135
135
run : |
136
136
[[ "${{ matrix.build-type }}" == "production" ]] && CONFIG='Release' || CONFIG='Debug'
137
137
echo "Building $CONFIG"
138
-
139
- # Set preprocessor flags for dev builds
140
- if [[ "${{ matrix.build-type }}" == "dev" ]]; then
141
- EXTRA_FLAGS="GCC_PREPROCESSOR_DEFINITIONS=\$(inherited) SDK_V9=0"
142
- else
143
- EXTRA_FLAGS=""
144
- fi
145
-
146
138
mkdir -p "DerivedData"
147
139
derivedData="$(cd "DerivedData" ; pwd -P)"
148
140
set -o pipefail && xcodebuild \
@@ -153,7 +145,6 @@ jobs:
153
145
-destination 'generic/platform=iOS Simulator' \
154
146
ONLY_ACTIVE_ARCH=yes \
155
147
-derivedDataPath "$derivedData" \
156
- $EXTRA_FLAGS \
157
148
build \
158
149
| tee xcodebuild.log \
159
150
| xcbeautify --quieter --is-ci --disable-colored-output
You can’t perform that action at this time.
0 commit comments