|
3 | 3 | archiveVersion = 1;
|
4 | 4 | classes = {
|
5 | 5 | };
|
6 |
| - objectVersion = 50; |
| 6 | + objectVersion = 52; |
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + B10801EC26180977003E098E /* VisualEffectBlur.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10801EB26180977003E098E /* VisualEffectBlur.swift */; }; |
| 11 | + B1080200261A33ED003E098E /* KeyboardShortcuts in Frameworks */ = {isa = PBXBuildFile; productRef = B10801FF261A33ED003E098E /* KeyboardShortcuts */; }; |
| 12 | + B1080206261A3521003E098E /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1080205261A3521003E098E /* Constants.swift */; }; |
| 13 | + B108020C261A38B8003E098E /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B108020B261A38B8003E098E /* SettingsView.swift */; }; |
| 14 | + B1080212261A3957003E098E /* GeneralSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1080211261A3957003E098E /* GeneralSettingsView.swift */; }; |
10 | 15 | B173F36F260CAEE100717643 /* Tests_iOS.swift in Sources */ = {isa = PBXBuildFile; fileRef = B173F36E260CAEE100717643 /* Tests_iOS.swift */; };
|
11 | 16 | B173F37A260CAEE100717643 /* Tests_macOS.swift in Sources */ = {isa = PBXBuildFile; fileRef = B173F379260CAEE100717643 /* Tests_macOS.swift */; };
|
12 | 17 | B173F37C260CAEE100717643 /* AutoClickerApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = B173F353260CAEDE00717643 /* AutoClickerApp.swift */; };
|
|
15 | 20 | B173F37F260CAEE100717643 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B173F354260CAEDE00717643 /* ContentView.swift */; };
|
16 | 21 | B173F380260CAEE100717643 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B173F355260CAEE100717643 /* Assets.xcassets */; };
|
17 | 22 | B173F381260CAEE100717643 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B173F355260CAEE100717643 /* Assets.xcassets */; };
|
| 23 | + B173F39C260D5C6800717643 /* HomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B173F39B260D5C6800717643 /* HomeView.swift */; }; |
| 24 | + B173F39D260D5C6800717643 /* HomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B173F39B260D5C6800717643 /* HomeView.swift */; }; |
| 25 | + B1FD016B261A54C000690375 /* AppState.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1FD016A261A54C000690375 /* AppState.swift */; }; |
18 | 26 | /* End PBXBuildFile section */
|
19 | 27 |
|
20 | 28 | /* Begin PBXContainerItemProxy section */
|
|
35 | 43 | /* End PBXContainerItemProxy section */
|
36 | 44 |
|
37 | 45 | /* Begin PBXFileReference section */
|
| 46 | + B10801EB26180977003E098E /* VisualEffectBlur.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VisualEffectBlur.swift; sourceTree = "<group>"; }; |
| 47 | + B1080205261A3521003E098E /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; }; |
| 48 | + B108020B261A38B8003E098E /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; }; |
| 49 | + B1080211261A3957003E098E /* GeneralSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeneralSettingsView.swift; sourceTree = "<group>"; }; |
38 | 50 | B173F353260CAEDE00717643 /* AutoClickerApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutoClickerApp.swift; sourceTree = "<group>"; };
|
39 | 51 | B173F354260CAEDE00717643 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
40 | 52 | B173F355260CAEE100717643 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
49 | 61 | B173F375260CAEE100717643 /* Tests macOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Tests macOS.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
50 | 62 | B173F379260CAEE100717643 /* Tests_macOS.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests_macOS.swift; sourceTree = "<group>"; };
|
51 | 63 | B173F37B260CAEE100717643 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
| 64 | + B173F39B260D5C6800717643 /* HomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeView.swift; sourceTree = "<group>"; }; |
| 65 | + B1FD016A261A54C000690375 /* AppState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppState.swift; sourceTree = "<group>"; }; |
52 | 66 | /* End PBXFileReference section */
|
53 | 67 |
|
54 | 68 | /* Begin PBXFrameworksBuildPhase section */
|
|
63 | 77 | isa = PBXFrameworksBuildPhase;
|
64 | 78 | buildActionMask = 2147483647;
|
65 | 79 | files = (
|
| 80 | + B1080200261A33ED003E098E /* KeyboardShortcuts in Frameworks */, |
66 | 81 | );
|
67 | 82 | runOnlyForDeploymentPostprocessing = 0;
|
68 | 83 | };
|
|
101 | 116 | B173F353260CAEDE00717643 /* AutoClickerApp.swift */,
|
102 | 117 | B173F354260CAEDE00717643 /* ContentView.swift */,
|
103 | 118 | B173F355260CAEE100717643 /* Assets.xcassets */,
|
| 119 | + B108020B261A38B8003E098E /* SettingsView.swift */, |
| 120 | + B1080211261A3957003E098E /* GeneralSettingsView.swift */, |
| 121 | + B1FD016A261A54C000690375 /* AppState.swift */, |
| 122 | + B173F39B260D5C6800717643 /* HomeView.swift */, |
| 123 | + B1080205261A3521003E098E /* Constants.swift */, |
104 | 124 | );
|
105 | 125 | path = Shared;
|
106 | 126 | sourceTree = "<group>";
|
|
128 | 148 | isa = PBXGroup;
|
129 | 149 | children = (
|
130 | 150 | B173F364260CAEE100717643 /* Info.plist */,
|
| 151 | + B10801EB26180977003E098E /* VisualEffectBlur.swift */, |
131 | 152 | B173F365260CAEE100717643 /* macOS.entitlements */,
|
132 | 153 | );
|
133 | 154 | path = macOS;
|
|
184 | 205 | dependencies = (
|
185 | 206 | );
|
186 | 207 | name = "AutoClicker (macOS)";
|
| 208 | + packageProductDependencies = ( |
| 209 | + B10801FF261A33ED003E098E /* KeyboardShortcuts */, |
| 210 | + ); |
187 | 211 | productName = "AutoClicker (macOS)";
|
188 | 212 | productReference = B173F362260CAEE100717643 /* AutoClicker.app */;
|
189 | 213 | productType = "com.apple.product-type.application";
|
|
258 | 282 | Base,
|
259 | 283 | );
|
260 | 284 | mainGroup = B173F34D260CAEDE00717643;
|
| 285 | + packageReferences = ( |
| 286 | + B10801FE261A33ED003E098E /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */, |
| 287 | + ); |
261 | 288 | productRefGroup = B173F35B260CAEE100717643 /* Products */;
|
262 | 289 | projectDirPath = "";
|
263 | 290 | projectRoot = "";
|
|
308 | 335 | isa = PBXSourcesBuildPhase;
|
309 | 336 | buildActionMask = 2147483647;
|
310 | 337 | files = (
|
| 338 | + B173F39C260D5C6800717643 /* HomeView.swift in Sources */, |
311 | 339 | B173F37E260CAEE100717643 /* ContentView.swift in Sources */,
|
312 | 340 | B173F37C260CAEE100717643 /* AutoClickerApp.swift in Sources */,
|
313 | 341 | );
|
|
317 | 345 | isa = PBXSourcesBuildPhase;
|
318 | 346 | buildActionMask = 2147483647;
|
319 | 347 | files = (
|
| 348 | + B108020C261A38B8003E098E /* SettingsView.swift in Sources */, |
| 349 | + B10801EC26180977003E098E /* VisualEffectBlur.swift in Sources */, |
| 350 | + B173F39D260D5C6800717643 /* HomeView.swift in Sources */, |
| 351 | + B1FD016B261A54C000690375 /* AppState.swift in Sources */, |
320 | 352 | B173F37F260CAEE100717643 /* ContentView.swift in Sources */,
|
321 | 353 | B173F37D260CAEE100717643 /* AutoClickerApp.swift in Sources */,
|
| 354 | + B1080212261A3957003E098E /* GeneralSettingsView.swift in Sources */, |
| 355 | + B1080206261A3521003E098E /* Constants.swift in Sources */, |
322 | 356 | );
|
323 | 357 | runOnlyForDeploymentPostprocessing = 0;
|
324 | 358 | };
|
|
696 | 730 | defaultConfigurationName = Release;
|
697 | 731 | };
|
698 | 732 | /* End XCConfigurationList section */
|
| 733 | + |
| 734 | +/* Begin XCRemoteSwiftPackageReference section */ |
| 735 | + B10801FE261A33ED003E098E /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */ = { |
| 736 | + isa = XCRemoteSwiftPackageReference; |
| 737 | + repositoryURL = "https://github.com/sindresorhus/KeyboardShortcuts"; |
| 738 | + requirement = { |
| 739 | + kind = upToNextMajorVersion; |
| 740 | + minimumVersion = 1.0.0; |
| 741 | + }; |
| 742 | + }; |
| 743 | +/* End XCRemoteSwiftPackageReference section */ |
| 744 | + |
| 745 | +/* Begin XCSwiftPackageProductDependency section */ |
| 746 | + B10801FF261A33ED003E098E /* KeyboardShortcuts */ = { |
| 747 | + isa = XCSwiftPackageProductDependency; |
| 748 | + package = B10801FE261A33ED003E098E /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */; |
| 749 | + productName = KeyboardShortcuts; |
| 750 | + }; |
| 751 | +/* End XCSwiftPackageProductDependency section */ |
699 | 752 | };
|
700 | 753 | rootObject = B173F34E260CAEDE00717643 /* Project object */;
|
701 | 754 | }
|
0 commit comments