Skip to content

Commit

Permalink
Fix deployment target in WireProtos
Browse files Browse the repository at this point in the history
  • Loading branch information
samwyndham committed Oct 21, 2024
1 parent 2dd14c5 commit 8a5c115
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wire-ios-protos/WireProtos.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@
buildSettings = {
CLANG_ENABLE_MODULES = YES;
INFOPLIST_FILE = ProtosTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -412,6 +413,7 @@
buildSettings = {
CLANG_ENABLE_MODULES = YES;
INFOPLIST_FILE = ProtosTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down

0 comments on commit 8a5c115

Please sign in to comment.