diff --git a/Beacon.podspec b/Beacon.podspec index a191c30..5530b56 100644 --- a/Beacon.podspec +++ b/Beacon.podspec @@ -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.' } @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.homepage = 'http://github.com/helpscout/beacon-ios-sdk' s.author = { 'Help Scout' => 'help@helpscout.com' } - 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' diff --git a/Beacon.xcframework/ios-arm64/Beacon.framework/Assets.car b/Beacon.xcframework/ios-arm64/Beacon.framework/Assets.car index 4ed5e4b..c948256 100644 Binary files a/Beacon.xcframework/ios-arm64/Beacon.framework/Assets.car and b/Beacon.xcframework/ios-arm64/Beacon.framework/Assets.car differ diff --git a/Beacon.xcframework/ios-arm64/Beacon.framework/Beacon b/Beacon.xcframework/ios-arm64/Beacon.framework/Beacon index 44ffa55..34217a6 100755 Binary files a/Beacon.xcframework/ios-arm64/Beacon.framework/Beacon and b/Beacon.xcframework/ios-arm64/Beacon.framework/Beacon differ diff --git a/Beacon.xcframework/ios-arm64/Beacon.framework/BeaconDatePicker.nib/runtime.nib b/Beacon.xcframework/ios-arm64/Beacon.framework/BeaconDatePicker.nib/runtime.nib index db8825f..71bfbe6 100644 Binary files a/Beacon.xcframework/ios-arm64/Beacon.framework/BeaconDatePicker.nib/runtime.nib and b/Beacon.xcframework/ios-arm64/Beacon.framework/BeaconDatePicker.nib/runtime.nib differ diff --git a/Beacon.xcframework/ios-arm64/Beacon.framework/Headers/HSBeaconConstants.h b/Beacon.xcframework/ios-arm64/Beacon.framework/Headers/HSBeaconConstants.h index 5d90e6b..4feb5b2 100644 --- a/Beacon.xcframework/ios-arm64/Beacon.framework/Headers/HSBeaconConstants.h +++ b/Beacon.xcframework/ios-arm64/Beacon.framework/Headers/HSBeaconConstants.h @@ -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"; diff --git a/Beacon.xcframework/ios-arm64/Beacon.framework/Info.plist b/Beacon.xcframework/ios-arm64/Beacon.framework/Info.plist index 1ca70cb..bdbf3e8 100644 Binary files a/Beacon.xcframework/ios-arm64/Beacon.framework/Info.plist and b/Beacon.xcframework/ios-arm64/Beacon.framework/Info.plist differ diff --git a/Beacon.xcframework/ios-arm64/Beacon.framework/Modules/Beacon.swiftmodule/arm64-apple-ios.private.swiftinterface b/Beacon.xcframework/ios-arm64/Beacon.framework/Modules/Beacon.swiftmodule/arm64-apple-ios.private.swiftinterface index 189a9e9..ebb859c 100644 --- a/Beacon.xcframework/ios-arm64/Beacon.framework/Modules/Beacon.swiftmodule/arm64-apple-ios.private.swiftinterface +++ b/Beacon.xcframework/ios-arm64/Beacon.framework/Modules/Beacon.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -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 diff --git a/Beacon.xcframework/ios-arm64/Beacon.framework/Modules/Beacon.swiftmodule/arm64-apple-ios.swiftdoc b/Beacon.xcframework/ios-arm64/Beacon.framework/Modules/Beacon.swiftmodule/arm64-apple-ios.swiftdoc index ef5b1f0..bb322f5 100644 Binary files a/Beacon.xcframework/ios-arm64/Beacon.framework/Modules/Beacon.swiftmodule/arm64-apple-ios.swiftdoc and b/Beacon.xcframework/ios-arm64/Beacon.framework/Modules/Beacon.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/Beacon.xcframework/ios-arm64/Beacon.framework/Modules/Beacon.swiftmodule/arm64-apple-ios.swiftinterface b/Beacon.xcframework/ios-arm64/Beacon.framework/Modules/Beacon.swiftmodule/arm64-apple-ios.swiftinterface index 189a9e9..ebb859c 100644 --- a/Beacon.xcframework/ios-arm64/Beacon.framework/Modules/Beacon.swiftmodule/arm64-apple-ios.swiftinterface +++ b/Beacon.xcframework/ios-arm64/Beacon.framework/Modules/Beacon.swiftmodule/arm64-apple-ios.swiftinterface @@ -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 diff --git a/Beacon.xcframework/ios-arm64/dSYMs/Beacon.framework.dSYM/Contents/Info.plist b/Beacon.xcframework/ios-arm64/dSYMs/Beacon.framework.dSYM/Contents/Info.plist index 7772a7d..eadb1ff 100644 --- a/Beacon.xcframework/ios-arm64/dSYMs/Beacon.framework.dSYM/Contents/Info.plist +++ b/Beacon.xcframework/ios-arm64/dSYMs/Beacon.framework.dSYM/Contents/Info.plist @@ -13,7 +13,7 @@ CFBundleSignature ???? CFBundleShortVersionString - 2.2.8 + 3.0.0 CFBundleVersion 38 diff --git a/Beacon.xcframework/ios-arm64/dSYMs/Beacon.framework.dSYM/Contents/Resources/DWARF/Beacon b/Beacon.xcframework/ios-arm64/dSYMs/Beacon.framework.dSYM/Contents/Resources/DWARF/Beacon index 66e149f..f2f1693 100644 Binary files a/Beacon.xcframework/ios-arm64/dSYMs/Beacon.framework.dSYM/Contents/Resources/DWARF/Beacon and b/Beacon.xcframework/ios-arm64/dSYMs/Beacon.framework.dSYM/Contents/Resources/DWARF/Beacon differ diff --git a/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Assets.car b/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Assets.car index 4ed5e4b..6f02395 100644 Binary files a/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Assets.car and b/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Assets.car differ diff --git a/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Beacon b/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Beacon index d9625cc..ccc1018 100755 Binary files a/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Beacon and b/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Beacon differ diff --git a/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/BeaconDatePicker.nib/runtime.nib b/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/BeaconDatePicker.nib/runtime.nib index d027e8f..57c2601 100644 Binary files a/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/BeaconDatePicker.nib/runtime.nib and b/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/BeaconDatePicker.nib/runtime.nib differ diff --git a/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Headers/HSBeaconConstants.h b/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Headers/HSBeaconConstants.h index 5d90e6b..4feb5b2 100644 --- a/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Headers/HSBeaconConstants.h +++ b/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Headers/HSBeaconConstants.h @@ -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"; diff --git a/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Info.plist b/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Info.plist index a151ab6..8b286d2 100644 Binary files a/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Info.plist and b/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Info.plist differ diff --git a/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface index 39fda82..1b81696 100644 --- a/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +++ b/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -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 diff --git a/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.swiftdoc index 626b74e..237a22c 100644 Binary files a/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.swiftinterface index 39fda82..1b81696 100644 --- a/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ b/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -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 diff --git a/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface index 3f2a597..6d5dda7 100644 --- a/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +++ b/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -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 diff --git a/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.swiftdoc index ae6f005..b979de4 100644 Binary files a/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index 3f2a597..6d5dda7 100644 --- a/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -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 diff --git a/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/_CodeSignature/CodeResources b/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/_CodeSignature/CodeResources index 628ac4b..b2104b0 100644 --- a/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/_CodeSignature/CodeResources +++ b/Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/_CodeSignature/CodeResources @@ -6,7 +6,7 @@ Assets.car - M/S7YUUkYm0sURkjOZqkvPi2pp0= + xp1LyqcGTJX/bT9PyUx73AI7y/E= Beacon.storyboardc/6c5-Ng-CAT-view-EQA-n2-1Dc.nib/objects-13.0+.nib @@ -78,7 +78,7 @@ BeaconDatePicker.nib/runtime.nib - EMnfyJwf+s3+cNh/pYb3Zca9Wbo= + wrk/o7A3PWUQYoP4sB7PuKVoEks= BeaconDropdownCustomField.nib @@ -346,7 +346,7 @@ Headers/HSBeaconConstants.h - mvrSN5Db/YlPHMkOoW+tJ4Z9xks= + i2MTYob3IPEnIB1ABqXc0DYMB9M= Headers/HSBeaconContactForm.h @@ -374,7 +374,7 @@ Info.plist - +h46k59Eyh0EthsQAExWCYOEdQg= + Y605dXE+ECRUkRzFH7/W29vH+AY= Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -382,19 +382,19 @@ Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - v5XS1j0Wxc8JZmwh1lvhs6wF8Zc= + nfKv3jXTcmTyLwx759gCySECV8M= Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.swiftdoc - IFLi8T45saqHzd7zkNbk4pwr7kw= + V9JSUkVToEBlFaFASZt7ZVP6r10= Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.swiftinterface - v5XS1j0Wxc8JZmwh1lvhs6wF8Zc= + nfKv3jXTcmTyLwx759gCySECV8M= Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.swiftmodule - jAyvptmCTyBhpOYmt/2RhORhOhk= + PoB1UClQyW7iZmXcCT5Xe7muLo0= Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -402,19 +402,19 @@ Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - mTIHcL4i9bGssSCEtqxpnoCi7pw= + SKUplBEZr+DDuWAcGMdb4uv2WEk= Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - BPFehbYvV0sKaD+4Kt1vtoEeY0A= + rw+r4f3SmD4b2CV09pwF7dgakfo= Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - mTIHcL4i9bGssSCEtqxpnoCi7pw= + SKUplBEZr+DDuWAcGMdb4uv2WEk= Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - 96ggyODkb7DH1zFn2v0xduRtWcc= + slaqlTKUVpgdwsXyvFvlOk+41YI= Modules/module.modulemap @@ -1032,7 +1032,7 @@ hash2 - kI5uhdod/M5uZDGQ07NUvz587J/eTJeK7ekoBdPGJvY= + AFHL1MTSHG5BeVupnzS8xvHhrPlRARVVbXWYHeAF2iY= Beacon.storyboardc/6c5-Ng-CAT-view-EQA-n2-1Dc.nib/objects-13.0+.nib @@ -1158,7 +1158,7 @@ hash2 - sIyVI21RHUgbXOy7J9DB/ubOSRnOlNiyIEZMNZC+6V4= + 5QSjaga3l9wbCZi2x//gCkocazZxivhC1ArtijJaWsg= BeaconDropdownCustomField.nib @@ -1627,7 +1627,7 @@ hash2 - /iA37TsYjA6VR2IYFSAosVfX3fM6GjEQBvEifcESoRw= + SftJyga+W88e/LcFmqBW5OS26EPr4mUU4CNgFpM94j0= Headers/HSBeaconContactForm.h @@ -1683,28 +1683,28 @@ hash2 - g8gcn+h/9yXafPDrXO1WJa+My0TIlWAXtKrWwyuWYfY= + nUOfvQcrvt62D9fA5EiyZfKQqJOxXkOJwNGes47NwEQ= Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.swiftdoc hash2 - n8q9Ygq63q4sgnN4hzUCfPQrs81xn52S28wgbWCm9Kg= + 8F/5VI+rExb6GyY0uYdqYmju1Nr08iTU3la6vIl6K2s= Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.swiftinterface hash2 - g8gcn+h/9yXafPDrXO1WJa+My0TIlWAXtKrWwyuWYfY= + nUOfvQcrvt62D9fA5EiyZfKQqJOxXkOJwNGes47NwEQ= Modules/Beacon.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - Lfi+VbiEwda3mqrQYyk1IptyHA3kwFDBNrizTnY+UU4= + 3lLsr5T/JiPJl4pfQtJL6ILsK7FE8b9mxEOa2xPzG6g= Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -1718,28 +1718,28 @@ hash2 - Eqb7NlENWLYr/f9ZRdtrkDyWxO63Ld38DvcJA1SRc9o= + lvxoKpYb5ef8jcYpvsbWuivAO3Y1qfzAqjEWN/UhKW0= Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash2 - tc0XiXPIK6BgHEfnU3zb4mwnxZpLaRmA0qlBYiqLC+M= + WrXqN3HOuvDB6IXL5JryR2R1MnzF3N1r7XMfQ88MNkY= Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash2 - Eqb7NlENWLYr/f9ZRdtrkDyWxO63Ld38DvcJA1SRc9o= + lvxoKpYb5ef8jcYpvsbWuivAO3Y1qfzAqjEWN/UhKW0= Modules/Beacon.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - Rcp0gws/0yW4Mqx948ZNtLqX4CBc/vztJR7nc8Y1CKY= + 6udFgVnwrb5KbY2zAGq/E7NZ/VrTa0KyDytWpqqtSpg= Modules/module.modulemap diff --git a/Beacon.xcframework/ios-arm64_x86_64-simulator/dSYMs/Beacon.framework.dSYM/Contents/Info.plist b/Beacon.xcframework/ios-arm64_x86_64-simulator/dSYMs/Beacon.framework.dSYM/Contents/Info.plist index 7772a7d..eadb1ff 100644 --- a/Beacon.xcframework/ios-arm64_x86_64-simulator/dSYMs/Beacon.framework.dSYM/Contents/Info.plist +++ b/Beacon.xcframework/ios-arm64_x86_64-simulator/dSYMs/Beacon.framework.dSYM/Contents/Info.plist @@ -13,7 +13,7 @@ CFBundleSignature ???? CFBundleShortVersionString - 2.2.8 + 3.0.0 CFBundleVersion 38 diff --git a/Beacon.xcframework/ios-arm64_x86_64-simulator/dSYMs/Beacon.framework.dSYM/Contents/Resources/DWARF/Beacon b/Beacon.xcframework/ios-arm64_x86_64-simulator/dSYMs/Beacon.framework.dSYM/Contents/Resources/DWARF/Beacon index d98a990..a8bae53 100644 Binary files a/Beacon.xcframework/ios-arm64_x86_64-simulator/dSYMs/Beacon.framework.dSYM/Contents/Resources/DWARF/Beacon and b/Beacon.xcframework/ios-arm64_x86_64-simulator/dSYMs/Beacon.framework.dSYM/Contents/Resources/DWARF/Beacon differ diff --git a/Package.swift b/Package.swift index 42e8a31..be1b641 100644 --- a/Package.swift +++ b/Package.swift @@ -7,7 +7,7 @@ let package = Package( name: "Beacon-iOS", defaultLocalization: "en", platforms: [ - .iOS(.v11) + .iOS(.v12) ], products: [ .library(