Skip to content

Commit

Permalink
iOS Polar Ble SDK release 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JOikarinen committed Mar 9, 2021
1 parent 204fd50 commit 1fced7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 3.0.2;
MARKETING_VERSION = 3.0.3;
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.polar.PolarBleSdkWatchOs;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down Expand Up @@ -1731,7 +1731,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 3.0.2;
MARKETING_VERSION = 3.0.3;
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.polar.PolarBleSdkWatchOs;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down Expand Up @@ -1784,7 +1784,7 @@
"@loader_path/Frameworks",
);
MACH_O_TYPE = mh_dylib;
MARKETING_VERSION = 3.0.2;
MARKETING_VERSION = 3.0.3;
"OTHER_CFLAGS[arch=*]" = "-fembed-bitcode";
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.polar.PolarBleSdk;
Expand Down Expand Up @@ -1841,7 +1841,7 @@
"@loader_path/Frameworks",
);
MACH_O_TYPE = mh_dylib;
MARKETING_VERSION = 3.0.2;
MARKETING_VERSION = 3.0.3;
"OTHER_CFLAGS[arch=*]" = "-fembed-bitcode";
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.polar.PolarBleSdk;
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.2"
return "3.0.3"
}
}

0 comments on commit 1fced7c

Please sign in to comment.