refs #404 Use domain-based identifiers for plugins

* Changed all plugin identifier to org.swift-project.plugins.simulator.*
* Fixed a small bug that caused settings be parsed wrong
This commit is contained in:
Michał Garapich
2015-04-13 00:57:07 +02:00
parent 1d5cbb7a9d
commit f9de3ad409
4 changed files with 23 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
{
"identifier" : "swift_generic_fs9",
"identifier" : "org.swift-project.plugins.simulator.fs9",
"name" : "Microsoft Flight Simulator 2004",
"simulator" : "fs9",
"description" : "Microsoft Flight Simulator 2004"

View File

@@ -1,5 +1,5 @@
{
"identifier" : "swift_generic_fsx",
"identifier" : "org.swift-project.plugins.simulator.fsx",
"name" : "Microsoft Flight Simulator X",
"simulator" : "fsx",
"description" : "Microsoft Flight Simulator X (2006)"

View File

@@ -1,5 +1,5 @@
{
"identifier" : "swift_generic_xplane",
"identifier" : "org.swift-project.plugins.simulator.xplane",
"name" : "X-Plane",
"simulator" : "xplane",
"description" : "X-Plane support via the xbus plugin"