Skip to content

Commit

Permalink
[ios, build] Set lower deployment target for SharedTests
Browse files Browse the repository at this point in the history
  • Loading branch information
tutao-mac committed Jul 29, 2024
1 parent 291047e commit 99d517f
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 @@ -342,7 +342,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 99d517f

Please sign in to comment.