|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 33027E342CA8C18800CB387C /* LibFido2Swift in Frameworks */ = {isa = PBXBuildFile; productRef = 334A932B2CA885A400A5E079 /* LibFido2Swift */; }; |
| 11 | + 3328073F2CA5E2C80036F691 /* SignInSecurityKeyPinView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3328073E2CA5E2C80036F691 /* SignInSecurityKeyPinView.swift */; }; |
| 12 | + 332807412CA5EA820036F691 /* SignInSecurityKeyTouchView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 332807402CA5EA820036F691 /* SignInSecurityKeyTouchView.swift */; }; |
10 | 13 | 36741BFD291E4FDB00A85AAE /* DownloadPreferencePane.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36741BFC291E4FDB00A85AAE /* DownloadPreferencePane.swift */; }; |
11 | 14 | 36741BFF291E50F500A85AAE /* FileError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36741BFE291E50F500A85AAE /* FileError.swift */; }; |
12 | 15 | 536CFDD2263C94DE00026CE0 /* SignedInView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 536CFDD1263C94DE00026CE0 /* SignedInView.swift */; }; |
|
192 | 195 | /* End PBXCopyFilesBuildPhase section */ |
193 | 196 |
|
194 | 197 | /* Begin PBXFileReference section */ |
| 198 | + 3328073E2CA5E2C80036F691 /* SignInSecurityKeyPinView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignInSecurityKeyPinView.swift; sourceTree = "<group>"; }; |
| 199 | + 332807402CA5EA820036F691 /* SignInSecurityKeyTouchView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignInSecurityKeyTouchView.swift; sourceTree = "<group>"; }; |
195 | 200 | 36741BFC291E4FDB00A85AAE /* DownloadPreferencePane.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DownloadPreferencePane.swift; sourceTree = "<group>"; }; |
196 | 201 | 36741BFE291E50F500A85AAE /* FileError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FileError.swift; sourceTree = "<group>"; }; |
197 | 202 | 536CFDD1263C94DE00026CE0 /* SignedInView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignedInView.swift; sourceTree = "<group>"; }; |
|
346 | 351 | isa = PBXFrameworksBuildPhase; |
347 | 352 | buildActionMask = 2147483647; |
348 | 353 | files = ( |
| 354 | + 33027E342CA8C18800CB387C /* LibFido2Swift in Frameworks */, |
349 | 355 | CABFA9E42592F08E00380FEE /* Version in Frameworks */, |
350 | 356 | CABFA9FD2592F13300380FEE /* LegibleError in Frameworks */, |
351 | 357 | E689540325BE8C64000EBCEA /* DockProgress in Frameworks */, |
|
454 | 460 | CA735108257BF96D00EA9CF8 /* AttributedText.swift */, |
455 | 461 | CA73510C257BFCEF00EA9CF8 /* NSAttributedString+.swift */, |
456 | 462 | CA5D781D257365D6008EDE9D /* PinCodeTextView.swift */, |
| 463 | + 3328073E2CA5E2C80036F691 /* SignInSecurityKeyPinView.swift */, |
| 464 | + 332807402CA5EA820036F691 /* SignInSecurityKeyTouchView.swift */, |
457 | 465 | CAA1CB34255A5AD5003FD669 /* SignInCredentialsView.swift */, |
458 | 466 | CAA1CB44255A5B60003FD669 /* SignIn2FAView.swift */, |
459 | 467 | CAA1CB48255A5C97003FD669 /* SignInSMSView.swift */, |
|
714 | 722 | E8F44A1D296B4CD7002D6592 /* Path */, |
715 | 723 | E84E4F562B335094003F3959 /* OrderedCollections */, |
716 | 724 | E83FDC432CBB649100679C6B /* Sparkle */, |
| 725 | + 334A932B2CA885A400A5E079 /* LibFido2Swift */, |
717 | 726 | ); |
718 | 727 | productName = XcodesMac; |
719 | 728 | productReference = CAD2E79E2449574E00113D76 /* Xcodes.app */; |
|
802 | 811 | E8F44A1C296B4CD7002D6592 /* XCRemoteSwiftPackageReference "Path" */, |
803 | 812 | E84E4F552B335094003F3959 /* XCRemoteSwiftPackageReference "swift-collections" */, |
804 | 813 | E83FDC422CBB649100679C6B /* XCRemoteSwiftPackageReference "Sparkle" */, |
| 814 | + 33027E282CA8BB5800CB387C /* XCRemoteSwiftPackageReference "LibFido2Swift" */, |
805 | 815 | ); |
806 | 816 | productRefGroup = CAD2E79F2449574E00113D76 /* Products */; |
807 | 817 | projectDirPath = ""; |
|
889 | 899 | CABFAA492593162500380FEE /* Bundle+InfoPlistValues.swift in Sources */, |
890 | 900 | CA9FF8662595130600E47BAF /* View+IsHidden.swift in Sources */, |
891 | 901 | CAE4248C259A68B800B8B246 /* Optional+IsNotNil.swift in Sources */, |
| 902 | + 3328073F2CA5E2C80036F691 /* SignInSecurityKeyPinView.swift in Sources */, |
892 | 903 | B0C6AD0D2AD91D7900E64698 /* IconView.swift in Sources */, |
893 | 904 | CA9FF9362595B44700E47BAF /* HelperClient.swift in Sources */, |
894 | 905 | B0C6AD042AD6E65700E64698 /* ReleaseDateView.swift in Sources */, |
|
915 | 926 | B0403CF22AD934B600137C09 /* CompatibilityView.swift in Sources */, |
916 | 927 | B0403CFE2ADA712C00137C09 /* InfoPaneControls.swift in Sources */, |
917 | 928 | 53CBAB2C263DCC9100410495 /* XcodesAlert.swift in Sources */, |
| 929 | + 332807412CA5EA820036F691 /* SignInSecurityKeyTouchView.swift in Sources */, |
918 | 930 | CA61A6E0259835580008926E /* Xcode.swift in Sources */, |
919 | 931 | CAE4247F259A666100B8B246 /* MainWindow.swift in Sources */, |
920 | 932 | CA452BB0259FD9770072DFA4 /* ProgressIndicator.swift in Sources */, |
|
1469 | 1481 | /* End XCConfigurationList section */ |
1470 | 1482 |
|
1471 | 1483 | /* Begin XCRemoteSwiftPackageReference section */ |
| 1484 | + 33027E282CA8BB5800CB387C /* XCRemoteSwiftPackageReference "LibFido2Swift" */ = { |
| 1485 | + isa = XCRemoteSwiftPackageReference; |
| 1486 | + repositoryURL = "https://github.com/kinoroy/LibFido2Swift.git"; |
| 1487 | + requirement = { |
| 1488 | + kind = upToNextMinorVersion; |
| 1489 | + minimumVersion = 0.1.0; |
| 1490 | + }; |
| 1491 | + }; |
1472 | 1492 | CA9FF86B25951C6E00E47BAF /* XCRemoteSwiftPackageReference "data" */ = { |
1473 | 1493 | isa = XCRemoteSwiftPackageReference; |
1474 | 1494 | repositoryURL = "https://github.com/xcodereleases/data"; |
|
1568 | 1588 | /* End XCRemoteSwiftPackageReference section */ |
1569 | 1589 |
|
1570 | 1590 | /* Begin XCSwiftPackageProductDependency section */ |
| 1591 | + 334A932B2CA885A400A5E079 /* LibFido2Swift */ = { |
| 1592 | + isa = XCSwiftPackageProductDependency; |
| 1593 | + productName = LibFido2Swift; |
| 1594 | + }; |
1571 | 1595 | CA9FF86C25951C6E00E47BAF /* XCModel */ = { |
1572 | 1596 | isa = XCSwiftPackageProductDependency; |
1573 | 1597 | package = CA9FF86B25951C6E00E47BAF /* XCRemoteSwiftPackageReference "data" */; |
|
0 commit comments