Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit b34621c

Browse files
committed
Fix Readme
1 parent 60f4d3c commit b34621c

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed
File renamed without changes.

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11

22
# iOS TableView with CoreData Example
3+
[![Build Status](https://travis-ci.org/diegorv/iOS-Swift-TableView-CoreData-Example.svg)](https://travis-ci.org/diegorv/iOS-Swift-TableView-CoreData-Example)
4+
[![Platform](https://img.shields.io/badge/platform-iOS%208%20%7C%20TableView%20%7C%20CoreData-lightgrey.svg)](https://travis-ci.org/diegorv/iOS-Swift-TableView-CoreData-Example)
5+
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/diegorv/iOS-Swift-TableView-CoreData-Example)
6+
[![Forks](https://img.shields.io/github/forks/diegorv/iOS-Swift-TableView-CoreData-Example.svg)](https://github.com/diegorv/iOS-Swift-TableView-CoreData-Example)
7+
[![Stars](https://img.shields.io/github/stars/diegorv/iOS-Swift-TableView-CoreData-Example.svg)](https://github.com/diegorv/iOS-Swift-TableView-CoreData-Example)
38
> Created by [Diego Rossini Vieira](http://www.diegorv.com) on 07/SEP/15.
49
10+
## What?
511
- iOS version: **8**
612
- Language: **Swift**
713
- Xcode: **6.4**
@@ -17,4 +23,5 @@
1723
## Contributors
1824
- [Marcos Trovilho](http://www.github.com/mtrovilho)
1925

20-
# MIT LICENSE
26+
## License
27+
This code is available under the MIT license. See the LICENSE file for more info.

iOS-Swift-TableView-CoreData-Example.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
96716C951B9DC475008C7F16 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 96716C941B9DC475008C7F16 /* Images.xcassets */; };
1515
96716C981B9DC475008C7F16 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 96716C961B9DC475008C7F16 /* LaunchScreen.xib */; };
1616
96716CAE1B9DC4A7008C7F16 /* .gitignore in Resources */ = {isa = PBXBuildFile; fileRef = 96716CAD1B9DC4A7008C7F16 /* .gitignore */; };
17-
96716CB21B9DDAB6008C7F16 /* MIT-LICENSE.txt in Resources */ = {isa = PBXBuildFile; fileRef = 96716CB11B9DDAB6008C7F16 /* MIT-LICENSE.txt */; };
17+
96716CB21B9DDAB6008C7F16 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 96716CB11B9DDAB6008C7F16 /* LICENSE */; };
1818
96716CB61B9DE561008C7F16 /* Item.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96716CB51B9DE561008C7F16 /* Item.swift */; };
1919
/* End PBXBuildFile section */
2020

@@ -29,7 +29,7 @@
2929
96716C971B9DC475008C7F16 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
3030
96716CAD1B9DC4A7008C7F16 /* .gitignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; };
3131
96716CAF1B9DC600008C7F16 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
32-
96716CB11B9DDAB6008C7F16 /* MIT-LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "MIT-LICENSE.txt"; sourceTree = "<group>"; };
32+
96716CB11B9DDAB6008C7F16 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
3333
96716CB51B9DE561008C7F16 /* Item.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Item.swift; sourceTree = "<group>"; };
3434
/* End PBXFileReference section */
3535

@@ -47,7 +47,7 @@
4747
96716C7C1B9DC474008C7F16 = {
4848
isa = PBXGroup;
4949
children = (
50-
96716CB11B9DDAB6008C7F16 /* MIT-LICENSE.txt */,
50+
96716CB11B9DDAB6008C7F16 /* LICENSE */,
5151
96716CAF1B9DC600008C7F16 /* README.md */,
5252
96716CAD1B9DC4A7008C7F16 /* .gitignore */,
5353
96716C871B9DC474008C7F16 /* iOS-Swift-TableView-CoreData-Example */,
@@ -145,7 +145,7 @@
145145
files = (
146146
96716CAE1B9DC4A7008C7F16 /* .gitignore in Resources */,
147147
96716C931B9DC475008C7F16 /* Main.storyboard in Resources */,
148-
96716CB21B9DDAB6008C7F16 /* MIT-LICENSE.txt in Resources */,
148+
96716CB21B9DDAB6008C7F16 /* LICENSE in Resources */,
149149
96716C981B9DC475008C7F16 /* LaunchScreen.xib in Resources */,
150150
96716C951B9DC475008C7F16 /* Images.xcassets in Resources */,
151151
);

0 commit comments

Comments
 (0)