mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
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:
@@ -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"
|
||||
|
||||
@@ -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)"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user