|
26 | 26 | 28D1DE15227FD006004CB494 /* DDC.framework.dSYM in [Carthage] Copy Framework Debug Symbols */ = {isa = PBXBuildFile; fileRef = 28D1DE11227FD006004CB494 /* DDC.framework.dSYM */; }; |
27 | 27 | 56754EAF1D9A4016007BCDC5 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56754EAE1D9A4016007BCDC5 /* AppDelegate.swift */; }; |
28 | 28 | 56754EB11D9A4016007BCDC5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 56754EB01D9A4016007BCDC5 /* Assets.xcassets */; }; |
29 | | - 8C0E20562296ABBA000CBF15 /* NSNotification+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C0E20552296ABBA000CBF15 /* NSNotification+Extension.swift */; }; |
30 | | - F01B067922822141008E64DB /* Display+Whitelist.swift in Sources */ = {isa = PBXBuildFile; fileRef = F01B067822822141008E64DB /* Display+Whitelist.swift */; }; |
| 29 | + 6C0CCB26228F4F720037D2C5 /* AdvancedPrefsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C0CCB25228F4F720037D2C5 /* AdvancedPrefsViewController.swift */; }; |
| 30 | + 6C20466C23153E4F00859767 /* Display+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C20466B23153E4F00859767 /* Display+Extension.swift */; }; |
| 31 | + 6C2EA1CD228F644B00060E3F /* OnlyIntegerValueFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C2EA1CC228F644B00060E3F /* OnlyIntegerValueFormatter.swift */; }; |
| 32 | + 6C2EA1CF228F7DFB00060E3F /* PollingMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C2EA1CE228F7DFB00060E3F /* PollingMode.swift */; }; |
| 33 | + 6C85EFDA22C941B000227EA1 /* DisplayManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C85EFD922C941B000227EA1 /* DisplayManager.swift */; }; |
| 34 | + 6C85EFDD22CBAA8F00227EA1 /* PollingModeCellView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C85EFDC22CBAA8F00227EA1 /* PollingModeCellView.swift */; }; |
| 35 | + 6C85EFDF22CBB54100227EA1 /* PollingCountCellView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C85EFDE22CBB54100227EA1 /* PollingCountCellView.swift */; }; |
| 36 | + 6C85EFE122CC00AD00227EA1 /* NSNotification+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C85EFE022CC00AD00227EA1 /* NSNotification+Extension.swift */; }; |
| 37 | + 6CCB278622D5315200619B05 /* HideOsdCellView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CCB278522D5315200619B05 /* HideOsdCellView.swift */; }; |
| 38 | + 6CD444C322D4FBB8005BFD3D /* LongerDelayCellView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CD444C222D4FBB8005BFD3D /* LongerDelayCellView.swift */; }; |
31 | 39 | F01B0699228221B7008E64DB /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = F01B0680228221B6008E64DB /* Localizable.strings */; }; |
32 | 40 | F01B069A228221B7008E64DB /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = F01B0683228221B6008E64DB /* Utils.swift */; }; |
33 | 41 | F01B069E228221B7008E64DB /* ButtonCellView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F01B068E228221B6008E64DB /* ButtonCellView.swift */; }; |
|
106 | 114 | 56754EAB1D9A4016007BCDC5 /* MonitorControl.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MonitorControl.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
107 | 115 | 56754EAE1D9A4016007BCDC5 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = AppDelegate.swift; sourceTree = "<group>"; }; |
108 | 116 | 56754EB01D9A4016007BCDC5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
109 | | - 8C0E20552296ABBA000CBF15 /* NSNotification+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSNotification+Extension.swift"; sourceTree = "<group>"; }; |
110 | | - F01B067822822141008E64DB /* Display+Whitelist.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Display+Whitelist.swift"; sourceTree = "<group>"; }; |
| 117 | + 6C0CCB25228F4F720037D2C5 /* AdvancedPrefsViewController.swift */ = {isa = PBXFileReference; indentWidth = 2; lastKnownFileType = sourcecode.swift; path = AdvancedPrefsViewController.swift; sourceTree = "<group>"; tabWidth = 4; }; |
| 118 | + 6C20466B23153E4F00859767 /* Display+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Display+Extension.swift"; sourceTree = "<group>"; }; |
| 119 | + 6C2EA1CC228F644B00060E3F /* OnlyIntegerValueFormatter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnlyIntegerValueFormatter.swift; sourceTree = "<group>"; }; |
| 120 | + 6C2EA1CE228F7DFB00060E3F /* PollingMode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PollingMode.swift; sourceTree = "<group>"; }; |
| 121 | + 6C85EFD922C941B000227EA1 /* DisplayManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DisplayManager.swift; sourceTree = "<group>"; }; |
| 122 | + 6C85EFDC22CBAA8F00227EA1 /* PollingModeCellView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PollingModeCellView.swift; sourceTree = "<group>"; }; |
| 123 | + 6C85EFDE22CBB54100227EA1 /* PollingCountCellView.swift */ = {isa = PBXFileReference; indentWidth = 2; lastKnownFileType = sourcecode.swift; path = PollingCountCellView.swift; sourceTree = "<group>"; tabWidth = 4; }; |
| 124 | + 6C85EFE022CC00AD00227EA1 /* NSNotification+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSNotification+Extension.swift"; sourceTree = "<group>"; }; |
| 125 | + 6CCB278522D5315200619B05 /* HideOsdCellView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HideOsdCellView.swift; sourceTree = "<group>"; }; |
| 126 | + 6CD444C222D4FBB8005BFD3D /* LongerDelayCellView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LongerDelayCellView.swift; sourceTree = "<group>"; }; |
111 | 127 | F01B0681228221B6008E64DB /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; }; |
112 | 128 | F01B0682228221B6008E64DB /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; }; |
113 | 129 | F01B0683228221B6008E64DB /* Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; }; |
|
179 | 195 | isa = PBXGroup; |
180 | 196 | children = ( |
181 | 197 | 2894D9B72280B30500DF58DA /* CGDirectDisplayID+Extension.swift */, |
182 | | - F01B067822822141008E64DB /* Display+Whitelist.swift */, |
183 | 198 | 28D1DDEC227FB8F2004CB494 /* EDID+Extension.swift */, |
184 | 199 | 28D1DDF1227FBE71004CB494 /* NSScreen+Extension.swift */, |
185 | | - 8C0E20552296ABBA000CBF15 /* NSNotification+Extension.swift */, |
| 200 | + 6C85EFE022CC00AD00227EA1 /* NSNotification+Extension.swift */, |
| 201 | + 6C20466B23153E4F00859767 /* Display+Extension.swift */, |
186 | 202 | ); |
187 | 203 | path = Extensions; |
188 | 204 | sourceTree = "<group>"; |
|
210 | 226 | 56754EAD1D9A4016007BCDC5 /* MonitorControl */ = { |
211 | 227 | isa = PBXGroup; |
212 | 228 | children = ( |
| 229 | + F01B0686228221B6008E64DB /* Info.plist */, |
| 230 | + 6C85EFD622C74B0E00227EA1 /* Manager */, |
213 | 231 | 56754EAE1D9A4016007BCDC5 /* AppDelegate.swift */, |
214 | 232 | 56754EB01D9A4016007BCDC5 /* Assets.xcassets */, |
215 | 233 | F03A8DF11FFBAA6F0034DC27 /* Display.swift */, |
|
221 | 239 | path = MonitorControl; |
222 | 240 | sourceTree = "<group>"; |
223 | 241 | }; |
| 242 | + 6C85EFD622C74B0E00227EA1 /* Manager */ = { |
| 243 | + isa = PBXGroup; |
| 244 | + children = ( |
| 245 | + 6C85EFD922C941B000227EA1 /* DisplayManager.swift */, |
| 246 | + ); |
| 247 | + path = Manager; |
| 248 | + sourceTree = "<group>"; |
| 249 | + }; |
| 250 | + 6C85EFDB22CBA77600227EA1 /* Cells */ = { |
| 251 | + isa = PBXGroup; |
| 252 | + children = ( |
| 253 | + F03FE4BF228DF62A001F59A4 /* FriendlyNameCellView.swift */, |
| 254 | + F01B068E228221B6008E64DB /* ButtonCellView.swift */, |
| 255 | + 6C85EFDC22CBAA8F00227EA1 /* PollingModeCellView.swift */, |
| 256 | + 6C85EFDE22CBB54100227EA1 /* PollingCountCellView.swift */, |
| 257 | + 6CD444C222D4FBB8005BFD3D /* LongerDelayCellView.swift */, |
| 258 | + 6CCB278522D5315200619B05 /* HideOsdCellView.swift */, |
| 259 | + ); |
| 260 | + path = Cells; |
| 261 | + sourceTree = "<group>"; |
| 262 | + }; |
224 | 263 | F01B067F228221B6008E64DB /* Support */ = { |
225 | 264 | isa = PBXGroup; |
226 | 265 | children = ( |
227 | 266 | F01B0685228221B6008E64DB /* Bridging-Header.h */, |
228 | | - F01B0686228221B6008E64DB /* Info.plist */, |
229 | 267 | F01B0680228221B6008E64DB /* Localizable.strings */, |
230 | 268 | F01B0683228221B6008E64DB /* Utils.swift */, |
| 269 | + 6C2EA1CC228F644B00060E3F /* OnlyIntegerValueFormatter.swift */, |
| 270 | + 6C2EA1CE228F7DFB00060E3F /* PollingMode.swift */, |
231 | 271 | ); |
232 | 272 | path = Support; |
233 | 273 | sourceTree = "<group>"; |
234 | 274 | }; |
235 | 275 | F01B0687228221B6008E64DB /* UI */ = { |
236 | 276 | isa = PBXGroup; |
237 | 277 | children = ( |
238 | | - F03FE4BF228DF62A001F59A4 /* FriendlyNameCellView.swift */, |
239 | | - F01B068E228221B6008E64DB /* ButtonCellView.swift */, |
| 278 | + 6C85EFDB22CBA77600227EA1 /* Cells */, |
240 | 279 | F01B0690228221B7008E64DB /* Main.storyboard */, |
241 | 280 | F01B0692228221B7008E64DB /* MainMenu.xib */, |
242 | 281 | F01B068F228221B7008E64DB /* SliderHandler.swift */, |
|
250 | 289 | F0445D3F200259C10025AE82 /* DisplayPrefsViewController.swift */, |
251 | 290 | F0445D3B200254FA0025AE82 /* KeysPrefsViewController.swift */, |
252 | 291 | F0445D3720023E710025AE82 /* MainPrefsViewController.swift */, |
| 292 | + 6C0CCB25228F4F720037D2C5 /* AdvancedPrefsViewController.swift */, |
253 | 293 | ); |
254 | 294 | path = "View Controllers"; |
255 | 295 | sourceTree = "<group>"; |
|
320 | 360 | TargetAttributes = { |
321 | 361 | 56754EAA1D9A4016007BCDC5 = { |
322 | 362 | CreatedOnToolsVersion = 8.0; |
323 | | - DevelopmentTeam = KGY56RWR9A; |
| 363 | + DevelopmentTeam = CYC8C8R4K9; |
324 | 364 | LastSwiftMigration = 1020; |
325 | 365 | ProvisioningStyle = Automatic; |
326 | 366 | }; |
327 | 367 | F06792E6200A73460066C438 = { |
328 | 368 | CreatedOnToolsVersion = 9.2; |
329 | | - DevelopmentTeam = KGY56RWR9A; |
| 369 | + DevelopmentTeam = CYC8C8R4K9; |
330 | 370 | LastSwiftMigration = 1020; |
331 | 371 | ProvisioningStyle = Automatic; |
332 | 372 | }; |
|
454 | 494 | buildActionMask = 2147483647; |
455 | 495 | files = ( |
456 | 496 | 56754EAF1D9A4016007BCDC5 /* AppDelegate.swift in Sources */, |
| 497 | + 6C85EFE122CC00AD00227EA1 /* NSNotification+Extension.swift in Sources */, |
| 498 | + 6C85EFDF22CBB54100227EA1 /* PollingCountCellView.swift in Sources */, |
| 499 | + 6C0CCB26228F4F720037D2C5 /* AdvancedPrefsViewController.swift in Sources */, |
457 | 500 | F01B069E228221B7008E64DB /* ButtonCellView.swift in Sources */, |
| 501 | + 6C2EA1CD228F644B00060E3F /* OnlyIntegerValueFormatter.swift in Sources */, |
458 | 502 | 2894D9B82280B30500DF58DA /* CGDirectDisplayID+Extension.swift in Sources */, |
| 503 | + 6CCB278622D5315200619B05 /* HideOsdCellView.swift in Sources */, |
| 504 | + 6CD444C322D4FBB8005BFD3D /* LongerDelayCellView.swift in Sources */, |
459 | 505 | F03FE4C0228DF62B001F59A4 /* FriendlyNameCellView.swift in Sources */, |
460 | | - F01B067922822141008E64DB /* Display+Whitelist.swift in Sources */, |
| 506 | + 6C2EA1CF228F7DFB00060E3F /* PollingMode.swift in Sources */, |
461 | 507 | F03A8DF21FFBAA6F0034DC27 /* Display.swift in Sources */, |
462 | 508 | F0445D40200259C10025AE82 /* DisplayPrefsViewController.swift in Sources */, |
463 | | - 8C0E20562296ABBA000CBF15 /* NSNotification+Extension.swift in Sources */, |
464 | 509 | 28D1DDF0227FBD99004CB494 /* EDID+Extension.swift in Sources */, |
| 510 | + 6C85EFDD22CBAA8F00227EA1 /* PollingModeCellView.swift in Sources */, |
465 | 511 | F0445D3D200254FA0025AE82 /* KeysPrefsViewController.swift in Sources */, |
| 512 | + 6C20466C23153E4F00859767 /* Display+Extension.swift in Sources */, |
466 | 513 | F0445D3820023E710025AE82 /* MainPrefsViewController.swift in Sources */, |
467 | 514 | 28D1DDF2227FBE71004CB494 /* NSScreen+Extension.swift in Sources */, |
468 | 515 | F01B069F228221B7008E64DB /* SliderHandler.swift in Sources */, |
| 516 | + 6C85EFDA22C941B000227EA1 /* DisplayManager.swift in Sources */, |
469 | 517 | F01B069A228221B7008E64DB /* Utils.swift in Sources */, |
470 | 518 | ); |
471 | 519 | runOnlyForDeploymentPostprocessing = 0; |
|
641 | 689 | CODE_SIGN_IDENTITY = "Mac Developer"; |
642 | 690 | CODE_SIGN_STYLE = Automatic; |
643 | 691 | COMBINE_HIDPI_IMAGES = YES; |
644 | | - CURRENT_PROJECT_VERSION = 560; |
645 | | - DEVELOPMENT_TEAM = KGY56RWR9A; |
| 692 | + CURRENT_PROJECT_VERSION = 570; |
| 693 | + DEVELOPMENT_TEAM = CYC8C8R4K9; |
646 | 694 | ENABLE_HARDENED_RUNTIME = YES; |
647 | 695 | FRAMEWORK_SEARCH_PATHS = ( |
648 | 696 | "$(inherited)", |
|
668 | 716 | CODE_SIGN_IDENTITY = "Mac Developer"; |
669 | 717 | CODE_SIGN_STYLE = Automatic; |
670 | 718 | COMBINE_HIDPI_IMAGES = YES; |
671 | | - CURRENT_PROJECT_VERSION = 560; |
672 | | - DEVELOPMENT_TEAM = KGY56RWR9A; |
| 719 | + CURRENT_PROJECT_VERSION = 570; |
| 720 | + DEVELOPMENT_TEAM = CYC8C8R4K9; |
673 | 721 | ENABLE_HARDENED_RUNTIME = YES; |
674 | 722 | FRAMEWORK_SEARCH_PATHS = ( |
675 | 723 | "$(inherited)", |
|
699 | 747 | CODE_SIGN_IDENTITY = "Mac Developer"; |
700 | 748 | CODE_SIGN_STYLE = Automatic; |
701 | 749 | COMBINE_HIDPI_IMAGES = YES; |
702 | | - CURRENT_PROJECT_VERSION = 560; |
703 | | - DEVELOPMENT_TEAM = KGY56RWR9A; |
| 750 | + CURRENT_PROJECT_VERSION = 570; |
| 751 | + DEVELOPMENT_TEAM = CYC8C8R4K9; |
704 | 752 | ENABLE_HARDENED_RUNTIME = YES; |
705 | 753 | GCC_C_LANGUAGE_STANDARD = gnu11; |
706 | 754 | INFOPLIST_FILE = MonitorControlHelper/Info.plist; |
|
724 | 772 | CODE_SIGN_IDENTITY = "Mac Developer"; |
725 | 773 | CODE_SIGN_STYLE = Automatic; |
726 | 774 | COMBINE_HIDPI_IMAGES = YES; |
727 | | - CURRENT_PROJECT_VERSION = 560; |
728 | | - DEVELOPMENT_TEAM = KGY56RWR9A; |
| 775 | + CURRENT_PROJECT_VERSION = 570; |
| 776 | + DEVELOPMENT_TEAM = CYC8C8R4K9; |
729 | 777 | ENABLE_HARDENED_RUNTIME = YES; |
730 | 778 | GCC_C_LANGUAGE_STANDARD = gnu11; |
731 | 779 | INFOPLIST_FILE = MonitorControlHelper/Info.plist; |
|
0 commit comments