Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #223 from google/test-beacon
Browse files Browse the repository at this point in the history
Fixed discovery of test beacons
  • Loading branch information
dinhvh committed Apr 2, 2015
2 parents cc1bcc1 + f1af05a commit 9256c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios-uribeacon/uribeacon/UBUriBeacon.m
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ - (id)initWithPeripheral:(CBPeripheral *)peripheral
if (data == nil) {
// No UriBeacon service data.
type = SERVICE_TYPE_TEST;
NSData *data = [info objectForKey:[CBUUID UUIDWithString:TEST_SERVICE]];
data = [info objectForKey:[CBUUID UUIDWithString:TEST_SERVICE]];
if (data == nil) {
// No ZipBeacon service data.
return nil;
Expand Down

0 comments on commit 9256c50

Please sign in to comment.