Skip to content

Commit

Permalink
Resolve EventManager.swift not being visible in Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
vapidinfinity committed Nov 21, 2023
1 parent 1eca7b4 commit d57d0da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Mythic.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
6A1417B82AF7CCD80022DE24 /* FileLocations.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A1417B72AF7CCD80022DE24 /* FileLocations.swift */; };
6A1C6F422AEFD95900F89AE7 /* WineInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A1C6F412AEFD95900F89AE7 /* WineInterface.swift */; };
6A1C6F462AEFD9B100F89AE7 /* WineExt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A1C6F452AEFD9B100F89AE7 /* WineExt.swift */; };
6A1ECF722B0CA0560010DC17 /* EventManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A1ECF712B0CA0560010DC17 /* EventManager.swift */; };
6A371B562AE7A5E20054BF7A /* Installer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A371B552AE7A5E20054BF7A /* Installer.swift */; };
6A371B592AE7DFBF0054BF7A /* ZIPFoundation in Frameworks */ = {isa = PBXBuildFile; productRef = 6A371B582AE7DFBF0054BF7A /* ZIPFoundation */; };
6A371B5B2AE7E93B0054BF7A /* Libraries.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A371B5A2AE7E93B0054BF7A /* Libraries.swift */; };
Expand Down Expand Up @@ -63,6 +64,7 @@
6A1417B72AF7CCD80022DE24 /* FileLocations.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileLocations.swift; sourceTree = "<group>"; };
6A1C6F412AEFD95900F89AE7 /* WineInterface.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WineInterface.swift; sourceTree = "<group>"; };
6A1C6F452AEFD9B100F89AE7 /* WineExt.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WineExt.swift; sourceTree = "<group>"; };
6A1ECF712B0CA0560010DC17 /* EventManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EventManager.swift; sourceTree = "<group>"; };
6A371B552AE7A5E20054BF7A /* Installer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Installer.swift; sourceTree = "<group>"; };
6A371B5A2AE7E93B0054BF7A /* Libraries.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Libraries.swift; sourceTree = "<group>"; };
6A371B5C2AE84E340054BF7A /* Data.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Data.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -137,6 +139,7 @@
6A634B6B2AE951C500EAC63C /* Libraries */,
6AACB0922AC71757007D7CE8 /* UpdaterSettings[TEST].swift */,
6A1417B72AF7CCD80022DE24 /* FileLocations.swift */,
6A1ECF712B0CA0560010DC17 /* EventManager.swift */,
);
path = Base;
sourceTree = "<group>";
Expand Down Expand Up @@ -547,6 +550,7 @@
6AB474992AACBBE900AB9C63 /* MythicApp.swift in Sources */,
6A00F20D2AC5F8F90054858A /* ProgressViewWithError.swift in Sources */,
6A1417B82AF7CCD80022DE24 /* FileLocations.swift in Sources */,
6A1ECF722B0CA0560010DC17 /* EventManager.swift in Sources */,
6AA6CCE32AD52B2600F664A5 /* Legendary.swift in Sources */,
6A00F20B2AC5F8730054858A /* Auth.swift in Sources */,
6A371B5B2AE7E93B0054BF7A /* Libraries.swift in Sources */,
Expand Down

0 comments on commit d57d0da

Please sign in to comment.