diff options
author | Jack Lloyd <[email protected]> | 2019-03-27 09:14:06 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-03-27 09:14:06 -0400 |
commit | 1c6803e9f6da35de07e6f220c93e7d7512e07588 (patch) | |
tree | 2270e0f81b7a6e23f820033226fd429bcd4c4fb5 /src/lib/x509/certstor_system_macos | |
parent | e16e981152236703bdaf482b867fb90c5f1f9f6a (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.txt | 6 |
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> |