forked from myang-git/QR-Code-Encoder-for-Objective-C
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
12 lines (7 loc) · 639 Bytes
/
README
File metadata and controls
12 lines (7 loc) · 639 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
Install
* Drag the Xcode project package QRCodeEncoderObjectiveCAtGithub.xcodeproj to your project navigator
* Click on your project. Choose the target. Then go to the Build Phases page. Expand "Target Dependencies" and add qrencoder to the list
* In the same Build Phases page, expand "Link Binary With Libraries", add libqrencoder.a to the list
* Switch to the Build Settings page, go down to the Search Paths section. (if you have trouble finding it, type "header search" in the search field)
Add the absolute path to the source code directory to the path list.
* Build the project and you are good to go!