Skip to content

Commit

Permalink
revert changes for error qr codes (#103)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandr Chernyy <[email protected]>
  • Loading branch information
alexchornyi and pingus-nikalex authored Jul 27, 2021
1 parent 8153bd8 commit 8d9880c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
16 changes: 8 additions & 8 deletions DGCAWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
objects = {

/* Begin PBXBuildFile section */
5C07261E26AAE853006C4986 /* context.jsonc in Resources */ = {isa = PBXBuildFile; fileRef = 5CFEDB18269DBB4C00074F66 /* context.jsonc */; };
5C07261F26AAE854006C4986 /* context.jsonc in Resources */ = {isa = PBXBuildFile; fileRef = 5CFEDB18269DBB4C00074F66 /* context.jsonc */; };
5C07262026AAE854006C4986 /* context.jsonc in Resources */ = {isa = PBXBuildFile; fileRef = 5CFEDB18269DBB4C00074F66 /* context.jsonc */; };
5C07262D26AEAA64006C4986 /* context.jsonc in Resources */ = {isa = PBXBuildFile; fileRef = 5CFEDB1A269DBB4C00074F66 /* context.jsonc */; };
5C07262E26AEAA64006C4986 /* context.jsonc in Resources */ = {isa = PBXBuildFile; fileRef = 5CFEDB1A269DBB4C00074F66 /* context.jsonc */; };
5C07262F26AEAA65006C4986 /* context.jsonc in Resources */ = {isa = PBXBuildFile; fileRef = 5CFEDB1A269DBB4C00074F66 /* context.jsonc */; };
5C50CF09269700550015EE29 /* CheckValidityVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C50CF07269700540015EE29 /* CheckValidityVC.swift */; };
5C50CF0A269700550015EE29 /* CheckValidityVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C50CF07269700540015EE29 /* CheckValidityVC.swift */; };
5C50CF0B269700550015EE29 /* CheckValidityVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C50CF07269700540015EE29 /* CheckValidityVC.swift */; };
Expand Down Expand Up @@ -567,9 +567,9 @@
DA01661E26554992005B73A1 /* OpenSourceNotices.json in Resources */,
CEA6D6F5261F8D2900715333 /* Assets.xcassets in Resources */,
5C50CF0C269700550015EE29 /* CheckValidityVC.xib in Resources */,
5C07262D26AEAA64006C4986 /* context.jsonc in Resources */,
CEA6D6F3261F8D2700715333 /* Main.storyboard in Resources */,
5C50CF14269700710015EE29 /* RuleValidationResultVC.xib in Resources */,
5C07261E26AAE853006C4986 /* context.jsonc in Resources */,
DA017DE626552259006E4D49 /* Licenses.storyboard in Resources */,
5C50CF2A26972BCA0015EE29 /* CellWithTitleAndDescriptionTVC.xib in Resources */,
);
Expand All @@ -580,8 +580,8 @@
buildActionMask = 2147483647;
files = (
5C50CF15269700710015EE29 /* RuleValidationResultVC.xib in Resources */,
5C07262E26AEAA64006C4986 /* context.jsonc in Resources */,
5C50CF2B26972BCA0015EE29 /* CellWithTitleAndDescriptionTVC.xib in Resources */,
5C07261F26AAE854006C4986 /* context.jsonc in Resources */,
5C50CF3326972BFD0015EE29 /* CellWithDateAndCountryTVC.xib in Resources */,
5C50CF0D269700550015EE29 /* CheckValidityVC.xib in Resources */,
5C50CF1F2697023B0015EE29 /* RuleErrorTVC.xib in Resources */,
Expand All @@ -593,8 +593,8 @@
buildActionMask = 2147483647;
files = (
5C50CF16269700710015EE29 /* RuleValidationResultVC.xib in Resources */,
5C07262F26AEAA65006C4986 /* context.jsonc in Resources */,
5C50CF2C26972BCA0015EE29 /* CellWithTitleAndDescriptionTVC.xib in Resources */,
5C07262026AAE854006C4986 /* context.jsonc in Resources */,
5C50CF3426972BFD0015EE29 /* CellWithDateAndCountryTVC.xib in Resources */,
5C50CF0E269700550015EE29 /* CheckValidityVC.xib in Resources */,
5C50CF202697023B0015EE29 /* RuleErrorTVC.xib in Resources */,
Expand Down Expand Up @@ -894,7 +894,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 9;
DEVELOPMENT_TEAM = 9FH6TNGWF2;
INFOPLIST_FILE = DGCAWallet/SupportingFiles/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
Expand All @@ -918,7 +918,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 9;
DEVELOPMENT_TEAM = 9FH6TNGWF2;
INFOPLIST_FILE = DGCAWallet/SupportingFiles/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"repositoryURL": "https://github.com/eu-digital-green-certificates/dgc-certlogic-ios.git",
"state": {
"branch": "main",
"revision": "8b7f86a2aed4f2c60dd2c7c4f28eb129d9fe379d",
"revision": "80c9ff3697b3e3e0e875e5e0a41b2dbbfa4a9ca6",
"version": null
}
},
Expand Down
4 changes: 0 additions & 4 deletions DGCAWallet/ViewControllers/CertificateViewer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ class CertificateViewerVC: UIViewController {
nameLabel.text = hCert.fullName
if !isSaved {
dismissButton.setTitle(l10n("btn.save"), for: .normal)
dismissButton.isHidden = false
if !hCert.isValid {
dismissButton.isHidden = true
}
checkValidityButton.isHidden = true
} else {
checkValidityButton.isHidden = false
Expand Down

0 comments on commit 8d9880c

Please sign in to comment.