Closed sweetppro closed 3 years ago
Hi! The symbolic links in include
folder point to absolute paths starting with /Users/mrqwirk/
.
Hi! The symbolic links in
include
folder point to absolute paths starting with/Users/mrqwirk/
.
I noticed that after uploading…. oops I'll make them relative and platform friendly
they're fixed now
hmm... actually maybe not... who knew symlinks would be so problematic.
ill have another stab at this tonight
now they really are fixed :)
Thanks!
oh, you may want to update the section on installation by SPM in the ReadMe, Its currently pointing to my repo
@sweetppro Thanks for the heads up. I cannot commit changes to this project at the moment. Could you please make another PR? 🙏
No problem, I’ll do it this afternoon
this fixes issues with other spm forks not compiling in Swift based projects. no bridging header is required, just use:
import MASShortcut
or for SPM in ObjC:
#import <Shortcut.h>