All Downloads are FREE. Search and download functionalities are using the official Maven repository.

macosx.Info.plist Maven / Gradle / Ivy

Go to download

A Maven plugin that creates launchers for Windows (using Janel), Mac OS X (creating a .app structure, or tree with shell script) or Linux (using a shell script). (Apache License v2) 2008-2013 Matt Gumbley, DevZendo.org

The newest version!



    CFBundleDocumentTypes
    
        
            CFBundleTypeOSTypes
            
                ${xplp.bundleostype}
            
            CFBundleTypeName
            ${xplp.bundletypename}
            CFBundleTypeExtensions
            
                ${xplp.filetype}
            
            CFBundleTypeRole
            Editor
        
    
    CFBundleName
    ${xplp.applicationname}
    CFBundleVersion
    ${project.version}
    CFBundleAllowMixedLocalizations
    false
    CFBundleGetInfoString
    ${project.version}, ${project.description}
    CFBundleInfoDictionaryVersion
    6.0
    CFBundleIdentifier
    ${xplp.mainclassname}
    CFBundleExecutable
    JavaApplicationStub
    CFBundleDevelopmentRegion
    English
    CFBundlePackageType
    APPL
    CFBundleSignature
    ${xplp.bundlesignature}
    CFBundleIconFile
    ${xplp.iconsfilename}
    Java
    
        MainClass
        ${xplp.mainclassname}
        JVMVersion
        1.4+
        ClassPath
        
${xplp.macosxclasspatharray}
        
${xplp.macosxvmoptionsarray}        Properties
        
            java.library.path
            $JAVAROOT/lib
            com.apple.mrj.application.apple.menu.about.name
            ${xplp.applicationname}
            apple.awt.textantialiasing
            true
            com.apple.smallTabs
            false
            apple.laf.useScreenMenuBar
            true
            com.apple.mrj.application.live-resize
            true
            apple.awt.antialiasing
            true
            apple.awt.showGrowBox
            true
${xplp.macosxsystemproperties}        
    





© 2015 - 2025 Weber Informatics LLC | Privacy Policy