Skip to content

Commit

Permalink
Add README to pod.
Browse files Browse the repository at this point in the history
  • Loading branch information
msqr committed Oct 12, 2015
1 parent 7dee88f commit 8ae99a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BRFullTextSearch.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,7 @@
C99FCBE918466AA700A90E66 /* TestIndexable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TestIndexable.m; sourceTree = "<group>"; };
C99FCBEB18466FE600A90E66 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
C99FCBEE1846745E00A90E66 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
C9A68F3D1BCB6376003E6AE1 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; };
C9AE054317E149E4006527D0 /* NSDate_BRFullTextSearchAdditionsTests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSDate_BRFullTextSearchAdditionsTests.h; sourceTree = "<group>"; };
C9AE054417E149E4006527D0 /* NSDate_BRFullTextSearchAdditionsTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSDate_BRFullTextSearchAdditionsTests.m; sourceTree = "<group>"; };
C9D6EC1F1AD615FC006D23F4 /* SnowballPrefixFilter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SnowballPrefixFilter.cpp; sourceTree = "<group>"; };
Expand Down Expand Up @@ -971,6 +972,7 @@
C909C2671784CB600016C25E /* Supporting Files */ = {
isa = PBXGroup;
children = (
C9A68F3D1BCB6376003E6AE1 /* README.md */,
C97940F61786240100DF0660 /* stop-words.txt */,
C909C6491784D00C0016C25E /* BRFullTextSearch.h */,
C909C2681784CB600016C25E /* BRFullTextSearch-Prefix.pch */,
Expand Down

0 comments on commit 8ae99a6

Please sign in to comment.