LoginSignup
2
2

More than 5 years have passed since last update.

CocoaPodsメモ

Posted at

ライブラリを特定のConfigurationでのみ有効にする

Podfile内のライブラリ定義でconfigurationに配列を渡す。次の例は、DebugというConfigurationでのみ、SparkInspectorが有効になる。

Podfile
pod "SparkInspector", :configuration => ["Debug"]
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2