Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

icon compact-disc
description https://github.com/xplshn/AppBundleHUB

AppBundle


Schema

{% hint style="info" %} .pkg: ${PKG_NAME}

.pkg_type: appbundle

${SBUILD_PKG} : ${PKG_NAME}.appbundle {% endhint %}


Prerequisites (HOST)

{% hint style="info" %}

  • Fuse: Required for mounting Filesystems & Images
  • Fonts: Required to display/render Non-English Chars, Emojis, Symbols etc.
  • Kernel User NameSpaces: Required for Sandboxing, Security & Performance {% endhint %}

Quirks

{% hint style="info" %} WARNINGS

  • NEVER run strip, objcopy or any other binary rewriting tool as they will often just strip the squashfs|dwarfs archive, only preserving the runtime.
  • A typical .appbundle file is not a real elf binary, thus will not survive this process. {% endhint %}