Skip to content

Commit

Permalink
Verified and built new binary for 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mlwelles committed Apr 16, 2014
1 parent 3280a81 commit 7d40a2c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion BeaconScanner/HGBeaconScanner.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
NSString *const HGBeaconScannerBluetoothStatePoweredOff = @" HGBeaconScannerBluetoothStatePoweredOff";
NSString *const HGBeaconScannerBluetoothStatePoweredOn = @"HGBeaconScannerBluetoothStatePoweredOn";

@interface HGBeaconScanner () <CBPeripheralManagerDelegate, CLLocationManagerDelegate,CBCentralManagerDelegate>
@interface HGBeaconScanner () <CLLocationManagerDelegate,CBCentralManagerDelegate>
@property (strong,nonatomic) CBCentralManager *centralManager;
@property (nonatomic, strong) dispatch_queue_t managerQueue;
@property (nonatomic, strong) RACSubject *beaconSignal;
Expand Down
Binary file modified Builds/BeaconScanner.zip
Binary file not shown.

0 comments on commit 7d40a2c

Please sign in to comment.