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

Commit

Permalink
Remove redefinition of preprocessor macros, minor fixes and prepare f…
Browse files Browse the repository at this point in the history
…or version 0.1.15
  • Loading branch information
OlehKulykov committed Sep 1, 2015
1 parent 6b513c9 commit 777a163
Show file tree
Hide file tree
Showing 24 changed files with 2,099 additions and 1,241 deletions.
469 changes: 147 additions & 322 deletions CMakeLists.txt

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions FayeCpp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Pod::Spec.new do |s|

# Common settings
s.name = "FayeCpp"
s.version = "0.1.14"
s.summary = "Faye C++ client with Objective-C client wrapper."
s.version = "0.1.15"
s.summary = "Faye C++ lightweight, cross-platform client with Objective-C client wrapper."
s.description = <<-DESC
Faye C++ client with Objective-C client wrapper.
Faye C++ lightweight, cross-platform client with Objective-C client wrapper.
Library created with Pure C++ (features provided by Standard C++), without heavy STL and C++11 features.
You can use Objective-C wrapper or C++ client directly.
DESC
Expand Down Expand Up @@ -47,7 +47,7 @@ You can use Objective-C wrapper or C++ client directly.
'libwebsockets/lib/alloc.c'

s.resources = 'contrib/objc/FayeCpp.bundle'
s.compiler_flags = '-DHAVE_FAYECPP_CONFIG_H=1', '-DHAVE_CONFIG_H=1', '-DCMAKE_BUILD=1', '-DHAVE_COREFOUNDATION_FRAMEWORK=1'
s.compiler_flags = '-DHAVE_FAYECPP_CONFIG_H=1', '-DHAVE_CONFIG_H=1', '-DCMAKE_BUILD=1', '-DRE_HAVE_COREFOUNDATION_FRAMEWORK=1'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '"${PODS_ROOT}/FayeCpp/contrib/objc" "${PODS_ROOT}/FayeCpp/libwebsockets/lib" "${PODS_ROOT}/FayeCpp/jansson/src"' }
s.libraries = 'z', 'stdc++'
s.framework = 'CoreFoundation'
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.1.14.{build}
version: 0.1.15.{build}

# branches to build
branches:
Expand Down
Loading

0 comments on commit 777a163

Please sign in to comment.