Skip to content

Commit 1a113df

Browse files
committed
feat: bump packages
1 parent b4e9a9c commit 1a113df

File tree

6 files changed

+47
-39
lines changed

6 files changed

+47
-39
lines changed

MiniSim.xcodeproj/project.pbxproj

+25-17
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
762CF1E02981968F00099999 /* String+match.swift in Sources */ = {isa = PBXBuildFile; fileRef = 762CF1DF2981968F00099999 /* String+match.swift */; };
2626
762CF1E42981DE6100099999 /* Device.swift in Sources */ = {isa = PBXBuildFile; fileRef = 762CF1E32981DE6100099999 /* Device.swift */; };
2727
7630B25E2984339100D8B57D /* MainMenuActions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7630B25D2984339100D8B57D /* MainMenuActions.swift */; };
28-
7630B26129853EF400D8B57D /* Preferences in Frameworks */ = {isa = PBXBuildFile; productRef = 7630B26029853EF400D8B57D /* Preferences */; };
2928
7630B2662985C44A00D8B57D /* Preferences.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7630B2652985C44A00D8B57D /* Preferences.swift */; };
3029
7630B2682985C4CF00D8B57D /* About.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7630B2672985C4CF00D8B57D /* About.swift */; };
3130
7630B26B2986B4D500D8B57D /* KeyboardShortcuts in Frameworks */ = {isa = PBXBuildFile; productRef = 7630B26A2986B4D500D8B57D /* KeyboardShortcuts */; };
@@ -51,6 +50,7 @@
5150
764BA3E92A5AD418003A78AF /* GetDevicesCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = 764BA3E82A5AD418003A78AF /* GetDevicesCommand.swift */; };
5251
764BA3EB2A5AD43F003A78AF /* LaunchDeviceCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = 764BA3EA2A5AD43F003A78AF /* LaunchDeviceCommand.swift */; };
5352
764BA3ED2A5AD478003A78AF /* GetCommands.swift in Sources */ = {isa = PBXBuildFile; fileRef = 764BA3EC2A5AD478003A78AF /* GetCommands.swift */; };
53+
765077C62C46F04A00C7B5F3 /* Settings in Frameworks */ = {isa = PBXBuildFile; productRef = 765077C52C46F04A00C7B5F3 /* Settings */; };
5454
765ABF382A8BECD900A063CB /* ExecuteCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = 765ABF372A8BECD900A063CB /* ExecuteCommand.swift */; };
5555
765C44C82A2A6C9600FCC159 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 765C44C72A2A6C9600FCC159 /* MainMenu.xib */; };
5656
76630F0C29BDD0C000FB64F9 /* Devices.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76630F0B29BDD0C000FB64F9 /* Devices.swift */; };
@@ -178,11 +178,11 @@
178178
isa = PBXFrameworksBuildPhase;
179179
buildActionMask = 2147483647;
180180
files = (
181+
765077C62C46F04A00C7B5F3 /* Settings in Frameworks */,
181182
768F8EC829954C8A00DFBCDB /* Sparkle in Frameworks */,
182183
76F04A14298A62CF00BF9CA3 /* ShellOut in Frameworks */,
183184
76AC9AF92A0EB50800864A8B /* SymbolPicker in Frameworks */,
184185
7630B2702986C0F200D8B57D /* LaunchAtLogin in Frameworks */,
185-
7630B26129853EF400D8B57D /* Preferences in Frameworks */,
186186
763EEB132A26896B008428F1 /* CodeEditor in Frameworks */,
187187
7630B26B2986B4D500D8B57D /* KeyboardShortcuts in Frameworks */,
188188
);
@@ -299,12 +299,20 @@
299299
path = "AppleScript Commands";
300300
sourceTree = "<group>";
301301
};
302+
765077C42C46F04A00C7B5F3 /* Frameworks */ = {
303+
isa = PBXGroup;
304+
children = (
305+
);
306+
name = Frameworks;
307+
sourceTree = "<group>";
308+
};
302309
766BD2272981628A0042261B = {
303310
isa = PBXGroup;
304311
children = (
305312
766BD2322981628A0042261B /* MiniSim */,
306313
76B70F752B0D359D009D87A4 /* MiniSimTests */,
307314
766BD2312981628A0042261B /* Products */,
315+
765077C42C46F04A00C7B5F3 /* Frameworks */,
308316
);
309317
sourceTree = "<group>";
310318
};
@@ -425,13 +433,13 @@
425433
);
426434
name = MiniSim;
427435
packageProductDependencies = (
428-
7630B26029853EF400D8B57D /* Preferences */,
429436
7630B26A2986B4D500D8B57D /* KeyboardShortcuts */,
430437
7630B26F2986C0F200D8B57D /* LaunchAtLogin */,
431438
76F04A13298A62CF00BF9CA3 /* ShellOut */,
432439
768F8EC729954C8A00DFBCDB /* Sparkle */,
433440
76AC9AF82A0EB50800864A8B /* SymbolPicker */,
434441
763EEB122A26896B008428F1 /* CodeEditor */,
442+
765077C52C46F04A00C7B5F3 /* Settings */,
435443
);
436444
productName = MiniSim;
437445
productReference = 766BD2302981628A0042261B /* MiniSim.app */;
@@ -485,14 +493,14 @@
485493
);
486494
mainGroup = 766BD2272981628A0042261B;
487495
packageReferences = (
488-
7630B25F29853EF400D8B57D /* XCRemoteSwiftPackageReference "Preferences" */,
489496
7630B2692986B4D500D8B57D /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */,
490497
7630B26E2986C0F200D8B57D /* XCRemoteSwiftPackageReference "LaunchAtLogin" */,
491498
76F04A12298A62CF00BF9CA3 /* XCRemoteSwiftPackageReference "ShellOut" */,
492499
768F8EC629954C8A00DFBCDB /* XCRemoteSwiftPackageReference "Sparkle" */,
493500
76AC9AF72A0EB50800864A8B /* XCRemoteSwiftPackageReference "SymbolPicker" */,
494501
763EEB112A26896B008428F1 /* XCRemoteSwiftPackageReference "CodeEditor" */,
495502
4A7892862AF1A767004D3FC8 /* XCRemoteSwiftPackageReference "SwiftLint" */,
503+
76A5C3B72C46E4C40064118A /* XCRemoteSwiftPackageReference "Settings" */,
496504
);
497505
productRefGroup = 766BD2312981628A0042261B /* Products */;
498506
projectDirPath = "";
@@ -927,14 +935,6 @@
927935
minimumVersion = 0.54.0;
928936
};
929937
};
930-
7630B25F29853EF400D8B57D /* XCRemoteSwiftPackageReference "Preferences" */ = {
931-
isa = XCRemoteSwiftPackageReference;
932-
repositoryURL = "https://github.com/sindresorhus/Preferences";
933-
requirement = {
934-
branch = main;
935-
kind = branch;
936-
};
937-
};
938938
7630B2692986B4D500D8B57D /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */ = {
939939
isa = XCRemoteSwiftPackageReference;
940940
repositoryURL = "https://github.com/sindresorhus/KeyboardShortcuts";
@@ -967,6 +967,14 @@
967967
minimumVersion = 2.0.0;
968968
};
969969
};
970+
76A5C3B72C46E4C40064118A /* XCRemoteSwiftPackageReference "Settings" */ = {
971+
isa = XCRemoteSwiftPackageReference;
972+
repositoryURL = "https://github.com/sindresorhus/Settings";
973+
requirement = {
974+
branch = main;
975+
kind = branch;
976+
};
977+
};
970978
76AC9AF72A0EB50800864A8B /* XCRemoteSwiftPackageReference "SymbolPicker" */ = {
971979
isa = XCRemoteSwiftPackageReference;
972980
repositoryURL = "https://github.com/xnth97/SymbolPicker.git";
@@ -991,11 +999,6 @@
991999
package = 4A7892862AF1A767004D3FC8 /* XCRemoteSwiftPackageReference "SwiftLint" */;
9921000
productName = "plugin:SwiftLintPlugin";
9931001
};
994-
7630B26029853EF400D8B57D /* Preferences */ = {
995-
isa = XCSwiftPackageProductDependency;
996-
package = 7630B25F29853EF400D8B57D /* XCRemoteSwiftPackageReference "Preferences" */;
997-
productName = Preferences;
998-
};
9991002
7630B26A2986B4D500D8B57D /* KeyboardShortcuts */ = {
10001003
isa = XCSwiftPackageProductDependency;
10011004
package = 7630B2692986B4D500D8B57D /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */;
@@ -1011,6 +1014,11 @@
10111014
package = 763EEB112A26896B008428F1 /* XCRemoteSwiftPackageReference "CodeEditor" */;
10121015
productName = CodeEditor;
10131016
};
1017+
765077C52C46F04A00C7B5F3 /* Settings */ = {
1018+
isa = XCSwiftPackageProductDependency;
1019+
package = 76A5C3B72C46E4C40064118A /* XCRemoteSwiftPackageReference "Settings" */;
1020+
productName = Settings;
1021+
};
10141022
768F8EC729954C8A00DFBCDB /* Sparkle */ = {
10151023
isa = XCSwiftPackageProductDependency;
10161024
package = 768F8EC629954C8A00DFBCDB /* XCRemoteSwiftPackageReference "Sparkle" */;

MiniSim.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+19-18
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"originHash" : "0f54c1839af540375e74773a085736f629e4bd164fe1acab202e049e59f9fc7b",
23
"pins" : [
34
{
45
"identity" : "codeeditor",
@@ -23,17 +24,17 @@
2324
"kind" : "remoteSourceControl",
2425
"location" : "https://github.com/krzyzanowskim/CryptoSwift.git",
2526
"state" : {
26-
"revision" : "db51c407d3be4a051484a141bf0bff36c43d3b1e",
27-
"version" : "1.8.0"
27+
"revision" : "c9c3df6ab812de32bae61fc0cd1bf6d45170ebf0",
28+
"version" : "1.8.2"
2829
}
2930
},
3031
{
3132
"identity" : "highlightr",
3233
"kind" : "remoteSourceControl",
3334
"location" : "https://github.com/raspu/Highlightr",
3435
"state" : {
35-
"revision" : "93199b9e434f04bda956a613af8f571933f9f037",
36-
"version" : "2.1.2"
36+
"revision" : "fa483d37c692961ecc2391eac568ba3d3935e663",
37+
"version" : "2.2.0"
3738
}
3839
},
3940
{
@@ -55,12 +56,12 @@
5556
}
5657
},
5758
{
58-
"identity" : "preferences",
59+
"identity" : "settings",
5960
"kind" : "remoteSourceControl",
60-
"location" : "https://github.com/sindresorhus/Preferences",
61+
"location" : "https://github.com/sindresorhus/Settings",
6162
"state" : {
6263
"branch" : "main",
63-
"revision" : "00342137c16b1351408669ca88be60036aa7e343"
64+
"revision" : "879ea83a7bbc6dbebf62bed8c547f090146372a6"
6465
}
6566
},
6667
{
@@ -77,8 +78,8 @@
7778
"kind" : "remoteSourceControl",
7879
"location" : "https://github.com/jpsim/SourceKitten.git",
7980
"state" : {
80-
"revision" : "b6dc09ee51dfb0c66e042d2328c017483a1a5d56",
81-
"version" : "0.34.1"
81+
"revision" : "fd4df99170f5e9d7cf9aa8312aa8506e0e7a44e7",
82+
"version" : "0.35.0"
8283
}
8384
},
8485
{
@@ -95,26 +96,26 @@
9596
"kind" : "remoteSourceControl",
9697
"location" : "https://github.com/apple/swift-argument-parser.git",
9798
"state" : {
98-
"revision" : "8f4d2753f0e4778c76d5f05ad16c74f707390531",
99-
"version" : "1.2.3"
99+
"revision" : "0fbc8848e389af3bb55c182bc19ca9d5dc2f255b",
100+
"version" : "1.4.0"
100101
}
101102
},
102103
{
103104
"identity" : "swift-syntax",
104105
"kind" : "remoteSourceControl",
105106
"location" : "https://github.com/apple/swift-syntax.git",
106107
"state" : {
107-
"revision" : "6ad4ea24b01559dde0773e3d091f1b9e36175036",
108-
"version" : "509.0.2"
108+
"revision" : "303e5c5c36d6a558407d364878df131c3546fad8",
109+
"version" : "510.0.2"
109110
}
110111
},
111112
{
112113
"identity" : "swiftlint",
113114
"kind" : "remoteSourceControl",
114115
"location" : "https://github.com/realm/SwiftLint.git",
115116
"state" : {
116-
"revision" : "f17a4f9dfb6a6afb0408426354e4180daaf49cee",
117-
"version" : "0.54.0"
117+
"revision" : "b515723b16eba33f15c4677ee65f3fef2ce8c255",
118+
"version" : "0.55.1"
118119
}
119120
},
120121
{
@@ -149,10 +150,10 @@
149150
"kind" : "remoteSourceControl",
150151
"location" : "https://github.com/jpsim/Yams.git",
151152
"state" : {
152-
"revision" : "0d9ee7ea8c4ebd4a489ad7a73d5c6cad55d6fed3",
153-
"version" : "5.0.6"
153+
"revision" : "3036ba9d69cf1fd04d433527bc339dc0dc75433d",
154+
"version" : "5.1.3"
154155
}
155156
}
156157
],
157-
"version" : 2
158+
"version" : 3
158159
}

MiniSim/Extensions/PaneIdentifier.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by Oskar Kwaśniewski on 29/01/2023.
66
//
77

8-
import Preferences
8+
import Settings
99

1010
extension Settings.PaneIdentifier {
1111
static let preferences = Self("preferences")

MiniSim/MiniSim.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77

88
import AppKit
9-
import Preferences
9+
import Settings
1010
import SwiftUI
1111
import UserNotifications
1212

MiniSim/Views/Devices.swift

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Created by Oskar Kwasniewski on 12/03/2023.
66
//
77

8-
import Preferences
98
import SwiftUI
109

1110
struct Devices: View {

MiniSim/Views/Preferences.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import KeyboardShortcuts
99
import LaunchAtLogin
10-
import Preferences
10+
import Settings
1111
import ShellOut
1212
import SwiftUI
1313
struct Preferences: View {

0 commit comments

Comments
 (0)