Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ platform :ios, '13.0'

target 'nRF Mesh' do
pod 'iOSMcuManagerLibrary'
pod 'MemfaultCloud'
pod 'nRFMeshProvision', :path => '../'
target 'nRF Mesh Tests' do
inherit! :search_paths
Expand Down
10 changes: 7 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
PODS:
- CryptoSwift (1.8.4)
- iOSMcuManagerLibrary (1.14):
- iOSMcuManagerLibrary (1.14.2):
- SwiftCBOR (= 0.5.0)
- ZIPFoundation (= 0.9.19)
- MemfaultCloud (3.1.0)
- nRFMeshProvision (4.8.0):
- CryptoSwift (= 1.8.4)
- SwiftCBOR (0.5.0)
- ZIPFoundation (0.9.19)

DEPENDENCIES:
- iOSMcuManagerLibrary
- MemfaultCloud
- nRFMeshProvision (from `../`)

SPEC REPOS:
trunk:
- CryptoSwift
- iOSMcuManagerLibrary
- MemfaultCloud
- SwiftCBOR
- ZIPFoundation

Expand All @@ -25,11 +28,12 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
CryptoSwift: e64e11850ede528a02a0f3e768cec8e9d92ecb90
iOSMcuManagerLibrary: f80b38cc9d8f93ed1b45f05e60aaa2e96b6beafa
iOSMcuManagerLibrary: f4154e31f47ef057b712f100115cd145d3089bf3
MemfaultCloud: 84c1430b7f2a646b5a178f1931ca65b13370ed3f
nRFMeshProvision: 1f0162cd380b439ab144d5e2fd47670c6088d783
SwiftCBOR: aa87349b4ccddd19f861aa544f7c27d43dee5772
ZIPFoundation: b8c29ea7ae353b309bc810586181fd073cb3312c

PODFILE CHECKSUM: b01ed8f0323cc75c1078086b702ab1526d7252d1
PODFILE CHECKSUM: f3cc77695d5ec7ea4ec63f5e52edd694af43f5a6

COCOAPODS: 1.16.2
10 changes: 7 additions & 3 deletions Example/Pods/Manifest.lock

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

33 changes: 33 additions & 0 deletions Example/Pods/MemfaultCloud/LICENSE

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.

18 changes: 18 additions & 0 deletions Example/Pods/MemfaultCloud/MemfaultCloud/Classes/MFLTBackoff.h

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

40 changes: 40 additions & 0 deletions Example/Pods/MemfaultCloud/MemfaultCloud/Classes/MFLTBackoff.m

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

26 changes: 26 additions & 0 deletions Example/Pods/MemfaultCloud/MemfaultCloud/Classes/MFLTChunkSender.h

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

Loading