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: about 1 month ago
JSON representation
An implementation of QR code encoder for Objective-C ported from Psytec library
- Host: GitHub
- URL: https://github.com/myang-git/QR-Code-Encoder-for-Objective-C
- Owner: myang-git
- License: other
- Created: 2011-07-01T02:17:51.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T16:06:24.000Z (over 6 years ago)
- Last Synced: 2024-10-21T00:04:12.939Z (6 months ago)
- Language: C++
- Homepage: http://myang-git.github.com/QR-Code-Encoder-for-Objective-C
- Size: 620 KB
- Stars: 391
- Watchers: 31
- Forks: 110
- Open Issues: 7
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- awesome - QR-Code-Encoder-for-Objective-C - An implementation of QR code encoder for Objective-C ported from Psytec library (etc)
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!