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 25, 2024
1 parent b03c045 commit 600aeb2
Show file tree
Hide file tree
Showing 134 changed files with 24,267 additions and 157 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 = '3.0.0'
s.version = '3.0.1'
s.summary = 'The Help Scout Beacon SDK'
s.license = { :type => 'Commercial', :text => 'Help Scout. All rights reserved.' }

Expand Down
14 changes: 9 additions & 5 deletions Beacon.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,39 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>Beacon.framework/Beacon</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Beacon.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>Beacon.framework/Beacon</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>Beacon.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file modified Beacon.xcframework/ios-arm64/Beacon.framework/Assets.car
Binary file not shown.
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 modified Beacon.xcframework/ios-arm64/Beacon.framework/Chat.momd/Chat.mom
Binary file not shown.
Binary file not shown.
Binary file modified Beacon.xcframework/ios-arm64/Beacon.framework/ChatHeaderView.nib
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.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)
// Generated by Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
#ifndef BEACON_SWIFT_H
#define BEACON_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -42,12 +42,18 @@
#include <string.h>
#endif
#if defined(__cplusplus)
#if __has_include(<ptrauth.h>)
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
# include <ptrauth.h>
#else
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
# ifndef __ptrauth_swift_value_witness_function_pointer
# define __ptrauth_swift_value_witness_function_pointer(x)
# endif
# ifndef __ptrauth_swift_class_method_pointer
# define __ptrauth_swift_class_method_pointer(x)
# endif
#pragma clang diagnostic pop
#endif
#endif

Expand Down Expand Up @@ -246,6 +252,17 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#else
# define SWIFT_NOEXCEPT
#endif
#if !defined(SWIFT_C_INLINE_THUNK)
# if __has_attribute(always_inline)
# if __has_attribute(nodebug)
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
# else
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
# endif
# else
# define SWIFT_C_INLINE_THUNK inline
# endif
#endif
#if defined(_WIN32)
#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
Expand Down Expand Up @@ -474,6 +491,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) NSString * _




@interface UIColor (SWIFT_EXTENSION(Beacon))
+ (UIColor * _Nonnull)beaconBackground SWIFT_WARN_UNUSED_RESULT;
+ (UIColor * _Nonnull)secondaryBeaconBackground SWIFT_WARN_UNUSED_RESULT;
Expand Down Expand Up @@ -516,6 +534,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) NSString * _




@interface UINavigationController (SWIFT_EXTENSION(Beacon))
- (void)pushViewController:(UIViewController * _Nonnull)viewController animated:(BOOL)animated completion:(void (^ _Nullable)(BOOL))completion;
- (void)popToRootViewControllerAnimated:(BOOL)animated completion:(void (^ _Nullable)(BOOL))completion;
Expand Down Expand Up @@ -559,12 +578,12 @@ SWIFT_CLASS("_TtC6Beacon9WebSocket")
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end

#endif
#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
#if defined(__cplusplus)
#endif
#pragma clang diagnostic pop
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ static NSInteger const HSBeaconMaxUserJobTitleLength = 60;
/** The maximum length of the `avatar` value on HSBeaconUser */
static NSInteger const HSBeaconMaxUserAvatarLength = 200;
/** The current version of the Beacon SDK */
static NSString * const HSBeaconVersion = @"3.0.0";
static NSString * const HSBeaconVersion = @"3.0.1";
Binary file modified Beacon.xcframework/ios-arm64/Beacon.framework/Info.plist
Binary file not shown.
Loading

0 comments on commit 600aeb2

Please sign in to comment.