سؤال

Is there a way to write a comment inside a CocoaPod file? I had a look at their CocoaPods Guide, but I couldn't see anything.

هل كانت مفيدة؟

المحلول

You can add comments in a Podfile by using the Ruby comment syntax:

Inline

#comment

Block

=begin
all my comments..
=end
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top