Skip to content

Commit 5081085

Browse files
authored
Merge pull request #354 from NordicSemiconductor/develop
Version 3.1.3
2 parents 7f1ed61 + 9f4d8d1 commit 5081085

68 files changed

Lines changed: 434 additions & 151 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
## Changelog
2+
- **3.1.3**:
3+
- Improvement: Migration to Xcode 12.5.
4+
* Improvement: CryptoSwift updated from 1.3.8 to 1.4.0 (https://github.com/krzyzanowskim/CryptoSwift/releases/tag/1.4.0).
5+
* Bugfix: Two threading issues fixed (#350 with #351 and #352 with #353).
6+
* Bugfix: Refreshing Last Modified date after importing new mesh network configuration (https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library/commit/f60f3b25111bae1b1dcc1b5ffcf62e2a09615cf7).
7+
28
- **3.1.2**:
39
- Bugfix: Fixed DevicePropertyCharacteristic.pressure with missing resolution when converting to Data (#344).
410
- Bugfix: Fixed calculating message sequence when Seq > 8191 (#345).

Example/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
2-
- CryptoSwift (1.3.8)
3-
- nRFMeshProvision (3.1.2):
4-
- CryptoSwift (= 1.3.8)
2+
- CryptoSwift (1.4.0)
3+
- nRFMeshProvision (3.1.3):
4+
- CryptoSwift (= 1.4.0)
55

66
DEPENDENCIES:
77
- nRFMeshProvision (from `../`)
@@ -15,8 +15,8 @@ EXTERNAL SOURCES:
1515
:path: "../"
1616

1717
SPEC CHECKSUMS:
18-
CryptoSwift: 01b0f0cba1d5c212e5a335ff6c054fb75a204f00
19-
nRFMeshProvision: 56e071395addfb9cc984bc7fbe56716bb4b9c343
18+
CryptoSwift: 7cc902df1784de3b389a387756c7d710f197730c
19+
nRFMeshProvision: 7c95bc28df2ee8ba97ce1df73d04714b5abca1ca
2020

2121
PODFILE CHECKSUM: 69a81463322ef34ca0a20b98e90da2701d94e4ec
2222

Example/Pods/CryptoSwift/README.md

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

Example/Pods/CryptoSwift/Sources/CryptoSwift/AES.Cryptors.swift

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

Example/Pods/CryptoSwift/Sources/CryptoSwift/AES.swift

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

Example/Pods/CryptoSwift/Sources/CryptoSwift/Array+Extension.swift

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

Example/Pods/CryptoSwift/Sources/CryptoSwift/BatchedCollection.swift

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

Example/Pods/CryptoSwift/Sources/CryptoSwift/Bit.swift

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

Example/Pods/CryptoSwift/Sources/CryptoSwift/BlockDecryptor.swift

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

Example/Pods/CryptoSwift/Sources/CryptoSwift/BlockEncryptor.swift

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

0 commit comments

Comments
 (0)