remove info about CNFGGLOB.h (replaced by CNFUDALL.h)

Jesús A. Álvarez 2021-03-26 17:40:13 +01:00
parent d9c535e5de
commit 9dc2dbef89

@ -14,6 +14,4 @@ For each variant, there is a framework target that compiles all the necessary C
![Bundle structure](http://i.imgur.com/M4AoIvI.png)
![Bundle compiled files](http://i.imgur.com/jhD7O8u.png)
These can be generated with the Mini vMac build system, `EMCONFIG.h` is taken as it is, and parts of `CNFGGLOB.h` and `CNFGRAPI.h` are selected and put into the bundle's [`CNFGGLOB.h`](https://github.com/zydeco/minivmac4ios/blob/master/Mini%20vMac/MacPlus4M/CNFGGLOB.h), which also includes a shared [`CNFGGLOB.h`](https://github.com/zydeco/minivmac4ios/blob/master/Mini%20vMac/CNFGGLOB.h) with values common to all variants.
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.