From 16196a2c6086b72069fe6e5f22fe61c478d4b849 Mon Sep 17 00:00:00 2001 From: RockfordWei Date: Wed, 17 Jan 2018 10:21:46 -0500 Subject: [PATCH 1/2] typos. --- README.md | 2 +- README.zh_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc026a3..78f8df0 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Both these applications are using the same API endpoint: [http://localhost:8181/ ## Compatibility with Swift -The master branch of this project currently compiles with **Xcode 8.2** or the **Swift 4.0.3** toolchain. +The master branch of this project currently compiles with **Xcode 9.2** or the **Swift 4.0.3** toolchain. ## Building & Running diff --git a/README.zh_CN.md b/README.zh_CN.md index 9f18ef0..2cca8d5 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -55,7 +55,7 @@ iOS 程序使用了一个控件 [ImageSlideshow](https://github.com/zvonicek/Ima ## Swift 兼容性 -目前本项目采用 **Xcode 8.2** 或 **Swift 4.0.3** 工具链 +目前本项目采用 **Xcode 9.2** 或 **Swift 4.0.3** 工具链 ## 编译运行 From 3bb612d284e26edc94a618bf4336594dfd050cde Mon Sep 17 00:00:00 2001 From: Kyle Jessup Date: Mon, 7 May 2018 10:45:50 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 78f8df0..9b05dfb 100644 --- a/README.md +++ b/README.md @@ -88,17 +88,5 @@ The iOS app is located in the /iOSApp directory of the project. From the Termina - - -## Issues - -We use JIRA for all bugs and support related issues. - -If you find a mistake, bug, or any other helpful suggestion you'd like to make on the docs please head over to [http://jira.perfect.org:8080/servicedesk/customer/portal/1](http://jira.perfect.org:8080/servicedesk/customer/portal/1) and raise it. - -A comprehensive list of open issues can be found at [http://jira.perfect.org:8080/projects/ISS/issues](http://jira.perfect.org:8080/projects/ISS/issues) - - - ## Further Information For more information on the Perfect project, please visit [perfect.org](http://perfect.org).