aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509/certstor_system_macos
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-03-27 09:14:06 -0400
committerJack Lloyd <[email protected]>2019-03-27 09:14:06 -0400
commit1c6803e9f6da35de07e6f220c93e7d7512e07588 (patch)
tree2270e0f81b7a6e23f820033226fd429bcd4c4fb5 /src/lib/x509/certstor_system_macos
parente16e981152236703bdaf482b867fb90c5f1f9f6a (diff)
Rename 'darwin' target to 'macos'
Both because that's the more common term, and because iOS/watchOS also uses the Darwin kernel, but we have a distinct target for mobile.
Diffstat (limited to 'src/lib/x509/certstor_system_macos')
-rw-r--r--src/lib/x509/certstor_system_macos/info.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/x509/certstor_system_macos/info.txt b/src/lib/x509/certstor_system_macos/info.txt
index 46cc432e5..1ad40f1d6 100644
--- a/src/lib/x509/certstor_system_macos/info.txt
+++ b/src/lib/x509/certstor_system_macos/info.txt
@@ -11,6 +11,6 @@ certstor_macos.h
</header:public>
<frameworks>
-darwin -> CoreFoundation
-darwin -> Security
-</frameworks> \ No newline at end of file
+macos -> CoreFoundation
+macos -> Security
+</frameworks>