onekiloparsec / SwiftAA

The most comprehensive collection of accurate astronomical algorithms in (C++, Objective-C and) Swift.
http://www.onekiloparsec.dev/
MIT License
172 stars 31 forks source link

Create Resources folder if it does not exists #39

Closed ruslankmlv closed 7 years ago

ruslankmlv commented 7 years ago

Added creating Resources folder if it does not exists

onekiloparsec commented 7 years ago

Hi. Your commit also unnecessarily creates the folder \"${BUILT_PRODUCTS_DIR}/SwiftAA.framework/\". Could you fix that first? Thanks.

ruslankmlv commented 7 years ago

@onekiloparsec I've removed unnecessary folder creation line, sorry about that.