1 bundler.name=Mac App Store Ready Bundler
   2 bundler.description=Creates a binary bundle ready for deployment into the Mac App Store."
   3 
   4 param.signing-key-app.name=Application Signing Key
   5 param.signing-key-app.description=The full name of the signing key to sign the application with.
   6 
   7 param.signing-key-pkg.name=Installer Signing Key
   8 param.signing-key-pkg.description=The full name of the signing key to sign the PKG Installer with.
   9 
  10 param.mac-app-store-entitlements.name=Entitlements File
  11 param.mac-app-store-entitlements.description=File location of a custom mac app store entitlements file
  12 
  13 param.installer-suffix.name=Installer Suffix
  14 param.installer-suffix.description=The suffix for the installer name for this package.  <name><suffix>.pkg.
  15 
  16 resource.mac-app-store-entitlements=Mac App Store Entitlements
  17 resource.mac-app-store-inherit-entitlements=Mac App Store Inherit Entitlements
  18 
  19 error.parameters-null=Parameters map is null.
  20 error.parameters-null.advice=Pass in a non-null parameters map.
  21 error.cannot-create-output-dir=Output directory {0} cannot be created.
  22 error.cannot-write-to-output-dir=Output directory {0} is not writable.
  23 error.no-system-runtime=Bundle Configured to use the System JRE
  24 error.no-system-runtime.advice=Do not set 'runtime' to null, either don't set it or set it to a valid value.
  25 error.must-sign-app-store=Mac App Store apps must be signed, and signing has been disabled by bundler configuration.
  26 error.must-sign-app-store.advice=Either unset 'signBundle' or set 'signBundle' to true.
  27 error.no-app-signing-key=No Mac App Store App Signing Key
  28 error.no-app-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode.
  29 error.no-pkg-signing-key=No Mac App Store Installer Signing Key
  30 error.no-pkg-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode.
  31 
  32 message.config-save-location=Config files are saved to {0}. Use them to customize package.
  33 message.building-bundle=Building Mac App Store Bundle for {0}
  34 mesasge.intermediate-bundle-location=Intermediate application bundle image\: {0}