-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
197 changed files
with
6,686 additions
and
349 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
// | ||
// This file is part of the 2FAS iOS app (https://github.com/twofas/2fas-ios) | ||
// Copyright © 2023 Two Factor Authentication Service, Inc. | ||
// Contributed by Zbigniew Cisiński. All rights reserved. | ||
// | ||
// This program is free software: you can redistribute it and/or modify | ||
// it under the terms of the GNU General Public License as published by | ||
// the Free Software Foundation, either version 3 of the License, or | ||
// any later version. | ||
// | ||
// This program is distributed in the hope that it will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU General Public License | ||
// along with this program. If not, see <https://www.gnu.org/licenses/> | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
//! Project version number for Base32. | ||
FOUNDATION_EXPORT double Base32VersionNumber; | ||
|
||
//! Project version string for Base32. | ||
FOUNDATION_EXPORT const unsigned char Base32VersionString[]; | ||
|
||
// In this header, you should import all the public headers of your framework using statements like #import <Base32/PublicHeader.h> | ||
|
||
#import "MF_Base32Additions.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
// | ||
// This file is part of the 2FAS iOS app (https://github.com/twofas/2fas-ios) | ||
// Copyright © 2024 Two Factor Authentication Service, Inc. | ||
// Contributed by Zbigniew Cisiński. All rights reserved. | ||
// | ||
// This program is free software: you can redistribute it and/or modify | ||
// it under the terms of the GNU General Public License as published by | ||
// the Free Software Foundation, either version 3 of the License, or | ||
// any later version. | ||
// | ||
// This program is distributed in the hope that it will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU General Public License | ||
// along with this program. If not, see <https://www.gnu.org/licenses/> | ||
// | ||
|
||
import Foundation | ||
|
||
public enum CloudState: Equatable { | ||
public enum NotAvailableReason: Equatable { | ||
case overQuota | ||
case disabledByUser | ||
case error(error: NSError?) | ||
case useriCloudProblem | ||
case other | ||
case newerVersion | ||
case incorrectService(serviceName: String) | ||
case cloudEncrypted | ||
} | ||
|
||
public enum Sync: Equatable { | ||
case syncing | ||
case synced | ||
} | ||
|
||
case unknown | ||
case disabledNotAvailable(reason: NotAvailableReason) | ||
case disabledAvailable | ||
case enabled(sync: Sync) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+1.15 KB
(100%)
TwoFAS/Content/Sources/IconDescriptionDatabaseImpl+Database0.swift
Binary file not shown.
Binary file modified
BIN
+1.18 KB
(100%)
TwoFAS/Content/Sources/IconDescriptionDatabaseImpl+Database1.swift
Binary file not shown.
Binary file modified
BIN
+1.09 KB
(100%)
TwoFAS/Content/Sources/IconDescriptionDatabaseImpl+Database2.swift
Binary file not shown.
Binary file modified
BIN
+1.22 KB
(100%)
TwoFAS/Content/Sources/IconDescriptionDatabaseImpl+Database3.swift
Binary file not shown.
Binary file modified
BIN
+1.14 KB
(100%)
TwoFAS/Content/Sources/IconDescriptionDatabaseImpl+Database4.swift
Binary file not shown.
Binary file modified
BIN
+1.16 KB
(100%)
TwoFAS/Content/Sources/IconDescriptionDatabaseImpl+Database5.swift
Binary file not shown.
Binary file modified
BIN
+1.16 KB
(100%)
TwoFAS/Content/Sources/IconDescriptionDatabaseImpl+Database6.swift
Binary file not shown.
Binary file modified
BIN
+1.15 KB
(100%)
TwoFAS/Content/Sources/IconDescriptionDatabaseImpl+Database7.swift
Binary file not shown.
Binary file modified
BIN
+1.16 KB
(100%)
TwoFAS/Content/Sources/IconDescriptionDatabaseImpl+Database8.swift
Binary file not shown.
Binary file modified
BIN
+1.1 KB
(100%)
TwoFAS/Content/Sources/IconDescriptionDatabaseImpl+Database9.swift
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+2.37 KB
(100%)
TwoFAS/Content/Sources/ServiceDefinitionDatabaseImpl+Database0.swift
Binary file not shown.
Binary file modified
BIN
+3.46 KB
(100%)
TwoFAS/Content/Sources/ServiceDefinitionDatabaseImpl+Database1.swift
Binary file not shown.
Binary file modified
BIN
+2.57 KB
(100%)
TwoFAS/Content/Sources/ServiceDefinitionDatabaseImpl+Database2.swift
Binary file not shown.
Binary file modified
BIN
+2.61 KB
(100%)
TwoFAS/Content/Sources/ServiceDefinitionDatabaseImpl+Database3.swift
Binary file not shown.
Binary file modified
BIN
+2.34 KB
(100%)
TwoFAS/Content/Sources/ServiceDefinitionDatabaseImpl+Database4.swift
Binary file not shown.
Binary file modified
BIN
+2.36 KB
(100%)
TwoFAS/Content/Sources/ServiceDefinitionDatabaseImpl+Database5.swift
Binary file not shown.
Binary file modified
BIN
+2.54 KB
(100%)
TwoFAS/Content/Sources/ServiceDefinitionDatabaseImpl+Database6.swift
Binary file not shown.
Binary file modified
BIN
+2.89 KB
(100%)
TwoFAS/Content/Sources/ServiceDefinitionDatabaseImpl+Database7.swift
Binary file not shown.
Binary file modified
BIN
+2.74 KB
(100%)
TwoFAS/Content/Sources/ServiceDefinitionDatabaseImpl+Database8.swift
Binary file not shown.
Binary file modified
BIN
+1.75 KB
(100%)
TwoFAS/Content/Sources/ServiceDefinitionDatabaseImpl+Database9.swift
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.