|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 052FBC34251ECA8600C4322E /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 052FBC33251ECA8600C4322E /* IOKit.framework */; }; |
11 | 11 | 052FBC38251ECB8B00C4322E /* SMC.c in Sources */ = {isa = PBXBuildFile; fileRef = 052FBC37251ECB8B00C4322E /* SMC.c */; }; |
| 12 | + 052FBCA3251EE43B00C4322E /* PreferencesWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 052FBCA2251EE43B00C4322E /* PreferencesWindowController.swift */; }; |
| 13 | + 052FBCA7251EE46700C4322E /* PreferencesWindowController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 052FBCA5251EE46700C4322E /* PreferencesWindowController.xib */; }; |
12 | 14 | 057F8B00251D22360048F1E1 /* StatusIconTemplate.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 057F8AFF251D22360048F1E1 /* StatusIconTemplate.pdf */; }; |
13 | 15 | 057F8B0C251D273E0048F1E1 /* AboutWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 057F8B0B251D273E0048F1E1 /* AboutWindowController.swift */; }; |
14 | 16 | 057F8B11251D274C0048F1E1 /* NSApplication+LaunchServices.m in Sources */ = {isa = PBXBuildFile; fileRef = 057F8B10251D274C0048F1E1 /* NSApplication+LaunchServices.m */; }; |
|
62 | 64 | 052FBC32251EC69B00C4322E /* SMC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SMC.h; sourceTree = "<group>"; }; |
63 | 65 | 052FBC33251ECA8600C4322E /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; }; |
64 | 66 | 052FBC37251ECB8B00C4322E /* SMC.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SMC.c; sourceTree = "<group>"; }; |
| 67 | + 052FBCA2251EE43B00C4322E /* PreferencesWindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreferencesWindowController.swift; sourceTree = "<group>"; }; |
| 68 | + 052FBCA6251EE46700C4322E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/PreferencesWindowController.xib; sourceTree = "<group>"; }; |
65 | 69 | 057F8AFF251D22360048F1E1 /* StatusIconTemplate.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = StatusIconTemplate.pdf; sourceTree = "<group>"; }; |
66 | 70 | 057F8B0B251D273E0048F1E1 /* AboutWindowController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AboutWindowController.swift; sourceTree = "<group>"; }; |
67 | 71 | 057F8B0E251D274C0048F1E1 /* Hot-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Hot-Bridging-Header.h"; sourceTree = "<group>"; }; |
|
314 | 318 | 05AA4088251CF3F400106CEA /* Classes */ = { |
315 | 319 | isa = PBXGroup; |
316 | 320 | children = ( |
317 | | - 057F8B0F251D274C0048F1E1 /* NSApplication+LaunchServices.h */, |
318 | | - 057F8B10251D274C0048F1E1 /* NSApplication+LaunchServices.m */, |
319 | 321 | 057F8B0B251D273E0048F1E1 /* AboutWindowController.swift */, |
320 | 322 | 05AA4079251CF3D200106CEA /* ApplicationDelegate.swift */, |
321 | | - 05AA408C251CFA0600106CEA /* ThermalLog.swift */, |
322 | | - 052FBC32251EC69B00C4322E /* SMC.h */, |
323 | | - 052FBC37251ECB8B00C4322E /* SMC.c */, |
324 | 323 | 057F8B0E251D274C0048F1E1 /* Hot-Bridging-Header.h */, |
| 324 | + 057F8B0F251D274C0048F1E1 /* NSApplication+LaunchServices.h */, |
| 325 | + 057F8B10251D274C0048F1E1 /* NSApplication+LaunchServices.m */, |
| 326 | + 052FBCA2251EE43B00C4322E /* PreferencesWindowController.swift */, |
| 327 | + 052FBC37251ECB8B00C4322E /* SMC.c */, |
| 328 | + 052FBC32251EC69B00C4322E /* SMC.h */, |
| 329 | + 05AA408C251CFA0600106CEA /* ThermalLog.swift */, |
325 | 330 | ); |
326 | 331 | path = Classes; |
327 | 332 | sourceTree = "<group>"; |
328 | 333 | }; |
329 | 334 | 05AA4089251CF3FC00106CEA /* UI */ = { |
330 | 335 | isa = PBXGroup; |
331 | 336 | children = ( |
| 337 | + 057F8B13251D27650048F1E1 /* AboutWindowController.xib */, |
332 | 338 | 057F8AFE251D22360048F1E1 /* Images */, |
333 | 339 | 05AA407D251CF3D600106CEA /* MainMenu.xib */, |
334 | | - 057F8B13251D27650048F1E1 /* AboutWindowController.xib */, |
| 340 | + 052FBCA5251EE46700C4322E /* PreferencesWindowController.xib */, |
335 | 341 | ); |
336 | 342 | path = UI; |
337 | 343 | sourceTree = "<group>"; |
|
423 | 429 | 057F8B00251D22360048F1E1 /* StatusIconTemplate.pdf in Resources */, |
424 | 430 | 057F8B1B251D2A970048F1E1 /* Icon.icns in Resources */, |
425 | 431 | 057F8B15251D27650048F1E1 /* AboutWindowController.xib in Resources */, |
| 432 | + 052FBCA7251EE46700C4322E /* PreferencesWindowController.xib in Resources */, |
426 | 433 | 05AA407F251CF3D600106CEA /* MainMenu.xib in Resources */, |
427 | 434 | ); |
428 | 435 | runOnlyForDeploymentPostprocessing = 0; |
|
454 | 461 | isa = PBXSourcesBuildPhase; |
455 | 462 | buildActionMask = 2147483647; |
456 | 463 | files = ( |
| 464 | + 052FBCA3251EE43B00C4322E /* PreferencesWindowController.swift in Sources */, |
457 | 465 | 057F8B11251D274C0048F1E1 /* NSApplication+LaunchServices.m in Sources */, |
458 | 466 | 057F8B0C251D273E0048F1E1 /* AboutWindowController.swift in Sources */, |
459 | 467 | 05AA408D251CFA0600106CEA /* ThermalLog.swift in Sources */, |
|
473 | 481 | /* End PBXTargetDependency section */ |
474 | 482 |
|
475 | 483 | /* Begin PBXVariantGroup section */ |
| 484 | + 052FBCA5251EE46700C4322E /* PreferencesWindowController.xib */ = { |
| 485 | + isa = PBXVariantGroup; |
| 486 | + children = ( |
| 487 | + 052FBCA6251EE46700C4322E /* Base */, |
| 488 | + ); |
| 489 | + name = PreferencesWindowController.xib; |
| 490 | + sourceTree = "<group>"; |
| 491 | + }; |
476 | 492 | 057F8B13251D27650048F1E1 /* AboutWindowController.xib */ = { |
477 | 493 | isa = PBXVariantGroup; |
478 | 494 | children = ( |
|
0 commit comments