You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Florian Müller (JIRA)" <ji...@apache.org> on 2013/07/02 12:56:20 UTC

[jira] [Assigned] (CMIS-683) Package CMIS Workbench as a Mac OSX application

     [ https://issues.apache.org/jira/browse/CMIS-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Müller reassigned CMIS-683:
-----------------------------------

    Assignee: Florian Müller
    
> Package CMIS Workbench as a Mac OSX application
> -----------------------------------------------
>
>                 Key: CMIS-683
>                 URL: https://issues.apache.org/jira/browse/CMIS-683
>             Project: Chemistry
>          Issue Type: Improvement
>          Components: opencmis-workbench
>    Affects Versions: OpenCMIS 0.9.0
>         Environment: Mac OSX
>            Reporter: Peter Monks
>            Assignee: Florian Müller
>
> It would be very handy if the CMIS Workbench was available as a Mac OSX application.
> This should involve nothing more than creating a zip file with the following directory structure:
> {code:title=Mac OSX Application Directory Structure|borderStyle=solid}
> CMIS Workbench.app
>  |
>  +-- Resources
>  |    |
>  |    +-- <existing CMIS Workbench zip distribution goes here, unzipped>
>  |
>  +-- MacOS
>  |    |
>  |    +-- run.sh
>  |
>  +-- info.plist
> {code}
> The info.plist file would contain something like:
> {code:title=info.plist|borderStyle=solid}
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
> <plist version="1.0">
> <dict>
>     <key>CFBundleExecutable</key>
>     <string>run.sh</string>
>     <key>CFBundleIconFile</key>
>     <string></string>
>     <key>CFBundleInfoDictionaryVersion</key>
>     <string>1.0</string>
>     <key>CFBundlePackageType</key>
>     <string>APPL</string>
>     <key>CFBundleSignature</key>
>     <string>????</string>
>     <key>CFBundleVersion</key>
>     <string>1.0</string>
> </dict>
> </plist>
> {code}
> And the run.sh file would contain something like:
> {code:title=run.sh|borderStyle=solid}
> #!/bin/sh
> ../Resources/chemistry-opencmis-workbench-0.9.0-full/workbench.sh
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira