From 8f15a62b02605027e67ae86b0a8595bcf1cf6033 Mon Sep 17 00:00:00 2001 From: woxtu Date: Tue, 17 Nov 2020 10:01:33 +0900 Subject: [PATCH] Change the public headers directory --- Package.swift | 2 +- Source/include/PINCache/PINCache.h | 1 + Source/include/PINCache/PINCacheMacros.h | 1 + Source/include/PINCache/PINCacheObjectSubscripting.h | 1 + Source/include/PINCache/PINCaching.h | 1 + Source/include/PINCache/PINDiskCache.h | 1 + Source/include/PINCache/PINMemoryCache.h | 1 + 7 files changed, 7 insertions(+), 1 deletion(-) create mode 120000 Source/include/PINCache/PINCache.h create mode 120000 Source/include/PINCache/PINCacheMacros.h create mode 120000 Source/include/PINCache/PINCacheObjectSubscripting.h create mode 120000 Source/include/PINCache/PINCaching.h create mode 120000 Source/include/PINCache/PINDiskCache.h create mode 120000 Source/include/PINCache/PINMemoryCache.h diff --git a/Package.swift b/Package.swift index 38447e31..fb2fc969 100644 --- a/Package.swift +++ b/Package.swift @@ -33,7 +33,7 @@ let package = Package( "build_docs.sh", "Cartfile", "Cartfile.resolved", "Makefile", "PINCache.podspec", "Info.plist"], - publicHeadersPath: "."), + publicHeadersPath: "include"), .testTarget( name: "PINCacheTests", dependencies: ["PINCache"], diff --git a/Source/include/PINCache/PINCache.h b/Source/include/PINCache/PINCache.h new file mode 120000 index 00000000..76a60a50 --- /dev/null +++ b/Source/include/PINCache/PINCache.h @@ -0,0 +1 @@ +../../PINCache.h \ No newline at end of file diff --git a/Source/include/PINCache/PINCacheMacros.h b/Source/include/PINCache/PINCacheMacros.h new file mode 120000 index 00000000..80168b7b --- /dev/null +++ b/Source/include/PINCache/PINCacheMacros.h @@ -0,0 +1 @@ +../../PINCacheMacros.h \ No newline at end of file diff --git a/Source/include/PINCache/PINCacheObjectSubscripting.h b/Source/include/PINCache/PINCacheObjectSubscripting.h new file mode 120000 index 00000000..ceeb3108 --- /dev/null +++ b/Source/include/PINCache/PINCacheObjectSubscripting.h @@ -0,0 +1 @@ +../../PINCacheObjectSubscripting.h \ No newline at end of file diff --git a/Source/include/PINCache/PINCaching.h b/Source/include/PINCache/PINCaching.h new file mode 120000 index 00000000..7bdfe5c4 --- /dev/null +++ b/Source/include/PINCache/PINCaching.h @@ -0,0 +1 @@ +../../PINCaching.h \ No newline at end of file diff --git a/Source/include/PINCache/PINDiskCache.h b/Source/include/PINCache/PINDiskCache.h new file mode 120000 index 00000000..323ef6a2 --- /dev/null +++ b/Source/include/PINCache/PINDiskCache.h @@ -0,0 +1 @@ +../../PINDiskCache.h \ No newline at end of file diff --git a/Source/include/PINCache/PINMemoryCache.h b/Source/include/PINCache/PINMemoryCache.h new file mode 120000 index 00000000..68e77631 --- /dev/null +++ b/Source/include/PINCache/PINMemoryCache.h @@ -0,0 +1 @@ +../../PINMemoryCache.h \ No newline at end of file