Skip to content

Macintosh App Bundle Details

Parallax Git Administrator edited this page Mar 9, 2017 · 3 revisions

Starting with BlocklyPropClient v0.5.4, the application is distributed in a Macintosh Application Bundle format that follows Apple's guidelines. This bundle is automatically created through the execution of the BlocklyPropClient.macos.spec file.

The structure is summarized as follows:

  • BlocklyPropClient.app application bundle
    • Contents subfolder
      • Info.plist bundle description
      • Frameworks subfolder: empty
      • MacOS subfolder
        • blocklypropclient application executable
        • libraries .so
        • include subfolder symbolic link
        • propeller-tools subfolder symbolic link
        • tcl subfolder symbolic link
        • tk subfolder symbolic link
      • Resources subfolder
        • BlocklyPropClient.icns icon file
        • include subfolder
          • other libraries
        • lib subfolder
          • python2.7 subfolder
            • more...
        • propeller-tools subfolder
          • mac subfolder
            • propeller-load propeller loader executable
        • tcl subfolder
          • more files
        • tk subfolder
          • more files