We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45e94cc + cd5ec2e commit af3f19aCopy full SHA for af3f19a
1 file changed
Example/Source/View Controllers/Settings/SettingsViewController.swift
@@ -161,6 +161,7 @@ extension SettingsViewController: WizardDelegate {
161
index += 1
162
_ = try? network.add(networkKey: key, name: "Network Key \(i + 1)")
163
}
164
+ index = 1
165
for i in 0..<applicationKeys {
166
guard index < UInt8.max else { break }
167
let key = fixed ? Data(repeating: 0, count: 15) + index : Data.random128BitKey()
0 commit comments