|
55 | 55 | 8C73E1342AF472FC00B6FB45 /* ProgramMenuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C73E1332AF472FC00B6FB45 /* ProgramMenuView.swift */; }; |
56 | 56 | 8CB681E52AED7C6F0018D319 /* WhiskyKit in Resources */ = {isa = PBXBuildFile; fileRef = 8CB681E42AED7C6F0018D319 /* WhiskyKit */; }; |
57 | 57 | 8CB681E72AED7CD00018D319 /* WhiskyKit in Frameworks */ = {isa = PBXBuildFile; productRef = 8CB681E62AED7CD00018D319 /* WhiskyKit */; }; |
| 58 | + 8CB681EA2AEDEDC20018D319 /* WhiskyBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CB681E92AEDEDC20018D319 /* WhiskyBarView.swift */; }; |
| 59 | + 8CB681EC2AEDEDE70018D319 /* BottleBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CB681EB2AEDEDE70018D319 /* BottleBarView.swift */; }; |
| 60 | + 8CB681EE2AEDEE2F0018D319 /* ProgramBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CB681ED2AEDEE2F0018D319 /* ProgramBarView.swift */; }; |
| 61 | + 8CB681F12AEDF9620018D319 /* Bundle+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CB681F02AEDF9620018D319 /* Bundle+Extensions.swift */; }; |
58 | 62 | AB66A8642A4195B10006D238 /* Rosetta2.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB66A8632A4195B10006D238 /* Rosetta2.swift */; }; |
59 | 63 | EB58FB552A499896002DC184 /* SemanticVersion in Frameworks */ = {isa = PBXBuildFile; productRef = EB58FB542A499896002DC184 /* SemanticVersion */; }; |
60 | 64 | EEA5A2462A31DD65008274AE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEA5A2452A31DD65008274AE /* AppDelegate.swift */; }; |
|
150 | 154 | 6EFDF6652AAE303300EF622F /* Icons.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Icons.xcassets; sourceTree = "<group>"; }; |
151 | 155 | 8C73E1332AF472FC00B6FB45 /* ProgramMenuView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgramMenuView.swift; sourceTree = "<group>"; }; |
152 | 156 | 8CB681E42AED7C6F0018D319 /* WhiskyKit */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = WhiskyKit; sourceTree = "<group>"; }; |
| 157 | + 8CB681E92AEDEDC20018D319 /* WhiskyBarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WhiskyBarView.swift; sourceTree = "<group>"; }; |
| 158 | + 8CB681EB2AEDEDE70018D319 /* BottleBarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BottleBarView.swift; sourceTree = "<group>"; }; |
| 159 | + 8CB681ED2AEDEE2F0018D319 /* ProgramBarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgramBarView.swift; sourceTree = "<group>"; }; |
| 160 | + 8CB681F02AEDF9620018D319 /* Bundle+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Bundle+Extensions.swift"; sourceTree = "<group>"; }; |
153 | 161 | AB66A8632A4195B10006D238 /* Rosetta2.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Rosetta2.swift; sourceTree = "<group>"; }; |
154 | 162 | EEA5A2452A31DD65008274AE /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
155 | 163 | /* End PBXFileReference section */ |
|
257 | 265 | 6E40495429CCA19C006E3F1B /* Whisky */ = { |
258 | 266 | isa = PBXGroup; |
259 | 267 | children = ( |
| 268 | + 8CB681EF2AEDF9450018D319 /* Extensions */, |
260 | 269 | EEA5A2452A31DD65008274AE /* AppDelegate.swift */, |
261 | 270 | 6E5197CF29D71FF900CF655E /* Models */, |
262 | 271 | 6E5197D029D7200700CF655E /* Utils */, |
|
290 | 299 | 6E5197CD29D71FCD00CF655E /* Views */ = { |
291 | 300 | isa = PBXGroup; |
292 | 301 | children = ( |
| 302 | + 8CB681E82AEDED9D0018D319 /* Menu Bar */, |
293 | 303 | 63FFDE822ADEFADF00178665 /* Common */, |
294 | 304 | 6E49E01F2AECB7D000009CAC /* Settings */, |
295 | 305 | 6E6C0CF02A419A5800356232 /* Setup */, |
|
373 | 383 | path = WhiskyThumbnail; |
374 | 384 | sourceTree = "<group>"; |
375 | 385 | }; |
| 386 | + 8CB681E82AEDED9D0018D319 /* Menu Bar */ = { |
| 387 | + isa = PBXGroup; |
| 388 | + children = ( |
| 389 | + 8CB681E92AEDEDC20018D319 /* WhiskyBarView.swift */, |
| 390 | + 8CB681EB2AEDEDE70018D319 /* BottleBarView.swift */, |
| 391 | + 8CB681ED2AEDEE2F0018D319 /* ProgramBarView.swift */, |
| 392 | + ); |
| 393 | + path = "Menu Bar"; |
| 394 | + sourceTree = "<group>"; |
| 395 | + }; |
| 396 | + 8CB681EF2AEDF9450018D319 /* Extensions */ = { |
| 397 | + isa = PBXGroup; |
| 398 | + children = ( |
| 399 | + 8CB681F02AEDF9620018D319 /* Bundle+Extensions.swift */, |
| 400 | + ); |
| 401 | + path = Extensions; |
| 402 | + sourceTree = "<group>"; |
| 403 | + }; |
376 | 404 | /* End PBXGroup section */ |
377 | 405 |
|
378 | 406 | /* Begin PBXNativeTarget section */ |
|
563 | 591 | buildActionMask = 2147483647; |
564 | 592 | files = ( |
565 | 593 | EEA5A2462A31DD65008274AE /* AppDelegate.swift in Sources */, |
| 594 | + 8CB681EE2AEDEE2F0018D319 /* ProgramBarView.swift in Sources */, |
566 | 595 | 6E70A4A12A9A280C007799E9 /* WhiskyCmd.swift in Sources */, |
567 | 596 | 6E40495829CCA19C006E3F1B /* ContentView.swift in Sources */, |
568 | 597 | 6EF557982A410599001A4F09 /* SetupView.swift in Sources */, |
|
578 | 607 | 6E17B6492AF4118F00831173 /* EnvironmentArgView.swift in Sources */, |
579 | 608 | 6E6C0CF42A419A7600356232 /* RosettaView.swift in Sources */, |
580 | 609 | 6E6C0CF82A419A8C00356232 /* GPTKInstallView.swift in Sources */, |
| 610 | + 8CB681F12AEDF9620018D319 /* Bundle+Extensions.swift in Sources */, |
581 | 611 | 6E40498329CCA91B006E3F1B /* Bottle.swift in Sources */, |
582 | 612 | 6E621CEF2A5F631300C9AAB3 /* Winetricks.swift in Sources */, |
| 613 | + 8CB681EA2AEDEDC20018D319 /* WhiskyBarView.swift in Sources */, |
583 | 614 | 6E17B6462AF3FDC100831173 /* PinsView.swift in Sources */, |
584 | 615 | 6E064B1429DD331F00D9A2D2 /* SparkleView.swift in Sources */, |
585 | 616 | 6E40495629CCA19C006E3F1B /* WhiskyApp.swift in Sources */, |
586 | 617 | 8C73E1342AF472FC00B6FB45 /* ProgramMenuView.swift in Sources */, |
587 | 618 | 6E50D98329CD6066008C39F6 /* BottleVM.swift in Sources */, |
| 619 | + 8CB681EC2AEDEDE70018D319 /* BottleBarView.swift in Sources */, |
588 | 620 | 6E6915452A3265BB0085BBB7 /* Logger.swift in Sources */, |
589 | 621 | 6E49E0212AECB7DB00009CAC /* SettingsView.swift in Sources */, |
590 | 622 | 6E7C07C02AAF570100F6E66B /* FileOpenView.swift in Sources */, |
|
766 | 798 | INFOPLIST_KEY_NSCameraUsageDescription = "A Windows application is trying to access the camera."; |
767 | 799 | INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © Whisky"; |
768 | 800 | INFOPLIST_KEY_NSMicrophoneUsageDescription = "A Windows application is trying to access the microphone."; |
| 801 | + INFOPLIST_KEY_UIStatusBarStyle = ""; |
769 | 802 | LD_RUNPATH_SEARCH_PATHS = ( |
770 | 803 | "$(inherited)", |
771 | 804 | "@executable_path/../Frameworks", |
|
0 commit comments