We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047b372 commit 5675776Copy full SHA for 5675776
1 file changed
.github/workflows/codeql.yml
@@ -229,8 +229,10 @@ jobs:
229
CODE_SIGN_IDENTITY="" \
230
CODE_SIGNING_REQUIRED=NO \
231
CODE_SIGNING_ALLOWED=NO \
232
- BUILD_LIBRARY_FOR_DISTRIBUTION=YES \
233
- SKIP_INSTALL=NO
+ BUILD_LIBRARY_FOR_DISTRIBUTION=NO \
+ APPLICATION_EXTENSION_API_ONLY=YES \
234
+ SKIP_INSTALL=NO \
235
+ IPHONEOS_DEVELOPMENT_TARGET=13.2
236
237
# yarn add @iterable/react-native-sdk
238
# yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
0 commit comments