sPhone-Store/apps/BeaconNet/example.spk
2016-11-03 13:16:18 +01:00

24 lines
486 B
Text

--
-- sPhone Application Package
-- Built with SPK builder 1.1
--
{
files = "{\
[ \"exa.lua\" ] = \"print(\\\"This is an example file\\\")\\\
print(spk.getID())\\\
print(spk.getPath())\\\
print(spk.getName())\\\
print(spk.getAuthor())\\\
print(spk.getVersion())\\\
print(\\\"Press any key\\\")\\\
os.pullEvent(\\\"key\\\")\\\
\",\
}",
config = "{\
main = \"exa.lua\",\
name = \"SPK Example\",\
id = \"sphone.examplespk\",\
author = \"BeaconNet\",\
version = 1.3,\
}",
}