- Swift 4.x
- Xcode 9.x
- iOS 9.0~
$gem install bundler
$bundle install --path vendor/bundle
$bundle exec fastlane init
https://github.com/Carthage/Carthage
$brew install carthage
$carthage update --platform iOS
https://github.com/realm/SwiftLint
$brew install swiftlint
Staging credentials are secret in PyCon JP staff
The URL, the user name of the basic authentication, and the password refer to the environment variable of Scheme
For connection to staging, make the following settings
(You can connect to the production environment without setting it)
- Create
New Scheme
(Non sharing, Do not include in git) - Add the folloeing items to
Edit Scheme
>Run
>Arguments
>Enviroment Variables
- APIBaseURL
- APIAuthUser
- APIAuthPassword
pyconjp-ios is released under the MIT License.