Skip to content

Commit 87f8367

Browse files
committed
Added new certificate
1 parent 4240449 commit 87f8367

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

Figo.xcodeproj/project.pbxproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
7B6025731EF169E2005EF5B0 /* figo_2017.cer in Resources */ = {isa = PBXBuildFile; fileRef = 7B6025721EF169E2005EF5B0 /* figo_2017.cer */; };
11+
7B6025741EF169E2005EF5B0 /* figo_2017.cer in Resources */ = {isa = PBXBuildFile; fileRef = 7B6025721EF169E2005EF5B0 /* figo_2017.cer */; };
12+
7B6025751EF169E7005EF5B0 /* figo_2017.cer in Resources */ = {isa = PBXBuildFile; fileRef = 7B6025721EF169E2005EF5B0 /* figo_2017.cer */; };
13+
7B6025761EF169E8005EF5B0 /* figo_2017.cer in Resources */ = {isa = PBXBuildFile; fileRef = 7B6025721EF169E2005EF5B0 /* figo_2017.cer */; };
1014
830E63D91C05A4050048F7BF /* TANScheme.swift in Sources */ = {isa = PBXBuildFile; fileRef = 830E63D81C05A4050048F7BF /* TANScheme.swift */; };
1115
830E63DE1C05A7070048F7BF /* SyncStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 830E63DD1C05A7070048F7BF /* SyncStatus.swift */; };
1216
830E63E31C05AB890048F7BF /* PaymentParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 830E63E21C05AB890048F7BF /* PaymentParameters.swift */; };
@@ -179,6 +183,7 @@
179183
/* End PBXContainerItemProxy section */
180184

181185
/* Begin PBXFileReference section */
186+
7B6025721EF169E2005EF5B0 /* figo_2017.cer */ = {isa = PBXFileReference; lastKnownFileType = file; path = figo_2017.cer; sourceTree = "<group>"; };
182187
83017B771C0A2FE80062FC08 /* TaskState.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = TaskState.json; path = Resources/TaskState.json; sourceTree = "<group>"; };
183188
830E63D81C05A4050048F7BF /* TANScheme.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TANScheme.swift; path = Types/TANScheme.swift; sourceTree = "<group>"; };
184189
830E63DB1C05A4960048F7BF /* TanScheme.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = TanScheme.json; path = Resources/TanScheme.json; sourceTree = "<group>"; };
@@ -455,6 +460,7 @@
455460
children = (
456461
83D3A7201C03471D003EDE45 /* README.md */,
457462
831183B71E3E2F66000DA80C /* figo_2016.cer */,
463+
7B6025721EF169E2005EF5B0 /* figo_2017.cer */,
458464
83D3A67F1BFF2953003EDE45 /* Source */,
459465
83D3A7081BFFB6A7003EDE45 /* Tests */,
460466
83F3AF231BFF28D900767D77 /* Products */,
@@ -620,6 +626,7 @@
620626
buildActionMask = 2147483647;
621627
files = (
622628
831183BA1E3E2F66000DA80C /* figo_2016.cer in Resources */,
629+
7B6025741EF169E2005EF5B0 /* figo_2017.cer in Resources */,
623630
);
624631
runOnlyForDeploymentPostprocessing = 0;
625632
};
@@ -641,6 +648,7 @@
641648
833C01A31E2AADB400AA5E7C /* Security.json in Resources */,
642649
833C01A41E2AADB400AA5E7C /* StandingOrder.json in Resources */,
643650
833C01A51E2AADB400AA5E7C /* Payment.json in Resources */,
651+
7B6025761EF169E8005EF5B0 /* figo_2017.cer in Resources */,
644652
);
645653
runOnlyForDeploymentPostprocessing = 0;
646654
};
@@ -662,6 +670,7 @@
662670
833C015B1E2AAC0600AA5E7C /* Security.json in Resources */,
663671
833C015C1E2AAC0600AA5E7C /* StandingOrder.json in Resources */,
664672
833C015D1E2AAC0600AA5E7C /* Payment.json in Resources */,
673+
7B6025751EF169E7005EF5B0 /* figo_2017.cer in Resources */,
665674
);
666675
runOnlyForDeploymentPostprocessing = 0;
667676
};
@@ -670,6 +679,7 @@
670679
buildActionMask = 2147483647;
671680
files = (
672681
831183B81E3E2F66000DA80C /* figo_2016.cer in Resources */,
682+
7B6025731EF169E2005EF5B0 /* figo_2017.cer in Resources */,
673683
);
674684
runOnlyForDeploymentPostprocessing = 0;
675685
};

Source/FigoClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ internal let POLLING_INTERVAL_MSECS: Int64 = Int64(400) * Int64(NSEC_PER_MSEC)
1616
internal let POLLING_COUNTDOWN_INITIAL_VALUE = 100 // 100 x 400 ms = 40 s
1717

1818
/// Name of certificate file for public key pinning
19-
internal let CERTIFICATE_FILES = ["figo_2016"]
19+
internal let CERTIFICATE_FILES = ["figo_2016, figo_2017"]
2020

2121

2222
/**

figo_2017.cer

1.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)