Skip to content

Commit

Permalink
Fixed tests with HotKey package.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattDavo committed Mar 17, 2020
1 parent 9c5cd81 commit cfc9577
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Yippy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,7 @@
buildRules = (
);
dependencies = (
345DCFBF2420CB92003E214D /* PBXTargetDependency */,
34ACFBCF22EB0B11004E6E63 /* PBXTargetDependency */,
);
name = YippyTests;
Expand Down Expand Up @@ -1165,6 +1166,10 @@
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
345DCFBF2420CB92003E214D /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
productRef = 345DCFBE2420CB92003E214D /* HotKey */;
};
34ACFBCF22EB0B11004E6E63 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 34ACFBBA22EB0B0F004E6E63 /* Yippy */;
Expand Down Expand Up @@ -1904,6 +1909,11 @@
package = 345DCFBB2420C2D2003E214D /* XCRemoteSwiftPackageReference "HotKey" */;
productName = HotKey;
};
345DCFBE2420CB92003E214D /* HotKey */ = {
isa = XCSwiftPackageProductDependency;
package = 345DCFBB2420C2D2003E214D /* XCRemoteSwiftPackageReference "HotKey" */;
productName = HotKey;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 34ACFBB322EB0B0E004E6E63 /* Project object */;
Expand Down
2 changes: 1 addition & 1 deletion YippyTests/YippyHotKeyTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
//

import XCTest
import HotKey // Normally this would be a @testable import, but this is not currently supported by the Swift Package Manager. See: https://stackoverflow.com/a/52672307
@testable import Yippy
@testable import HotKey

class YippyHotKeyTests: XCTestCase {

Expand Down

0 comments on commit cfc9577

Please sign in to comment.