Skip to content

Commit

Permalink
feature: update certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
Light2288 authored Mar 22, 2023
1 parent 701a3cf commit 69f95bf
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
48 changes: 24 additions & 24 deletions Verifier.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@
65E281F82697259D00377913 /* TitilliumWeb-LightItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 9F90C589265E591D00B2F992 /* TitilliumWeb-LightItalic.ttf */; };
65E281FA2697259D00377913 /* TitilliumWeb-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 9F90C583265E591D00B2F992 /* TitilliumWeb-SemiBold.ttf */; };
65E281FB2697259D00377913 /* Roboto-BlackItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 9F90C58E265E591D00B2F992 /* Roboto-BlackItalic.ttf */; };
65E281FC2697259D00377913 /* testaka4-sogei-it.der in Resources */ = {isa = PBXBuildFile; fileRef = 9F90C579265E284A00B2F992 /* testaka4-sogei-it.der */; };
65E281FD2697259D00377913 /* TitilliumWeb-BoldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 9F90C585265E591D00B2F992 /* TitilliumWeb-BoldItalic.ttf */; };
65E281FE2697259D00377913 /* Roboto-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 9F90C57C265E591D00B2F992 /* Roboto-Medium.ttf */; };
65E3C1D62716D87A004B2E98 /* Store.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65E3C1D52716D87A004B2E98 /* Store.swift */; };
Expand Down Expand Up @@ -273,13 +272,14 @@
65F280D526D659AC009BC452 /* Delta.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F280D326D659AC009BC452 /* Delta.swift */; };
65F280D726D66777009BC452 /* PerformanceLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F280D626D66777009BC452 /* PerformanceLog.swift */; };
65F280D826D66777009BC452 /* PerformanceLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F280D626D66777009BC452 /* PerformanceLog.swift */; };
6B09220F29CA022F00E13F2F /* get-dgc-gov-it-new.der in Resources */ = {isa = PBXBuildFile; fileRef = 6B09220D29CA022700E13F2F /* get-dgc-gov-it-new.der */; };
6B09221029CA023200E13F2F /* testaka4-sogei-it-new.der in Resources */ = {isa = PBXBuildFile; fileRef = 6B09220E29CA022700E13F2F /* testaka4-sogei-it-new.der */; };
6B155166265BE463001D19E2 /* VaccineValidityCheck.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B155162265BE463001D19E2 /* VaccineValidityCheck.swift */; };
6B155167265BE463001D19E2 /* RecoveryValidityCheck.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B155163265BE463001D19E2 /* RecoveryValidityCheck.swift */; };
6B155168265BE463001D19E2 /* TestValidityCheck.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B155164265BE463001D19E2 /* TestValidityCheck.swift */; };
6B155169265BE463001D19E2 /* Setting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B155165265BE463001D19E2 /* Setting.swift */; };
6B24E85C266275920003808F /* get-dgc-gov-it.der in Resources */ = {isa = PBXBuildFile; fileRef = 6B24E85A2660E0030003808F /* get-dgc-gov-it.der */; };
6B2A88D22805F4C700139838 /* testaka4-sogei-it-new.der in Resources */ = {isa = PBXBuildFile; fileRef = 6B2A88D12805F4C500139838 /* testaka4-sogei-it-new.der */; };
6B5DC95128085B7C00B209E5 /* get-dgc-gov-it-new.der in Resources */ = {isa = PBXBuildFile; fileRef = 6B5DC95028085B7C00B209E5 /* get-dgc-gov-it-new.der */; };
6B2A88D22805F4C700139838 /* testaka4-sogei-it.der in Resources */ = {isa = PBXBuildFile; fileRef = 6B2A88D12805F4C500139838 /* testaka4-sogei-it.der */; };
6B5DC95128085B7C00B209E5 /* get-dgc-gov-it.der in Resources */ = {isa = PBXBuildFile; fileRef = 6B5DC95028085B7C00B209E5 /* get-dgc-gov-it.der */; };
6B797DCF26D041AA00EB2873 /* Realm in Frameworks */ = {isa = PBXBuildFile; productRef = 6B797DCE26D041AA00EB2873 /* Realm */; };
6B797DD126D041AA00EB2873 /* RealmSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 6B797DD026D041AA00EB2873 /* RealmSwift */; };
6B797DD326D041ED00EB2873 /* Realm in Frameworks */ = {isa = PBXBuildFile; productRef = 6B797DD226D041ED00EB2873 /* Realm */; };
Expand Down Expand Up @@ -557,13 +557,14 @@
65F280D026D658CB009BC452 /* CRL+Entity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CRL+Entity.swift"; sourceTree = "<group>"; };
65F280D326D659AC009BC452 /* Delta.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Delta.swift; sourceTree = "<group>"; };
65F280D626D66777009BC452 /* PerformanceLog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PerformanceLog.swift; sourceTree = "<group>"; };
6B09220D29CA022700E13F2F /* get-dgc-gov-it-new.der */ = {isa = PBXFileReference; lastKnownFileType = file; path = "get-dgc-gov-it-new.der"; sourceTree = "<group>"; };
6B09220E29CA022700E13F2F /* testaka4-sogei-it-new.der */ = {isa = PBXFileReference; lastKnownFileType = file; path = "testaka4-sogei-it-new.der"; sourceTree = "<group>"; };
6B155162265BE463001D19E2 /* VaccineValidityCheck.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VaccineValidityCheck.swift; sourceTree = "<group>"; };
6B155163265BE463001D19E2 /* RecoveryValidityCheck.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RecoveryValidityCheck.swift; sourceTree = "<group>"; };
6B155164265BE463001D19E2 /* TestValidityCheck.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestValidityCheck.swift; sourceTree = "<group>"; };
6B155165265BE463001D19E2 /* Setting.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Setting.swift; sourceTree = "<group>"; };
6B24E85A2660E0030003808F /* get-dgc-gov-it.der */ = {isa = PBXFileReference; lastKnownFileType = file; path = "get-dgc-gov-it.der"; sourceTree = "<group>"; };
6B2A88D12805F4C500139838 /* testaka4-sogei-it-new.der */ = {isa = PBXFileReference; lastKnownFileType = file; path = "testaka4-sogei-it-new.der"; sourceTree = "<group>"; };
6B5DC95028085B7C00B209E5 /* get-dgc-gov-it-new.der */ = {isa = PBXFileReference; lastKnownFileType = file; path = "get-dgc-gov-it-new.der"; sourceTree = "<group>"; };
6B2A88D12805F4C500139838 /* testaka4-sogei-it.der */ = {isa = PBXFileReference; lastKnownFileType = file; path = "testaka4-sogei-it.der"; sourceTree = "<group>"; };
6B5DC95028085B7C00B209E5 /* get-dgc-gov-it.der */ = {isa = PBXFileReference; lastKnownFileType = file; path = "get-dgc-gov-it.der"; sourceTree = "<group>"; };
6B797DD926D0528200EB2873 /* String+SHA256.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+SHA256.swift"; sourceTree = "<group>"; };
6B797DDC26D052B800EB2873 /* Data+SHA256.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Data+SHA256.swift"; sourceTree = "<group>"; };
6BA8B9DF266EB8E80060D767 /* VaccineValidityCheckTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VaccineValidityCheckTests.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -621,7 +622,6 @@
9F4F3C492649D60B00F59BA2 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9F4F3C622649D71F00F59BA2 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; };
9F4F3C642649D73000F59BA2 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
9F90C579265E284A00B2F992 /* testaka4-sogei-it.der */ = {isa = PBXFileReference; lastKnownFileType = file; path = "testaka4-sogei-it.der"; sourceTree = "<group>"; };
9F90C57C265E591D00B2F992 /* Roboto-Medium.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Roboto-Medium.ttf"; sourceTree = "<group>"; };
9F90C57D265E591D00B2F992 /* TitilliumWeb-Black.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "TitilliumWeb-Black.ttf"; sourceTree = "<group>"; };
9F90C57E265E591D00B2F992 /* Roboto-Light.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Roboto-Light.ttf"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1140,10 +1140,10 @@
65E282062697276400377913 /* Certificates */ = {
isa = PBXGroup;
children = (
6B5DC95028085B7C00B209E5 /* get-dgc-gov-it-new.der */,
6B2A88D12805F4C500139838 /* testaka4-sogei-it-new.der */,
9F90C579265E284A00B2F992 /* testaka4-sogei-it.der */,
6B24E85A2660E0030003808F /* get-dgc-gov-it.der */,
6B5DC95028085B7C00B209E5 /* get-dgc-gov-it.der */,
6B2A88D12805F4C500139838 /* testaka4-sogei-it.der */,
6B09220D29CA022700E13F2F /* get-dgc-gov-it-new.der */,
6B09220E29CA022700E13F2F /* testaka4-sogei-it-new.der */,
);
path = Certificates;
sourceTree = "<group>";
Expand Down Expand Up @@ -1640,7 +1640,7 @@
65E281E42697259D00377913 /* VerificationViewController.xib in Resources */,
14EB429A275FAFFF006E9183 /* DebugView.xib in Resources */,
65E281E52697259D00377913 /* Roboto-Italic.ttf in Resources */,
6B2A88D22805F4C700139838 /* testaka4-sogei-it-new.der in Resources */,
6B2A88D22805F4C700139838 /* testaka4-sogei-it.der in Resources */,
14CD25E427B2BA6B007DF2A4 /* HFBackViewController.xib in Resources */,
140B09D427B2D16F003A017F /* HeaderBar.xib in Resources */,
65E281E62697259D00377913 /* Roboto-MediumItalic.ttf in Resources */,
Expand All @@ -1660,6 +1660,7 @@
65E281F02697259D00377913 /* CameraViewController.xib in Resources */,
659605E626E763F5008AD4E2 /* AppAlertViewController.xib in Resources */,
14D4F19727B575E8002B2F00 /* mockedSettings.json in Resources */,
6B09221029CA023200E13F2F /* testaka4-sogei-it-new.der in Resources */,
65E281F12697259D00377913 /* TitilliumWeb-Light.ttf in Resources */,
65E281F22697259D00377913 /* Assets.xcassets in Resources */,
65E281F32697259D00377913 /* Roboto-BoldItalic.ttf in Resources */,
Expand All @@ -1673,7 +1674,6 @@
65E281F82697259D00377913 /* TitilliumWeb-LightItalic.ttf in Resources */,
65E281FA2697259D00377913 /* TitilliumWeb-SemiBold.ttf in Resources */,
65E281FB2697259D00377913 /* Roboto-BlackItalic.ttf in Resources */,
65E281FC2697259D00377913 /* testaka4-sogei-it.der in Resources */,
65E281FD2697259D00377913 /* TitilliumWeb-BoldItalic.ttf in Resources */,
65E281FE2697259D00377913 /* Roboto-Medium.ttf in Resources */,
14B94A5527BEB13200B2B906 /* CustomPickerOption.xib in Resources */,
Expand Down Expand Up @@ -1705,7 +1705,7 @@
1410B20D271EAE6000F912BA /* PickerViewController.xib in Resources */,
9F4F3C612649D71F00F59BA2 /* Localizable.strings in Resources */,
65E7000F26AF75AD00715CCC /* ResultView.xib in Resources */,
6B5DC95128085B7C00B209E5 /* get-dgc-gov-it-new.der in Resources */,
6B5DC95128085B7C00B209E5 /* get-dgc-gov-it.der in Resources */,
9F90C596265E591E00B2F992 /* TitilliumWeb-Bold.ttf in Resources */,
653F929026B007B5000BE8F5 /* HomeViewController.xib in Resources */,
90CDC6BA271EB48C00707836 /* SettingsCell.xib in Resources */,
Expand All @@ -1717,6 +1717,7 @@
9F90C59D265E591E00B2F992 /* TitilliumWeb-ExtraLightItalic.ttf in Resources */,
9F90C594265E591E00B2F992 /* TitilliumWeb-Black.ttf in Resources */,
65E2816F2697217B00377913 /* CameraViewController.xib in Resources */,
6B09220F29CA022F00E13F2F /* get-dgc-gov-it-new.der in Resources */,
9F90C5A8265E591E00B2F992 /* TitilliumWeb-Light.ttf in Resources */,
9F4F3C5E2649D60C00F59BA2 /* Assets.xcassets in Resources */,
9F90C5A1265E591E00B2F992 /* Roboto-BoldItalic.ttf in Resources */,
Expand All @@ -1727,7 +1728,6 @@
9F90C5A7265E591E00B2F992 /* Roboto-Thin.ttf in Resources */,
9F90C5A0265E591E00B2F992 /* TitilliumWeb-LightItalic.ttf in Resources */,
653F928B26B00474000BE8F5 /* CountryCell.xib in Resources */,
6B24E85C266275920003808F /* get-dgc-gov-it.der in Resources */,
9F90C59A265E591E00B2F992 /* TitilliumWeb-SemiBold.ttf in Resources */,
9F90C5A5265E591E00B2F992 /* Roboto-BlackItalic.ttf in Resources */,
9F90C59C265E591E00B2F992 /* TitilliumWeb-BoldItalic.ttf in Resources */,
Expand Down Expand Up @@ -2161,7 +2161,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.3.3;
MARKETING_VERSION = 1.3.5;
PRODUCT_BUNDLE_IDENTIFIER = it.ministerodellasalute.VerificaC19;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -2189,7 +2189,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.3.3;
MARKETING_VERSION = 1.3.5;
PRODUCT_BUNDLE_IDENTIFIER = it.ministerodellasalute.VerificaC19;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -2278,7 +2278,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.3.3;
MARKETING_VERSION = 1.3.5;
PRODUCT_BUNDLE_IDENTIFIER = it.ministerodellasalute.VerificaC19;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -2306,7 +2306,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.3.3;
MARKETING_VERSION = 1.3.5;
PRODUCT_BUNDLE_IDENTIFIER = it.ministerodellasalute.VerificaC19;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -2436,7 +2436,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.3.3;
MARKETING_VERSION = 1.3.5;
PRODUCT_BUNDLE_IDENTIFIER = it.ministerodellasalute.VerificaC19;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -2464,7 +2464,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.3.3;
MARKETING_VERSION = 1.3.5;
PRODUCT_BUNDLE_IDENTIFIER = it.ministerodellasalute.VerificaC19;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -2657,7 +2657,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.3.3;
MARKETING_VERSION = 1.3.5;
PRODUCT_BUNDLE_IDENTIFIER = it.ministerodellasalute.VerificaC19;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -2683,7 +2683,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.3.3;
MARKETING_VERSION = 1.3.5;
PRODUCT_BUNDLE_IDENTIFIER = it.ministerodellasalute.VerificaC19;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit 69f95bf

Please sign in to comment.