Skip to content

Commit

Permalink
Merge branch 'release/1.0.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
msqr committed May 6, 2015
2 parents 48756e7 + 83c2611 commit f8a6d4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions BRFullTextSearch.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "BRFullTextSearch"
s.version = "1.0.6"
s.version = "1.0.7"
s.summary = "iOS Objective-C full text search engine."
s.description = <<-DESC
This project provides a way to integrate full-text search
Expand Down Expand Up @@ -30,7 +30,6 @@ Pod::Spec.new do |s|
s.xcconfig = {
'CLANG_CXX_LANGUAGE_STANDARD' => 'gnu++98',
'CLANG_CXX_LIBRARY' => 'libstdc++',
'GCC_OPTIMIZATION_LEVEL' => '1',
'OTHER_LDFLAGS' => '-stdlib=libstdc++',
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "SampleCocoaPodsProject/SampleCocoaPodsProject-Prefix.pch";
INFOPLIST_FILE = "SampleCocoaPodsProject/SampleCocoaPodsProject-Info.plist";
Expand Down

0 comments on commit f8a6d4b

Please sign in to comment.