From 90d248d5cb28c59a68e98cebc153f40c2bc1ada5 Mon Sep 17 00:00:00 2001 From: Benny Reimold Date: Thu, 16 Jan 2014 12:25:40 +0100 Subject: [PATCH] Added BITHOCKEY_BUILD to podspec --- HockeySDK.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HockeySDK.podspec b/HockeySDK.podspec index b800df1b..4179e619 100644 --- a/HockeySDK.podspec +++ b/HockeySDK.podspec @@ -21,7 +21,7 @@ Pod::Spec.new do |s| s.preserve_paths = 'Resources', 'Support' s.frameworks = 'CoreText', 'QuartzCore', 'SystemConfiguration', 'CoreGraphics', 'UIKit', 'Security' s.ios.vendored_frameworks = 'Vendor/CrashReporter.framework' - s.xcconfig = {'GCC_PREPROCESSOR_DEFINITIONS' => %{$(inherited) BITHOCKEY_VERSION="@\\"#{s.version}\\""} } + s.xcconfig = {'GCC_PREPROCESSOR_DEFINITIONS' => %{$(inherited) BITHOCKEY_VERSION="@\\"#{s.version}\\"" BITHOCKEY_BUILD="@\\"24\\""} } s.resource_bundle = { 'HockeySDKResources' => ['Resources/*.png', 'Resources/*.lproj'] } end \ No newline at end of file