Skip to content

Commit

Permalink
Release/v1.0.4.1 (#94)
Browse files Browse the repository at this point in the history
* change to excellence endpoints

* release: v1.0.4 (test)

* release: v1.0.4.1 (acc)
  • Loading branch information
PaulBallmann authored Jun 11, 2021
1 parent 11a9dec commit 81613e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions DGCAVerifier.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -664,14 +664,14 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 9TD26M5RG8;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = DGCAVerifier/SupportingFiles/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.4;
MARKETING_VERSION = 1.0.4.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.t-systems.DGCAVerifier.dev";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -692,7 +692,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.4;
MARKETING_VERSION = 1.0.4.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.t-systems.DGCAVerifier.dev";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
6 changes: 3 additions & 3 deletions context.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
"privacyUrl": "https://publications.europa.eu/en/web/about-us/legal-notices/eu-mobile-apps",
"context": {
// Currently this url is empty still, subject to change:
"url": "https://dgca-verifier-service.cfapps.eu10.hana.ondemand.com/context",
"url": "https://dgca-verifier-service-eu-acc.cfapps.eu10.hana.ondemand.com/context",
"pubKeys": [
"lKdU1EbQubxyDDm2q3N8KclZ2C94Num3xXjG0pk+3eI=",
"r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E="
]
},
"endpoints": {
"status": {
"url": "https://dgca-verifier-service.cfapps.eu10.hana.ondemand.com/signercertificateStatus",
"url": "https://dgca-verifier-service-eu-acc.cfapps.eu10.hana.ondemand.com/signercertificateStatus",
"pubKeys": [
"lKdU1EbQubxyDDm2q3N8KclZ2C94Num3xXjG0pk+3eI=",
"r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E="
]
},
"update": {
"url": "https://dgca-verifier-service.cfapps.eu10.hana.ondemand.com/signercertificateUpdate",
"url": "https://dgca-verifier-service-eu-acc.cfapps.eu10.hana.ondemand.com/signercertificateUpdate",
"pubKeys": [
"lKdU1EbQubxyDDm2q3N8KclZ2C94Num3xXjG0pk+3eI=",
"r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E="
Expand Down

0 comments on commit 81613e2

Please sign in to comment.