Welcome to the MyVibe iOS app repository.
- Piotr Torczyński – iOS Developer
Application supports iOS 10.0 or higher and every compatible iPhone.
Project is written in Swift 4.0 and requires the following tools to be installed:
- Xcode 9.0 using the latest iOS 11 SDK,
- Carthage 0.25 or higher,
- CocoaPods 1.2.1 or higher,
- CocoaPods-Keys 2.0.0 or higher.
Assuming the above requirements are met and the repository is cloned:
- Create appropriate
.env
file into the project's directory, which containsAPIToken
that will be used in to establish proper connection with API.
APIToken=YOUR_API_TOKEN
-
Install CocoaPods keys:
$ pod install
-
Install Carthage dependencies:
$ carthage bootstrap --platform iOS --cache-builds
-
Open
MyVibe.xcodeproj
and build the project!