Skip to content

Commit

Permalink
Add libxml2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzhow committed Jun 7, 2016
1 parent 0543348 commit 19a3947
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Yep.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,8 @@
6A8215051BCBE5170011F36C /* MiniCardSkillLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A8215041BCBE5170011F36C /* MiniCardSkillLayout.swift */; };
6A8215081BCBE8F10011F36C /* DiscoverSkillCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A8215061BCBE8F10011F36C /* DiscoverSkillCell.swift */; };
6A8215091BCBE8F10011F36C /* DiscoverSkillCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6A8215071BCBE8F10011F36C /* DiscoverSkillCell.xib */; };
6A8DA7F51D07072000A3CEE4 /* libxml2.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A8DA7F41D07072000A3CEE4 /* libxml2.tbd */; };
6A8DA7F61D07072700A3CEE4 /* libxml2.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A8DA7F41D07072000A3CEE4 /* libxml2.tbd */; };
6AB0DF5A1BE169000052BED1 /* ShareProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AB0DF591BE169000052BED1 /* ShareProfileView.swift */; };
6AC40E311C47A8EE0024FC63 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6AC40E301C47A8EE0024FC63 /* CoreData.framework */; };
6AC40E351C47A9060024FC63 /* libsqlite3.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 6AC40E341C47A9060024FC63 /* libsqlite3.tbd */; };
Expand Down Expand Up @@ -1185,6 +1187,7 @@
6A8215041BCBE5170011F36C /* MiniCardSkillLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MiniCardSkillLayout.swift; path = Views/Cells/DiscoverCardUser/MiniCardSkillLayout.swift; sourceTree = "<group>"; };
6A8215061BCBE8F10011F36C /* DiscoverSkillCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = DiscoverSkillCell.swift; path = Views/Cells/DiscoverSkill/DiscoverSkillCell.swift; sourceTree = "<group>"; };
6A8215071BCBE8F10011F36C /* DiscoverSkillCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = DiscoverSkillCell.xib; path = Views/Cells/DiscoverSkill/DiscoverSkillCell.xib; sourceTree = "<group>"; };
6A8DA7F41D07072000A3CEE4 /* libxml2.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libxml2.tbd; path = usr/lib/libxml2.tbd; sourceTree = SDKROOT; };
6AB0DF591BE169000052BED1 /* ShareProfileView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ShareProfileView.swift; path = Views/ShareProfileView/ShareProfileView.swift; sourceTree = "<group>"; };
6AC40E301C47A8EE0024FC63 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
6AC40E321C47A8FE0024FC63 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -1217,6 +1220,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
6A8DA7F61D07072700A3CEE4 /* libxml2.tbd in Frameworks */,
5052620B1C51CDE600292C6A /* libz.tbd in Frameworks */,
6AC40E351C47A9060024FC63 /* libsqlite3.tbd in Frameworks */,
503E721D1CF2A59200822B91 /* YepConfig.framework in Frameworks */,
Expand Down Expand Up @@ -1354,6 +1358,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
6A8DA7F51D07072000A3CEE4 /* libxml2.tbd in Frameworks */,
50D84EE51CF2CB1C0018D91F /* YepNetworking.framework in Frameworks */,
50C106871D06693A002EAB5C /* Kanna.framework in Frameworks */,
);
Expand Down Expand Up @@ -3393,6 +3398,7 @@
67B708B60AAD1DEA82A6A682 /* Frameworks */ = {
isa = PBXGroup;
children = (
6A8DA7F41D07072000A3CEE4 /* libxml2.tbd */,
50C106991D066A3C002EAB5C /* MonkeyKing.framework */,
50C106971D066A35002EAB5C /* Proposer.framework */,
50C106951D066A2E002EAB5C /* Ruler.framework */,
Expand Down

0 comments on commit 19a3947

Please sign in to comment.