Skip to content

Commit

Permalink
releaes 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lkasso committed Mar 22, 2021
1 parent c3d5435 commit 355da9f
Show file tree
Hide file tree
Showing 381 changed files with 2,989 additions and 38,012 deletions.
4 changes: 2 additions & 2 deletions Docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '3.4.3'
version = '4.0.0'
# The full version, including alpha/beta/rc tags.
release = '3.4.3'
release = '4.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
10 changes: 8 additions & 2 deletions MetaWear.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MetaWear'
s.version = '3.4.3'
s.version = '4.0.0'
s.license = { :type => 'Commercial', :text => 'See https://www.mbientlab.com/terms/', :file => 'LICENSE.md' }
s.homepage = 'https://mbientlab.com'
s.summary = 'iOS/macOS/tvOS/watchOS API and documentation for the MetaWear platform'
Expand Down Expand Up @@ -31,7 +31,13 @@ Pod::Spec.new do |s|
s.subspec 'Core' do |s|
s.preserve_paths = 'MetaWear/MetaWear-SDK-Cpp/src/**/*'
s.source_files = 'MetaWear/Core/**/*',
'MetaWear/MetaWear-SDK-Cpp/src/metawear/**/*.cpp',
'MetaWear/MetaWear-SDK-Cpp/src/metawear/core/*/*.cpp',
'MetaWear/MetaWear-SDK-Cpp/src/metawear/dfu/*/*.cpp',
'MetaWear/MetaWear-SDK-Cpp/src/metawear/impl/*/*.cpp',
'MetaWear/MetaWear-SDK-Cpp/src/metawear/peripheral/*/*.cpp',
'MetaWear/MetaWear-SDK-Cpp/src/metawear/platform/*/*.cpp',
'MetaWear/MetaWear-SDK-Cpp/src/metawear/processor/*/*.cpp',
'MetaWear/MetaWear-SDK-Cpp/src/metawear/sensor/*/*.cpp',
'MetaWear/MetaWear-SDK-Cpp/bindings/swift/**/*'
s.compiler_flags = '-Wno-documentation', '-Wno-comma'
s.pod_target_xcconfig = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1130"
LastUpgradeVersion = "1240"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1130"
LastUpgradeVersion = "1240"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1130"
LastUpgradeVersion = "1240"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1130"
LastUpgradeVersion = "1240"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1130"
LastUpgradeVersion = "1240"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1130"
LastUpgradeVersion = "1240"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1130"
LastUpgradeVersion = "1240"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1130"
LastUpgradeVersion = "1240"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

This file was deleted.

12 changes: 6 additions & 6 deletions MetaWear/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ PODS:
- Bolts-Swift (1.5.0)
- iOSDFULibrary (4.5.1):
- ZIPFoundation (= 0.9.9)
- MetaWear/AsyncUtils (3.4.3):
- MetaWear/AsyncUtils (4.0.0):
- MetaWear/Core
- MetaWear/Core (3.4.3):
- MetaWear/Core (4.0.0):
- Bolts-Swift (~> 1)
- MetaWear/DFU (3.4.3):
- MetaWear/DFU (4.0.0):
- iOSDFULibrary (= 4.5.1)
- MetaWear/Core
- MetaWear/Mocks (3.4.3):
- MetaWear/Mocks (4.0.0):
- MetaWear/Core
- MetaWear/UI (3.4.3):
- MetaWear/UI (4.0.0):
- MetaWear/AsyncUtils
- MetaWear/Core
- ZIPFoundation (0.9.9)
Expand All @@ -35,7 +35,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Bolts-Swift: afbbaf8c8186e7f769be4afa656949c14087ba44
iOSDFULibrary: 87c6a088cf7172e3694dfaa8305e7ded5eda2547
MetaWear: dfdae0f084c45f7fd06c02e9e5541009ba8dd863
MetaWear: 26e6a18edf8f138f3cc479c06b1811bb76ab9bac
ZIPFoundation: 89df685c971926b0323087952320bdfee9f0b6ef

PODFILE CHECKSUM: 76e04bf9dc0046e22c1dba696e3f5f4f09862e8f
Expand Down
12 changes: 9 additions & 3 deletions MetaWear/Pods/Local Podspecs/MetaWear.podspec.json

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

12 changes: 6 additions & 6 deletions MetaWear/Pods/Manifest.lock

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

Loading

0 comments on commit 355da9f

Please sign in to comment.