Skip to content

Commit

Permalink
🔖 [Release] 1.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
evva-bee-bot committed Sep 25, 2024
1 parent 6c68d7c commit 8323869
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions AbrevvaSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'AbrevvaSDK'
s.version = '1.0.29'
s.version = '1.0.30'
s.summary = 'Official EVVA Abrevva iOS SDK'
s.description = <<-DESC
The EVVA Abrevva iOS SDK is a collection of tools to work with electronical EVVA access components.
Expand All @@ -20,11 +20,11 @@ It allows for scanning and connecting via BLE.
s.author = 'EVVA Sicherheitstechnologie GmbH'
s.source = { :git => 'https://github.com/evva-sfw/abrevva-sdk-ios.git', :tag => s.version.to_s }

s.platform = :ios
s.ios.deployment_target = '15.0'
s.watchos.deployment_target = '11.0'
s.swift_version = '5.0'

s.dependency 'CocoaMQTT'
s.ios.dependency 'CocoaMQTT'
s.dependency 'CryptoSwift'

s.vendored_frameworks = 'AbrevvaSDK.xcframework'
Expand Down
16 changes: 8 additions & 8 deletions AbrevvaSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,24 @@
<key>BinaryPath</key>
<string>AbrevvaSDK.framework/AbrevvaSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>AbrevvaSDK.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>AbrevvaSDK.framework/AbrevvaSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>watchos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>AbrevvaSDK.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -31,26 +34,23 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>watchos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>AbrevvaSDK.framework/AbrevvaSDK</string>
<key>LibraryIdentifier</key>
<string>watchos-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>AbrevvaSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>watchos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>ios</string>
</dict>
<dict>
<key>BinaryPath</key>
Expand Down
Binary file modified AbrevvaSDK.xcframework/ios-arm64/AbrevvaSDK.framework/AbrevvaSDK
Binary file not shown.
Binary file not shown.

0 comments on commit 8323869

Please sign in to comment.