diff --git a/Package.swift b/Package.swift index dd99064..3d9563d 100644 --- a/Package.swift +++ b/Package.swift @@ -25,8 +25,7 @@ let package = Package( name: "Sift", dependencies: [], path: "Sift", - exclude: ["Info.plist", "README.md"], - publicHeadersPath: "."), + exclude: ["Info.plist", "README.md"] .testTarget( name: "sift-iosTests", dependencies: ["sift-ios"]), diff --git a/Sift/include/Sift.h b/Sift/include/Sift.h new file mode 120000 index 0000000..5cf8332 --- /dev/null +++ b/Sift/include/Sift.h @@ -0,0 +1 @@ +../Sift.h \ No newline at end of file diff --git a/Sift/include/SiftCompatibility.h b/Sift/include/SiftCompatibility.h new file mode 120000 index 0000000..1f3e9bb --- /dev/null +++ b/Sift/include/SiftCompatibility.h @@ -0,0 +1 @@ +../SiftCompatibility.h \ No newline at end of file diff --git a/Sift/include/SiftEvent.h b/Sift/include/SiftEvent.h new file mode 120000 index 0000000..afb08cb --- /dev/null +++ b/Sift/include/SiftEvent.h @@ -0,0 +1 @@ +../SiftEvent.h \ No newline at end of file diff --git a/Sift/include/SiftQueueConfig.h b/Sift/include/SiftQueueConfig.h new file mode 120000 index 0000000..33bf995 --- /dev/null +++ b/Sift/include/SiftQueueConfig.h @@ -0,0 +1 @@ +../SiftQueueConfig.h \ No newline at end of file