remove Pods related configurations
This commit is contained in:
parent
d9a3cf4882
commit
0d4370ee40
3 changed files with 21 additions and 177 deletions
24
Podfile
24
Podfile
|
|
@ -1,24 +0,0 @@
|
|||
platform :ios, '10.2'
|
||||
use_frameworks!
|
||||
|
||||
target 'passKit' do
|
||||
target 'pass' do
|
||||
inherit! :search_paths
|
||||
end
|
||||
target 'passExtension' do
|
||||
inherit! :search_paths
|
||||
end
|
||||
target 'passKitTests' do
|
||||
inherit! :search_paths
|
||||
end
|
||||
end
|
||||
|
||||
post_install do |installer|
|
||||
installer.pods_project.targets.each do |target|
|
||||
target.build_configurations.each do |config|
|
||||
cflags = config.build_settings['OTHER_CFLAGS'] || ['$(inherited)']
|
||||
cflags << '-fembed-bitcode'
|
||||
config.build_settings['OTHER_CFLAGS'] = cflags
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue