mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
18 lines
403 B
JSON
18 lines
403 B
JSON
[
|
|
{
|
|
"module": "ToasterKit",
|
|
"install_name": "/System/Previous/macOS/ToasterKit.dylib",
|
|
"platforms": ["macOS"]
|
|
},
|
|
{
|
|
"module": "ToasterKit",
|
|
"install_name": "/System/Previous/iOS/ToasterKit.dylib",
|
|
"platforms": ["iOS", "iOS_sim"]
|
|
},
|
|
{
|
|
"module": "ToasterKit",
|
|
"install_name": "/System/Previous/macCatalyst/ToasterKit.dylib",
|
|
"platforms": ["macCatalyst"]
|
|
}
|
|
]
|