mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
Merge pull request #79 from elektrojunge/master
Updated podspec to use vendored_frameworks attribute
This commit is contained in:
parent
fe9bbd55e9
commit
27b7ebe201
@ -18,10 +18,10 @@ Pod::Spec.new do |s|
|
||||
|
||||
s.source_files = 'Classes'
|
||||
s.requires_arc = true
|
||||
s.preserve_paths = 'Resources', 'Support', 'Vendor'
|
||||
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.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.resource_bundle = { 'HockeySDKResources' => ['Resources/*.png', 'Resources/*.lproj'] }
|
||||
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user