Skip to content

pyconjp/pyconjp-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fa616d6 ยท Jan 27, 2018
Nov 6, 2017
Jan 20, 2018
Jan 27, 2018
Feb 3, 2017
Feb 3, 2017
Sep 1, 2017
Dec 18, 2016
Jan 3, 2018
Jan 1, 2018
Dec 26, 2017
Jan 5, 2018
Jun 17, 2017
Nov 3, 2016
Aug 11, 2016
Nov 7, 2017

Repository files navigation

PyCon JP Official Guile App GitHub license

  • Swift 4.x
  • Xcode 9.x
  • iOS 9.0~

Required

fastlane

https://docs.fastlane.tools

$gem install bundler
$bundle install --path vendor/bundle
$bundle exec fastlane init

Libraries are managed by Carthage

https://github.com/Carthage/Carthage

$brew install carthage
$carthage update --platform iOS

Acknowledgements ๐ŸŽ‰

Optional

Using the SwiftLint recommended

https://github.com/realm/SwiftLint

$brew install swiftlint

The URL and Basic authentication on Staging server

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)

  1. Create New Scheme (Non sharing, Do not include in git)
  2. Add the folloeing items to Edit Scheme > Run > Arguments > Enviroment Variables
    • APIBaseURL
    • APIAuthUser
    • APIAuthPassword

License

pyconjp-ios is released under the MIT License.