Skip to content

Commit

Permalink
[ios, build] Set lower deployment target for SharedTests
Browse files Browse the repository at this point in the history
This is needed because test on Github might be running on slightly
lower iOS version and it matches our general deployment target.
  • Loading branch information
charlag committed Jul 29, 2024
1 parent 1603b4c commit f1445f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-ios/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ targets:
GCC_NO_COMMON_BLOCKS: "YES"
CLANG_CXX_LANGUAGE_STANDARD: "gnu++20"
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS: "YES"
IPHONEOS_DEPLOYMENT_TARGET: "17.2"
IPHONEOS_DEPLOYMENT_TARGET: "15.5"
LOCALIZATION_PREFERS_STRING_CATALOGS: "YES"
SWIFT_EMIT_LOC_STRINGS: "YES"
GENERATE_INFOPLIST_FILE: "YES"
Expand Down

0 comments on commit f1445f3

Please sign in to comment.