Skip to content

Commit fe6d666

Browse files
committed
add doc
1 parent 87d024f commit fe6d666

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

lib/cocoapods-binary/Main.rb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def keep_source_code_for_prebuilt_frameworks!
2424
DSL.dont_remove_source_code = true
2525
end
2626

27-
# Add custom xcodebuild option to the prebuiling aciton
27+
# Add custom xcodebuild option to the prebuilding action
2828
#
2929
# You may use this for your special demands. For example: the default archs in dSYMs
3030
# of prebuilt frameworks is 'arm64 armv7 x86_64', and no 'i386' for 32bit simulator.
@@ -33,7 +33,12 @@ def keep_source_code_for_prebuilt_frameworks!
3333
#
3434
# ` set_custom_xcodebuild_options_for_prebuilt_frameworks :simulator => "ARCHS=$(ARCHS_STANDARD)" `
3535
#
36-
# @options String or Hash
36+
# Another example to disable the generating of dSYM file:
37+
#
38+
# ` set_custom_xcodebuild_options_for_prebuilt_frameworks "DEBUG_INFORMATION_FORMAT=dwarf"`
39+
#
40+
#
41+
# @param [String or Hash] options
3742
#
3843
# If is a String, it will apply for device and simulator. Use it just like in the commandline.
3944
# If is a Hash, it should be like this: { :device => "XXXXX", :simulator => "XXXXX" }

0 commit comments

Comments
 (0)