mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2024-12-28 20:25:07 +03:00
Create Animoji category
This commit is contained in:
parent
87c12cc834
commit
43a29ad90c
@ -129,6 +129,11 @@
|
||||
"id": "media",
|
||||
"description": "Image, video, audio, reading"
|
||||
},
|
||||
{
|
||||
"title": "Animoji",
|
||||
"id": "animoji",
|
||||
"parent": "media"
|
||||
},
|
||||
{
|
||||
"title": "Audio",
|
||||
"id": "audio",
|
||||
@ -14587,14 +14592,14 @@
|
||||
{
|
||||
"title": "SBSAnimoji",
|
||||
"source": "https://github.com/simonbs/SBSAnimoji",
|
||||
"description": "Animoji app using Apple's private framework AvatarKit",
|
||||
"category-ids": ["video"],
|
||||
"description": "Uses Apple's private framework AvatarKit",
|
||||
"category-ids": ["animoji"],
|
||||
"tags": ["swift", "iphonex"],
|
||||
"screenshots": ["https://github.com/simonbs/SBSAnimoji/raw/master/screenshot.png"],
|
||||
"stars": 209,
|
||||
"date_added": "Nov 7 2017",
|
||||
"license": "other",
|
||||
"suggested_by": "@dkhamsing"
|
||||
"suggested_by": "@dkhamsing"
|
||||
},
|
||||
{
|
||||
"title": "SharedImages",
|
||||
|
Loading…
Reference in New Issue
Block a user