Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

Commit

Permalink
Add UVPaginationInfo to shared framework target
Browse files Browse the repository at this point in the history
  • Loading branch information
austintaylor committed Aug 5, 2016
1 parent 42c2c6a commit d7aa30f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UserVoice.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@
D92767FC15597F3800E17EF1 /* UVArticle.m in Sources */ = {isa = PBXBuildFile; fileRef = D92767FA15597F3800E17EF1 /* UVArticle.m */; };
D927680C1559CB4000E17EF1 /* UVArticleViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = D927680A1559CB3F00E17EF1 /* UVArticleViewController.h */; };
D927680D1559CB4000E17EF1 /* UVArticleViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D927680B1559CB4000E17EF1 /* UVArticleViewController.m */; };
D92B447D1D54F1B0008E233E /* UVPaginationInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = D90B211C1C90ABEE00B52A9E /* UVPaginationInfo.m */; };
D94427A8181194F6002F716B /* UVContactViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = D94427A6181194F6002F716B /* UVContactViewController.h */; };
D94427A9181194F6002F716B /* UVContactViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D94427A7181194F6002F716B /* UVContactViewController.m */; };
D94427AC1811B90E002F716B /* UVInstantAnswersViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = D94427AA1811B90E002F716B /* UVInstantAnswersViewController.h */; };
Expand Down Expand Up @@ -1131,6 +1132,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D92B447D1D54F1B0008E233E /* UVPaginationInfo.m in Sources */,
D3683A3A1C7747270036064E /* Base64Transcoder.c in Sources */,
D36839FD1C77471D0036064E /* UVBabayaga.m in Sources */,
D36839FE1C77471D0036064E /* UVDeflection.m in Sources */,
Expand Down

0 comments on commit d7aa30f

Please sign in to comment.