Skip to content

Commit

Permalink
[0.1.7] Add Info plist
Browse files Browse the repository at this point in the history
  • Loading branch information
Shial committed May 24, 2018
1 parent 1d4d927 commit 4c460d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SLazeKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@

/* Begin PBXFileReference section */
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>"; };
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>"; };
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 4c460d4

Please sign in to comment.