Skip to content

Commit 42cac84

Browse files
committed
Fix Readme
1 parent c1a5c4b commit 42cac84

File tree

1 file changed

+28
-20
lines changed

1 file changed

+28
-20
lines changed

README.md

+28-20
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,54 @@
1-
![](PyConJP/Assets.xcassets/App/Image/Launch.imageset/[email protected])
1+
![](PyConJP/Assets.xcassets/AppIcon.appiconset/1024x1024.jpg)
22

33
# PyCon JP Official Guile App [![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/pyconjp/pyconjp-ios/develop/LICENSE)
44

5-
* Swift 3.x
6-
* Xcode8.x
5+
* Swift 4.x
6+
* Xcode 9.x
77
* iOS 9.0~
88

9-
## SwiftLint推奨
10-
https://github.com/realm/SwiftLint
11-
12-
```sh
13-
$brew install swiftlint
14-
```
9+
## Required
1510

16-
## fastlane
11+
### fastlane
12+
https://docs.fastlane.tools
1713

1814
```sh
1915
$gem install bundler
2016
$bundle install --path vendor/bundle
2117
$bundle exec fastlane init
2218
```
2319

24-
## ライブラリはCarthageで管理しています
20+
### Libraries are managed by Carthage
2521
https://github.com/Carthage/Carthage
2622

2723
```sh
2824
$brew install carthage
2925
$carthage update --platform iOS
3026
```
3127

32-
### 以下のライブラリを使用しています
33-
* [Alamofire](https://github.com/Alamofire/Alamofire)
34-
* [AlamofireImage](https://github.com/Alamofire/AlamofireImage)
28+
#### Acknowledgements 🎉
29+
* [APIKit](https://github.com/ishkawa/APIKit)
30+
* [Result](https://github.com/antitypical/Result)
31+
* [Kingfisher](https://github.com/onevcat/Kingfisher)
3532
* [RealmSwift](https://realm.io/docs/swift/latest/)
33+
* [SpreadsheetView](https://github.com/kishikawakatsumi/SpreadsheetView)
34+
35+
## Optional
36+
37+
### Using the SwiftLint recommended
38+
https://github.com/realm/SwiftLint
39+
40+
```sh
41+
$brew install swiftlint
42+
```
3643

37-
## ステージングAPIのURL、basic認証
38-
**ステージングの認証情報はスタッフ内シークレットです**
39-
APIのURL、basic認証のユーザー名、パスワードはSchemeの環境変数を参照しています
40-
ステージングへの接続は、以下の設定をしてください (本番環境へは、設定せずに接続できます)
44+
### The URL and Basic authentication on Staging server
45+
**Staging credentials are secret in PyCon JP staff**
46+
The URL, the user name of the basic authentication, and the password refer to the environment variable of Scheme
47+
For connection to staging, make the following settings
48+
(You can connect to the production environment without setting it)
4149

42-
1. `New Scheme` から新しいSchemeを作成 (非共有設定、git管理にしない)
43-
2. `Edit Scheme` > `Run` > `Arguments` > `Enviroment Variables` に以下の項目を追加
50+
1. Create `New Scheme` (Non sharing, Do not include in git)
51+
2. Add the folloeing items to `Edit Scheme` > `Run` > `Arguments` > `Enviroment Variables`
4452
* APIBaseURL
4553
* APIAuthUser
4654
* APIAuthPassword

0 commit comments

Comments
 (0)