Skip to content

Commit 1760b2b

Browse files
committed
Update Search tests for 2.x
1 parent b1c8467 commit 1760b2b

File tree

3 files changed

+83
-180
lines changed

3 files changed

+83
-180
lines changed

Maccy.xcodeproj/project.pbxproj

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,10 @@
105105
DAA5ACB22C1B3F8800B58513 /* GeneralSettingsPane.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAA5ACB12C1B3F8800B58513 /* GeneralSettingsPane.swift */; };
106106
DAA5ACB52C1B803000B58513 /* GeneralSettings.strings in Resources */ = {isa = PBXBuildFile; fileRef = DAA5ACB32C1B803000B58513 /* GeneralSettings.strings */; };
107107
DAA5ACCA2C1BEE8A00B58513 /* SoftwareUpdater.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAA5ACC92C1BEE8A00B58513 /* SoftwareUpdater.swift */; };
108-
DAAAAB902C76647A004FBC3C /* Ifrit in Frameworks */ = {isa = PBXBuildFile; productRef = DAAAAB8F2C76647A004FBC3C /* Ifrit */; };
109-
DAAAAB932C7664A2004FBC3C /* Ifrit in Embed Frameworks */ = {isa = PBXBuildFile; productRef = DAAAAB8F2C76647A004FBC3C /* Ifrit */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
110108
DAAEB196219694AE00A7883C /* About.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAAEB195219694AE00A7883C /* About.swift */; };
111109
DAB082962A2B7B850053E463 /* AppStoreReview.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAB082952A2B7B850053E463 /* AppStoreReview.swift */; };
112110
DABDE97F2974706C005B32E9 /* KeyboardLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = DABDE97E2974706C005B32E9 /* KeyboardLayout.swift */; };
111+
DAC0CA3E2C88E7A4003BF498 /* Fuse in Frameworks */ = {isa = PBXBuildFile; productRef = DAC0CA3D2C88E7A4003BF498 /* Fuse */; };
113112
DAC14124232367B200FCFA30 /* Search.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAC14123232367B200FCFA30 /* Search.swift */; };
114113
DAC929D7297A0E8B00814F19 /* NSPasteboard.PasteboardType+Types.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAC929D6297A0E8B00814F19 /* NSPasteboard.PasteboardType+Types.swift */; };
115114
DAD665662898A1C000975096 /* KeyChord.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAD665652898A1C000975096 /* KeyChord.swift */; };
@@ -146,7 +145,6 @@
146145
dstPath = "";
147146
dstSubfolderSpec = 10;
148147
files = (
149-
DAAAAB932C7664A2004FBC3C /* Ifrit in Embed Frameworks */,
150148
);
151149
name = "Embed Frameworks";
152150
runOnlyForDeploymentPostprocessing = 0;
@@ -445,9 +443,9 @@
445443
isa = PBXFrameworksBuildPhase;
446444
buildActionMask = 2147483647;
447445
files = (
448-
DAAAAB902C76647A004FBC3C /* Ifrit in Frameworks */,
449446
2F39CB042AD9A93C00B749FD /* Sparkle in Frameworks */,
450447
DA009955256414E60030E697 /* KeyboardShortcuts in Frameworks */,
448+
DAC0CA3E2C88E7A4003BF498 /* Fuse in Frameworks */,
451449
DA5F46512020E9FB00425C11 /* Carbon.framework in Frameworks */,
452450
DA13D7D02C19F8C300FA9E23 /* Defaults in Frameworks */,
453451
DA009947256414800030E697 /* SwiftHEXColors in Frameworks */,
@@ -749,7 +747,7 @@
749747
2F39CB092AD9AE1F00B749FD /* Settings */,
750748
DA13D7C92C19F52B00FA9E23 /* LaunchAtLogin */,
751749
DA13D7CF2C19F8C300FA9E23 /* Defaults */,
752-
DAAAAB8F2C76647A004FBC3C /* Ifrit */,
750+
DAC0CA3D2C88E7A4003BF498 /* Fuse */,
753751
);
754752
productName = Maccy;
755753
productReference = DAEE38431E3DBEB100DD2966 /* Maccy.app */;
@@ -823,7 +821,7 @@
823821
2F39CB082AD9AE1F00B749FD /* XCRemoteSwiftPackageReference "Settings" */,
824822
DA13D7C82C19F43E00FA9E23 /* XCRemoteSwiftPackageReference "LaunchAtLogin-Modern" */,
825823
DA13D7CE2C19F8C300FA9E23 /* XCRemoteSwiftPackageReference "Defaults" */,
826-
DAAAAB8E2C76647A004FBC3C /* XCRemoteSwiftPackageReference "Ifrit" */,
824+
DAC0CA3C2C88E7A4003BF498 /* XCRemoteSwiftPackageReference "fuse-swift" */,
827825
);
828826
productRefGroup = DAEE38441E3DBEB100DD2966 /* Products */;
829827
projectDirPath = "";
@@ -1616,12 +1614,12 @@
16161614
minimumVersion = 2.4.1;
16171615
};
16181616
};
1619-
DAAAAB8E2C76647A004FBC3C /* XCRemoteSwiftPackageReference "Ifrit" */ = {
1617+
DAC0CA3C2C88E7A4003BF498 /* XCRemoteSwiftPackageReference "fuse-swift" */ = {
16201618
isa = XCRemoteSwiftPackageReference;
1621-
repositoryURL = "https://github.com/ukushu/Ifrit.git";
1619+
repositoryURL = "https://github.com/krisk/fuse-swift";
16221620
requirement = {
1623-
branch = main;
1624-
kind = branch;
1621+
kind = upToNextMajorVersion;
1622+
minimumVersion = 1.4.0;
16251623
};
16261624
};
16271625
/* End XCRemoteSwiftPackageReference section */
@@ -1662,10 +1660,10 @@
16621660
package = DA5154D62564102900C01004 /* XCRemoteSwiftPackageReference "Sauce" */;
16631661
productName = Sauce;
16641662
};
1665-
DAAAAB8F2C76647A004FBC3C /* Ifrit */ = {
1663+
DAC0CA3D2C88E7A4003BF498 /* Fuse */ = {
16661664
isa = XCSwiftPackageProductDependency;
1667-
package = DAAAAB8E2C76647A004FBC3C /* XCRemoteSwiftPackageReference "Ifrit" */;
1668-
productName = Ifrit;
1665+
package = DAC0CA3C2C88E7A4003BF498 /* XCRemoteSwiftPackageReference "fuse-swift" */;
1666+
productName = Fuse;
16691667
};
16701668
/* End XCSwiftPackageProductDependency section */
16711669
};

Maccy/Search.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import AppKit
22
import Defaults
3-
import Ifrit
3+
import Fuse
44

55
class Search {
66
enum Mode: String, CaseIterable, Identifiable, CustomStringConvertible, Defaults.Serializable {

0 commit comments

Comments
 (0)