Skip to content

Commit

Permalink
Beacon framework update
Browse files Browse the repository at this point in the history
  • Loading branch information
helpscoutbot committed Apr 22, 2021
1 parent 7ac1643 commit 160e30f
Show file tree
Hide file tree
Showing 179 changed files with 421 additions and 521 deletions.
2 changes: 1 addition & 1 deletion Beacon.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'Beacon'
s.swift_version = '5.0'
s.version = '2.2.0'
s.version = '2.2.1'
s.summary = 'The Help Scout Beacon SDK'
s.license = { :type => 'Commercial', :text => 'Help Scout. All rights reserved.' }

Expand Down
Binary file modified Beacon.xcframework/ios-arm64/Beacon.framework/Beacon
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Beacon.xcframework/ios-arm64/Beacon.framework/Info.plist
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -498,20 +498,7 @@ extension NSNotification.Name {
public class Reachability {
public typealias NetworkReachable = (Beacon.Reachability) -> ()
public typealias NetworkUnreachable = (Beacon.Reachability) -> ()
@available(*, unavailable, renamed: "Connection")
public enum NetworkStatus : Swift.CustomStringConvertible {
case notReachable, reachableViaWiFi, reachableViaWWAN
public var description: Swift.String {
get
}
public static func == (a: Beacon.Reachability.NetworkStatus, b: Beacon.Reachability.NetworkStatus) -> Swift.Bool
public var hashValue: Swift.Int {
get
}
public func hash(into hasher: inout Swift.Hasher)
}
public enum Connection : Swift.CustomStringConvertible {
@available(*, deprecated, renamed: "unavailable")
case none
case unavailable, wifi, cellular
public var description: Swift.String {
Expand Down Expand Up @@ -833,10 +820,6 @@ extension Beacon.PusherChannelType : Swift.Hashable {}
extension Beacon.ConnectionState : Swift.Equatable {}
extension Beacon.ConnectionState : Swift.Hashable {}
extension Beacon.ConnectionState : Swift.RawRepresentable {}
@available(*, unavailable, renamed: "Connection")
extension Beacon.Reachability.NetworkStatus : Swift.Equatable {}
@available(*, unavailable, renamed: "Connection")
extension Beacon.Reachability.NetworkStatus : Swift.Hashable {}
extension Beacon.Reachability.Connection : Swift.Equatable {}
extension Beacon.Reachability.Connection : Swift.Hashable {}
extension Beacon.CloseCode : Swift.Equatable {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -498,20 +498,7 @@ extension NSNotification.Name {
public class Reachability {
public typealias NetworkReachable = (Beacon.Reachability) -> ()
public typealias NetworkUnreachable = (Beacon.Reachability) -> ()
@available(*, unavailable, renamed: "Connection")
public enum NetworkStatus : Swift.CustomStringConvertible {
case notReachable, reachableViaWiFi, reachableViaWWAN
public var description: Swift.String {
get
}
public static func == (a: Beacon.Reachability.NetworkStatus, b: Beacon.Reachability.NetworkStatus) -> Swift.Bool
public var hashValue: Swift.Int {
get
}
public func hash(into hasher: inout Swift.Hasher)
}
public enum Connection : Swift.CustomStringConvertible {
@available(*, deprecated, renamed: "unavailable")
case none
case unavailable, wifi, cellular
public var description: Swift.String {
Expand Down Expand Up @@ -833,10 +820,6 @@ extension Beacon.PusherChannelType : Swift.Hashable {}
extension Beacon.ConnectionState : Swift.Equatable {}
extension Beacon.ConnectionState : Swift.Hashable {}
extension Beacon.ConnectionState : Swift.RawRepresentable {}
@available(*, unavailable, renamed: "Connection")
extension Beacon.Reachability.NetworkStatus : Swift.Equatable {}
@available(*, unavailable, renamed: "Connection")
extension Beacon.Reachability.NetworkStatus : Swift.Hashable {}
extension Beacon.Reachability.Connection : Swift.Equatable {}
extension Beacon.Reachability.Connection : Swift.Hashable {}
extension Beacon.CloseCode : Swift.Equatable {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@

- (void)enablePreviousMessages;
- (void)animateForAppearance;
- (void)resetForm;

@end
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

- (HSBeaconEmailMessage *)constructMessage;

- (void)clearForm:(BOOL) forReset;
- (void)clearForm:(BOOL)forReset;

- (void)populateSecurityInfo;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>2.2.0</string>
<string>2.2.1</string>
<key>CFBundleVersion</key>
<string>38</string>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 160e30f

Please sign in to comment.