Skip to content

paketehq/ios

Repository files navigation

Pakete

BuddyBuild Language License

Pakete is a PH package tracker app for iOS.

Notes

This open source app will only connect to the staging server.

How to build

  1. Install bundler Gem
[sudo] gem install bundler
  1. Clone the repository
$ git clone https://github.com/paketehq/ios.git
  1. Install gems and pods
$ cd ios
$ bundle install
$ bundle exec fastlane oss
  1. Open the workspace in Xcode
$ open "Pakete.xcworkspace"
  1. Compile and run the app in your simulator

Requirements

  • Xcode 8.x
  • iOS 9
  • Swift 3.x

Communication

  • If you found a bug, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

License

Pakete-iOS is available under the MIT license. See the LICENSE file for more info.