Skip to content

Commit d0f56da

Browse files
committed
Revert "Set SDK_V9=0 in sample app dev build"
This reverts commit bc32ea1.
1 parent bc32ea1 commit d0f56da

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/sample-application.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,6 @@ jobs:
135135
run: |
136136
[[ "${{ matrix.build-type }}" == "production" ]] && CONFIG='Release' || CONFIG='Debug'
137137
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-
146138
mkdir -p "DerivedData"
147139
derivedData="$(cd "DerivedData" ; pwd -P)"
148140
set -o pipefail && xcodebuild \
@@ -153,7 +145,6 @@ jobs:
153145
-destination 'generic/platform=iOS Simulator' \
154146
ONLY_ACTIVE_ARCH=yes \
155147
-derivedDataPath "$derivedData" \
156-
$EXTRA_FLAGS \
157148
build \
158149
| tee xcodebuild.log \
159150
| xcbeautify --quieter --is-ci --disable-colored-output

0 commit comments

Comments
 (0)