Skip to content

Commit

Permalink
iOS binary: update to version 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JOikarinen committed Mar 25, 2021
1 parent 9f34b06 commit 628dcb7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions polar-sdk-ios/PolarBleSdk.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,15 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>watchos-arm64_i386_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>PolarBleSdkWatchOs.framework</string>
<string>PolarBleSdk.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>watchos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>ios</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
Expand All @@ -50,15 +46,19 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</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>
</array>
<key>CFBundlePackageType</key>
Expand Down

0 comments on commit 628dcb7

Please sign in to comment.