diff --git a/MetaPluginDemo.xcodeproj/project.pbxproj b/MetaPluginDemo.xcodeproj/project.pbxproj index 5ad70ab..ca83752 100755 --- a/MetaPluginDemo.xcodeproj/project.pbxproj +++ b/MetaPluginDemo.xcodeproj/project.pbxproj @@ -26,6 +26,7 @@ 4C63AAF1288193F40046A02E /* MetaPluginDemoUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C63AAF0288193F40046A02E /* MetaPluginDemoUITestsLaunchTests.swift */; }; 4C63AB012881991C0046A02E /* Credentials.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C63AB002881991C0046A02E /* Credentials.swift */; }; 4CB10A1D2B860F1400624BC6 /* test.webid-solutions.de_2025.02.22.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4CB10A192B860F1400624BC6 /* test.webid-solutions.de_2025.02.22.cer */; }; + CF6522ED2E86D68900271B3D /* webid-gateway.de_valid_until_2026.09.30.cer in Resources */ = {isa = PBXBuildFile; fileRef = CF6522EC2E86D68900271B3D /* webid-gateway.de_valid_until_2026.09.30.cer */; }; CFAABA0D2D5CB1D400BEBCE5 /* test.webid-solutions.de-valid_until_2026.02.21.cer in Resources */ = {isa = PBXBuildFile; fileRef = CFAABA0C2D5CB1D400BEBCE5 /* test.webid-solutions.de-valid_until_2026.02.21.cer */; }; CFAABA0F2D5CB1F800BEBCE5 /* webid-gateway.de_valid_until_2025.10.17.cer in Resources */ = {isa = PBXBuildFile; fileRef = CFAABA0E2D5CB1F800BEBCE5 /* webid-gateway.de_valid_until_2025.10.17.cer */; }; /* End PBXBuildFile section */ @@ -70,6 +71,7 @@ 4CB10A192B860F1400624BC6 /* test.webid-solutions.de_2025.02.22.cer */ = {isa = PBXFileReference; lastKnownFileType = file; path = "test.webid-solutions.de_2025.02.22.cer"; sourceTree = ""; }; C8B6F1CC2BB460890023D2BF /* init.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = init.sh; sourceTree = ""; }; CF5E2F482E3796E9000AD102 /* MetaPluginDemo.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = MetaPluginDemo.entitlements; sourceTree = ""; }; + CF6522EC2E86D68900271B3D /* webid-gateway.de_valid_until_2026.09.30.cer */ = {isa = PBXFileReference; lastKnownFileType = file; path = "webid-gateway.de_valid_until_2026.09.30.cer"; sourceTree = ""; }; CFAABA0C2D5CB1D400BEBCE5 /* test.webid-solutions.de-valid_until_2026.02.21.cer */ = {isa = PBXFileReference; lastKnownFileType = file; path = "test.webid-solutions.de-valid_until_2026.02.21.cer"; sourceTree = ""; }; CFAABA0E2D5CB1F800BEBCE5 /* webid-gateway.de_valid_until_2025.10.17.cer */ = {isa = PBXFileReference; lastKnownFileType = file; path = "webid-gateway.de_valid_until_2025.10.17.cer"; sourceTree = ""; }; /* End PBXFileReference section */ @@ -110,6 +112,7 @@ 4CB10A192B860F1400624BC6 /* test.webid-solutions.de_2025.02.22.cer */, CFAABA0C2D5CB1D400BEBCE5 /* test.webid-solutions.de-valid_until_2026.02.21.cer */, CFAABA0E2D5CB1F800BEBCE5 /* webid-gateway.de_valid_until_2025.10.17.cer */, + CF6522EC2E86D68900271B3D /* webid-gateway.de_valid_until_2026.09.30.cer */, ); path = Certificates; sourceTree = ""; @@ -307,6 +310,7 @@ 4C63AAD7288193F40046A02E /* Assets.xcassets in Resources */, 4C63AAD5288193F10046A02E /* Main.storyboard in Resources */, CFAABA0F2D5CB1F800BEBCE5 /* webid-gateway.de_valid_until_2025.10.17.cer in Resources */, + CF6522ED2E86D68900271B3D /* webid-gateway.de_valid_until_2026.09.30.cer in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/MetaPluginDemo/Certificates/webid-gateway.de_valid_until_2026.09.30.cer b/MetaPluginDemo/Certificates/webid-gateway.de_valid_until_2026.09.30.cer new file mode 100644 index 0000000..51e1a5f Binary files /dev/null and b/MetaPluginDemo/Certificates/webid-gateway.de_valid_until_2026.09.30.cer differ diff --git a/MetaPluginDemo/EWebIdEnv.swift b/MetaPluginDemo/EWebIdEnv.swift index fd2a860..4955210 100755 --- a/MetaPluginDemo/EWebIdEnv.swift +++ b/MetaPluginDemo/EWebIdEnv.swift @@ -38,6 +38,7 @@ class EWebIDEnv { apiKey: Credentials.demoApiKeyProduction, name: "", pinningCerts: EWebIDEnv.getPinningCerts(certResourceNames: [ + "webid-gateway.de_valid_until_2026.09.30", "webid-gateway.de_valid_until_2025.10.17" ]) )