sPhone-Store/apps/BeaconNet/example.spk

26 lines
505 B
Text
Raw Normal View History

2016-11-03 12:17:06 +01:00
--
-- sPhone Application Package
2016-11-03 13:16:18 +01:00
-- Built with SPK builder 1.1
2016-11-03 12:17:06 +01:00
--
{
files = "{\
[ \"exa.lua\" ] = \"print(\\\"This is an example file\\\")\\\
print(spk.getID())\\\
print(spk.getPath())\\\
print(spk.getName())\\\
print(spk.getAuthor())\\\
print(spk.getVersion())\\\
2016-11-03 13:16:18 +01:00
print(\\\"Press any key\\\")\\\
os.pullEvent(\\\"key\\\")\\\
2016-11-03 12:17:06 +01:00
\",\
}",
config = "{\
main = \"exa.lua\",\
name = \"SPK Example\",\
id = \"sphone.examplespk\",\
author = \"BeaconNet\",\
version = 1.3,\
2016-11-15 22:24:06 +01:00
type = \"app\",\
2016-11-03 12:17:06 +01:00
}",
}