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 spelling of Xcode in README #35

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
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Installation is very simple with Cocoapods but you can also install manually.
#### Including the SDK manually

1. Download the zip file of the SDK from `https://github.com/AuthorizeNet/sdk-ios/archive/master.zip` and unzip to your preferred location.
2. In XCode, select your project in Project Navigator and select File->Add Files to "" from the main menu bar.
2. In Xcode, select your project in Project Navigator and select File->Add Files to "" from the main menu bar.
3. In the file dialog, select the sdk folder from the unzipped directory in Step 1.
4. In the file dialog, make sure "Copy items into destination group's folder (if needed)" is checked and click Add button.

Expand Down