sPhone-Store/apps/BeaconNet/example.spk

23 lines
423 B
Text
Raw Normal View History

2016-11-03 12:17:06 +01:00
--
-- sPhone Application Package
-- Built with SPK builder 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())\\\
\",\
}",
config = "{\
main = \"exa.lua\",\
name = \"SPK Example\",\
id = \"sphone.examplespk\",\
author = \"BeaconNet\",\
version = 1.3,\
}",
}