|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 162A369BC040E62A74C782D1 /* CollectionGetTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 912D7A2027F3DDA86839E7AE /* CollectionGetTests.swift */; }; |
| 11 | + 16B53AB50DDD40DC4880CCB8 /* DeviceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 470EFF3B34FB31AC5A22B024 /* DeviceTests.swift */; }; |
| 12 | + 2549AC06811CB09AF7D5A4DF /* CommandTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63E9205F1463934FDB7D92FF /* CommandTests.swift */; }; |
10 | 13 | 4AFACC742AD730BE00EC369F /* SubMenuItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AFACC732AD730BE00EC369F /* SubMenuItem.swift */; }; |
11 | 14 | 4AFACC762AD73D7900EC369F /* NSMenuItem+ConvenienceInit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AFACC752AD73D7900EC369F /* NSMenuItem+ConvenienceInit.swift */; }; |
12 | 15 | 4AFACC782AD74E9000EC369F /* DeviceListSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AFACC772AD74E9000EC369F /* DeviceListSection.swift */; }; |
|
107 | 110 | 76F2A914299050F9002D4EF6 /* UserDefaults+Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76F2A913299050F9002D4EF6 /* UserDefaults+Configuration.swift */; }; |
108 | 111 | 76F2A9172991B7B6002D4EF6 /* ViewModifiers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76F2A9162991B7B6002D4EF6 /* ViewModifiers.swift */; }; |
109 | 112 | 76FCABAB29B390D5003BBF9A /* Collection+get.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76FCABAA29B390D5003BBF9A /* Collection+get.swift */; }; |
| 113 | + 7D850183B2E53A3E4F17994A /* StringMatchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A9C6AA804E851167EA01B17 /* StringMatchTests.swift */; }; |
110 | 114 | 9B225A9C2C7E360D002620BA /* DeviceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B225A9B2C7E360D002620BA /* DeviceType.swift */; }; |
111 | 115 | /* End PBXBuildFile section */ |
112 | 116 |
|
|
121 | 125 | /* End PBXContainerItemProxy section */ |
122 | 126 |
|
123 | 127 | /* Begin PBXFileReference section */ |
| 128 | + 470EFF3B34FB31AC5A22B024 /* DeviceTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DeviceTests.swift; sourceTree = "<group>"; }; |
124 | 129 | 4AFACC732AD730BE00EC369F /* SubMenuItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubMenuItem.swift; sourceTree = "<group>"; }; |
125 | 130 | 4AFACC752AD73D7900EC369F /* NSMenuItem+ConvenienceInit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSMenuItem+ConvenienceInit.swift"; sourceTree = "<group>"; }; |
126 | 131 | 4AFACC772AD74E9000EC369F /* DeviceListSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeviceListSection.swift; sourceTree = "<group>"; }; |
|
129 | 134 | 52B363ED2AEC10B3006F515C /* ParametersTableFormViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ParametersTableFormViewModel.swift; sourceTree = "<group>"; }; |
130 | 135 | 551B88292B1385E900B8D325 /* Terminal.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Terminal.swift; sourceTree = "<group>"; }; |
131 | 136 | 55CDB0772B1B6D24002418D7 /* TerminalApps.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TerminalApps.swift; sourceTree = "<group>"; }; |
| 137 | + 63E9205F1463934FDB7D92FF /* CommandTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = CommandTests.swift; sourceTree = "<group>"; }; |
| 138 | + 6A9C6AA804E851167EA01B17 /* StringMatchTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = StringMatchTests.swift; sourceTree = "<group>"; }; |
132 | 139 | 760554A22C085BEA001607FE /* Thread+Asserts.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Thread+Asserts.swift"; sourceTree = "<group>"; }; |
133 | 140 | 76059BF42AD4361C0008D38B /* SetupPreferences.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SetupPreferences.swift; sourceTree = "<group>"; }; |
134 | 141 | 76059BF62AD449DC0008D38B /* OnboardingHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingHeader.swift; sourceTree = "<group>"; }; |
|
217 | 224 | 76F2A913299050F9002D4EF6 /* UserDefaults+Configuration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UserDefaults+Configuration.swift"; sourceTree = "<group>"; }; |
218 | 225 | 76F2A9162991B7B6002D4EF6 /* ViewModifiers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewModifiers.swift; sourceTree = "<group>"; }; |
219 | 226 | 76FCABAA29B390D5003BBF9A /* Collection+get.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Collection+get.swift"; sourceTree = "<group>"; }; |
| 227 | + 912D7A2027F3DDA86839E7AE /* CollectionGetTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = CollectionGetTests.swift; sourceTree = "<group>"; }; |
220 | 228 | 9B225A9B2C7E360D002620BA /* DeviceType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeviceType.swift; sourceTree = "<group>"; }; |
221 | 229 | /* End PBXFileReference section */ |
222 | 230 |
|
|
460 | 468 | 76BF0AF32C90A74E003BE568 /* AppleUtilsTests.swift */, |
461 | 469 | 76BF0AF52C90AB03003BE568 /* DeviceDiscoveryTests.swift */, |
462 | 470 | 76BF0AF72C90ACF2003BE568 /* ActionFactoryTests.swift */, |
| 471 | + 470EFF3B34FB31AC5A22B024 /* DeviceTests.swift */, |
| 472 | + 6A9C6AA804E851167EA01B17 /* StringMatchTests.swift */, |
| 473 | + 912D7A2027F3DDA86839E7AE /* CollectionGetTests.swift */, |
| 474 | + 63E9205F1463934FDB7D92FF /* CommandTests.swift */, |
463 | 475 | ); |
464 | 476 | path = MiniSimTests; |
465 | 477 | sourceTree = "<group>"; |
|
737 | 749 | 76B70F7E2B0D361A009D87A4 /* UserDefaultsTests.swift in Sources */, |
738 | 750 | 760DEACE2B0DFB6600253576 /* ShellStub.swift in Sources */, |
739 | 751 | 76B70F822B0D50FE009D87A4 /* ADBTests.swift in Sources */, |
| 752 | + 16B53AB50DDD40DC4880CCB8 /* DeviceTests.swift in Sources */, |
| 753 | + 7D850183B2E53A3E4F17994A /* StringMatchTests.swift in Sources */, |
| 754 | + 162A369BC040E62A74C782D1 /* CollectionGetTests.swift in Sources */, |
| 755 | + 2549AC06811CB09AF7D5A4DF /* CommandTests.swift in Sources */, |
740 | 756 | ); |
741 | 757 | runOnlyForDeploymentPostprocessing = 0; |
742 | 758 | }; |
|
745 | 761 | /* Begin PBXTargetDependency section */ |
746 | 762 | 4A78928A2AF1A9A3004D3FC8 /* PBXTargetDependency */ = { |
747 | 763 | isa = PBXTargetDependency; |
748 | | - productRef = 4A7892892AF1A9A3004D3FC8 /* SwiftLintPlugin */; |
| 764 | + productRef = 4A7892892AF1A9A3004D3FC8 /* plugin:SwiftLintPlugin */; |
749 | 765 | }; |
750 | 766 | 76B70F792B0D359D009D87A4 /* PBXTargetDependency */ = { |
751 | 767 | isa = PBXTargetDependency; |
|
754 | 770 | }; |
755 | 771 | 76B70F802B0D4F9D009D87A4 /* PBXTargetDependency */ = { |
756 | 772 | isa = PBXTargetDependency; |
757 | | - productRef = 76B70F7F2B0D4F9D009D87A4 /* SwiftLintPlugin */; |
| 773 | + productRef = 76B70F7F2B0D4F9D009D87A4 /* plugin:SwiftLintPlugin */; |
758 | 774 | }; |
759 | 775 | /* End PBXTargetDependency section */ |
760 | 776 |
|
|
1106 | 1122 | /* End XCRemoteSwiftPackageReference section */ |
1107 | 1123 |
|
1108 | 1124 | /* Begin XCSwiftPackageProductDependency section */ |
1109 | | - 4A7892892AF1A9A3004D3FC8 /* SwiftLintPlugin */ = { |
| 1125 | + 4A7892892AF1A9A3004D3FC8 /* plugin:SwiftLintPlugin */ = { |
1110 | 1126 | isa = XCSwiftPackageProductDependency; |
1111 | 1127 | package = 4A7892862AF1A767004D3FC8 /* XCRemoteSwiftPackageReference "SwiftLint" */; |
1112 | 1128 | productName = "plugin:SwiftLintPlugin"; |
|
1141 | 1157 | package = 76AC9AF72A0EB50800864A8B /* XCRemoteSwiftPackageReference "SymbolPicker" */; |
1142 | 1158 | productName = SymbolPicker; |
1143 | 1159 | }; |
1144 | | - 76B70F7F2B0D4F9D009D87A4 /* SwiftLintPlugin */ = { |
| 1160 | + 76B70F7F2B0D4F9D009D87A4 /* plugin:SwiftLintPlugin */ = { |
1145 | 1161 | isa = XCSwiftPackageProductDependency; |
1146 | 1162 | package = 4A7892862AF1A767004D3FC8 /* XCRemoteSwiftPackageReference "SwiftLint" */; |
1147 | 1163 | productName = "plugin:SwiftLintPlugin"; |
|
0 commit comments