|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + E33F1EFC26F3B89C00ACEB0F /* KeyboardShortcuts in Frameworks */ = {isa = PBXBuildFile; productRef = E33F1EFB26F3B89C00ACEB0F /* KeyboardShortcuts */; }; |
10 | 11 | E36FB94A2609BA43004272D9 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = E36FB9492609BA43004272D9 /* App.swift */; };
|
11 | 12 | E36FB94C2609BA43004272D9 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E36FB94B2609BA43004272D9 /* ContentView.swift */; };
|
12 | 13 | E36FB94E2609BA45004272D9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E36FB94D2609BA45004272D9 /* Assets.xcassets */; };
|
13 | 14 | E36FB9512609BA45004272D9 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E36FB9502609BA45004272D9 /* Preview Assets.xcassets */; };
|
14 | 15 | E36FB9632609BB83004272D9 /* AppState.swift in Sources */ = {isa = PBXBuildFile; fileRef = E36FB9622609BB83004272D9 /* AppState.swift */; };
|
15 | 16 | E36FB9662609BF3D004272D9 /* Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = E36FB9652609BF3D004272D9 /* Utilities.swift */; };
|
16 |
| - E386C4D32609C0C500F147B8 /* KeyboardShortcuts in Frameworks */ = {isa = PBXBuildFile; productRef = E386C4D22609C0C500F147B8 /* KeyboardShortcuts */; }; |
17 | 17 | /* End PBXBuildFile section */
|
18 | 18 |
|
19 | 19 | /* Begin PBXFileReference section */
|
| 20 | + E33F1EFA26F3B78800ACEB0F /* KeyboardShortcuts */ = {isa = PBXFileReference; lastKnownFileType = folder; name = KeyboardShortcuts; path = ..; sourceTree = "<group>"; }; |
20 | 21 | E36FB9462609BA43004272D9 /* KeyboardShortcutsExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = KeyboardShortcutsExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
21 | 22 | E36FB9492609BA43004272D9 /* App.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = App.swift; sourceTree = "<group>"; };
|
22 | 23 | E36FB94B2609BA43004272D9 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
|
26 | 27 | E36FB9532609BA45004272D9 /* KeyboardShortcutsExample.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = KeyboardShortcutsExample.entitlements; sourceTree = "<group>"; };
|
27 | 28 | E36FB9622609BB83004272D9 /* AppState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppState.swift; sourceTree = "<group>"; };
|
28 | 29 | E36FB9652609BF3D004272D9 /* Utilities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utilities.swift; sourceTree = "<group>"; };
|
29 |
| - E386C4D02609C0B700F147B8 /* KeyboardShortcuts */ = {isa = PBXFileReference; lastKnownFileType = folder; name = KeyboardShortcuts; path = ..; sourceTree = "<group>"; }; |
30 | 30 | /* End PBXFileReference section */
|
31 | 31 |
|
32 | 32 | /* Begin PBXFrameworksBuildPhase section */
|
33 | 33 | E36FB9432609BA43004272D9 /* Frameworks */ = {
|
34 | 34 | isa = PBXFrameworksBuildPhase;
|
35 | 35 | buildActionMask = 2147483647;
|
36 | 36 | files = (
|
37 |
| - E386C4D32609C0C500F147B8 /* KeyboardShortcuts in Frameworks */, |
| 37 | + E33F1EFC26F3B89C00ACEB0F /* KeyboardShortcuts in Frameworks */, |
38 | 38 | );
|
39 | 39 | runOnlyForDeploymentPostprocessing = 0;
|
40 | 40 | };
|
41 | 41 | /* End PBXFrameworksBuildPhase section */
|
42 | 42 |
|
43 | 43 | /* Begin PBXGroup section */
|
| 44 | + E33F1EF926F3B78800ACEB0F /* Packages */ = { |
| 45 | + isa = PBXGroup; |
| 46 | + children = ( |
| 47 | + E33F1EFA26F3B78800ACEB0F /* KeyboardShortcuts */, |
| 48 | + ); |
| 49 | + name = Packages; |
| 50 | + sourceTree = "<group>"; |
| 51 | + }; |
44 | 52 | E36FB93D2609BA43004272D9 = {
|
45 | 53 | isa = PBXGroup;
|
46 | 54 | children = (
|
47 |
| - E386C4D02609C0B700F147B8 /* KeyboardShortcuts */, |
48 | 55 | E36FB9482609BA43004272D9 /* KeyboardShortcutsExample */,
|
49 | 56 | E36FB9472609BA43004272D9 /* Products */,
|
50 |
| - E36FB95E2609BACA004272D9 /* Frameworks */, |
| 57 | + E33F1EF926F3B78800ACEB0F /* Packages */, |
51 | 58 | );
|
52 | 59 | sourceTree = "<group>";
|
53 | 60 | };
|
|
82 | 89 | path = "Preview Content";
|
83 | 90 | sourceTree = "<group>";
|
84 | 91 | };
|
85 |
| - E36FB95E2609BACA004272D9 /* Frameworks */ = { |
86 |
| - isa = PBXGroup; |
87 |
| - children = ( |
88 |
| - ); |
89 |
| - name = Frameworks; |
90 |
| - sourceTree = "<group>"; |
91 |
| - }; |
92 | 92 | /* End PBXGroup section */
|
93 | 93 |
|
94 | 94 | /* Begin PBXNativeTarget section */
|
|
106 | 106 | );
|
107 | 107 | name = KeyboardShortcutsExample;
|
108 | 108 | packageProductDependencies = (
|
109 |
| - E386C4D22609C0C500F147B8 /* KeyboardShortcuts */, |
| 109 | + E33F1EFB26F3B89C00ACEB0F /* KeyboardShortcuts */, |
110 | 110 | );
|
111 | 111 | productName = KeyboardShortcutsExample;
|
112 | 112 | productReference = E36FB9462609BA43004272D9 /* KeyboardShortcutsExample.app */;
|
|
222 | 222 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
223 | 223 | GCC_WARN_UNUSED_FUNCTION = YES;
|
224 | 224 | GCC_WARN_UNUSED_VARIABLE = YES;
|
225 |
| - MACOSX_DEPLOYMENT_TARGET = 11.1; |
| 225 | + MACOSX_DEPLOYMENT_TARGET = 11.3; |
226 | 226 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
227 | 227 | MTL_FAST_MATH = YES;
|
228 | 228 | ONLY_ACTIVE_ARCH = YES;
|
|
277 | 277 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
278 | 278 | GCC_WARN_UNUSED_FUNCTION = YES;
|
279 | 279 | GCC_WARN_UNUSED_VARIABLE = YES;
|
280 |
| - MACOSX_DEPLOYMENT_TARGET = 11.1; |
| 280 | + MACOSX_DEPLOYMENT_TARGET = 11.3; |
281 | 281 | MTL_ENABLE_DEBUG_INFO = NO;
|
282 | 282 | MTL_FAST_MATH = YES;
|
283 | 283 | SDKROOT = macosx;
|
|
362 | 362 | /* End XCConfigurationList section */
|
363 | 363 |
|
364 | 364 | /* Begin XCSwiftPackageProductDependency section */
|
365 |
| - E386C4D22609C0C500F147B8 /* KeyboardShortcuts */ = { |
| 365 | + E33F1EFB26F3B89C00ACEB0F /* KeyboardShortcuts */ = { |
366 | 366 | isa = XCSwiftPackageProductDependency;
|
367 | 367 | productName = KeyboardShortcuts;
|
368 | 368 | };
|
|
0 commit comments