Skip to content

Commit

Permalink
resolve missing package
Browse files Browse the repository at this point in the history
  • Loading branch information
pexavc committed Jun 7, 2023
1 parent fc5bcf2 commit d3722d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Nea.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
7105F8952A30F5E0003DA26F /* SandKit */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = SandKit; path = Packages/SandKit; sourceTree = "<group>"; };
7110C88B2A02599A00824D58 /* TranslucentWindowBackground.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TranslucentWindowBackground.swift; sourceTree = "<group>"; };
7110C8BB2A026DEF00824D58 /* Nea--macOS--Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Nea--macOS--Info.plist"; sourceTree = "<group>"; };
711B3F722885D43700F3080D /* PEXApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PEXApp.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -526,6 +525,7 @@
71BE325F2A06109D00B76A69 /* Regex.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Regex.swift; sourceTree = "<group>"; };
71BE32602A06109D00B76A69 /* StringExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StringExtension.swift; sourceTree = "<group>"; };
71BEA9C628E3D95B00B58933 /* String.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = String.swift; sourceTree = "<group>"; };
71C488AA2A3117320068B2F4 /* SandKit */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = SandKit; sourceTree = "<group>"; };
71CEBDD82A07175700DE6CDE /* EnvironmentService+Center.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "EnvironmentService+Center.swift"; sourceTree = "<group>"; };
71CEBDD92A07175700DE6CDE /* EnvironmentService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EnvironmentService.swift; sourceTree = "<group>"; };
71CEBDE42A0718F900DE6CDE /* Query.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Query.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -685,7 +685,7 @@
711B3F6C2885D43700F3080D = {
isa = PBXGroup;
children = (
7105F8952A30F5E0003DA26F /* SandKit */,
71C488AA2A3117320068B2F4 /* SandKit */,
7110C8BB2A026DEF00824D58 /* Nea--macOS--Info.plist */,
719725FD28CC864400A64334 /* Nea--iOS--Info.plist */,
711B3F712885D43700F3080D /* Shared */,
Expand Down

0 comments on commit d3722d4

Please sign in to comment.