Skip to content

Commit b7bb509

Browse files
committed
Version bumped to 3.2.0
1 parent a7d1891 commit b7bb509

7 files changed

Lines changed: 13 additions & 12 deletions

File tree

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- CryptoSwift (1.5.1)
3-
- nRFMeshProvision (3.1.5):
3+
- nRFMeshProvision (3.2.0):
44
- CryptoSwift (= 1.5.1)
55

66
DEPENDENCIES:
@@ -16,7 +16,7 @@ EXTERNAL SOURCES:
1616

1717
SPEC CHECKSUMS:
1818
CryptoSwift: c4f2debceb38bf44c80659afe009f71e23e4a082
19-
nRFMeshProvision: fd278d36d1a5c1abafc654694dfd85a288be2fca
19+
nRFMeshProvision: 297bbda9dc44138c1b63b1ac5e4c860f0398e176
2020

2121
PODFILE CHECKSUM: 69a81463322ef34ca0a20b98e90da2701d94e4ec
2222

Example/Pods/Local Podspecs/nRFMeshProvision.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/nRFMeshProvision/nRFMeshProvision-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/nRFMeshProvision.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@
13881388
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
13891389
LIBRARY_SEARCH_PATHS = "$(inherited)";
13901390
LINK_WITH_STANDARD_LIBRARIES = YES;
1391-
MARKETING_VERSION = 3.1.4;
1391+
MARKETING_VERSION = 3.2.0;
13921392
MODULE_NAME = ExampleApp;
13931393
OTHER_LDFLAGS = "$(inherited)";
13941394
PRODUCT_BUNDLE_IDENTIFIER = com.nordicsemi.nRFProvisioner;
@@ -1415,7 +1415,7 @@
14151415
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
14161416
LIBRARY_SEARCH_PATHS = "$(inherited)";
14171417
LINK_WITH_STANDARD_LIBRARIES = YES;
1418-
MARKETING_VERSION = 3.1.4;
1418+
MARKETING_VERSION = 3.2.0;
14191419
MODULE_NAME = ExampleApp;
14201420
OTHER_LDFLAGS = "$(inherited)";
14211421
PRODUCT_BUNDLE_IDENTIFIER = com.nordicsemi.nRFProvisioner;

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ The app is available on [App Store](https://apps.apple.com/us/app/nrf-mesh/id138
7373
7. Support for some server models:
7474
- Generic OnOff,
7575
- Generic Level,
76+
- Generic Power OnOff,
7677
- Vendor models.
7778
8. Scenes, both as client and server.
7879
9. Automatic connection to nearby nodes and automatic proxy filter management.

nRFMeshProvision.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
# valid spec before submitting.
44
#
55
# Any lines starting with a # are optional, but their use is encouraged
6-
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
6+
# To learn more about a Podspec see http://guides.coļcoapods.org/syntax/podspec.html
77
#
88

99

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

0 commit comments

Comments
 (0)