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