From 33acdefee4f7b98ebc51cb091726c7f8a326c500 Mon Sep 17 00:00:00 2001 From: Benny Reimold Date: Mon, 30 Sep 2013 16:21:27 +0200 Subject: [PATCH] Removed no longer necessary prepare_command from podspec --- HockeySDK.podspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/HockeySDK.podspec b/HockeySDK.podspec index 402ea5678c..16a13d6990 100644 --- a/HockeySDK.podspec +++ b/HockeySDK.podspec @@ -22,7 +22,6 @@ Pod::Spec.new do |s| s.frameworks = 'CoreText', 'QuartzCore', 'SystemConfiguration', 'CrashReporter', 'CoreGraphics', 'UIKit', 'Security' s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/HockeySDK/Vendor"', 'GCC_PREPROCESSOR_DEFINITIONS' => %{$(inherited) BITHOCKEY_VERSION="@\\"#{s.version}\\""} } - s.resource_bundle = { 'HockeySDKResources' => ['Resources/*.png', 'Resources/*.lproj'] } - s.prepare_command = 'xcodebuild -project Support/HockeySDK.xcodeproj -target HockeySDKResources CONFIGURATION_BUILD_DIR=../Resources 2>&1 > /dev/null' + end \ No newline at end of file