Skip to content

Commit a5de7fc

Browse files
committed
Remove iPhoneSimulator from Info.plist
1 parent d982389 commit a5de7fc

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

Beaconstac.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Beaconstac'
3-
s.version = '3.2.6'
3+
s.version = '3.2.7'
44
s.swift_version = '5.0'
55
s.summary = 'iOS library for iBeacon devices'
66

-21 Bytes
Binary file not shown.

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### v3.2.7 released on March 18, 2020
2+
* Remove iPhoneSimulator from Info.plist
3+
14
### v3.2.6 released on January 28, 2020
25
* Xcode 11
36

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add the following to your Podfile in your project, we are supporting iOS 10.0+ m
1919
```pod
2020
platform :ios, '10.0'
2121
target '<My-App-Target>''
22-
pod 'Beaconstac', '~> 3.2.6'
22+
pod 'Beaconstac', '~> 3.2.7'
2323
end
2424
```
2525

0 commit comments

Comments
 (0)