|
25 | 25 | 762CF1E02981968F00099999 /* String+match.swift in Sources */ = {isa = PBXBuildFile; fileRef = 762CF1DF2981968F00099999 /* String+match.swift */; };
|
26 | 26 | 762CF1E42981DE6100099999 /* Device.swift in Sources */ = {isa = PBXBuildFile; fileRef = 762CF1E32981DE6100099999 /* Device.swift */; };
|
27 | 27 | 7630B25E2984339100D8B57D /* MainMenuActions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7630B25D2984339100D8B57D /* MainMenuActions.swift */; };
|
28 |
| - 7630B26129853EF400D8B57D /* Preferences in Frameworks */ = {isa = PBXBuildFile; productRef = 7630B26029853EF400D8B57D /* Preferences */; }; |
29 | 28 | 7630B2662985C44A00D8B57D /* Preferences.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7630B2652985C44A00D8B57D /* Preferences.swift */; };
|
30 | 29 | 7630B2682985C4CF00D8B57D /* About.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7630B2672985C4CF00D8B57D /* About.swift */; };
|
31 | 30 | 7630B26B2986B4D500D8B57D /* KeyboardShortcuts in Frameworks */ = {isa = PBXBuildFile; productRef = 7630B26A2986B4D500D8B57D /* KeyboardShortcuts */; };
|
|
51 | 50 | 764BA3E92A5AD418003A78AF /* GetDevicesCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = 764BA3E82A5AD418003A78AF /* GetDevicesCommand.swift */; };
|
52 | 51 | 764BA3EB2A5AD43F003A78AF /* LaunchDeviceCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = 764BA3EA2A5AD43F003A78AF /* LaunchDeviceCommand.swift */; };
|
53 | 52 | 764BA3ED2A5AD478003A78AF /* GetCommands.swift in Sources */ = {isa = PBXBuildFile; fileRef = 764BA3EC2A5AD478003A78AF /* GetCommands.swift */; };
|
| 53 | + 765077C62C46F04A00C7B5F3 /* Settings in Frameworks */ = {isa = PBXBuildFile; productRef = 765077C52C46F04A00C7B5F3 /* Settings */; }; |
54 | 54 | 765ABF382A8BECD900A063CB /* ExecuteCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = 765ABF372A8BECD900A063CB /* ExecuteCommand.swift */; };
|
55 | 55 | 765C44C82A2A6C9600FCC159 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 765C44C72A2A6C9600FCC159 /* MainMenu.xib */; };
|
56 | 56 | 76630F0C29BDD0C000FB64F9 /* Devices.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76630F0B29BDD0C000FB64F9 /* Devices.swift */; };
|
|
178 | 178 | isa = PBXFrameworksBuildPhase;
|
179 | 179 | buildActionMask = 2147483647;
|
180 | 180 | files = (
|
| 181 | + 765077C62C46F04A00C7B5F3 /* Settings in Frameworks */, |
181 | 182 | 768F8EC829954C8A00DFBCDB /* Sparkle in Frameworks */,
|
182 | 183 | 76F04A14298A62CF00BF9CA3 /* ShellOut in Frameworks */,
|
183 | 184 | 76AC9AF92A0EB50800864A8B /* SymbolPicker in Frameworks */,
|
184 | 185 | 7630B2702986C0F200D8B57D /* LaunchAtLogin in Frameworks */,
|
185 |
| - 7630B26129853EF400D8B57D /* Preferences in Frameworks */, |
186 | 186 | 763EEB132A26896B008428F1 /* CodeEditor in Frameworks */,
|
187 | 187 | 7630B26B2986B4D500D8B57D /* KeyboardShortcuts in Frameworks */,
|
188 | 188 | );
|
|
299 | 299 | path = "AppleScript Commands";
|
300 | 300 | sourceTree = "<group>";
|
301 | 301 | };
|
| 302 | + 765077C42C46F04A00C7B5F3 /* Frameworks */ = { |
| 303 | + isa = PBXGroup; |
| 304 | + children = ( |
| 305 | + ); |
| 306 | + name = Frameworks; |
| 307 | + sourceTree = "<group>"; |
| 308 | + }; |
302 | 309 | 766BD2272981628A0042261B = {
|
303 | 310 | isa = PBXGroup;
|
304 | 311 | children = (
|
305 | 312 | 766BD2322981628A0042261B /* MiniSim */,
|
306 | 313 | 76B70F752B0D359D009D87A4 /* MiniSimTests */,
|
307 | 314 | 766BD2312981628A0042261B /* Products */,
|
| 315 | + 765077C42C46F04A00C7B5F3 /* Frameworks */, |
308 | 316 | );
|
309 | 317 | sourceTree = "<group>";
|
310 | 318 | };
|
|
425 | 433 | );
|
426 | 434 | name = MiniSim;
|
427 | 435 | packageProductDependencies = (
|
428 |
| - 7630B26029853EF400D8B57D /* Preferences */, |
429 | 436 | 7630B26A2986B4D500D8B57D /* KeyboardShortcuts */,
|
430 | 437 | 7630B26F2986C0F200D8B57D /* LaunchAtLogin */,
|
431 | 438 | 76F04A13298A62CF00BF9CA3 /* ShellOut */,
|
432 | 439 | 768F8EC729954C8A00DFBCDB /* Sparkle */,
|
433 | 440 | 76AC9AF82A0EB50800864A8B /* SymbolPicker */,
|
434 | 441 | 763EEB122A26896B008428F1 /* CodeEditor */,
|
| 442 | + 765077C52C46F04A00C7B5F3 /* Settings */, |
435 | 443 | );
|
436 | 444 | productName = MiniSim;
|
437 | 445 | productReference = 766BD2302981628A0042261B /* MiniSim.app */;
|
|
485 | 493 | );
|
486 | 494 | mainGroup = 766BD2272981628A0042261B;
|
487 | 495 | packageReferences = (
|
488 |
| - 7630B25F29853EF400D8B57D /* XCRemoteSwiftPackageReference "Preferences" */, |
489 | 496 | 7630B2692986B4D500D8B57D /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */,
|
490 | 497 | 7630B26E2986C0F200D8B57D /* XCRemoteSwiftPackageReference "LaunchAtLogin" */,
|
491 | 498 | 76F04A12298A62CF00BF9CA3 /* XCRemoteSwiftPackageReference "ShellOut" */,
|
492 | 499 | 768F8EC629954C8A00DFBCDB /* XCRemoteSwiftPackageReference "Sparkle" */,
|
493 | 500 | 76AC9AF72A0EB50800864A8B /* XCRemoteSwiftPackageReference "SymbolPicker" */,
|
494 | 501 | 763EEB112A26896B008428F1 /* XCRemoteSwiftPackageReference "CodeEditor" */,
|
495 | 502 | 4A7892862AF1A767004D3FC8 /* XCRemoteSwiftPackageReference "SwiftLint" */,
|
| 503 | + 76A5C3B72C46E4C40064118A /* XCRemoteSwiftPackageReference "Settings" */, |
496 | 504 | );
|
497 | 505 | productRefGroup = 766BD2312981628A0042261B /* Products */;
|
498 | 506 | projectDirPath = "";
|
|
927 | 935 | minimumVersion = 0.54.0;
|
928 | 936 | };
|
929 | 937 | };
|
930 |
| - 7630B25F29853EF400D8B57D /* XCRemoteSwiftPackageReference "Preferences" */ = { |
931 |
| - isa = XCRemoteSwiftPackageReference; |
932 |
| - repositoryURL = "https://github.com/sindresorhus/Preferences"; |
933 |
| - requirement = { |
934 |
| - branch = main; |
935 |
| - kind = branch; |
936 |
| - }; |
937 |
| - }; |
938 | 938 | 7630B2692986B4D500D8B57D /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */ = {
|
939 | 939 | isa = XCRemoteSwiftPackageReference;
|
940 | 940 | repositoryURL = "https://github.com/sindresorhus/KeyboardShortcuts";
|
|
967 | 967 | minimumVersion = 2.0.0;
|
968 | 968 | };
|
969 | 969 | };
|
| 970 | + 76A5C3B72C46E4C40064118A /* XCRemoteSwiftPackageReference "Settings" */ = { |
| 971 | + isa = XCRemoteSwiftPackageReference; |
| 972 | + repositoryURL = "https://github.com/sindresorhus/Settings"; |
| 973 | + requirement = { |
| 974 | + branch = main; |
| 975 | + kind = branch; |
| 976 | + }; |
| 977 | + }; |
970 | 978 | 76AC9AF72A0EB50800864A8B /* XCRemoteSwiftPackageReference "SymbolPicker" */ = {
|
971 | 979 | isa = XCRemoteSwiftPackageReference;
|
972 | 980 | repositoryURL = "https://github.com/xnth97/SymbolPicker.git";
|
|
991 | 999 | package = 4A7892862AF1A767004D3FC8 /* XCRemoteSwiftPackageReference "SwiftLint" */;
|
992 | 1000 | productName = "plugin:SwiftLintPlugin";
|
993 | 1001 | };
|
994 |
| - 7630B26029853EF400D8B57D /* Preferences */ = { |
995 |
| - isa = XCSwiftPackageProductDependency; |
996 |
| - package = 7630B25F29853EF400D8B57D /* XCRemoteSwiftPackageReference "Preferences" */; |
997 |
| - productName = Preferences; |
998 |
| - }; |
999 | 1002 | 7630B26A2986B4D500D8B57D /* KeyboardShortcuts */ = {
|
1000 | 1003 | isa = XCSwiftPackageProductDependency;
|
1001 | 1004 | package = 7630B2692986B4D500D8B57D /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */;
|
|
1011 | 1014 | package = 763EEB112A26896B008428F1 /* XCRemoteSwiftPackageReference "CodeEditor" */;
|
1012 | 1015 | productName = CodeEditor;
|
1013 | 1016 | };
|
| 1017 | + 765077C52C46F04A00C7B5F3 /* Settings */ = { |
| 1018 | + isa = XCSwiftPackageProductDependency; |
| 1019 | + package = 76A5C3B72C46E4C40064118A /* XCRemoteSwiftPackageReference "Settings" */; |
| 1020 | + productName = Settings; |
| 1021 | + }; |
1014 | 1022 | 768F8EC729954C8A00DFBCDB /* Sparkle */ = {
|
1015 | 1023 | isa = XCSwiftPackageProductDependency;
|
1016 | 1024 | package = 768F8EC629954C8A00DFBCDB /* XCRemoteSwiftPackageReference "Sparkle" */;
|
|
0 commit comments