Skip to content

Commit 6daaab5

Browse files
committed
Update README.md to support Swift 3.
1 parent 4cae26d commit 6daaab5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
Swift Weather
22
============
33
[![BuddyBuild](https://dashboard.buddybuild.com/api/statusImage?appID=562a9aac2492560100211378&branch=master&build=latest)](https://dashboard.buddybuild.com/apps/562a9aac2492560100211378/build/latest)
4-
![Language](https://img.shields.io/badge/language-Swift%202-orange.svg)
4+
![Language](https://img.shields.io/badge/language-Swift%203-orange.svg)
55
![License](https://img.shields.io/github/license/JakeLin/SwiftWeather.svg?style=flat)
66

7-
SwiftWeather is an iOS weather app developed in Swift 2. The app has been actively upgrading to adopt the latest features of iOS and Swift language.
7+
SwiftWeather is an iOS weather app developed in Swift 3. The app has been actively upgrading to adopt the latest features of iOS and Swift language.
88

99
## Notices
1010
The current version is working with Xcode Version 7. If you are using different Xcode version, please check out the previous releases.
1111

12-
### How about Swift 3?
13-
We have investigated Swift 3. We need to wait for the third party libraries support Swift 3 first, then we can upgrade Swift Weather to support Swift 3.
14-
1512
## Version 3
16-
This version has been upgraded to support iOS 9 only using Swift 2.
13+
This version has been upgraded to support iOS 9 only using Swift 3.
1714

1815
There is two major version for the app released before.
1916

2017
* V1.0 - Support iOS 7+ using CocoaPods and AFNetworking. [README.v1.md](https://github.com/JakeLin/SwiftWeather/blob/master/README.v1.md) and [Release V1 - Using CocoaPods and AFNetworking](https://github.com/JakeLin/SwiftWeather/releases/tag/V1)
2118
* V2.0 - Support iOS 8+ using Carthage, Alamofire, and SwiftyJSON. [README.v2.md](https://github.com/JakeLin/SwiftWeather/blob/master/README.v2.md) and [Release V2.0](https://github.com/JakeLin/SwiftWeather/releases/tag/v2.0)
2219
* V2.1 - Support iOS 8+ using Alamofire and SwiftyJSON. This version has removed Carthage because some developers don't have a paid Apple iOS developer account, and they have issues to build Carthage packages.
20+
* V3 - Support iOS 9+ and Swift 3.
2321

2422

2523
## Screenshots
@@ -102,3 +100,5 @@ $ echo "your-openweathermap-appid" > .access_tokens/openweathermap
102100

103101
* Xcode 7
104102
* iOS 9
103+
104+

0 commit comments

Comments
 (0)