diff --git a/SLazeKit.xcodeproj/project.pbxproj b/SLazeKit.xcodeproj/project.pbxproj index f318ae8..c42583e 100644 --- a/SLazeKit.xcodeproj/project.pbxproj +++ b/SLazeKit.xcodeproj/project.pbxproj @@ -58,6 +58,7 @@ /* Begin PBXFileReference section */ 6236959120B66E92000D7684 /* SLazeKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SLazeKit.h; sourceTree = ""; }; + 623695B120B6717E000D7684 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 623922762002D8C30018982A /* LazeConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazeConfiguration.swift; sourceTree = ""; }; 6239227D2002DF1A0018982A /* Laze.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Laze.swift; sourceTree = ""; }; 625B23AB1FF34625001976C3 /* Object.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Object.swift; sourceTree = ""; }; @@ -165,11 +166,12 @@ OBJ_8 /* SLazeKit */ = { isa = PBXGroup; children = ( - 6236959120B66E92000D7684 /* SLazeKit.h */, OBJ_9 /* Extensions */, OBJ_14 /* Protocols */, 6239227D2002DF1A0018982A /* Laze.swift */, OBJ_17 /* SLazeKit.swift */, + 6236959120B66E92000D7684 /* SLazeKit.h */, + 623695B120B6717E000D7684 /* Info.plist */, ); name = SLazeKit; path = Sources/SLazeKit;