Skip to content

Commit

Permalink
iOS sources updated for version 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JOikarinen committed Mar 31, 2021
1 parent 9d56951 commit 4640577
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1680,7 +1680,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 3.0.4;
MARKETING_VERSION = 3.0.5;
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.polar.PolarBleSdkWatchOs;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down Expand Up @@ -1732,7 +1732,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 3.0.4;
MARKETING_VERSION = 3.0.5;
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.polar.PolarBleSdkWatchOs;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down Expand Up @@ -1785,7 +1785,7 @@
"@loader_path/Frameworks",
);
MACH_O_TYPE = mh_dylib;
MARKETING_VERSION = 3.0.4;
MARKETING_VERSION = 3.0.5;
"OTHER_CFLAGS[arch=*]" = "-fembed-bitcode";
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.polar.PolarBleSdk;
Expand Down Expand Up @@ -1842,7 +1842,7 @@
"@loader_path/Frameworks",
);
MACH_O_TYPE = mh_dylib;
MARKETING_VERSION = 3.0.4;
MARKETING_VERSION = 3.0.5;
"OTHER_CFLAGS[arch=*]" = "-fembed-bitcode";
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.polar.PolarBleSdk;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
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.4"
return "3.0.5"
}
}

0 comments on commit 4640577

Please sign in to comment.