Infuse-tvOS: add executable, support arm64e, bump version

This commit is contained in:
√(noham)²
2026-05-28 11:51:35 +02:00
parent e41d8f7279
commit dee3024d26
3 changed files with 5 additions and 2 deletions

View File

@@ -3,5 +3,8 @@
Bundles = (
"com.firecore.infuse",
);
Executables = (
"infuse",
);
};
}

View File

@@ -1,5 +1,5 @@
TARGET = appletv:latest:18.3
ARCHS = arm64
ARCHS = arm64 arm64e
INSTALL_TARGET_PROCESSES = infuse
THEOS_PACKAGE_SCHEME = rootless

View File

@@ -1,6 +1,6 @@
Package: io.infuseteam.infuserootless
Name: Infuse (Rootless)
Version: 2.1
Version: 2.2
Architecture: appletvos-arm64
Description: Unlock the full potential of Infuse
Maintainer: Infuse Team