Skip to content

Commit

Permalink
Merge pull request #20 from d4l-data4life/release/prepare-0.23.0
Browse files Browse the repository at this point in the history
Release/prepare 0.23.0
  • Loading branch information
alessioborraccino authored Nov 23, 2021
2 parents b021e80 + a97c386 commit 296d492
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 28 deletions.
14 changes: 7 additions & 7 deletions Data4LifeFHIR.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12083,7 +12083,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = D2QJWMP9SU;
INFOPLIST_FILE = Data4LifeFHIRCoreTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.4;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -12106,7 +12106,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = D2QJWMP9SU;
INFOPLIST_FILE = Data4LifeFHIRCoreTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.4;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -12198,7 +12198,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = D2QJWMP9SU;
INFOPLIST_FILE = FhirR4/Tests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -12220,7 +12220,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = D2QJWMP9SU;
INFOPLIST_FILE = FhirR4/Tests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -12446,7 +12446,7 @@
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = "";
INFOPLIST_FILE = FhirStu3/Tests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -12471,7 +12471,7 @@
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = "";
INFOPLIST_FILE = FhirStu3/Tests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -12569,7 +12569,7 @@
repositoryURL = "https://github.com/d4l-data4life/d4l-utils-ios.git";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 0.6.0;
minimumVersion = 0.7.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/d4l-data4life/d4l-utils-ios.git",
"state": {
"branch": null,
"revision": "4cc48b98b1112ce680b91ee81bb4c38559b3116f",
"version": "0.6.0"
"revision": "63a3036639bc715b0d7e0bb1753d3d478ddf6480",
"version": "0.7.0"
}
}
]
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>0.22.1</string>
<string>0.23.0</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>0.22.1</string>
<string>0.23.0</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.22.1</string>
<string>0.23.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/d4l-data4life/d4l-utils-ios.git",
"state": {
"branch": null,
"revision": "4cc48b98b1112ce680b91ee81bb4c38559b3116f",
"version": "0.6.0"
"revision": "63a3036639bc715b0d7e0bb1753d3d478ddf6480",
"version": "0.7.0"
}
}
]
Expand Down
20 changes: 10 additions & 10 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "Data4LifeFHIR",
platforms: [
.iOS(.v13),
.iOS(.v13)
],
products: [
.library(
Expand All @@ -15,28 +15,28 @@ let package = Package(
targets: ["Data4LifeFHIR"]),
.library(
name: "ModelsR4",
targets: ["ModelsR4"]),
targets: ["ModelsR4"])
],
dependencies: [
.package(name: "Data4LifeSDKUtils",
url: "https://github.com/d4l-data4life/d4l-utils-ios.git",
.upToNextMinor(from: "0.6.0")),
.upToNextMinor(from: "0.7.0"))
],
targets: [
.binaryTarget(
name: "Data4LifeFHIRCore",
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"
url: "https://d4l-ios-artifact-repository.s3.eu-central-1.amazonaws.com/d4l-data4life/d4l-fhir-ios/Data4LifeFHIRCore-xcframework-v0.23.0.zip",
checksum: "b0116aa688a312f2a437181451ceb4bfeb917ab8060e2a2c9991fc4f03ba818a"
),
.binaryTarget(
name: "Data4LifeFHIR",
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"
url: "https://d4l-ios-artifact-repository.s3.eu-central-1.amazonaws.com/d4l-data4life/d4l-fhir-ios/Data4LifeFHIR-xcframework-v0.23.0.zip",
checksum: "d08cb32e3c78ab9be38a3a37cd337d86c059437a0b91ce3c228737df79f0692a"
),
.binaryTarget(
name: "ModelsR4",
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"
url: "https://d4l-ios-artifact-repository.s3.eu-central-1.amazonaws.com/d4l-data4life/d4l-fhir-ios/ModelsR4-xcframework-v0.23.0.zip",
checksum: "7cafd1b18107710b568edd19c5be2f415ed4f669aedf7626ffb3d84390199dae"
),
.target(name: "Data4LifeSDKUtilsFHIR",
dependencies: [
Expand All @@ -56,7 +56,7 @@ let package = Package(
dependencies: [
.target(name: "Data4LifeSDKUtilsFHIR"),
.target(name: "ModelsR4"),
.target(name: "Data4LifeFHIRCore"),
.target(name: "Data4LifeFHIRCore")
],
path: "SwiftPMDummyTargets/ModelsR4AllFrameworks"),
.testTarget(name: "Data4LifeFhirTests",
Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Data4Life Core iOS SDK
= Data4Life FHIR iOS SDK
:link-repository: https://github.com/d4l-data4life/d4l-fhir-ios
:library_version: 1.16.0
:library_version: 0.23.0
:doctype: article
:!showtitle:
:toc: macro
Expand Down
2 changes: 1 addition & 1 deletion 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.
2 changes: 1 addition & 1 deletion docs/v0.23.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ <h2 id="_copyright_and_license">Appendix A: Copyright and license</h2>
<div class="sectionbody">
<div class="listingblock">
<div class="content">
<pre>Copyright (c) 2020 D4L data4life gGmbH
<pre>Copyright (c) 2021 D4L data4life gGmbH
All rights reserved.

D4L owns all legal rights, title and interest in and to the Software Development Kit ("SDK"),
Expand Down

0 comments on commit 296d492

Please sign in to comment.