Skip to content

Commit 8e24e36

Browse files
committed
Added README.md
1 parent 98b857b commit 8e24e36

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Unofficial Solidot iOS App
2+
### 非官方的Solidot iOS App
3+
4+
Good day, Nerds.
5+
这是一个非官方的Solidot iOS客户端,因为不知为何不符合苹果商店的审核标准。
6+
故开源出来给大家交流学习,目前仅实现了基本的阅读功能。
7+
如果有什么问题,请反馈至 Issues 里。
8+
本人会不定期维护代码。
9+
10+
## MIT License
11+
12+
Copyright 2018 Joe Wang
13+
14+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
15+
16+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
17+
18+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Solidot.xcodeproj/project.pbxproj

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
597B895D2001FDD0009C4BD6 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 597B895F2001FDD0009C4BD6 /* InfoPlist.strings */; };
1818
597B89642002001F009C4BD6 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 597B89662002001F009C4BD6 /* Localizable.strings */; };
1919
597B896820020660009C4BD6 /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 597B896A20020660009C4BD6 /* Launch Screen.storyboard */; };
20+
59CFD56D2059305000151D1C /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 59CFD56C2059305000151D1C /* README.md */; };
2021
59D11AF91FFF54620004689C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 59D11AF71FFF54620004689C /* Assets.xcassets */; };
2122
59D11AFE1FFF656F0004689C /* Service.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59D11AFD1FFF656F0004689C /* Service.swift */; };
2223
59D11B011FFF90590004689C /* Story Cell View.xib in Resources */ = {isa = PBXBuildFile; fileRef = 59D11B001FFF90590004689C /* Story Cell View.xib */; };
@@ -40,6 +41,7 @@
4041
597B89672002002B009C4BD6 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
4142
597B896920020660009C4BD6 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = "zh-Hans"; path = "zh-Hans.lproj/Launch Screen.storyboard"; sourceTree = "<group>"; };
4243
597B896C20020665009C4BD6 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = "en.lproj/Launch Screen.strings"; sourceTree = "<group>"; };
44+
59CFD56C2059305000151D1C /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
4345
59D11AF71FFF54620004689C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
4446
59D11AF81FFF54620004689C /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4547
59D11AFB1FFF5BBD0004689C /* Podfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Podfile; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
@@ -68,6 +70,7 @@
6870
5915F4091FFF5266000BEA0A = {
6971
isa = PBXGroup;
7072
children = (
73+
59CFD56C2059305000151D1C /* README.md */,
7174
59D11AFB1FFF5BBD0004689C /* Podfile */,
7275
5915F4141FFF5266000BEA0A /* Sources */,
7376
5915F4131FFF5266000BEA0A /* Products */,
@@ -211,6 +214,7 @@
211214
597B89642002001F009C4BD6 /* Localizable.strings in Resources */,
212215
59D9E1151FFFCA0B003EAEA4 /* Detail View.xib in Resources */,
213216
59D11AF91FFF54620004689C /* Assets.xcassets in Resources */,
217+
59CFD56D2059305000151D1C /* README.md in Resources */,
214218
5947D3A52000D6A1006FD22E /* Detail Header View.xib in Resources */,
215219
);
216220
runOnlyForDeploymentPostprocessing = 0;

0 commit comments

Comments
 (0)