forked from smart-on-fhir/SoF-Demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Swift-SMART submodule to new SHA
- Loading branch information
Kol Kheang
committed
Sep 24, 2019
1 parent
3d5768c
commit 99f6878
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Swift-SMART
updated
25 files
+8 −0 | .gitignore | |
+1 −1 | .swift-version | |
+7 −0 | .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata | |
+8 −0 | .swiftpm/xcode/package.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist | |
+10 −0 | CHANGELOG.md | |
+2 −2 | Info.plist | |
+0 −1 | OAuth2 | |
+32 −0 | Package.swift | |
+3 −1 | README.md | |
+0 −57 | SMART.podspec | |
+8 −6 | Sources/Client/Auth.swift | |
+40 −41 | Sources/Client/PatientList.swift | |
+2 −2 | Sources/Client/PatientListQuery.swift | |
+6 −1 | Sources/Client/Server.swift | |
+12 −0 | Sources/SMART/SMART.swift | |
+3 −0 | Sources/iOS/Auth+iOS.swift | |
+3 −0 | Sources/iOS/PatientList+iOS.swift | |
+3 −0 | Sources/macOS/Auth+macOS.swift | |
+0 −1 | Swift-FHIR | |
+135 −1,718 | SwiftSMART.xcodeproj/project.pbxproj | |
+1 −1 | SwiftSMART.xcodeproj/project.xcworkspace/contents.xcworkspacedata | |
+1 −1 | SwiftSMART.xcodeproj/xcshareddata/xcschemes/SwiftSMART-iOS.xcscheme | |
+1 −1 | SwiftSMART.xcodeproj/xcshareddata/xcschemes/SwiftSMART-macOS.xcscheme | |
+4 −3 | Tests/ServerTests.swift | |
+1 −1 | generate-docs.sh |