Skip to content

Commit

Permalink
Beacon framework update
Browse files Browse the repository at this point in the history
  • Loading branch information
helpscoutbot committed Nov 17, 2022
1 parent 6807ec8 commit bf799c0
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 10 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.5'
s.version = '2.2.6'
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.
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 = @"2.2.5";
static NSString * const HSBeaconVersion = @"2.2.6";
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 @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>2.2.5</string>
<string>2.2.6</string>
<key>CFBundleVersion</key>
<string>38</string>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 = @"2.2.5";
static NSString * const HSBeaconVersion = @"2.2.6";
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</data>
<key>BeaconDatePicker.nib/runtime.nib</key>
<data>
+4UHUfOuRA2+7x8YIUe5IWo8Siw=
xOyZID1wfRWmjY54DqP5uMg7FY0=
</data>
<key>BeaconDropdownCustomField.nib</key>
<data>
Expand Down Expand Up @@ -346,7 +346,7 @@
</data>
<key>Headers/HSBeaconConstants.h</key>
<data>
QrBsf0v6cvBTdQRpQ0HCtr+twLE=
32vmmZFUBrxcjYzDP7hRb3LRbFE=
</data>
<key>Headers/HSBeaconContactForm.h</key>
<data>
Expand Down Expand Up @@ -374,7 +374,7 @@
</data>
<key>Info.plist</key>
<data>
2ZhC1k/SOQ4gFlcnCq6BtwNukJs=
iPAzWqutocQB+bH73REx/n14nH8=
</data>
<key>Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
<data>
Expand Down Expand Up @@ -1158,7 +1158,7 @@
<dict>
<key>hash2</key>
<data>
p2T1pon2Bh6DFYCIo4TC87z+VkNaJ/BjpIHzZ566QTM=
rdnKmEAVRbkb8g9grda+8S/9WRnkkL/MyM17EDsL9/8=
</data>
</dict>
<key>BeaconDropdownCustomField.nib</key>
Expand Down Expand Up @@ -1627,7 +1627,7 @@
<dict>
<key>hash2</key>
<data>
1j5aat54l3LkL0b7noEBOveI2vPLWbZc1lpGnWTlP6w=
VBrPonl+K9hFZS6BEz/axgUzGxMshhJIsTb1llwC/dc=
</data>
</dict>
<key>Headers/HSBeaconContactForm.h</key>
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.5</string>
<string>2.2.6</string>
<key>CFBundleVersion</key>
<string>38</string>
</dict>
Expand Down
Binary file not shown.

0 comments on commit bf799c0

Please sign in to comment.