Merge pull request #66 from elektrojunge/develop

Switched back to s.resource_bundle in podspec to remove deprecation warning on installation via cocoapods
This commit is contained in:
Andreas Linde 2013-09-30 03:10:49 -07:00
commit e76e6ac137

View File

@ -23,7 +23,6 @@ Pod::Spec.new do |s|
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/HockeySDK/Vendor"',
'GCC_PREPROCESSOR_DEFINITIONS' => %{$(inherited) BITHOCKEY_VERSION="@\\"#{s.version}\\""} }
s.resource = 'Resources/HockeySDKResources.bundle'
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
end