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

Fixes a typo in Xcode #26

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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 @@ -53,7 +53,7 @@ Hippy

For macOS developers:

1. [XCode](https://developer.apple.com/xcode/) with iOS sdk: build the iOS app.
1. [Xcode](https://developer.apple.com/xcode/) with iOS sdk: build the iOS app.
2. [Android Studio](https://developer.android.com/AndroidStudio) with NDK: build the android app.
3. [Node.JS](https://nodejs.org/en/): run the build scripts.

Expand Down
2 changes: 1 addition & 1 deletion README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Hippy

macOS 用户需要以下软件:

1. [XCode](https://developer.apple.com/xcode/) 和 iOS SDK: 用以编译 iOS 终端 app。
1. [Xcode](https://developer.apple.com/xcode/) 和 iOS SDK: 用以编译 iOS 终端 app。
2. [Android Studio](https://developer.android.com/AndroidStudio) 和 NDK: 用以编译 Android app。
3. [Node.JS](http://nodejs.cn/): 用来运行前端编译脚本。

Expand Down