Method: Pod::Target::BuildSettings#pods_xcframeworks_build_dir

Defined in:
lib/cocoapods/target/build_settings.rb

#pods_xcframeworks_build_dirObject

The pods_xcframeworks_build_dir build setting for the #target.

The return value from this method will be: ‘pods_xcframeworks_build_dir, build_setting`.



222
223
224
# File 'lib/cocoapods/target/build_settings.rb', line 222

define_build_settings_method :pods_xcframeworks_build_dir, :build_setting => true do
  '$(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates'
end