Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 892 Bytes

File metadata and controls

27 lines (18 loc) · 892 Bytes

FastBike

iOS and watchOS application to check the nearest bike and stations for the bike sharing service of the city of Trento.

You can check the speaker deck at https://speakerdeck.com/tiagomartinho/fastbike#

BuddyBuild

Requirements

For the iOS/watchOS application:

  • OSX 10.10.5 or higher
  • Xcode 8.0 or higher
  • Swift 3.0 toolchain

Installation

To compile/run the iOS application:

  • open the Xcode Workspace FastBike.xcworkspace
  • select the FastBike iOS scheme
  • Run by pressing Play or by pressing [Cmd + R]

To compile/run the watchOS application:

  • open the Xcode Workspace FastBike.xcworkspace
  • select the FastBikeWatchOS scheme
  • Run by pressing Play or by pressing [Cmd + R]