mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-03-06 16:30:55 +00:00
Merge pull request #164 from nemoeslovo/develop
Existed module map in Support folder conflicts generated by CocoaPods one
This commit is contained in:
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
|
||||
s.ios.vendored_frameworks = 'Vendor/CrashReporter.framework'
|
||||
s.xcconfig = {'GCC_PREPROCESSOR_DEFINITIONS' => %{$(inherited) BITHOCKEY_VERSION="@\\"#{s.version}\\"" BITHOCKEY_C_VERSION="\\"#{s.version}\\"" BITHOCKEY_BUILD="@\\"38\\"" BITHOCKEY_C_BUILD="\\"38\\""} }
|
||||
s.resource_bundle = { 'HockeySDKResources' => ['Resources/*.png', 'Resources/*.lproj'] }
|
||||
s.preserve_paths = 'Resources', 'Support'
|
||||
s.preserve_paths = 'Resources'
|
||||
s.private_header_files = 'Classes/*Private.h'
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user