Skip to content

Commit

Permalink
Merge branch 'release-3.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Schiffli committed Jul 24, 2018
2 parents d1c417c + 81d448c commit 9f1088d
Show file tree
Hide file tree
Showing 56 changed files with 1,192 additions and 1,211 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.1.3
current_version = 3.1.4

[bumpversion:file:Docs/source/conf.py]

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [3.1.4] - 2018-07-23

### Changed
- Updated Podspec with the swift-version key and latest Bolts-Swift 1.4.0
- MetaWear-SDK-Cpp v0.16.0

## [3.1.3] - 2018-07-16
### Added
- Documentation for basic features of this API.
Expand Down
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.1.3'
version = '3.1.4'
# The full version, including alpha/beta/rc tags.
release = '3.1.3'
release = '3.1.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
10 changes: 7 additions & 3 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.1.3'
s.version = '3.1.4'
s.license = { :type => 'Commercial', :text => 'See https://www.mbientlab.com/terms/', :file => 'LICENSE' }
s.homepage = 'https://mbientlab.com'
s.summary = 'iOS/macOS/tvOS/watchOS API and documentation for the MetaWear platform'
Expand All @@ -21,6 +21,8 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '10.0'
s.watchos.deployment_target = '4.0'

s.swift_version = '4.1'

s.social_media_url = "https://twitter.com/mbientLab"
s.documentation_url = "https://mbientlab.com/cppdocs/latest/"

Expand All @@ -33,12 +35,11 @@ Pod::Spec.new do |s|
'MetaWear/MetaWear-SDK-Cpp/bindings/swift/**/*'
s.compiler_flags = '-Wno-documentation', '-Wno-comma'
s.pod_target_xcconfig = {
'SWIFT_VERSION' => '4.1',
'HEADER_SEARCH_PATHS' => '$(PODS_TARGET_SRCROOT)/MetaWear/MetaWear-SDK-Cpp/src',
'SWIFT_INCLUDE_PATHS' => '$(PODS_TARGET_SRCROOT)/MetaWear/MetaWear-SDK-Cpp/src'
}
s.frameworks = 'CoreBluetooth'
s.dependency 'Bolts-Swift', '~> 1.3.0'
s.dependency 'Bolts-Swift', '~> 1'
end

s.subspec 'AsyncUtils' do |s|
Expand All @@ -58,6 +59,9 @@ Pod::Spec.new do |s|
end

s.subspec 'DFU' do |s|
s.ios.deployment_target = '10.0'
s.osx.deployment_target = '10.13'

s.source_files = 'MetaWear/DFU/**/*'
s.dependency 'MetaWear/Core'
s.dependency 'iOSDFULibrary', '~> 4'
Expand Down
457 changes: 222 additions & 235 deletions MetaWear/MetaWear.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0930"
LastUpgradeVersion = "0940"
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 = "0930"
LastUpgradeVersion = "0940"
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 = "0930"
LastUpgradeVersion = "0940"
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 = "0930"
LastUpgradeVersion = "0940"
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 = "0930"
LastUpgradeVersion = "0940"
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 = "0930"
LastUpgradeVersion = "0940"
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 = "0930"
LastUpgradeVersion = "0940"
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 = "0930"
LastUpgradeVersion = "0940"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 0 additions & 2 deletions MetaWear/Podfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
use_frameworks!

abstract_target 'MetaWear' do
pod 'Bolts-Swift', :git => 'https://github.com/BoltsFramework/Bolts-Swift.git', :commit => 'e9baa72'

abstract_target 'MetaWear-iOS' do
platform :ios, '10.0'
pod 'MetaWear', :subspecs => ['UI', 'AsyncUtils', 'Mocks', 'DFU'], :path => '../'
Expand Down
30 changes: 11 additions & 19 deletions MetaWear/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,51 +1,43 @@
PODS:
- Bolts-Swift (1.3.0)
- Bolts-Swift (1.4.0)
- iOSDFULibrary (4.1.3):
- Zip (~> 1.0)
- MetaWear/AsyncUtils (3.1.3):
- MetaWear/AsyncUtils (3.1.4):
- MetaWear/Core
- MetaWear/Core (3.1.3):
- Bolts-Swift (~> 1.3.0)
- MetaWear/DFU (3.1.3):
- MetaWear/Core (3.1.4):
- Bolts-Swift (~> 1)
- MetaWear/DFU (3.1.4):
- iOSDFULibrary (~> 4)
- MetaWear/Core
- MetaWear/Mocks (3.1.3):
- MetaWear/Mocks (3.1.4):
- MetaWear/Core
- MetaWear/UI (3.1.3):
- MetaWear/UI (3.1.4):
- MetaWear/AsyncUtils
- MetaWear/Core
- Zip (1.1.0)

DEPENDENCIES:
- Bolts-Swift (from `https://github.com/BoltsFramework/Bolts-Swift.git`, commit `e9baa72`)
- MetaWear/AsyncUtils (from `../`)
- MetaWear/DFU (from `../`)
- MetaWear/Mocks (from `../`)
- MetaWear/UI (from `../`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Bolts-Swift
- iOSDFULibrary
- Zip

EXTERNAL SOURCES:
Bolts-Swift:
:commit: e9baa72
:git: https://github.com/BoltsFramework/Bolts-Swift.git
MetaWear:
:path: "../"

CHECKOUT OPTIONS:
Bolts-Swift:
:commit: e9baa72
:git: https://github.com/BoltsFramework/Bolts-Swift.git

SPEC CHECKSUMS:
Bolts-Swift: fa98d1b59fc1acea9b21a21306dcdca1c85e3737
Bolts-Swift: 650d72e8017721b1a6bbe43d542c4578f8e5ba6f
iOSDFULibrary: 921bc0e250ad204a68ffe0cc98a7cb6ac8b13b9f
MetaWear: f2189aa71a433aee6c860838b8f78993dc3a2c78
MetaWear: 5f10a0ab98885d39a46de59d6bf16df731001e49
Zip: 8877eede3dda76bcac281225c20e71c25270774c

PODFILE CHECKSUM: adf471a68e150fa1367c17e9255362724fa98506
PODFILE CHECKSUM: 40f51631a47326fabd7a7939d3b4c5c6bc3dd8ba

COCOAPODS: 1.5.3

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

25 changes: 0 additions & 25 deletions MetaWear/Pods/Local Podspecs/Bolts-Swift.podspec.json

This file was deleted.

12 changes: 8 additions & 4 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.

30 changes: 11 additions & 19 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 9f1088d

Please sign in to comment.