From 9d32af7d78e20dfe1a483947013882e6e7bd808d Mon Sep 17 00:00:00 2001 From: Jonathan Willis Date: Tue, 12 Jun 2018 10:59:13 -0700 Subject: [PATCH] Removing CommonCrypto to fix builds in Xcode 10 beta --- CommonCrypto/module.modulemap | 4 ---- CommonCrypto/shim.h | 1 - 2 files changed, 5 deletions(-) delete mode 100644 CommonCrypto/module.modulemap delete mode 100644 CommonCrypto/shim.h diff --git a/CommonCrypto/module.modulemap b/CommonCrypto/module.modulemap deleted file mode 100644 index b70f7d6..0000000 --- a/CommonCrypto/module.modulemap +++ /dev/null @@ -1,4 +0,0 @@ -module CommonCrypto [system] { - header "shim.h" - export * -} diff --git a/CommonCrypto/shim.h b/CommonCrypto/shim.h deleted file mode 100644 index c332624..0000000 --- a/CommonCrypto/shim.h +++ /dev/null @@ -1 +0,0 @@ -#include