|
12 | 12 | 7D1B5C372399AE770061D0CF /* NSWindow+Fade.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D1B5C362399AE770061D0CF /* NSWindow+Fade.swift */; }; |
13 | 13 | 7D1B5C39239A39BB0061D0CF /* StateManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D1B5C38239A39BB0061D0CF /* StateManager.swift */; }; |
14 | 14 | 7D3E6F2723A0902700D88A16 /* LaunchAtLogin.framework.dSYM in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7D3E6F2623A0902700D88A16 /* LaunchAtLogin.framework.dSYM */; }; |
| 15 | + 7D67CB8424B2E72600FF330B /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D67CB8324B2E72600FF330B /* Utils.swift */; }; |
15 | 16 | 7D6A1022235F300100BB75EB /* CoreBrightness.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D6A1021235F300100BB75EB /* CoreBrightness.framework */; }; |
16 | 17 | 7D6EE5DA23A088C60011D52C /* Cartfile in Resources */ = {isa = PBXBuildFile; fileRef = 7D6EE5D923A088C60011D52C /* Cartfile */; }; |
17 | 18 | 7D6EE5DC23A088FB0011D52C /* LaunchAtLogin.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D6EE5DB23A088FB0011D52C /* LaunchAtLogin.framework */; }; |
|
30 | 31 | 7DF1F92D2356AFAA0041E9CA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF1F92C2356AFAA0041E9CA /* AppDelegate.swift */; }; |
31 | 32 | 7DF1F9312356AFB00041E9CA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7DF1F9302356AFB00041E9CA /* Assets.xcassets */; }; |
32 | 33 | 7DF1F9342356AFB00041E9CA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7DF1F9322356AFB00041E9CA /* Main.storyboard */; }; |
33 | | - 7DF36EA5239E5377000CFB5A /* CustomTimeWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF36EA4239E5377000CFB5A /* CustomTimeWindowController.swift */; }; |
34 | | - 7DF36EA7239E730C000CFB5A /* Preferences.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF36EA6239E730C000CFB5A /* Preferences.swift */; }; |
| 34 | + 7DF36EA7239E730C000CFB5A /* Shortcuts.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF36EA6239E730C000CFB5A /* Shortcuts.swift */; }; |
35 | 35 | 7DF36EAA239EFB29000CFB5A /* PreferencesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF36EA9239EFB29000CFB5A /* PreferencesViewController.swift */; }; |
36 | 36 | 7DF36EAE239F6AED000CFB5A /* HyperLinkTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF36EAD239F6AED000CFB5A /* HyperLinkTextField.swift */; }; |
37 | 37 | /* End PBXBuildFile section */ |
|
70 | 70 | 7D3E6F2623A0902700D88A16 /* LaunchAtLogin.framework.dSYM */ = {isa = PBXFileReference; lastKnownFileType = wrapper.dsym; name = LaunchAtLogin.framework.dSYM; path = Carthage/Build/Mac/LaunchAtLogin.framework.dSYM; sourceTree = "<group>"; }; |
71 | 71 | 7D56898C235EFC5600A51FC5 /* Nocturnal-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Nocturnal-Bridging-Header.h"; sourceTree = "<group>"; }; |
72 | 72 | 7D56898D235EFCAE00A51FC5 /* CBBlueLightClient.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CBBlueLightClient.h; sourceTree = "<group>"; }; |
| 73 | + 7D67CB8324B2E72600FF330B /* Utils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; }; |
73 | 74 | 7D6A1021235F300100BB75EB /* CoreBrightness.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBrightness.framework; path = ../../../../../System/Library/PrivateFrameworks/CoreBrightness.framework; sourceTree = "<group>"; }; |
74 | 75 | 7D6EE5D923A088C60011D52C /* Cartfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Cartfile; sourceTree = "<group>"; }; |
75 | 76 | 7D6EE5DB23A088FB0011D52C /* LaunchAtLogin.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = LaunchAtLogin.framework; path = Carthage/Build/Mac/LaunchAtLogin.framework; sourceTree = "<group>"; }; |
|
89 | 90 | 7DF1F9332356AFB00041E9CA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
90 | 91 | 7DF1F9352356AFB00041E9CA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
91 | 92 | 7DF1F9362356AFB00041E9CA /* Nocturnal.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Nocturnal.entitlements; sourceTree = "<group>"; }; |
92 | | - 7DF36EA4239E5377000CFB5A /* CustomTimeWindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomTimeWindowController.swift; sourceTree = "<group>"; }; |
93 | | - 7DF36EA6239E730C000CFB5A /* Preferences.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Preferences.swift; sourceTree = "<group>"; }; |
| 93 | + 7DF36EA6239E730C000CFB5A /* Shortcuts.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Shortcuts.swift; sourceTree = "<group>"; }; |
94 | 94 | 7DF36EA9239EFB29000CFB5A /* PreferencesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreferencesViewController.swift; sourceTree = "<group>"; }; |
95 | 95 | 7DF36EAD239F6AED000CFB5A /* HyperLinkTextField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = HyperLinkTextField.swift; path = Nocturnal/Application/Preferences/HyperLinkTextField.swift; sourceTree = SOURCE_ROOT; }; |
96 | 96 | /* End PBXFileReference section */ |
|
140 | 140 | path = TouchBar; |
141 | 141 | sourceTree = "<group>"; |
142 | 142 | }; |
143 | | - 7DA5B1F7238BAF6F00FE0597 /* Models */ = { |
| 143 | + 7DA5B1F7238BAF6F00FE0597 /* Utils */ = { |
144 | 144 | isa = PBXGroup; |
145 | 145 | children = ( |
| 146 | + 7D67CB8324B2E72600FF330B /* Utils.swift */, |
146 | 147 | 7D1B5C33239934440061D0CF /* Dimness.swift */, |
147 | 148 | 7DA5B1F8238BAF9500FE0597 /* NightShift.swift */, |
148 | | - 7DF36EA6239E730C000CFB5A /* Preferences.swift */, |
| 149 | + 7DF36EA6239E730C000CFB5A /* Shortcuts.swift */, |
149 | 150 | 7D1B5C38239A39BB0061D0CF /* StateManager.swift */, |
150 | 151 | ); |
151 | | - path = Models; |
| 152 | + path = Utils; |
152 | 153 | sourceTree = "<group>"; |
153 | 154 | }; |
154 | 155 | 7DF1F9202356AFA90041E9CA = { |
|
173 | 174 | isa = PBXGroup; |
174 | 175 | children = ( |
175 | 176 | 7D6A1023235FADBD00BB75EB /* Headers */, |
176 | | - 7DA5B1F7238BAF6F00FE0597 /* Models */, |
| 177 | + 7DA5B1F7238BAF6F00FE0597 /* Utils */, |
177 | 178 | 7DF36E9E239E4FA9000CFB5A /* Application */, |
178 | 179 | 7DF1F9352356AFB00041E9CA /* Info.plist */, |
179 | 180 | 7DF1F9362356AFB00041E9CA /* Nocturnal.entitlements */, |
|
209 | 210 | isa = PBXGroup; |
210 | 211 | children = ( |
211 | 212 | 7D1B5C2F2395340E0061D0CF /* CustomTimeViewController.swift */, |
212 | | - 7DF36EA4239E5377000CFB5A /* CustomTimeWindowController.swift */, |
213 | 213 | ); |
214 | 214 | path = "Custom Time"; |
215 | 215 | sourceTree = "<group>"; |
|
346 | 346 | files = ( |
347 | 347 | 7DA5B1F4238BAC8000FE0597 /* MenuController.swift in Sources */, |
348 | 348 | 7D87458B238BFB5A00A676F1 /* DimnessWindowController.swift in Sources */, |
349 | | - 7DF36EA7239E730C000CFB5A /* Preferences.swift in Sources */, |
| 349 | + 7DF36EA7239E730C000CFB5A /* Shortcuts.swift in Sources */, |
350 | 350 | 7D1B5C302395340E0061D0CF /* CustomTimeViewController.swift in Sources */, |
351 | | - 7DF36EA5239E5377000CFB5A /* CustomTimeWindowController.swift in Sources */, |
352 | 351 | 7D1B5C39239A39BB0061D0CF /* StateManager.swift in Sources */, |
353 | 352 | 7DF36EAA239EFB29000CFB5A /* PreferencesViewController.swift in Sources */, |
354 | 353 | 7D1B5C372399AE770061D0CF /* NSWindow+Fade.swift in Sources */, |
355 | 354 | 7D1B5C34239934440061D0CF /* Dimness.swift in Sources */, |
| 355 | + 7D67CB8424B2E72600FF330B /* Utils.swift in Sources */, |
356 | 356 | 7D8F091A24AC7ECA003DA62E /* TouchBar.swift in Sources */, |
357 | 357 | 7DF36EAE239F6AED000CFB5A /* HyperLinkTextField.swift in Sources */, |
358 | 358 | 7DA5B1F9238BAF9500FE0597 /* NightShift.swift in Sources */, |
|
531 | 531 | "$(inherited)", |
532 | 532 | "$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks/CoreBrightness.framework/Versions/A", |
533 | 533 | ); |
| 534 | + MARKETING_VERSION = 1.1; |
534 | 535 | PRODUCT_BUNDLE_IDENTIFIER = com.joshua.jon.Nocturnal; |
535 | 536 | PRODUCT_NAME = "$(TARGET_NAME)"; |
536 | 537 | PROVISIONING_PROFILE_SPECIFIER = ""; |
|
566 | 567 | "$(inherited)", |
567 | 568 | "$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks/CoreBrightness.framework/Versions/A", |
568 | 569 | ); |
| 570 | + MARKETING_VERSION = 1.1; |
569 | 571 | PRODUCT_BUNDLE_IDENTIFIER = com.joshua.jon.Nocturnal; |
570 | 572 | PRODUCT_NAME = "$(TARGET_NAME)"; |
571 | 573 | PROVISIONING_PROFILE_SPECIFIER = ""; |
|
0 commit comments