post_install cocoa-pods スクリプト内でアプリのターゲット名 (ポッドのターゲット名ではない) にアクセスする方法はありますか?
platform :ios, '9.0'
target 'MyProject' do
pod '...'
end
post_install do |installer|
# i need my application target 'MyProject' here
end
post_install cocoa-pods スクリプト内でアプリのターゲット名 (ポッドのターゲット名ではない) にアクセスする方法はありますか?
platform :ios, '9.0'
target 'MyProject' do
pod '...'
end
post_install do |installer|
# i need my application target 'MyProject' here
end