Skip to content

Commit

Permalink
iOS binary: update for release 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JOikarinen committed Nov 10, 2021
1 parent fff11a3 commit 82c64d3
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions polar-sdk-ios/PolarBleSdk.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,59 +6,59 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>PolarBleSdk.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>LibraryIdentifier</key>
<string>watchos-arm64_i386_x86_64-simulator</string>
<string>watchos-arm64_32_armv7k</string>
<key>LibraryPath</key>
<string>PolarBleSdkWatchOs.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
<string>arm64_32</string>
<string>armv7k</string>
</array>
<key>SupportedPlatform</key>
<string>watchos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>watchos-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>PolarBleSdk.framework</string>
<string>PolarBleSdkWatchOs.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>watchos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>watchos-arm64_32_armv7k</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>PolarBleSdkWatchOs.framework</string>
<string>PolarBleSdk.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64_32</string>
<string>armv7k</string>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>watchos</string>
<string>ios</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down

0 comments on commit 82c64d3

Please sign in to comment.