Skip to content

Commit 20bcd5e

Browse files
committed
Update the readme
1 parent b0cd59a commit 20bcd5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Swift Weather
33

44
SwiftWeather is an iOS weather app developed in Swift language. The app can support iPhone 4(s), iPhone 5(s), iPhone 6 and iPhone 6 Plus. The app also support Today Widgets.
55

6+
## Notices
7+
Because Apple keeps changing the Swift compiler, I am working on the app to support Xcode Version 6.3 (6D570), and there are some issues with the third party libraries and Carthage. I will update the app as soon as the dependent libraries have been updated.
68

79
## Version 2
810
This is version 2. I have ugraded the entire project to use [Carthage](https://github.com/Carthage/Carthage), [Alamofire](https://github.com/Alamofire/Alamofire) and [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON). And the app can only support iOS8+, if you want to support iOS7 or use CocoaPods and AFNetworking. Please have a look at [README.v1.md](https://github.com/JakeLin/SwiftWeather/blob/master/README.v1.md) and Release [Using Cocoapods and AFNetworking](https://github.com/JakeLin/SwiftWeather/releases/tag/V1). Happy coding.
@@ -14,8 +16,6 @@ This is version 2. I have ugraded the entire project to use [Carthage](https://g
1416

1517
![Swift Weather](https://raw.githubusercontent.com/JakeLin/SwiftWeather/master/screenshots/6-smallsize.png)
1618

17-
## Notices
18-
Because Apple keeps changing the Swift compiler, the current version can be compiled in Xcode 6.2 beta.
1919

2020
## Used features
2121
* Swift Programming Language

0 commit comments

Comments
 (0)