Skip to content

Commit

Permalink
Merge pull request #67 from CirrusMD/10.4.0
Browse files Browse the repository at this point in the history
10.4.0
  • Loading branch information
tklucher authored Apr 7, 2023
2 parents 24d2fc6 + 2192eea commit 01f53b6
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 19 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CirrusMD iOS SDK Changelog

# 10.4.0

## Built with: Xcode 14.2.0

### Changes:
- Enhanced patient address capture
- Assessments now show required fields text and all required fields in assessments are now marked with `*`
- Updated all dependancies
- Display `no_stream_access_message` when there are no active streams over the Patient Stream Picker

### Bug Fixes:
- Fix to scrolling of assessments on iPad

# 10.3.0

## Built with: Xcode 14.2.0
Expand Down
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ workspace 'CirrusMDSDK-Example.xcworkspace'

target 'CirrusMDSDK-Pods' do
project 'CirrusMDSDK-Example.xcodeproj'
pod 'CirrusMDSDK', '~> 10.3.0'
pod 'CirrusMDSDK', '~> 10.4.0'
end

target 'CirrusMDSDK-Pods-ObjC' do
project 'CirrusMDSDK-Example.xcodeproj'
pod 'CirrusMDSDK', '~> 10.3.0'
pod 'CirrusMDSDK', '~> 10.4.0'
end

# On an M1 or M2 Mac, uncomment these lines to build to simulator
Expand Down
34 changes: 17 additions & 17 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PODS:
- CirrusMDSDK (10.3.0):
- CirrusMDSDK (10.4.0):
- CMDMBProgressHUD (~> 1.2.1)
- Kingfisher (~> 6.3.1)
- OpenTok (~> 2.23.1)
- SnapKit (~> 5.0.1)
- Kingfisher (~> 7.6.2)
- OpenTok (~> 2.24.2)
- SnapKit (~> 5.6.0)
- UDF (~> 0.7.0)
- CMDMBProgressHUD (1.2.1)
- Kingfisher (6.3.1)
- OpenTok (2.23.1):
- VonageWebRTC (= 84.0.21)
- SnapKit (5.0.1)
- Kingfisher (7.6.2)
- OpenTok (2.24.2):
- VonageWebRTC (= 99.2.39)
- SnapKit (5.6.0)
- UDF (0.7.0)
- VonageWebRTC (84.0.21)
- VonageWebRTC (99.2.39)

DEPENDENCIES:
- CirrusMDSDK (~> 10.3.0)
- CirrusMDSDK (~> 10.4.0)

SPEC REPOS:
https://github.com/CirrusMD/podspecs.git:
Expand All @@ -28,14 +28,14 @@ SPEC REPOS:
- VonageWebRTC

SPEC CHECKSUMS:
CirrusMDSDK: ab3966e42b5a9f4178cf6b94bda6ef219614edd5
CirrusMDSDK: 92690dd0d8776016c3222e34c0750cd432cdc270
CMDMBProgressHUD: 7a120f51806bf1a496a660a12b6296fa60d46784
Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74
OpenTok: 1d5737dd4df87cc77094adeaeb3b82b25a23ed3e
SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb
Kingfisher: 6c5449c6450c5239166510ba04afe374a98afc4f
OpenTok: 5ad2a334e5456890f8761fc845c5e3cce1b9725f
SnapKit: e01d52ebb8ddbc333eefe2132acf85c8227d9c25
UDF: fe8d48fbc2187db4a0d888e29427a5916cc062f7
VonageWebRTC: cfa7aefc3fe6e95bcbd778e8973af90fe9bfd497
VonageWebRTC: 4b57187170ef4ea435006e932600646a0521d6b0

PODFILE CHECKSUM: 51a40317cce0ab3cabb194bc11eab1ccccfb2ef4
PODFILE CHECKSUM: 816ab4b84ac4d209c5dbf65129c522fc020380d9

COCOAPODS: 1.11.3
COCOAPODS: 1.12.0

0 comments on commit 01f53b6

Please sign in to comment.