mirror of
https://github.com/zydeco/minivmac4ios.git
synced 2025-04-20 19:37:00 +00:00
emulator bundles are now in Frameworks instead of PlugIns
parent
87c0c3acf1
commit
2142f65eb6
2
Home.md
2
Home.md
@ -14,4 +14,4 @@ For each variant, there is a framework target that compiles all the necessary C
|
||||

|
||||

|
||||
|
||||
Each framework's `Info.plist` is generated from [`PlugIn-Info.plist`](https://github.com/zydeco/minivmac4ios/blob/master/Mini%20vMac/PlugIn-Info.plist) and [`PlugIn-Capabilities.plist.xml`](https://github.com/zydeco/minivmac4ios/blob/master/Mini%20vMac/PlugIn-Capabilities.plist.xml), and has its own [icon](https://github.com/zydeco/minivmac4ios/blob/master/Mini%20vMac/MacPlus4M/Icon.png) that is shown in the settings screen. The frameworks are copied to the `PlugIns` directory and renamed to `<name>.mnvm` when building the app. The app looks for plugins with a `.mnvm` extension, and shows them in the settings screen.
|
||||
Each framework's `Info.plist` is generated from [`PlugIn-Info.plist`](https://github.com/zydeco/minivmac4ios/blob/master/Mini%20vMac/PlugIn-Info.plist) and [`PlugIn-Capabilities.plist.xml`](https://github.com/zydeco/minivmac4ios/blob/master/Mini%20vMac/PlugIn-Capabilities.plist.xml), and has its own [icon](https://github.com/zydeco/minivmac4ios/blob/master/Mini%20vMac/MacPlus4M/Icon.png) that is shown in the settings screen. The frameworks are copied to the `Frameworks` directory and renamed to `<name>.mnvm` when building the app. The app looks for frameworks with a `.mnvm` extension, and shows them in the settings screen.
|
Loading…
x
Reference in New Issue
Block a user