now can package ipa, still problems with signing

This commit is contained in:
2026-01-02 01:56:22 +02:00
parent 5759e401af
commit e3faa6f53b
21 changed files with 312 additions and 21 deletions

View File

@@ -0,0 +1,6 @@
#include "stdio.h"
int main()
{
printf("Hello, world!\n");
return 0;
};