From 1b22398d4195b12b1587ce3503b964abe9f73677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20A=2E=20=C3=81lvarez?= Date: Fri, 15 Jul 2016 19:39:35 +0200 Subject: [PATCH] updated details about framework Info.plist generation --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 2a460cc..3f9ec5f 100644 --- a/Home.md +++ b/Home.md @@ -16,4 +16,4 @@ For each variant, there is a framework target that compiles all the necessary C 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 also has an [`Info.plist`](https://github.com/zydeco/minivmac4ios/blob/master/Mini%20vMac/MacPlus4M/Info.plist) and an [icon](https://github.com/zydeco/minivmac4ios/blob/master/Mini%20vMac/MacPlus4M/Icon.png) that is shown in settings. The frameworks are copied to the `PlugIns` directory and renamed to `.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 `PlugIns` directory and renamed to `.mnvm` when building the app. The app looks for plugins with a `.mnvm` extension, and shows them in the settings screen. \ No newline at end of file