Skip to content

iBeaconのテストをするためのXcodeプラグインです。

License

Notifications You must be signed in to change notification settings

tochiba/TSKiBeaconXcodePlugin

Repository files navigation

TSKiBeaconXcodePlugin

iBeaconのテストをするためのXcodeプラグインです。

Requirements

  • Xcode 5 or later
  • ARC

Usage

// UUID
static NSString *const mStringUUID = @"";
// major
static const unsigned short int mMajor = 0;
// minor
static const unsigned short int mMinor = 0;
// measurePower
static const int mMeasurePower = 0;
  1. setup
  2. build (command + B)
  3. restart

License

MIT license.

About

iBeaconのテストをするためのXcodeプラグインです。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages