AlexDenisov / iActiveRecord

ActiveRecord for iOS without CoreData, only SQLite
http://alexdenisov.github.com/iActiveRecord/
MIT License
354 stars 50 forks source link

I moved framework building path inside ${SRCROOT}/Products/ instead of /opt/Products/ #27

Closed x0000ff closed 11 years ago

x0000ff commented 11 years ago

May be it's more comfortable :)

FIX : Framework compiles now into ./Products folder of this project's dir. Instead of /opt/Products/ ADD : Cleaning framework output folder before building FIX : .gitignore >> Now it ignores ./Products folder