From 2142f65eb6f1326553c524cb2a38d81e0366bde1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20A=2E=20=C3=81lvarez?= Date: Wed, 27 Sep 2023 18:31:09 +0200 Subject: [PATCH] emulator bundles are now in Frameworks instead of PlugIns --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 49e6f54..95c0e09 100644 --- a/Home.md +++ b/Home.md @@ -14,4 +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) -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 +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 `.mnvm` when building the app. The app looks for frameworks with a `.mnvm` extension, and shows them in the settings screen. \ No newline at end of file