Skip to content

Commit

Permalink
🔖 [Release] 1.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
evva-bee-bot committed Sep 25, 2024
1 parent b86206b commit 6c68d7c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 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.28'
s.version = '1.0.29'
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 Down
16 changes: 8 additions & 8 deletions AbrevvaSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,18 @@
<key>BinaryPath</key>
<string>AbrevvaSDK.framework/AbrevvaSDK</string>
<key>LibraryIdentifier</key>
<string>watchos-arm64_arm64_32</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>AbrevvaSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>arm64_32</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>watchos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
Expand All @@ -54,18 +56,16 @@
<key>BinaryPath</key>
<string>AbrevvaSDK.framework/AbrevvaSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>watchos-arm64_arm64_32</string>
<key>LibraryPath</key>
<string>AbrevvaSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
<string>arm64_32</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>watchos</string>
</dict>
</array>
<key>CFBundlePackageType</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 6c68d7c

Please sign in to comment.