日々精進

新しく学んだことを書き留めていきます

2014-01-29から1日間の記事一覧

cocoa podのpost_installフックを使ってAFNetworkingの自己証明書を許可する

iOS

Podfileに以下を追加すればよい。 post_install do |installer_representation| installer_representation.project.targets.each do |target| if target.name == 'Pods-AFNetworking' target.build_configurations.each do |config| config.build_settings['…