Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct the capitalization of Xcode in README #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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.