Skip to content

Commit

Permalink
Merge pull request #354 from NordicSemiconductor/develop
Browse files Browse the repository at this point in the history
Version 3.1.3
  • Loading branch information
philips77 authored Jun 21, 2021
2 parents 7f1ed61 + 9f4d8d1 commit 5081085
Show file tree
Hide file tree
Showing 68 changed files with 434 additions and 151 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## Changelog
- **3.1.3**:
- Improvement: Migration to Xcode 12.5.
* Improvement: CryptoSwift updated from 1.3.8 to 1.4.0 (https://github.com/krzyzanowskim/CryptoSwift/releases/tag/1.4.0).
* Bugfix: Two threading issues fixed (#350 with #351 and #352 with #353).
* Bugfix: Refreshing Last Modified date after importing new mesh network configuration (https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library/commit/f60f3b25111bae1b1dcc1b5ffcf62e2a09615cf7).

- **3.1.2**:
- Bugfix: Fixed DevicePropertyCharacteristic.pressure with missing resolution when converting to Data (#344).
- Bugfix: Fixed calculating message sequence when Seq > 8191 (#345).
Expand Down
10 changes: 5 additions & 5 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- CryptoSwift (1.3.8)
- nRFMeshProvision (3.1.2):
- CryptoSwift (= 1.3.8)
- CryptoSwift (1.4.0)
- nRFMeshProvision (3.1.3):
- CryptoSwift (= 1.4.0)

DEPENDENCIES:
- nRFMeshProvision (from `../`)
Expand All @@ -15,8 +15,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
CryptoSwift: 01b0f0cba1d5c212e5a335ff6c054fb75a204f00
nRFMeshProvision: 56e071395addfb9cc984bc7fbe56716bb4b9c343
CryptoSwift: 7cc902df1784de3b389a387756c7d710f197730c
nRFMeshProvision: 7c95bc28df2ee8ba97ce1df73d04714b5abca1ca

PODFILE CHECKSUM: 69a81463322ef34ca0a20b98e90da2701d94e4ec

Expand Down
14 changes: 7 additions & 7 deletions Example/Pods/CryptoSwift/README.md

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

16 changes: 10 additions & 6 deletions Example/Pods/CryptoSwift/Sources/CryptoSwift/AES.Cryptors.swift

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

59 changes: 38 additions & 21 deletions Example/Pods/CryptoSwift/Sources/CryptoSwift/AES.swift

Large diffs are not rendered by default.

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.

1 change: 1 addition & 0 deletions Example/Pods/CryptoSwift/Sources/CryptoSwift/Bit.swift

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

17 changes: 13 additions & 4 deletions Example/Pods/CryptoSwift/Sources/CryptoSwift/BlockDecryptor.swift

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.

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.

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.

Loading

0 comments on commit 5081085

Please sign in to comment.