|
57 | 57 | 8C73E1342AF472FC00B6FB45 /* ProgramMenuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C73E1332AF472FC00B6FB45 /* ProgramMenuView.swift */; }; |
58 | 58 | 8CB681E52AED7C6F0018D319 /* WhiskyKit in Resources */ = {isa = PBXBuildFile; fileRef = 8CB681E42AED7C6F0018D319 /* WhiskyKit */; }; |
59 | 59 | 8CB681E72AED7CD00018D319 /* WhiskyKit in Frameworks */ = {isa = PBXBuildFile; productRef = 8CB681E62AED7CD00018D319 /* WhiskyKit */; }; |
| 60 | + 8CB681EA2AEDEDC20018D319 /* WhiskyBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CB681E92AEDEDC20018D319 /* WhiskyBarView.swift */; }; |
| 61 | + 8CB681EC2AEDEDE70018D319 /* BottleBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CB681EB2AEDEDE70018D319 /* BottleBarView.swift */; }; |
| 62 | + 8CB681EE2AEDEE2F0018D319 /* ProgramBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CB681ED2AEDEE2F0018D319 /* ProgramBarView.swift */; }; |
| 63 | + 8CB681F12AEDF9620018D319 /* Bundle+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CB681F02AEDF9620018D319 /* Bundle+Extensions.swift */; }; |
60 | 64 | AB66A8642A4195B10006D238 /* Rosetta2.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB66A8632A4195B10006D238 /* Rosetta2.swift */; }; |
61 | 65 | DB696FC82AFAE5DA0037EB2F /* PinCreationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB696FC72AFAE5DA0037EB2F /* PinCreationView.swift */; }; |
62 | 66 | EB58FB552A499896002DC184 /* SemanticVersion in Frameworks */ = {isa = PBXBuildFile; productRef = EB58FB542A499896002DC184 /* SemanticVersion */; }; |
|
155 | 159 | 6EFDF6652AAE303300EF622F /* Icons.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Icons.xcassets; sourceTree = "<group>"; }; |
156 | 160 | 8C73E1332AF472FC00B6FB45 /* ProgramMenuView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgramMenuView.swift; sourceTree = "<group>"; }; |
157 | 161 | 8CB681E42AED7C6F0018D319 /* WhiskyKit */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = WhiskyKit; sourceTree = "<group>"; }; |
| 162 | + 8CB681E92AEDEDC20018D319 /* WhiskyBarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WhiskyBarView.swift; sourceTree = "<group>"; }; |
| 163 | + 8CB681EB2AEDEDE70018D319 /* BottleBarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BottleBarView.swift; sourceTree = "<group>"; }; |
| 164 | + 8CB681ED2AEDEE2F0018D319 /* ProgramBarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgramBarView.swift; sourceTree = "<group>"; }; |
| 165 | + 8CB681F02AEDF9620018D319 /* Bundle+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Bundle+Extensions.swift"; sourceTree = "<group>"; }; |
158 | 166 | AB66A8632A4195B10006D238 /* Rosetta2.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Rosetta2.swift; sourceTree = "<group>"; }; |
159 | 167 | DB696FC72AFAE5DA0037EB2F /* PinCreationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PinCreationView.swift; sourceTree = "<group>"; }; |
160 | 168 | EEA5A2452A31DD65008274AE /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
|
266 | 274 | 6E40495429CCA19C006E3F1B /* Whisky */ = { |
267 | 275 | isa = PBXGroup; |
268 | 276 | children = ( |
| 277 | + 8CB681EF2AEDF9450018D319 /* Extensions */, |
269 | 278 | EEA5A2452A31DD65008274AE /* AppDelegate.swift */, |
270 | 279 | 6E5197CF29D71FF900CF655E /* Models */, |
271 | 280 | 6E5197D029D7200700CF655E /* Utils */, |
|
299 | 308 | 6E5197CD29D71FCD00CF655E /* Views */ = { |
300 | 309 | isa = PBXGroup; |
301 | 310 | children = ( |
| 311 | + 8CB681E82AEDED9D0018D319 /* Menu Bar */, |
302 | 312 | 63FFDE822ADEFADF00178665 /* Common */, |
303 | 313 | 6E49E01F2AECB7D000009CAC /* Settings */, |
304 | 314 | 6E6C0CF02A419A5800356232 /* Setup */, |
|
382 | 392 | path = WhiskyThumbnail; |
383 | 393 | sourceTree = "<group>"; |
384 | 394 | }; |
| 395 | + 8CB681E82AEDED9D0018D319 /* Menu Bar */ = { |
| 396 | + isa = PBXGroup; |
| 397 | + children = ( |
| 398 | + 8CB681E92AEDEDC20018D319 /* WhiskyBarView.swift */, |
| 399 | + 8CB681EB2AEDEDE70018D319 /* BottleBarView.swift */, |
| 400 | + 8CB681ED2AEDEE2F0018D319 /* ProgramBarView.swift */, |
| 401 | + ); |
| 402 | + path = "Menu Bar"; |
| 403 | + sourceTree = "<group>"; |
| 404 | + }; |
| 405 | + 8CB681EF2AEDF9450018D319 /* Extensions */ = { |
| 406 | + isa = PBXGroup; |
| 407 | + children = ( |
| 408 | + 8CB681F02AEDF9620018D319 /* Bundle+Extensions.swift */, |
| 409 | + ); |
| 410 | + path = Extensions; |
| 411 | + sourceTree = "<group>"; |
| 412 | + }; |
385 | 413 | /* End PBXGroup section */ |
386 | 414 |
|
387 | 415 | /* Begin PBXNativeTarget section */ |
|
572 | 600 | buildActionMask = 2147483647; |
573 | 601 | files = ( |
574 | 602 | EEA5A2462A31DD65008274AE /* AppDelegate.swift in Sources */, |
| 603 | + 8CB681EE2AEDEE2F0018D319 /* ProgramBarView.swift in Sources */, |
575 | 604 | 6E70A4A12A9A280C007799E9 /* WhiskyCmd.swift in Sources */, |
576 | 605 | 6E40495829CCA19C006E3F1B /* ContentView.swift in Sources */, |
577 | 606 | 6EF557982A410599001A4F09 /* SetupView.swift in Sources */, |
|
589 | 618 | 6E17B6492AF4118F00831173 /* EnvironmentArgView.swift in Sources */, |
590 | 619 | 6E6C0CF42A419A7600356232 /* RosettaView.swift in Sources */, |
591 | 620 | 6E6C0CF82A419A8C00356232 /* GPTKInstallView.swift in Sources */, |
| 621 | + 8CB681F12AEDF9620018D319 /* Bundle+Extensions.swift in Sources */, |
592 | 622 | 6E40498329CCA91B006E3F1B /* Bottle.swift in Sources */, |
593 | 623 | 6E621CEF2A5F631300C9AAB3 /* Winetricks.swift in Sources */, |
| 624 | + 8CB681EA2AEDEDC20018D319 /* WhiskyBarView.swift in Sources */, |
594 | 625 | 6E17B6462AF3FDC100831173 /* PinView.swift in Sources */, |
595 | 626 | 6E064B1429DD331F00D9A2D2 /* SparkleView.swift in Sources */, |
596 | 627 | 6E40495629CCA19C006E3F1B /* WhiskyApp.swift in Sources */, |
597 | 628 | 8C73E1342AF472FC00B6FB45 /* ProgramMenuView.swift in Sources */, |
598 | 629 | 6E50D98329CD6066008C39F6 /* BottleVM.swift in Sources */, |
| 630 | + 8CB681EC2AEDEDE70018D319 /* BottleBarView.swift in Sources */, |
599 | 631 | 6E6915452A3265BB0085BBB7 /* Logger.swift in Sources */, |
600 | 632 | 6E2B25C12B0E20F50084A67A /* PinAddView.swift in Sources */, |
601 | 633 | 6E49E0212AECB7DB00009CAC /* SettingsView.swift in Sources */, |
|
778 | 810 | INFOPLIST_KEY_NSCameraUsageDescription = "A Windows application is trying to access the camera."; |
779 | 811 | INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © Whisky"; |
780 | 812 | INFOPLIST_KEY_NSMicrophoneUsageDescription = "A Windows application is trying to access the microphone."; |
| 813 | + INFOPLIST_KEY_UIStatusBarStyle = ""; |
781 | 814 | LD_RUNPATH_SEARCH_PATHS = ( |
782 | 815 | "$(inherited)", |
783 | 816 | "@executable_path/../Frameworks", |
|
0 commit comments