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 = "{\
|
2016-11-15 22:31:43 +01:00
|
|
|
type = \"app\",\
|
2016-11-03 12:17:06 +01:00
|
|
|
main = \"exa.lua\",\
|
|
|
|
name = \"SPK Example\",\
|
|
|
|
id = \"sphone.examplespk\",\
|
|
|
|
version = 1.3,\
|
2016-11-15 22:31:43 +01:00
|
|
|
author = \"BeaconNet\",\
|
2016-11-03 12:17:06 +01:00
|
|
|
}",
|
|
|
|
}
|