Skip to content

Commit 799c632

Browse files
authored
Merge pull request #69 from JakeLin/feature/rename-project
Update rename to change the project name.
2 parents edf7573 + 413db3c commit 799c632

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
Swift Weather
1+
Swift Language Weather
22
============
33
[![BuddyBuild](https://dashboard.buddybuild.com/api/statusImage?appID=562a9aac2492560100211378&branch=master&build=latest)](https://dashboard.buddybuild.com/apps/562a9aac2492560100211378/build/latest)
44
![Language](https://img.shields.io/badge/language-Swift%204-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 4. The app has been actively upgrading to adopt the latest features of iOS and Swift language.
7+
**SwiftWeather** has renamed to **Swift Language Weather**. Because this repo is ranked number one in Google when we search "Swift Weather", I got an email from Swift Weather Company's lawyer to ask me to change the name because they said they are the owner of U.S. Trademark SWIFT WEATHER. After discussed with them, they were not happy with the name Swift**y**Weather. Now the new project name is **Swift Language Weather**. More details can be found on [Issue: Open source project using a registered trademark](https://github.com/JakeLin/SwiftWeather/issues/65).
8+
9+
**Swift Language Weather** is an iOS weather app developed in Swift 4. The app has been actively upgrading to adopt the latest features of iOS and Swift language.
810

911
## Notices
10-
The current version is working with Xcode Version 9. If you are using different Xcode version, please check out the previous releases.
12+
The current version is working with Xcode Version Xcode 9.1 (9B55). If you are using different Xcode version, please check out the previous releases.
1113

1214
## Version 4
1315
This version has been upgraded to support iOS 10+ only using Swift 4.
1416

15-
There is three major version for the app released before.
17+
There is three major version of the app released before.
1618

1719
* 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)
1820
* 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)
@@ -24,8 +26,8 @@ There is three major version for the app released before.
2426

2527

2628
## Features
27-
* Swift Programming Language - fully upgraded to version 2
28-
* Design driven development - [Sketch design file ](https://raw.githubusercontent.com/JakeLin/SwiftWeather/master/Design/SwiftWeather.sketch)
29+
* Swift Programming Language
30+
* Design-driven development - [Sketch design file ](https://raw.githubusercontent.com/JakeLin/SwiftWeather/master/Design/SwiftWeather.sketch)
2931

3032
![Sketch design](https://raw.githubusercontent.com/JakeLin/SwiftWeather/master/screenshots/SketchDesign.png)
3133

@@ -46,8 +48,8 @@ There is three major version for the app released before.
4648
![Size Classes](https://raw.githubusercontent.com/JakeLin/SwiftWeather/master/screenshots/UIStackView-with-Size-Classes.png)
4749

4850
* MVVM - Reactively update `ViewController` UI from `ViewModel`
49-
* Protocol-Oriented Programming - Still learning though and finding the best practice of that.
50-
* Value based programming - Use imutable value anywhere.
51+
* Protocol-Oriented Programming - We use Protocol-Oriented Programming in [IBAnimatable open source project](https://github.com/IBAnimatable/IBAnimatable).
52+
* Value-based programming - Use immutable value anywhere.
5153
* Icon fonts - Use [Weather Icons](https://erikflowers.github.io/weather-icons/)
5254
* [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON)
5355
* Core Location
@@ -61,13 +63,13 @@ There is three major version for the app released before.
6163
1) Clone the repository
6264

6365
```bash
64-
$ git clone https://github.com/JakeLin/SwiftWeather.git
66+
$ git clone https://github.com/JakeLin/SwiftLanguageWeather.git
6567
```
6668

6769
2) Install pods
6870

6971
```bash
70-
$ cd SwiftWeather
72+
$ cd SwiftLanguageWeather
7173
$ pod install
7274
```
7375

0 commit comments

Comments
 (0)