Description
- Swift Tools 5.3.0
Description
{
"name": "DeltaCore",
"path": "/usr/src/package",
"targets": [
{
"name": "DeltaCore",
"path": "DeltaCore",
"type": "library",
"c99name": "DeltaCore",
"sources": [
"Cores/DeltaCoreProtocol.swift",
"Cores/EmulatorBridging.swift",
"Delta.swift",
"Emulator Core/Audio/AudioManager.swift",
"Emulator Core/Audio/RingBuffer.swift",
"Emulator Core/EmulatorCore.swift",
"Emulator Core/Video/BitmapProcessor.swift",
"Emulator Core/Video/OpenGLESProcessor.swift",
"Emulator Core/Video/RenderThread.swift",
"Emulator Core/Video/VideoFormat.swift",
"Emulator Core/Video/VideoManager.swift",
"Extensions/Bundle+Resources.swift",
"Extensions/CGGeometry+Conveniences.swift",
"Extensions/CharacterSet+Hexadecimals.swift",
"Extensions/Thread+RealTime.swift",
"Extensions/UIApplication+AppExtension.swift",
"Extensions/UIDevice+Vibration.swift",
"Extensions/UIImage+PDF.swift",
"Extensions/UIResponder+FirstResponder.swift",
"Extensions/UIScene+KeyboardFocus.swift",
"Extensions/UIScreen+ControllerSkin.swift",
"Extensions/UIWindowScene+StageManager.swift",
"Filters/FilterChain.swift",
"Game Controllers/ExternalGameControllerManager.swift",
"Game Controllers/Keyboard/KeyboardGameController.swift",
"Game Controllers/Keyboard/KeyboardResponder.swift",
"Game Controllers/MFi/MFiGameController.swift",
"Model/Cheat.swift",
"Model/CheatFormat.swift",
"Model/ControllerSkin.swift",
"Model/ControllerSkinTraits.swift",
"Model/Game.swift",
"Model/GameControllerInputMapping.swift",
"Model/GameControllerStateManager.swift",
"Model/Inputs/AnyInput.swift",
"Model/Inputs/StandardGameControllerInput.swift",
"Model/SaveState.swift",
"Protocols/Inputs/GameController.swift",
"Protocols/Inputs/Input.swift",
"Protocols/Model/CheatProtocol.swift",
"Protocols/Model/ControllerSkinProtocol.swift",
"Protocols/Model/GameControllerInputMappingProtocol.swift",
"Protocols/Model/GameProtocol.swift",
"Protocols/Model/SaveStateProtocol.swift",
"Protocols/Rendering/AudioRendering.swift",
"Protocols/Rendering/VideoRendering.swift",
"Types/ExtensibleEnums.swift",
"UI/Controller/ButtonsInputView.swift",
"UI/Controller/ControllerDebugView.swift",
"UI/Controller/ControllerInputView.swift",
"UI/Controller/ControllerView.swift",
"UI/Controller/ImmediatePanGestureRecognizer.swift",
"UI/Controller/ThumbstickInputView.swift",
"UI/Controller/TouchControllerSkin.swift",
"UI/Controller/TouchInputView.swift",
"UI/Game/GameView.swift",
"UI/Game/GameViewController.swift",
"UI/Game/GameWindow.swift"
],
"resources": [
{
"path": "/usr/src/package/DeltaCore/Supporting Files/MFiGameController.deltamapping",
"rule": "copy"
},
{
"path": "/usr/src/package/DeltaCore/Supporting Files/KeyboardGameController.deltamapping",
"rule": "copy"
}
],
"module_type": "SwiftTarget",
"product_memberships": [
"DeltaCore"
],
"target_dependencies": [
"CDeltaCore"
],
"product_dependencies": [
"ZIPFoundation"
]
},
{
"name": "CDeltaCore",
"path": "DeltaCore",
"type": "library",
"c99name": "CDeltaCore",
"sources": [
"DeltaTypes.m",
"Emulator Core/Audio/DLTAMuteSwitchMonitor.m"
],
"module_type": "ClangTarget",
"product_memberships": [
"DeltaCore"
]
}
],
"products": [
{
"name": "DeltaCore",
"type": {
"library": [
"automatic"
]
},
"targets": [
"DeltaCore",
"CDeltaCore"
]
}
],
"platforms": [
{
"name": "ios",
"version": "12.0"
}
],
"dependencies": [
{
"url": "https://github.com/weichsel/ZIPFoundation.git",
"type": "sourceControl",
"identity": "zipfoundation",
"requirement": {
"range": [
{
"lower_bound": "0.9.11",
"upper_bound": "0.10.0"
}
]
}
}
],
"tools_version": "5.3",
"manifest_display_name": "DeltaCore"
}
Package Dump
{
"name": "DeltaCore",
"targets": [
{
"name": "CDeltaCore",
"path": "DeltaCore",
"type": "regular",
"exclude": [
"Delta.swift",
"Cores",
"Emulator Core/EmulatorCore.swift",
"Emulator Core/Video",
"Emulator Core/Audio/AudioManager.swift",
"Emulator Core/Audio/RingBuffer.swift",
"Extensions",
"Filters",
"Game Controllers",
"Model",
"Protocols",
"Supporting Files",
"Types/ExtensibleEnums.swift",
"UI"
],
"sources": [
"DeltaTypes.m",
"Emulator Core/Audio/DLTAMuteSwitchMonitor.m"
],
"settings": [],
"resources": [],
"dependencies": [],
"publicHeadersPath": "include"
},
{
"name": "DeltaCore",
"path": "DeltaCore",
"type": "regular",
"exclude": [
"DeltaTypes.m",
"Emulator Core/Audio/DLTAMuteSwitchMonitor.m",
"Supporting Files/Info.plist"
],
"settings": [
{
"name": "define",
"tool": "c",
"value": [
"GLES_SILENCE_DEPRECATION"
]
},
{
"name": "define",
"tool": "c",
"value": [
"CI_SILENCE_GL_DEPRECATION"
]
}
],
"resources": [
{
"path": "Supporting Files/KeyboardGameController.deltamapping",
"rule": "copy"
},
{
"path": "Supporting Files/MFiGameController.deltamapping",
"rule": "copy"
}
],
"dependencies": [
{
"byName": [
"CDeltaCore",
null
]
},
{
"byName": [
"ZIPFoundation",
null
]
}
]
}
],
"products": [
{
"name": "DeltaCore",
"type": {
"library": [
"automatic"
]
},
"targets": [
"DeltaCore",
"CDeltaCore"
]
}
],
"pkgConfig": null,
"platforms": [
{
"options": [],
"version": "12.0",
"platformName": "ios"
}
],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [
{
"sourceControl": [
{
"identity": "zipfoundation",
"location": {
"remote": [
"https://github.com/weichsel/ZIPFoundation.git"
]
},
"requirement": {
"range": [
{
"lowerBound": "0.9.11",
"upperBound": "0.10.0"
}
]
},
"productFilter": null,
"nameForTargetDependencyResolutionOnly": "ZIPFoundation"
}
]
}
],
"toolsVersion": {
"_version": "5.3.0"
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"swiftLanguageVersions": null
}
Dependencies
- ZIPFoundation0.9.16
Dependencies
{
"url": "/usr/src/package",
"name": "DeltaCore",
"path": "/usr/src/package",
"version": "unspecified",
"identity": "package",
"dependencies": [
{
"url": "https://github.com/weichsel/ZIPFoundation.git",
"name": "ZIPFoundation",
"path": "/usr/src/package/.build/checkouts/ZIPFoundation",
"version": "0.9.16",
"identity": "zipfoundation",
"dependencies": []
}
]
}