[0.1.7] Add Info plist
This commit is contained in:
parent
1d4d927a4d
commit
4c460d4917
|
@ -58,6 +58,7 @@
|
||||||
|
|
||||||
/* Begin PBXFileReference section */
|
/* Begin PBXFileReference section */
|
||||||
6236959120B66E92000D7684 /* SLazeKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SLazeKit.h; sourceTree = "<group>"; };
|
6236959120B66E92000D7684 /* SLazeKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SLazeKit.h; sourceTree = "<group>"; };
|
||||||
|
623695B120B6717E000D7684 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||||
623922762002D8C30018982A /* LazeConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazeConfiguration.swift; sourceTree = "<group>"; };
|
623922762002D8C30018982A /* LazeConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazeConfiguration.swift; sourceTree = "<group>"; };
|
||||||
6239227D2002DF1A0018982A /* Laze.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Laze.swift; sourceTree = "<group>"; };
|
6239227D2002DF1A0018982A /* Laze.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Laze.swift; sourceTree = "<group>"; };
|
||||||
625B23AB1FF34625001976C3 /* Object.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Object.swift; sourceTree = "<group>"; };
|
625B23AB1FF34625001976C3 /* Object.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Object.swift; sourceTree = "<group>"; };
|
||||||
|
@ -165,11 +166,12 @@
|
||||||
OBJ_8 /* SLazeKit */ = {
|
OBJ_8 /* SLazeKit */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
6236959120B66E92000D7684 /* SLazeKit.h */,
|
|
||||||
OBJ_9 /* Extensions */,
|
OBJ_9 /* Extensions */,
|
||||||
OBJ_14 /* Protocols */,
|
OBJ_14 /* Protocols */,
|
||||||
6239227D2002DF1A0018982A /* Laze.swift */,
|
6239227D2002DF1A0018982A /* Laze.swift */,
|
||||||
OBJ_17 /* SLazeKit.swift */,
|
OBJ_17 /* SLazeKit.swift */,
|
||||||
|
6236959120B66E92000D7684 /* SLazeKit.h */,
|
||||||
|
623695B120B6717E000D7684 /* Info.plist */,
|
||||||
);
|
);
|
||||||
name = SLazeKit;
|
name = SLazeKit;
|
||||||
path = Sources/SLazeKit;
|
path = Sources/SLazeKit;
|
||||||
|
|
Loading…
Reference in New Issue