|
13 | 13 | A1000009 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A100000A /* SettingsView.swift */; }; |
14 | 14 | A100000B /* PieChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A100000C /* PieChartView.swift */; }; |
15 | 15 | A100000E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A100000D /* Assets.xcassets */; }; |
| 16 | + A2000001 /* UsageParserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2000002 /* UsageParserTests.swift */; }; |
| 17 | + A3000001 /* SwiftTerm in Frameworks */ = {isa = PBXBuildFile; productRef = A3000002 /* SwiftTerm */; }; |
| 18 | + A3000003 /* SwiftTerm in Frameworks */ = {isa = PBXBuildFile; productRef = A3000004 /* SwiftTerm */; }; |
16 | 19 | /* End PBXBuildFile section */ |
17 | 20 |
|
| 21 | +/* Begin PBXContainerItemProxy section */ |
| 22 | + A2000010 /* PBXContainerItemProxy */ = { |
| 23 | + isa = PBXContainerItemProxy; |
| 24 | + containerPortal = A1000050 /* Project object */; |
| 25 | + proxyType = 1; |
| 26 | + remoteGlobalIDString = A1000030; |
| 27 | + remoteInfo = clive; |
| 28 | + }; |
| 29 | +/* End PBXContainerItemProxy section */ |
| 30 | + |
18 | 31 | /* Begin PBXFileReference section */ |
19 | 32 | A1000002 /* CliveApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CliveApp.swift; sourceTree = "<group>"; }; |
20 | 33 | A1000004 /* UsageManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UsageManager.swift; sourceTree = "<group>"; }; |
|
24 | 37 | A100000A /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; }; |
25 | 38 | A100000C /* PieChartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PieChartView.swift; sourceTree = "<group>"; }; |
26 | 39 | A100000D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
| 40 | + A2000002 /* UsageParserTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UsageParserTests.swift; sourceTree = "<group>"; }; |
| 41 | + A2000003 /* cliveTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = cliveTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
27 | 42 | /* End PBXFileReference section */ |
28 | 43 |
|
29 | 44 | /* Begin PBXFrameworksBuildPhase section */ |
30 | 45 | A1000010 /* Frameworks */ = { |
31 | 46 | isa = PBXFrameworksBuildPhase; |
32 | 47 | buildActionMask = 2147483647; |
33 | 48 | files = ( |
| 49 | + A3000001 /* SwiftTerm in Frameworks */, |
| 50 | + ); |
| 51 | + runOnlyForDeploymentPostprocessing = 0; |
| 52 | + }; |
| 53 | + A2000020 /* Frameworks */ = { |
| 54 | + isa = PBXFrameworksBuildPhase; |
| 55 | + buildActionMask = 2147483647; |
| 56 | + files = ( |
| 57 | + A3000003 /* SwiftTerm in Frameworks */, |
34 | 58 | ); |
35 | 59 | runOnlyForDeploymentPostprocessing = 0; |
36 | 60 | }; |
|
41 | 65 | isa = PBXGroup; |
42 | 66 | children = ( |
43 | 67 | A1000021 /* clive */, |
| 68 | + A2000004 /* cliveTests */, |
44 | 69 | A1000022 /* Products */, |
45 | 70 | ); |
46 | 71 | sourceTree = "<group>"; |
|
63 | 88 | isa = PBXGroup; |
64 | 89 | children = ( |
65 | 90 | A1000006 /* Clive.app */, |
| 91 | + A2000003 /* cliveTests.xctest */, |
66 | 92 | ); |
67 | 93 | name = Products; |
68 | 94 | sourceTree = "<group>"; |
69 | 95 | }; |
| 96 | + A2000004 /* cliveTests */ = { |
| 97 | + isa = PBXGroup; |
| 98 | + children = ( |
| 99 | + A2000002 /* UsageParserTests.swift */, |
| 100 | + ); |
| 101 | + path = cliveTests; |
| 102 | + sourceTree = "<group>"; |
| 103 | + }; |
70 | 104 | /* End PBXGroup section */ |
71 | 105 |
|
72 | 106 | /* Begin PBXNativeTarget section */ |
|
83 | 117 | dependencies = ( |
84 | 118 | ); |
85 | 119 | name = clive; |
| 120 | + packageProductDependencies = ( |
| 121 | + A3000002 /* SwiftTerm */, |
| 122 | + ); |
86 | 123 | productName = clive; |
87 | 124 | productReference = A1000006 /* Clive.app */; |
88 | 125 | productType = "com.apple.product-type.application"; |
89 | 126 | }; |
| 127 | + A2000030 /* cliveTests */ = { |
| 128 | + isa = PBXNativeTarget; |
| 129 | + buildConfigurationList = A2000040 /* Build configuration list for PBXNativeTarget "cliveTests" */; |
| 130 | + buildPhases = ( |
| 131 | + A2000031 /* Sources */, |
| 132 | + A2000020 /* Frameworks */, |
| 133 | + A2000032 /* Resources */, |
| 134 | + ); |
| 135 | + buildRules = ( |
| 136 | + ); |
| 137 | + dependencies = ( |
| 138 | + A2000011 /* PBXTargetDependency */, |
| 139 | + ); |
| 140 | + name = cliveTests; |
| 141 | + packageProductDependencies = ( |
| 142 | + A3000004 /* SwiftTerm */, |
| 143 | + ); |
| 144 | + productName = cliveTests; |
| 145 | + productReference = A2000003 /* cliveTests.xctest */; |
| 146 | + productType = "com.apple.product-type.bundle.unit-test"; |
| 147 | + }; |
90 | 148 | /* End PBXNativeTarget section */ |
91 | 149 |
|
92 | 150 | /* Begin PBXProject section */ |
|
100 | 158 | A1000030 = { |
101 | 159 | CreatedOnToolsVersion = 15.0; |
102 | 160 | }; |
| 161 | + A2000030 = { |
| 162 | + CreatedOnToolsVersion = 15.0; |
| 163 | + TestTargetID = A1000030; |
| 164 | + }; |
103 | 165 | }; |
104 | 166 | }; |
105 | 167 | buildConfigurationList = A1000051 /* Build configuration list for PBXProject "clive" */; |
|
111 | 173 | Base, |
112 | 174 | ); |
113 | 175 | mainGroup = A1000020; |
| 176 | + packageReferences = ( |
| 177 | + A3000010 /* XCRemoteSwiftPackageReference "SwiftTerm" */, |
| 178 | + ); |
114 | 179 | productRefGroup = A1000022 /* Products */; |
115 | 180 | projectDirPath = ""; |
116 | 181 | projectRoot = ""; |
117 | 182 | targets = ( |
118 | 183 | A1000030 /* clive */, |
| 184 | + A2000030 /* cliveTests */, |
119 | 185 | ); |
120 | 186 | }; |
121 | 187 | /* End PBXProject section */ |
|
129 | 195 | ); |
130 | 196 | runOnlyForDeploymentPostprocessing = 0; |
131 | 197 | }; |
| 198 | + A2000032 /* Resources */ = { |
| 199 | + isa = PBXResourcesBuildPhase; |
| 200 | + buildActionMask = 2147483647; |
| 201 | + files = ( |
| 202 | + ); |
| 203 | + runOnlyForDeploymentPostprocessing = 0; |
| 204 | + }; |
132 | 205 | /* End PBXResourcesBuildPhase section */ |
133 | 206 |
|
134 | 207 | /* Begin PBXSourcesBuildPhase section */ |
|
144 | 217 | ); |
145 | 218 | runOnlyForDeploymentPostprocessing = 0; |
146 | 219 | }; |
| 220 | + A2000031 /* Sources */ = { |
| 221 | + isa = PBXSourcesBuildPhase; |
| 222 | + buildActionMask = 2147483647; |
| 223 | + files = ( |
| 224 | + A2000001 /* UsageParserTests.swift in Sources */, |
| 225 | + ); |
| 226 | + runOnlyForDeploymentPostprocessing = 0; |
| 227 | + }; |
147 | 228 | /* End PBXSourcesBuildPhase section */ |
148 | 229 |
|
| 230 | +/* Begin PBXTargetDependency section */ |
| 231 | + A2000011 /* PBXTargetDependency */ = { |
| 232 | + isa = PBXTargetDependency; |
| 233 | + target = A1000030 /* clive */; |
| 234 | + targetProxy = A2000010 /* PBXContainerItemProxy */; |
| 235 | + }; |
| 236 | +/* End PBXTargetDependency section */ |
| 237 | + |
149 | 238 | /* Begin XCBuildConfiguration section */ |
150 | 239 | A1000060 /* Debug */ = { |
151 | 240 | isa = XCBuildConfiguration; |
|
319 | 408 | }; |
320 | 409 | name = Release; |
321 | 410 | }; |
| 411 | + A2000060 /* Debug */ = { |
| 412 | + isa = XCBuildConfiguration; |
| 413 | + buildSettings = { |
| 414 | + BUNDLE_LOADER = "$(TEST_HOST)"; |
| 415 | + CODE_SIGN_STYLE = Automatic; |
| 416 | + CURRENT_PROJECT_VERSION = 1; |
| 417 | + GENERATE_INFOPLIST_FILE = YES; |
| 418 | + MARKETING_VERSION = 1.0; |
| 419 | + PRODUCT_BUNDLE_IDENTIFIER = "com.stuart-cameron.cliveTests"; |
| 420 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 421 | + SWIFT_EMIT_LOC_STRINGS = NO; |
| 422 | + SWIFT_VERSION = 5.0; |
| 423 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Clive.app/Contents/MacOS/Clive"; |
| 424 | + }; |
| 425 | + name = Debug; |
| 426 | + }; |
| 427 | + A2000061 /* Release */ = { |
| 428 | + isa = XCBuildConfiguration; |
| 429 | + buildSettings = { |
| 430 | + BUNDLE_LOADER = "$(TEST_HOST)"; |
| 431 | + CODE_SIGN_STYLE = Automatic; |
| 432 | + CURRENT_PROJECT_VERSION = 1; |
| 433 | + GENERATE_INFOPLIST_FILE = YES; |
| 434 | + MARKETING_VERSION = 1.0; |
| 435 | + PRODUCT_BUNDLE_IDENTIFIER = "com.stuart-cameron.cliveTests"; |
| 436 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 437 | + SWIFT_EMIT_LOC_STRINGS = NO; |
| 438 | + SWIFT_VERSION = 5.0; |
| 439 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Clive.app/Contents/MacOS/Clive"; |
| 440 | + }; |
| 441 | + name = Release; |
| 442 | + }; |
322 | 443 | /* End XCBuildConfiguration section */ |
323 | 444 |
|
324 | 445 | /* Begin XCConfigurationList section */ |
|
340 | 461 | defaultConfigurationIsVisible = 0; |
341 | 462 | defaultConfigurationName = Release; |
342 | 463 | }; |
| 464 | + A2000040 /* Build configuration list for PBXNativeTarget "cliveTests" */ = { |
| 465 | + isa = XCConfigurationList; |
| 466 | + buildConfigurations = ( |
| 467 | + A2000060 /* Debug */, |
| 468 | + A2000061 /* Release */, |
| 469 | + ); |
| 470 | + defaultConfigurationIsVisible = 0; |
| 471 | + defaultConfigurationName = Release; |
| 472 | + }; |
343 | 473 | /* End XCConfigurationList section */ |
| 474 | + |
| 475 | +/* Begin XCRemoteSwiftPackageReference section */ |
| 476 | + A3000010 /* XCRemoteSwiftPackageReference "SwiftTerm" */ = { |
| 477 | + isa = XCRemoteSwiftPackageReference; |
| 478 | + repositoryURL = "https://github.com/migueldeicaza/SwiftTerm.git"; |
| 479 | + requirement = { |
| 480 | + kind = upToNextMajorVersion; |
| 481 | + minimumVersion = 1.0.0; |
| 482 | + }; |
| 483 | + }; |
| 484 | +/* End XCRemoteSwiftPackageReference section */ |
| 485 | + |
| 486 | +/* Begin XCSwiftPackageProductDependency section */ |
| 487 | + A3000002 /* SwiftTerm */ = { |
| 488 | + isa = XCSwiftPackageProductDependency; |
| 489 | + package = A3000010 /* XCRemoteSwiftPackageReference "SwiftTerm" */; |
| 490 | + productName = SwiftTerm; |
| 491 | + }; |
| 492 | + A3000004 /* SwiftTerm */ = { |
| 493 | + isa = XCSwiftPackageProductDependency; |
| 494 | + package = A3000010 /* XCRemoteSwiftPackageReference "SwiftTerm" */; |
| 495 | + productName = SwiftTerm; |
| 496 | + }; |
| 497 | +/* End XCSwiftPackageProductDependency section */ |
344 | 498 | }; |
345 | 499 | rootObject = A1000050 /* Project object */; |
346 | 500 | } |
0 commit comments