From 55ab1970eb98c77022387f5708aa9192edb705b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20A=2E=20=C3=81lvarez?= Date: Mon, 11 Jul 2016 22:07:44 +0200 Subject: [PATCH] Add Mini vMac by @zydeco (#355) [ci skip] --- contents.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/contents.json b/contents.json index 80519ec4..344f26ce 100644 --- a/contents.json +++ b/contents.json @@ -4985,7 +4985,7 @@ "tags": ["swift", "viper"], "license": "mit" }, - { + { "title": "My First Memory", "category": ["media", "games"], "description": "Introduction to iOS & Swift / memory game implementation fetching images from Instagram", @@ -4993,6 +4993,15 @@ "tags": ["swift"], "license": "gpl-3.0", "stars": 27 + }, + { + "title": "Mini vMac", + "category": ["emulators"], + "description": "Early 68K Macintosh emulator", + "source": "https://github.com/zydeco/minivmac4ios", + "homepage": "https://namedfork.net/minivmac/", + "stars": 20, + "license": "gpl-2.0" } ] }