Skip to content

Commit a1cd10a

Browse files
committed
Fix
1 parent 2a54b9d commit a1cd10a

File tree

8 files changed

+2
-2
lines changed

8 files changed

+2
-2
lines changed

NearBee.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'NearBee'
33
s.swift_version = '5.3'
4-
s.version = '3.2.5'
4+
s.version = '3.2.6-beta1'
55
s.summary = 'iOS library for Eddystone beacons'
66

77
s.homepage = 'https://github.com/Beaconstac/NearBee-iOS-SDK'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

NearBee/NearBee.framework/NearBee

888 Bytes
Binary file not shown.

SampleApp/SampleApp/GeoFenceViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class GeoFenceViewController: UIViewController {
3131

3232
nearBee.stopMonitoringGeoFenceRegions()
3333
nearBee.startMonitoringGeoFenceRegions()
34-
showAutoAlert("Message", message: "Started monitoring for geofence regions")
34+
// showAutoAlert("Message", message: "Started monitoring for geofence regions")
3535
}
3636

3737
func updateState() {

0 commit comments

Comments
 (0)