Skip to content

Commit

Permalink
Version bumped to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Apr 27, 2022
1 parent a7d1891 commit b7bb509
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- CryptoSwift (1.5.1)
- nRFMeshProvision (3.1.5):
- nRFMeshProvision (3.2.0):
- CryptoSwift (= 1.5.1)

DEPENDENCIES:
Expand All @@ -16,7 +16,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
CryptoSwift: c4f2debceb38bf44c80659afe009f71e23e4a082
nRFMeshProvision: fd278d36d1a5c1abafc654694dfd85a288be2fca
nRFMeshProvision: 297bbda9dc44138c1b63b1ac5e4c860f0398e176

PODFILE CHECKSUM: 69a81463322ef34ca0a20b98e90da2701d94e4ec

Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/nRFMeshProvision.podspec.json

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

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

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

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

4 changes: 2 additions & 2 deletions Example/nRFMeshProvision.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = "$(inherited)";
LINK_WITH_STANDARD_LIBRARIES = YES;
MARKETING_VERSION = 3.1.4;
MARKETING_VERSION = 3.2.0;
MODULE_NAME = ExampleApp;
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = com.nordicsemi.nRFProvisioner;
Expand All @@ -1415,7 +1415,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = "$(inherited)";
LINK_WITH_STANDARD_LIBRARIES = YES;
MARKETING_VERSION = 3.1.4;
MARKETING_VERSION = 3.2.0;
MODULE_NAME = ExampleApp;
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = com.nordicsemi.nRFProvisioner;
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ The app is available on [App Store](https://apps.apple.com/us/app/nrf-mesh/id138
7. Support for some server models:
- Generic OnOff,
- Generic Level,
- Generic Power OnOff,
- Vendor models.
8. Scenes, both as client and server.
9. Automatic connection to nearby nodes and automatic proxy filter management.
Expand Down
6 changes: 3 additions & 3 deletions nRFMeshProvision.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
# To learn more about a Podspec see http://guides.coļcoapods.org/syntax/podspec.html
#


Pod::Spec.new do |s|
s.name = 'nRFMeshProvision'
s.version = '3.1.5'
s.version = '3.2.0'
s.summary = 'A Bluetooth Mesh library'
s.description = <<-DESC
nRF Mesh is a Bluetooth mesh compliant library supporting features such as provisioning, configuration and control of Bluetooth mesh nodes.
Expand All @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '10.0'
s.osx.deployment_target = '10.15'
s.static_framework = true
s.swift_versions = ['4.2', '5.0', '5.1', '5.2', '5.3', '5.4', '5.5']
s.swift_versions = ['4.2', '5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6']
s.source_files = 'nRFMeshProvision/Classes/**/*'
s.dependency 'CryptoSwift', '= 1.5.1'
s.frameworks = 'CoreBluetooth'
Expand Down

0 comments on commit b7bb509

Please sign in to comment.