pNre / ExSwift

A set of Swift extensions for standard types and classes.
Other
3.38k stars 318 forks source link

How to install it? #141

Closed sebastiaanluca closed 9 years ago

sebastiaanluca commented 9 years ago
  1. Add ExSwift as a submodule
  2. Open the ExSwift project folder, and drag ExSwift sub folder with source code into the file navigator of your Xcode project. Make sure you select add to target
  3. Use it

I dragged the ExSwift.xcodeproj file to my project, and then copied the ExSwift subfolder to my project directory, but it fails to build. I have no idea what's necessary to get this running as everything's explained quite cryptically.

MrBendel commented 9 years ago

You don't need to drag the xcodeproj to your project. All you need to do is add the source files and make sure they're targeted to your target.

sebastiaanluca commented 9 years ago

Ow lol, ok. Seems to work. The "Add ExSwift as a submodule" was kind of misleading. Thx ;$

MrBendel commented 9 years ago

@sebastiaanluca you can still add exswift as a submodule! Just add the repo as a submodule, but when adding to your project, just drag the source code in.