|
10 | 10 | 1D3623260D0F684500981E51 /* OTPAppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* OTPAppDelegate.swift */; };
|
11 | 11 | 8B0028B511EB75920092DE18 /* ScannerOverlayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B0028B411EB75920092DE18 /* ScannerOverlayView.swift */; };
|
12 | 12 | C910ADC11BF0315A00C988F5 /* TokenList.swift in Sources */ = {isa = PBXBuildFile; fileRef = C910ADC01BF0315A00C988F5 /* TokenList.swift */; };
|
| 13 | + C9204A851E886A3500998D3E /* Acknowledgements.html in Resources */ = {isa = PBXBuildFile; fileRef = C9204A841E886A3500998D3E /* Acknowledgements.html */; }; |
13 | 14 | C92708AC19CFB0750033128B /* TokenListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C92708AB19CFB0750033128B /* TokenListViewController.swift */; };
|
14 | 15 | C93AD15219CD51BE007480E9 /* Colors.swift in Sources */ = {isa = PBXBuildFile; fileRef = C93AD15119CD51BE007480E9 /* Colors.swift */; };
|
15 | 16 | C93BD6231C167CD100FFFB8F /* Root.swift in Sources */ = {isa = PBXBuildFile; fileRef = C93BD6221C167CD100FFFB8F /* Root.swift */; };
|
|
18 | 19 | C944A5571A7ECB0800E08B1E /* OneTimePassword.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = C944A5561A7ECB0800E08B1E /* OneTimePassword.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
19 | 20 | C944A5591A7ECB3100E08B1E /* Base32.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = C944A5581A7ECB3100E08B1E /* Base32.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
20 | 21 | C968D1151CB4C639004ED7BB /* DisplayTime.swift in Sources */ = {isa = PBXBuildFile; fileRef = C968D1141CB4C639004ED7BB /* DisplayTime.swift */; };
|
21 |
| - C97B68C717D9226D005D1FE0 /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = C97B68C617D9226D005D1FE0 /* Settings.bundle */; }; |
22 | 22 | C97CDF261BEEA66A00D64406 /* SVProgressHUD.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = C97CDF241BEEA49300D64406 /* SVProgressHUD.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
23 | 23 | C97CDF2C1BEEC90100D64406 /* QRScanner.swift in Sources */ = {isa = PBXBuildFile; fileRef = C97CDF2B1BEEC90100D64406 /* QRScanner.swift */; };
|
24 | 24 | C983AB74197F98FC00975003 /* OTPAuthenticatorTests.m in Sources */ = {isa = PBXBuildFile; fileRef = C983AB73197F98FC00975003 /* OTPAuthenticatorTests.m */; };
|
|
31 | 31 | C9919CE01BA721A1006237C1 /* ButtonHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9919CDF1BA721A1006237C1 /* ButtonHeaderView.swift */; };
|
32 | 32 | C9919CE21BA733FD006237C1 /* Section.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9919CE11BA733FD006237C1 /* Section.swift */; };
|
33 | 33 | C99B85251BC9AB7100A6C75D /* BarButtonViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C99B85241BC9AB7100A6C75D /* BarButtonViewModel.swift */; };
|
34 |
| - C9A1C1A61E501CB2009E65D6 /* BackupInfoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9A1C1A51E501CB2009E65D6 /* BackupInfoViewController.swift */; }; |
35 |
| - C9A1C1A91E501D8B009E65D6 /* BackupInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9A1C1A81E501D8B009E65D6 /* BackupInfo.swift */; }; |
| 34 | + C9A1C1A61E501CB2009E65D6 /* InfoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9A1C1A51E501CB2009E65D6 /* InfoViewController.swift */; }; |
| 35 | + C9A1C1A91E501D8B009E65D6 /* Info.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9A1C1A81E501D8B009E65D6 /* Info.swift */; }; |
36 | 36 | C9A1C1AC1E5021A6009E65D6 /* BackupInfo.html in Resources */ = {isa = PBXBuildFile; fileRef = C9A1C1AA1E502195009E65D6 /* BackupInfo.html */; };
|
37 | 37 | C9A1C1CE1E6CDBFB009E65D6 /* RootTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9A1C1CD1E6CDBFB009E65D6 /* RootTests.swift */; };
|
38 | 38 | C9A262D01E170BD4004E6CEB /* AuthenticatorScreenshots.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9A262CF1E170BD4004E6CEB /* AuthenticatorScreenshots.swift */; };
|
|
105 | 105 | 8B2B8AE1118BA49F00437315 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
|
106 | 106 | 8BF5147F118799AE005C936F /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
107 | 107 | C910ADC01BF0315A00C988F5 /* TokenList.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TokenList.swift; sourceTree = "<group>"; };
|
| 108 | + C9204A841E886A3500998D3E /* Acknowledgements.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = Acknowledgements.html; sourceTree = "<group>"; }; |
108 | 109 | C92708AB19CFB0750033128B /* TokenListViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TokenListViewController.swift; sourceTree = "<group>"; };
|
109 | 110 | C931A5FC1BFF6F9D00706A1C /* .hound.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .hound.yml; sourceTree = "<group>"; };
|
110 | 111 | C931A5FE1BFF6FA600706A1C /* .swiftlint.yml */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = text; path = .swiftlint.yml; sourceTree = "<group>"; usesTabs = 0; };
|
|
133 | 134 | C968D1141CB4C639004ED7BB /* DisplayTime.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DisplayTime.swift; sourceTree = "<group>"; };
|
134 | 135 | C96E60561DBC5F1B00484823 /* .codecov.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = .codecov.yml; sourceTree = "<group>"; };
|
135 | 136 | C9776E3318518801003D53CB /* LICENSE.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE.txt; sourceTree = "<group>"; };
|
136 |
| - C97B68C617D9226D005D1FE0 /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Settings.bundle; sourceTree = "<group>"; }; |
137 | 137 | C97CDF041BEE927200D64406 /* AUTHORS */ = {isa = PBXFileReference; lastKnownFileType = text; path = AUTHORS; sourceTree = "<group>"; };
|
138 | 138 | C97CDF241BEEA49300D64406 /* SVProgressHUD.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = SVProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
139 | 139 | C97CDF2B1BEEC90100D64406 /* QRScanner.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QRScanner.swift; sourceTree = "<group>"; };
|
|
149 | 149 | C9919CDF1BA721A1006237C1 /* ButtonHeaderView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ButtonHeaderView.swift; sourceTree = "<group>"; };
|
150 | 150 | C9919CE11BA733FD006237C1 /* Section.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Section.swift; sourceTree = "<group>"; };
|
151 | 151 | C99B85241BC9AB7100A6C75D /* BarButtonViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BarButtonViewModel.swift; sourceTree = "<group>"; };
|
152 |
| - C9A1C1A51E501CB2009E65D6 /* BackupInfoViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BackupInfoViewController.swift; sourceTree = "<group>"; }; |
153 |
| - C9A1C1A81E501D8B009E65D6 /* BackupInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BackupInfo.swift; sourceTree = "<group>"; }; |
154 |
| - C9A1C1AA1E502195009E65D6 /* BackupInfo.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = BackupInfo.html; path = ../Resources/BackupInfo.html; sourceTree = "<group>"; }; |
| 152 | + C9A1C1A51E501CB2009E65D6 /* InfoViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InfoViewController.swift; sourceTree = "<group>"; }; |
| 153 | + C9A1C1A81E501D8B009E65D6 /* Info.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Info.swift; sourceTree = "<group>"; }; |
| 154 | + C9A1C1AA1E502195009E65D6 /* BackupInfo.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = BackupInfo.html; sourceTree = "<group>"; }; |
155 | 155 | C9A1C1CD1E6CDBFB009E65D6 /* RootTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RootTests.swift; sourceTree = "<group>"; };
|
156 | 156 | C9A262CD1E170BD4004E6CEB /* AuthenticatorScreenshots.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AuthenticatorScreenshots.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
157 | 157 | C9A262CF1E170BD4004E6CEB /* AuthenticatorScreenshots.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticatorScreenshots.swift; sourceTree = "<group>"; };
|
|
223 | 223 | C98C1C4917D2F03400A07D3F /* Token List */,
|
224 | 224 | C9B0B9501BC9159300BD5844 /* Forms */,
|
225 | 225 | C97CDF2D1BEF10B300D64406 /* Scanner */,
|
226 |
| - C9A1C1A71E501D5F009E65D6 /* BackupInfo */, |
| 226 | + C9A1C1A71E501D5F009E65D6 /* Info */, |
227 | 227 | C98C1C4E17D2F14500A07D3F /* Utility */,
|
228 | 228 | );
|
229 | 229 | path = Source;
|
|
259 | 259 | 29B97317FDCFA39411CA2CEA /* Resources */ = {
|
260 | 260 | isa = PBXGroup;
|
261 | 261 | children = (
|
| 262 | + C9204A841E886A3500998D3E /* Acknowledgements.html */, |
| 263 | + C9A1C1AA1E502195009E65D6 /* BackupInfo.html */, |
262 | 264 | 8BF5147F118799AE005C936F /* Info.plist */,
|
263 | 265 | C9F75C921843CFFD00B6FA14 /* App Icon */,
|
264 | 266 | C9C6CCA11842E331000100C2 /* Images.xcassets */,
|
265 | 267 | C9BEAE5F19C67FD800533385 /* LaunchScreen.xib */,
|
266 |
| - C97B68C617D9226D005D1FE0 /* Settings.bundle */, |
267 | 268 | );
|
268 | 269 | path = Resources;
|
269 | 270 | sourceTree = "<group>";
|
|
429 | 430 | path = AuthenticatorTests;
|
430 | 431 | sourceTree = "<group>";
|
431 | 432 | };
|
432 |
| - C9A1C1A71E501D5F009E65D6 /* BackupInfo */ = { |
| 433 | + C9A1C1A71E501D5F009E65D6 /* Info */ = { |
433 | 434 | isa = PBXGroup;
|
434 | 435 | children = (
|
435 |
| - C9A1C1A81E501D8B009E65D6 /* BackupInfo.swift */, |
436 |
| - C9A1C1A51E501CB2009E65D6 /* BackupInfoViewController.swift */, |
437 |
| - C9A1C1AA1E502195009E65D6 /* BackupInfo.html */, |
| 436 | + C9A1C1A81E501D8B009E65D6 /* Info.swift */, |
| 437 | + C9A1C1A51E501CB2009E65D6 /* InfoViewController.swift */, |
438 | 438 | );
|
439 |
| - name = BackupInfo; |
| 439 | + name = Info; |
440 | 440 | sourceTree = "<group>";
|
441 | 441 | };
|
442 | 442 | C9A262CE1E170BD4004E6CEB /* AuthenticatorScreenshots */ = {
|
|
607 | 607 | buildActionMask = 2147483647;
|
608 | 608 | files = (
|
609 | 609 | C9A1C1AC1E5021A6009E65D6 /* BackupInfo.html in Resources */,
|
| 610 | + C9204A851E886A3500998D3E /* Acknowledgements.html in Resources */, |
610 | 611 | C9BEAE6019C67FD800533385 /* LaunchScreen.xib in Resources */,
|
611 | 612 | C9C6CCA21842E331000100C2 /* Images.xcassets in Resources */,
|
612 |
| - C97B68C717D9226D005D1FE0 /* Settings.bundle in Resources */, |
613 | 613 | );
|
614 | 614 | runOnlyForDeploymentPostprocessing = 0;
|
615 | 615 | };
|
|
663 | 663 | C97CDF2C1BEEC90100D64406 /* QRScanner.swift in Sources */,
|
664 | 664 | C9AAB07F1B917EC3000CE547 /* TokenEditForm.swift in Sources */,
|
665 | 665 | C9D6C84C19075044004F0E08 /* OTPProgressRing.swift in Sources */,
|
666 |
| - C9A1C1A91E501D8B009E65D6 /* BackupInfo.swift in Sources */, |
| 666 | + C9A1C1A91E501D8B009E65D6 /* Info.swift in Sources */, |
667 | 667 | C9CC09531BA9133B008C54FE /* FocusCell.swift in Sources */,
|
668 | 668 | C99069D1180CBAC900BAEF53 /* TokenScannerViewController.swift in Sources */,
|
669 | 669 | C9EB448E1C52A74200ACFA87 /* Component.swift in Sources */,
|
670 |
| - C9A1C1A61E501CB2009E65D6 /* BackupInfoViewController.swift in Sources */, |
| 670 | + C9A1C1A61E501CB2009E65D6 /* InfoViewController.swift in Sources */, |
671 | 671 | C9D6C83F1906BD68004F0E08 /* SegmentedControlRow.swift in Sources */,
|
672 | 672 | C968D1151CB4C639004ED7BB /* DisplayTime.swift in Sources */,
|
673 | 673 | 8B0028B511EB75920092DE18 /* ScannerOverlayView.swift in Sources */,
|
|
0 commit comments