applying posterboard tweaks from zip

This commit is contained in:
leminlimez
2025-03-13 11:44:25 -04:00
parent 6ccac7bd09
commit 9bc7647a8e
8 changed files with 6651 additions and 140 deletions

View File

@@ -113,6 +113,7 @@ class SymbolicLink(BackupFile):
class AppBundle:
identifier: str
path: str
container_content_class: str
version: str = 804
@dataclass
@@ -197,6 +198,7 @@ class Backup:
appInfo = {
"CFBundleIdentifier": app.identifier,
"CFBundleVersion": app.version,
"ContainerContentClass": app.container_content_class,
"Path": app.path
}
plist["Applications"][app.identifier] = appInfo