Coder Social home page Coder Social logo

gitmonitor-ios's Introduction

logo

gitmonitor-ios

purpose

The purpose of this app is to remind you to push your code before you shut your macbook and go home, it may be that other people depend on it or your harddrive dies on the way home...

how to install

  1. Setup your env https://facebook.github.io/react-native/docs/getting-started.html#content
  2. Adjust the path to your gitmonitor-server in src/reducer/Settings.js
  3. Npm install all npm install
  4. Open gitmonitor-ios/ios/Gitmonitor/AppDelegate.m
  5. Adjust localhost to your ip address if your testing on device jsCodeLocation = ...

Open Xcode project in ios/ folder

how to build it for your iphone

  1. Open gitmonitor-ios/ios/Gitmonitor/AppDelegate.m
  2. Uncomment jsCodeLocation = [[NSBundle mainBundle] ...
  3. run react-native bundle --dev false --entry-file ./index.ios.js --bundle-output ./ios/main.jsbundle --platform ios in the gitmonitor-ios folder
  4. The JS bundle will be built for dev or prod depending on your app's scheme (Debug = development build with warnings, Release = minified prod build with perf optimizations). To change the scheme navigate to Product > Scheme > Edit Scheme... in xcode and change Build Configuration between Debug and Release.

uses

  • custom fonts
  • embedded images
  • qr code scanner
  • async storage
  • react-redux
  • ... -> package.json

preview

img 1 img 2

changelog

see here

depends on

Tested on Mac OSX 10.10.5 & node 4.2.2 & Xcode 7.2.1

open todos

  • [ x ] add settings to make endpoint changeable
  • cleanup / simplify

how to contribute

feel free to send me PRs for the open todos, or come up with other suggestions and improvements

licence

MIT

gitmonitor-ios's People

Contributors

theotow avatar

Watchers

James Cloos avatar Georges Baladi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.