Add iOS .gitignore and TF1Plus.plist

This commit is contained in:
√(noham)²
2026-05-03 16:11:20 +02:00
parent 9c7f571e8f
commit 5a068bf71a
2 changed files with 13 additions and 0 deletions

3
TF1Plus/TF1Plus-iOS/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
.theos/
packages/
.DS_Store

View File

@@ -0,0 +1,10 @@
{
Filter = {
Bundles = (
"com.tf1.applitf1",
);
Executables = (
mytf1,
);
};
}