1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2025-02-13 10:20:43 +01:00

Remove 3d-touch category

This commit is contained in:
dkhamsing 2020-04-22 05:54:39 -07:00
parent b7c1ab74a9
commit 4a12f0ba69

View File

@ -266,11 +266,6 @@
"title": "Misc", "title": "Misc",
"id": "misc" "id": "misc"
}, },
{
"title": "3D Touch",
"id": "3d-touch",
"parent": "misc"
},
{ {
"title": "Appcelerator", "title": "Appcelerator",
"id": "appcelerator", "id": "appcelerator",
@ -6852,7 +6847,7 @@
{ {
"title": "ForceSketch", "title": "ForceSketch",
"category-ids": [ "category-ids": [
"3d-touch" "misc"
], ],
"description": "Sketching app", "description": "Sketching app",
"source": "https://github.com/FlexMonkey/ForceSketch", "source": "https://github.com/FlexMonkey/ForceSketch",
@ -6870,7 +6865,7 @@
{ {
"title": "Plum-O-Meter", "title": "Plum-O-Meter",
"category-ids": [ "category-ids": [
"3d-touch" "misc"
], ],
"description": "Weigh plums (and other small fruit!)", "description": "Weigh plums (and other small fruit!)",
"source": "https://github.com/FlexMonkey/Plum-O-Meter", "source": "https://github.com/FlexMonkey/Plum-O-Meter",
@ -15383,7 +15378,6 @@
"misc" "misc"
], ],
"tags": [ "tags": [
"3d-touch",
"clone", "clone",
"core-data", "core-data",
"firebase", "firebase",