Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

Commit 355da9f

Browse files
committed
releaes 4.0.0
1 parent c3d5435 commit 355da9f

File tree

381 files changed

+2989
-38012
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

381 files changed

+2989
-38012
lines changed

Docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '3.4.3'
58+
version = '4.0.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '3.4.3'
60+
release = '4.0.0'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

MetaWear.podspec

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'MetaWear'
3-
s.version = '3.4.3'
3+
s.version = '4.0.0'
44
s.license = { :type => 'Commercial', :text => 'See https://www.mbientlab.com/terms/', :file => 'LICENSE.md' }
55
s.homepage = 'https://mbientlab.com'
66
s.summary = 'iOS/macOS/tvOS/watchOS API and documentation for the MetaWear platform'
@@ -31,7 +31,13 @@ Pod::Spec.new do |s|
3131
s.subspec 'Core' do |s|
3232
s.preserve_paths = 'MetaWear/MetaWear-SDK-Cpp/src/**/*'
3333
s.source_files = 'MetaWear/Core/**/*',
34-
'MetaWear/MetaWear-SDK-Cpp/src/metawear/**/*.cpp',
34+
'MetaWear/MetaWear-SDK-Cpp/src/metawear/core/*/*.cpp',
35+
'MetaWear/MetaWear-SDK-Cpp/src/metawear/dfu/*/*.cpp',
36+
'MetaWear/MetaWear-SDK-Cpp/src/metawear/impl/*/*.cpp',
37+
'MetaWear/MetaWear-SDK-Cpp/src/metawear/peripheral/*/*.cpp',
38+
'MetaWear/MetaWear-SDK-Cpp/src/metawear/platform/*/*.cpp',
39+
'MetaWear/MetaWear-SDK-Cpp/src/metawear/processor/*/*.cpp',
40+
'MetaWear/MetaWear-SDK-Cpp/src/metawear/sensor/*/*.cpp',
3541
'MetaWear/MetaWear-SDK-Cpp/bindings/swift/**/*'
3642
s.compiler_flags = '-Wno-documentation', '-Wno-comma'
3743
s.pod_target_xcconfig = {

MetaWear/MetaWear.xcodeproj/xcshareddata/xcschemes/MetaWearDFU.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1130"
3+
LastUpgradeVersion = "1240"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

MetaWear/MetaWear.xcodeproj/xcshareddata/xcschemes/MetaWearIntegrationTests-iOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1130"
3+
LastUpgradeVersion = "1240"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

MetaWear/MetaWear.xcodeproj/xcshareddata/xcschemes/MetaWearIntegrationTests-macOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1130"
3+
LastUpgradeVersion = "1240"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

MetaWear/MetaWear.xcodeproj/xcshareddata/xcschemes/MetaWearIntegrationTests-tvOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1130"
3+
LastUpgradeVersion = "1240"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

MetaWear/MetaWear.xcodeproj/xcshareddata/xcschemes/MetaWearR-CI.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1130"
3+
LastUpgradeVersion = "1240"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

MetaWear/MetaWear.xcodeproj/xcshareddata/xcschemes/MetaWearUnitTests-iOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1130"
3+
LastUpgradeVersion = "1240"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

MetaWear/MetaWear.xcodeproj/xcshareddata/xcschemes/MetaWearUnitTests-macOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1130"
3+
LastUpgradeVersion = "1240"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

MetaWear/MetaWear.xcodeproj/xcshareddata/xcschemes/MetaWearUnitTests-tvOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1130"
3+
LastUpgradeVersion = "1240"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)