From 980ac5cfc66fd34c440399a9091fd44dea0f9681 Mon Sep 17 00:00:00 2001 From: Tim Oliver Date: Sun, 8 Oct 2023 11:33:53 +0900 Subject: [PATCH] Updated location of header in SPM to be public --- Package.swift | 3 +-- spm/TORoundedButton.h | 1 - spm/include/TORoundedButton.h | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 120000 spm/TORoundedButton.h create mode 120000 spm/include/TORoundedButton.h diff --git a/Package.swift b/Package.swift index 8be048c..e0f0f44 100644 --- a/Package.swift +++ b/Package.swift @@ -16,8 +16,7 @@ let package = Package( targets: [ .target( name: "TORoundedButton", - path: ".", - sources: ["spm"] + path: "spm" ) ], cLanguageStandard: .c11 diff --git a/spm/TORoundedButton.h b/spm/TORoundedButton.h deleted file mode 120000 index 441b845..0000000 --- a/spm/TORoundedButton.h +++ /dev/null @@ -1 +0,0 @@ -../TORoundedButton/TORoundedButton.h \ No newline at end of file diff --git a/spm/include/TORoundedButton.h b/spm/include/TORoundedButton.h new file mode 120000 index 0000000..b8ea986 --- /dev/null +++ b/spm/include/TORoundedButton.h @@ -0,0 +1 @@ +../../TORoundedButton/TORoundedButton.h \ No newline at end of file