mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Harmonize swift domain names to org.swift-project.*
This commit is contained in:
committed by
Michał Garapich
parent
f9de3ad409
commit
57b5e1421c
@@ -20,7 +20,7 @@ namespace BlackMisc
|
||||
void CSimulatorPluginInfo::convertFromJson(const QJsonObject &json)
|
||||
{
|
||||
if (json.contains("IID")) { // comes from the plugin
|
||||
if (json["IID"].toString() != QStringLiteral("org.swift.pilotclient.BlackCore.SimulatorInterface"))
|
||||
if (json["IID"].toString() != QStringLiteral("org.swift-project.blackcore.simulatorinterface"))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ namespace BlackMisc
|
||||
|
||||
//! Check if the provided plugin metadata is valid.
|
||||
//! Simulator plugin (driver) has to meet the following requirements:
|
||||
//! * implements org.swift.pilotclient.BlackCore.SimulatorInterface;
|
||||
//! * implements org.swift-project.blackcore.simulatorinterface;
|
||||
//! * provides plugin name;
|
||||
//! * specifies simulator it handles.
|
||||
//! Unspecified sim is considered as invalid.
|
||||
|
||||
Reference in New Issue
Block a user