Skip to content

Commit

Permalink
Add revision: v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GovernikusAusweisApp2 committed Apr 11, 2024
1 parent 507d5aa commit e0eb827
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion card/core/AusweisApp2/protocol/Messages.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import Foundation

struct AA2Messages {
enum AA2Messages {
static let MsgAccessRights = "ACCESS_RIGHTS"
static let MsgAuth = "AUTH"
static let MsgCertificate = "CERTIFICATE"
Expand Down
2 changes: 2 additions & 0 deletions card/core/WorkflowController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -561,4 +561,6 @@ public class WorkflowController {
print("Received unknown message \(message.msg)")
}
}

// swiftlint:enable cyclomatic_complexity function_body_length
}
4 changes: 4 additions & 0 deletions card/core/WorkflowData.swift
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,8 @@ public enum WorkflowProgressType: String {
case CHANGE_PIN
}

// swiftlint:enable identifier_name

// swiftlint:disable opening_brace
/// Messages for the NFC system dialog
public struct AA2UserInfoMessages: Encodable {
Expand All @@ -300,6 +302,8 @@ public struct AA2UserInfoMessages: Encodable {
let sessionInProgress: String?
}

// swiftlint:enable opening_brace

/// Optional definition of files for the Simulator reader
public struct Simulator: Encodable {
/// List of SimulatorFile definitions
Expand Down

0 comments on commit e0eb827

Please sign in to comment.