Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added debug mode, post notification and isNewVersionAvailable #5

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 20, 2014

  1. Added debug mode

    When debug mode is enabled, check update handler will be always called.
    honghaoz committed Jul 20, 2014
    Configuration menu
    Copy the full SHA
    038a624 View commit details
    Browse the repository at this point in the history
  2. Added enable post notification for new version

    Enable default notification center post a @"NewVersionAvailable"
    notification when new version is detected
    honghaoz committed Jul 20, 2014
    Configuration menu
    Copy the full SHA
    5a8a5c2 View commit details
    Browse the repository at this point in the history
  3. Added variable isNewVersionAvailable

    Once a new version is detected, isNewVersionAvailable will be set to
    YES.
    Fixed missing isDebugEnable and isPostNotificationEnable
    honghaoz committed Jul 20, 2014
    Configuration menu
    Copy the full SHA
    89fb080 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8044aaa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1acb6ef View commit details
    Browse the repository at this point in the history