build: fix iOS Deployment Target of DNSecureTests

This commit is contained in:
Kenta Kubo 2024-07-17 01:21:36 +09:00
parent 853fb0df13
commit 9e4a505697
No known key found for this signature in database
GPG key ID: 3D79E20285C94BE8

View file

@ -583,7 +583,6 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = X4678G5DL2;
INFOPLIST_FILE = DNSecureTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
@ -605,7 +604,6 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = X4678G5DL2;
INFOPLIST_FILE = DNSecureTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",