Method: Omnibus::Config#dmg_pkg_position

Defined in:
lib/omnibus/config.rb

#dmg_pkg_position(value = NULL) ⇒ String

The starting x,y position where the .pkg file should live in the DMG window.

Returns:

  • (String)


209
210
211
212
213
214
# File 'lib/omnibus/config.rb', line 209

default(:dmg_pkg_position) do
  Omnibus.logger.deprecated("Config") do
    "Config.dmg_pkg_position. This value is no longer part of the " \
    "config and should be defined in the `compressor' block in the project."
  end
end