Added xMasterX API v11.x source

This commit is contained in:
UberGuidoZ
2023-01-25 23:52:38 -08:00
parent 33322c0d73
commit e292fbfcd5
1094 changed files with 102160 additions and 0 deletions
@@ -0,0 +1,14 @@
App(
appid="Caesar_Cipher",
name="Caesar Cipher",
apptype=FlipperAppType.PLUGIN,
entry_point="caesar_cipher_app",
cdefines=["APP_CAESAR_CIPHER"],
requires=[
"gui",
],
stack_size=2 * 1024,
fap_icon="caesar_cipher_icon.png",
fap_category="Misc_Extra",
order=20,
)