Skip to content

Commit 53ba06e

Browse files
committed
Release v3.2.9
1 parent 6148d0b commit 53ba06e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+29
-17
lines changed

Beaconstac.podspec

Lines changed: 7 additions & 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.8'
3+
s.version = '3.2.9'
44
s.swift_version = '5.0'
55
s.summary = 'iOS library for iBeacon devices'
66

@@ -11,6 +11,12 @@ Pod::Spec.new do |s|
1111

1212
s.source = { :git => 'https://github.com/Beaconstac/iOS-SDK.git', :tag => "#{s.version}" }
1313

14+
s.pod_target_xcconfig = {
15+
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
16+
}
17+
18+
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
19+
1420
s.vendored_frameworks = 'Beaconstac/Beaconstac.framework'
1521

1622
s.dependency 'EddystoneScanner'
135 KB
Binary file not shown.

Beaconstac/Beaconstac.framework/Headers/Beaconstac-Swift.h

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#if 0
22
#elif defined(__arm64__) && __arm64__
3-
// Generated by Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
3+
// Generated by Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28)
4+
#ifndef BEACONSTAC_SWIFT_H
5+
#define BEACONSTAC_SWIFT_H
46
#pragma clang diagnostic push
57
#pragma clang diagnostic ignored "-Wgcc-compat"
68

@@ -624,8 +626,6 @@ SWIFT_CLASS_NAMED("NFCTagEntity")
624626

625627

626628

627-
628-
629629
/// The notification delegate
630630
SWIFT_PROTOCOL("_TtP10Beaconstac20NotificationDelegate_")
631631
@protocol NotificationDelegate
@@ -663,9 +663,12 @@ typedef SWIFT_ENUM(NSInteger, iBeaconOption, open) {
663663
# pragma clang attribute pop
664664
#endif
665665
#pragma clang diagnostic pop
666+
#endif
666667

667668
#elif defined(__ARM_ARCH_7A__) && __ARM_ARCH_7A__
668-
// Generated by Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
669+
// Generated by Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28)
670+
#ifndef BEACONSTAC_SWIFT_H
671+
#define BEACONSTAC_SWIFT_H
669672
#pragma clang diagnostic push
670673
#pragma clang diagnostic ignored "-Wgcc-compat"
671674

@@ -1289,8 +1292,6 @@ SWIFT_CLASS_NAMED("NFCTagEntity")
12891292

12901293

12911294

1292-
1293-
12941295
/// The notification delegate
12951296
SWIFT_PROTOCOL("_TtP10Beaconstac20NotificationDelegate_")
12961297
@protocol NotificationDelegate
@@ -1328,5 +1329,6 @@ typedef SWIFT_ENUM(NSInteger, iBeaconOption, open) {
13281329
# pragma clang attribute pop
13291330
#endif
13301331
#pragma clang diagnostic pop
1332+
#endif
13311333

13321334
#endif
-2 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)