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 30, 2023
1 parent a19b542 commit 6423302
Show file tree
Hide file tree
Showing 26 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions 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.8'
s.version = '3.0.0'
s.summary = 'The Help Scout Beacon SDK'
s.license = { :type => 'Commercial', :text => 'Help Scout. All rights reserved.' }

Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|

s.homepage = 'http://github.com/helpscout/beacon-ios-sdk'
s.author = { 'Help Scout' => '[email protected]' }
s.platform = :ios, '11.0'
s.platform = :ios, '12.0'
s.source = { :git => 'https://github.com/helpscout/beacon-ios-sdk.git', :tag => s.version }

s.source_files = 'Beacon.xcframework/ios-arm64/Beacon.framework/Headers/*.h'
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.
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.8";
static NSString * const HSBeaconVersion = @"3.0.0";
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
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)
// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Beacon
// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Beacon
// swift-module-flags-ignorable: -enable-bare-slash-regex
@_exported import Beacon
import CommonCrypto
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)
// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Beacon
// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Beacon
// swift-module-flags-ignorable: -enable-bare-slash-regex
@_exported import Beacon
import CommonCrypto
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.8</string>
<string>3.0.0</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.
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.8";
static NSString * const HSBeaconVersion = @"3.0.0";
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)
// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Beacon
// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Beacon
// swift-module-flags-ignorable: -enable-bare-slash-regex
@_exported import Beacon
import CommonCrypto
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)
// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Beacon
// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Beacon
// swift-module-flags-ignorable: -enable-bare-slash-regex
@_exported import Beacon
import CommonCrypto
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)
// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Beacon
// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Beacon
// swift-module-flags-ignorable: -enable-bare-slash-regex
@_exported import Beacon
import CommonCrypto
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)
// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Beacon
// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Beacon
// swift-module-flags-ignorable: -enable-bare-slash-regex
@_exported import Beacon
import CommonCrypto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Assets.car</key>
<data>
M/S7YUUkYm0sURkjOZqkvPi2pp0=
xp1LyqcGTJX/bT9PyUx73AI7y/E=
</data>
<key>Beacon.storyboardc/6c5-Ng-CAT-view-EQA-n2-1Dc.nib/objects-13.0+.nib</key>
<data>
Expand Down Expand Up @@ -78,7 +78,7 @@
</data>
<key>BeaconDatePicker.nib/runtime.nib</key>
<data>
EMnfyJwf+s3+cNh/pYb3Zca9Wbo=
wrk/o7A3PWUQYoP4sB7PuKVoEks=
</data>
<key>BeaconDropdownCustomField.nib</key>
<data>
Expand Down Expand Up @@ -346,7 +346,7 @@
</data>
<key>Headers/HSBeaconConstants.h</key>
<data>
mvrSN5Db/YlPHMkOoW+tJ4Z9xks=
i2MTYob3IPEnIB1ABqXc0DYMB9M=
</data>
<key>Headers/HSBeaconContactForm.h</key>
<data>
Expand Down Expand Up @@ -374,47 +374,47 @@
</data>
<key>Info.plist</key>
<data>
+h46k59Eyh0EthsQAExWCYOEdQg=
Y605dXE+ECRUkRzFH7/W29vH+AY=
</data>
<key>Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
<data>
Rc/iiNtedSTm5kP1wxfHWsHAN8k=
</data>
<key>Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
<data>
v5XS1j0Wxc8JZmwh1lvhs6wF8Zc=
nfKv3jXTcmTyLwx759gCySECV8M=
</data>
<key>Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
<data>
IFLi8T45saqHzd7zkNbk4pwr7kw=
V9JSUkVToEBlFaFASZt7ZVP6r10=
</data>
<key>Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
<data>
v5XS1j0Wxc8JZmwh1lvhs6wF8Zc=
nfKv3jXTcmTyLwx759gCySECV8M=
</data>
<key>Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<data>
jAyvptmCTyBhpOYmt/2RhORhOhk=
PoB1UClQyW7iZmXcCT5Xe7muLo0=
</data>
<key>Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
<data>
Rc/iiNtedSTm5kP1wxfHWsHAN8k=
</data>
<key>Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
<data>
mTIHcL4i9bGssSCEtqxpnoCi7pw=
SKUplBEZr+DDuWAcGMdb4uv2WEk=
</data>
<key>Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<data>
BPFehbYvV0sKaD+4Kt1vtoEeY0A=
rw+r4f3SmD4b2CV09pwF7dgakfo=
</data>
<key>Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
<data>
mTIHcL4i9bGssSCEtqxpnoCi7pw=
SKUplBEZr+DDuWAcGMdb4uv2WEk=
</data>
<key>Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<data>
96ggyODkb7DH1zFn2v0xduRtWcc=
slaqlTKUVpgdwsXyvFvlOk+41YI=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -1032,7 +1032,7 @@
<dict>
<key>hash2</key>
<data>
kI5uhdod/M5uZDGQ07NUvz587J/eTJeK7ekoBdPGJvY=
AFHL1MTSHG5BeVupnzS8xvHhrPlRARVVbXWYHeAF2iY=
</data>
</dict>
<key>Beacon.storyboardc/6c5-Ng-CAT-view-EQA-n2-1Dc.nib/objects-13.0+.nib</key>
Expand Down Expand Up @@ -1158,7 +1158,7 @@
<dict>
<key>hash2</key>
<data>
sIyVI21RHUgbXOy7J9DB/ubOSRnOlNiyIEZMNZC+6V4=
5QSjaga3l9wbCZi2x//gCkocazZxivhC1ArtijJaWsg=
</data>
</dict>
<key>BeaconDropdownCustomField.nib</key>
Expand Down Expand Up @@ -1627,7 +1627,7 @@
<dict>
<key>hash2</key>
<data>
/iA37TsYjA6VR2IYFSAosVfX3fM6GjEQBvEifcESoRw=
SftJyga+W88e/LcFmqBW5OS26EPr4mUU4CNgFpM94j0=
</data>
</dict>
<key>Headers/HSBeaconContactForm.h</key>
Expand Down Expand Up @@ -1683,28 +1683,28 @@
<dict>
<key>hash2</key>
<data>
g8gcn+h/9yXafPDrXO1WJa+My0TIlWAXtKrWwyuWYfY=
nUOfvQcrvt62D9fA5EiyZfKQqJOxXkOJwNGes47NwEQ=
</data>
</dict>
<key>Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
<dict>
<key>hash2</key>
<data>
n8q9Ygq63q4sgnN4hzUCfPQrs81xn52S28wgbWCm9Kg=
8F/5VI+rExb6GyY0uYdqYmju1Nr08iTU3la6vIl6K2s=
</data>
</dict>
<key>Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
g8gcn+h/9yXafPDrXO1WJa+My0TIlWAXtKrWwyuWYfY=
nUOfvQcrvt62D9fA5EiyZfKQqJOxXkOJwNGes47NwEQ=
</data>
</dict>
<key>Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<dict>
<key>hash2</key>
<data>
Lfi+VbiEwda3mqrQYyk1IptyHA3kwFDBNrizTnY+UU4=
3lLsr5T/JiPJl4pfQtJL6ILsK7FE8b9mxEOa2xPzG6g=
</data>
</dict>
<key>Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
Expand All @@ -1718,28 +1718,28 @@
<dict>
<key>hash2</key>
<data>
Eqb7NlENWLYr/f9ZRdtrkDyWxO63Ld38DvcJA1SRc9o=
lvxoKpYb5ef8jcYpvsbWuivAO3Y1qfzAqjEWN/UhKW0=
</data>
</dict>
<key>Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<dict>
<key>hash2</key>
<data>
tc0XiXPIK6BgHEfnU3zb4mwnxZpLaRmA0qlBYiqLC+M=
WrXqN3HOuvDB6IXL5JryR2R1MnzF3N1r7XMfQ88MNkY=
</data>
</dict>
<key>Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
Eqb7NlENWLYr/f9ZRdtrkDyWxO63Ld38DvcJA1SRc9o=
lvxoKpYb5ef8jcYpvsbWuivAO3Y1qfzAqjEWN/UhKW0=
</data>
</dict>
<key>Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<dict>
<key>hash2</key>
<data>
Rcp0gws/0yW4Mqx948ZNtLqX4CBc/vztJR7nc8Y1CKY=
6udFgVnwrb5KbY2zAGq/E7NZ/VrTa0KyDytWpqqtSpg=
</data>
</dict>
<key>Modules/module.modulemap</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.8</string>
<string>3.0.0</string>
<key>CFBundleVersion</key>
<string>38</string>
</dict>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
name: "Beacon-iOS",
defaultLocalization: "en",
platforms: [
.iOS(.v11)
.iOS(.v12)
],
products: [
.library(
Expand Down

0 comments on commit 6423302

Please sign in to comment.