+- MyProgram
+- Applications
| +- MyProgram.app
| +- Info.plist
| +- MyProgram
| +- icon.png
+- DEBIAN
| +- control
+- System
+- Library
+- LaunchDaemons
+- com.saurik.MyProgram.plist
Package: com.saurik.myprogram
Name: MyProgram
Version: 1.0.4-1
Architecture: iphoneos-arm
Description: an example of using APT
Every day people use Cydia, but with the
instructions embodied in this package,
people can publish for it as well.
Homepage: http://www.saurik.com/id/7
Depiction: http://www.saurik.com/id/7
Maintainer: Your Name <[email protected]>
Author: Jay Freeman (saurik) <[email protected]>
Sponsor: Microsoft <http://www.microsoft.com/>
Section: Games
Run the below command to not copy ._* files
export COPYFILE_DISABLE
export COPY_EXTENDED_ATTRIBUTES_DISABLE
codesign -fs "iPhone Developer" MyProgram/Applications/MyProgram.app
or (you might need sudo for this)
ldid -S MyProgram/Applications/MyProgram.app/MyProgram
dpkg-deb -b -Zgzip MyProgram/
We use -Zgzip to make sure it uses gzip instead of xz