Closed evandelaney closed 3 months ago
The ChimpKit SDK doesn't build as a git submodule for projects that don't use a PCH.
Also, I've added a .gitignore to eliminate Finder's .DS_Store files from getting committed into the repo.
.gitignore
.DS_Store
Are you taking pull requests against this repository? Anything I can explain on my end to help?
The ChimpKit SDK doesn't build as a git submodule for projects that don't use a PCH.
Also, I've added a
.gitignore
to eliminate Finder's.DS_Store
files from getting committed into the repo.