Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
This is a QR Code Encoder written in Objective-C. The code has originally been ported by myang-git from Psytec library https://github.com/myang-git/QR-Code-Encoder-for-Objective-C. The drawback was that myang-git's project has to be compiled using a c++ compiler. Integrating this into your objective-c based project may therefore be cumbersome. That's why I ported this library to Objective-C.

# Installation
The QR Code Encoder is wrapped into a Cocoa framework. Drag the QRCodeEncoder XCode project to your own project in XCode. Drag and drop the QRCodeEncoder.framework item from the "Products" group to the linked binaries in the "Build Phases" tab.
The QR Code Encoder is wrapped into a Cocoa framework. Drag the QRCodeEncoder Xcode project to your own project in Xcode. Drag and drop the QRCodeEncoder.framework item from the "Products" group to the linked binaries in the "Build Phases" tab.