Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 2.6 KB

README.md

File metadata and controls

47 lines (32 loc) · 2.6 KB

Timer for iOS

Codacy Badge License: GPL v3 Build Status

A basic iOS Timer app developed with Objective-C. This app is compatible with all iPhones but specially optimized for iPhone 6, iPhone 6s, iPhone 7 and iPhone 8 (not the plus models).

License

This project is licensed under the GNU GPLv3 which lets people do almost anything they want with, except to distribute closed source versions. Any material found which vandalises or threatens any sort of plagiarism will be strictly given a legal action.

Copyright (c) 2018 Sai Vittal B. All rights reserved.

Testing and Contribution

Only Mac OSX users can contribute to this project. If you are a Mac user and willing to test/contribute, then follow these steps.

  • Download/Clone this repository.
  • Download Xcode from the Mac App Store if you don't have yet.
  • Open this project with Xcode, run the app choosing which device you want to deploy with.
  • If everything went correct, you should see a Simulator opening up and the app will run.

For contributing, you can change the code and add more features. Then, create a pull request of the changes you committed to make.

Integrations

This repository/project is integrated with

  • Codacy
  • Travis CI

Though the Travis CI build is failing, the project is running perfectly. To justify this, screenshots are attached below.

Preview of the App

The app has three buttons - Start, Stop and Restart.

  • Start button starts the timer from zero.
  • Stop button stops the timer.
  • Restart button restarts the timer.

Note: After pressing the restart button, please press the start button again to run the timer from zero.

Check the preview of the app here 👇

Welcome screen Working screen Working screen

Copyright (c) 2018 Sai Vittal B. All rights reserved.

Made with ❤ by Sai Vittal B