mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-03-02 22:55:18 +00:00
Merge pull request #67 from elektrojunge/develop
Removed no longer necessary prepare_command from podspec
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user