Skip to content

Commit

Permalink
iOS SDK release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JOikarinen committed Mar 2, 2021
1 parent c4211e6 commit ce05e60
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions polar-sdk-ios/PolarBleSdk.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -37,28 +37,28 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>watchos-arm64_32_armv7k</string>
<key>LibraryPath</key>
<string>PolarBleSdk.framework</string>
<string>PolarBleSdkWatchOs.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>arm64_32</string>
<string>armv7k</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>watchos</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
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ public class PolarBleApiDefaultImpl {
///
/// - Returns: version in format major.minor.patch
public static func versionInfo() -> String {
return "3.0.0"
return "3.0.2"
}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
public let IOS_COMMUNICATIONS_VERSION = "14.1-17-gfc0aedd"
public let IOS_COMMUNICATIONS_VERSION = "14.1-20-geeb7606"

0 comments on commit ce05e60

Please sign in to comment.