Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/myang-git/QR-Code-Encoder-for-Objective-C

An implementation of QR code encoder for Objective-C ported from Psytec library
https://github.com/myang-git/QR-Code-Encoder-for-Objective-C

Last synced: 3 months ago
JSON representation

An implementation of QR code encoder for Objective-C ported from Psytec library

Lists

README

        

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!