Skip to content

Commit

Permalink
Merge pull request #18 from d4l-data4life/release/0.22.1/prepare-0.22.1
Browse files Browse the repository at this point in the history
Prepare 0.22.1
  • Loading branch information
alessioborraccino authored Sep 10, 2021
2 parents f4c6ee3 + dfa24dd commit 75a4ab7
Show file tree
Hide file tree
Showing 16 changed files with 1,726 additions and 29 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.23.0] - 2021-09-10
### Fixed
- LLDB is usable again

## [0.22.0] - 2021-08-19
### Changed
- Utils dependency on SwiftPM is now an https one
Expand Down
2 changes: 1 addition & 1 deletion Data4LifeFHIRCore/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<string>0.22.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion FhirR4/Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<string>0.22.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion FhirStu3/Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.18.1</string>
<string>0.22.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
17 changes: 6 additions & 11 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let version = "0.22.0"
let package = Package(
name: "Data4LifeFHIR",
platforms: [
Expand All @@ -26,22 +23,20 @@ let package = Package(
.upToNextMinor(from: "0.6.0")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.binaryTarget(
name: "Data4LifeFHIRCore",
url: "https://github.com/d4l-data4life/d4l-fhir-ios/releases/download/\(version)/Data4LifeFHIRCore-xcframework-\(version).zip",
checksum: "6be5c0f68d6179ce2391614c14b2a264ad7ef63dabda87fb28a6dda7e50c4165"
url: "https://d4l-ios-artifact-repository.s3.eu-central-1.amazonaws.com/d4l-data4life/d4l-fhir-ios/Data4LifeFHIRCore-xcframework-v0.22.1.zip",
checksum: "cf74007fe21d39414f80bdc986aaffb1b70a85a15aa1525d3524dbc34ec13f94"
),
.binaryTarget(
name: "Data4LifeFHIR",
url: "https://github.com/d4l-data4life/d4l-fhir-ios/releases/download/\(version)/Data4LifeFHIR-xcframework-\(version).zip",
checksum: "b5253498cc4581eb9766d07bce7ba701cde48d659e8cf8d4c5f11251134502c4"
url: "https://d4l-ios-artifact-repository.s3.eu-central-1.amazonaws.com/d4l-data4life/d4l-fhir-ios/Data4LifeFHIR-xcframework-v0.22.1.zip",
checksum: "9ae680cfa89867f6062beb571c3ec4181c469ecc3ae95cada0b9cf5610464789"
),
.binaryTarget(
name: "ModelsR4",
url: "https://github.com/d4l-data4life/d4l-fhir-ios/releases/download/\(version)/ModelsR4-xcframework-\(version).zip",
checksum: "af66684d497583c637a6c81643c23b83298249680b444ac98745e6881c08b02d"
url: "https://d4l-ios-artifact-repository.s3.eu-central-1.amazonaws.com/d4l-data4life/d4l-fhir-ios/ModelsR4-xcframework-v0.22.1.zip",
checksum: "d965d9b1fceac60d1b01e6a44f193065692bc1177c22d1ed8da564367027b82e"
),
.target(name: "Data4LifeSDKUtilsFHIR",
dependencies: [
Expand Down
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# d4l-fhir-ios
Minimal FHIR standard models and data types for iOS

[![CocoaPods Compatible](https://img.shields.io/badge/pod-v0.22.0-blue.svg)](https://github.com/CocoaPods/CocoaPods)
[![Swift Package Manager compatible](https://img.shields.io/badge/SPM-compatible-brightgreen.svg?style=flat&colorA=28a745&&colorB=4E4E4E)](https://github.com/apple/swift-package-manager)
[![License](https://img.shields.io/badge/license-PRIVATE-blue.svg)](https://github.com/d4l-data4life/d4l-fhir-ios/blob/main/LICENSE)

Expand Down Expand Up @@ -34,25 +33,12 @@ Required resources include:

### Installation

#### CocoaPods

To install with [CocoaPods](https://cocoapods.org/) add the following lines (according to which model version you use) to the podfile.

```ruby
source 'https://github.com/d4l-data4life/d4l-cocoapods-specs.git'

pod 'Data4LifeFHIR', '~> 0.21.1'
pod 'ModelsR4', '~> 0.21.1'
```

**Note**: For more info check [README](https://github.com/d4l-data4life/d4l-cocoapods-specs/blob/master/README.md).

#### Swift Package Manager

To install with [Swift Package Manager](https://swift.org/package-manager/) add this package as a dependency in `Package.swift`:

```swift
.package(url: "https://github.com/d4l-data4life/d4l-fhir-ios.git", .upToNextMinor(from: "0.21.1"))
.package(url: "https://github.com/d4l-data4life/d4l-fhir-ios.git", .upToNextMinor(from: "0.22.1"))
.package(url: "https://github.com/d4l-data4life/d4l-utils-ios.git", .upToNextMinor(from: "0.6.0"))
```

Expand Down
1 change: 1 addition & 0 deletions assets/images/badge-license.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/images/badge-manager-support.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/images/badge-platform-support.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/images/badge-release-latest.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions assets/images/badges.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
= How to create badges

We use link:https://shields.io/[Shields.io] to generate our Badges. Please use the following links to document and update currently used badges.
Follow the links and download the svg files and place them in the projects `assets/images` folder.

== Download badges

Simply use `curl` to download badges by providing the `url` and `filename`

[source, bash]
----
curl link -s -o filename
----

== Badge sources

:link-badge-release: https://img.shields.io/badge/Release-0.1.0-blueviolet.svg
Version image:{link-badge-release}[Latest release]::
`curl {link-badge-release} -s -o badge-release-latest.svg`

:link-badge-platform: https://img.shields.io/badge/Platform-Android%20•%20iOS%20•%20JVM%20•%20JS-blue.svg
Platform image:{link-badge-platform}[Platform]::
`curl {link-badge-platform} -s -o badge-platform-support.svg`

:link-badge-manager: https://img.shields.io/badge/Support-SPM-darkgreen.svg
Platform image:{link-badge-platform}[Platform]::
`curl {link-badge-manager} -s -o badge-manager-support.svg`

:link-badge-license: https://img.shields.io/badge/License-PRIVATE-lightgrey.svg
License image:{link-badge-license}[License]::
`curl {link-badge-license} -s -o badge-license.svg`

== License

Shields is licensed under *Creative Commons Zero v1.0 Universal* (2021-02-16)
9 changes: 9 additions & 0 deletions assets/images/d4l-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 75a4ab7

Please sign in to comment.