mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2024-12-25 10:41:46 +03:00
Add calculator category
This commit is contained in:
parent
e3f6d4206c
commit
7eac265ae8
@ -118,6 +118,11 @@
|
||||
"id": "calendar",
|
||||
"parent": "misc"
|
||||
},
|
||||
{
|
||||
"title": "Calculator",
|
||||
"id": "calculator",
|
||||
"parent": "misc"
|
||||
},
|
||||
{
|
||||
"title": "Text",
|
||||
"id": "text",
|
||||
@ -2802,7 +2807,7 @@
|
||||
},
|
||||
{
|
||||
"title": "Round & Split",
|
||||
"category": "misc",
|
||||
"category": "calculator",
|
||||
"description": "Tip Calculator",
|
||||
"source": "https://github.com/lukhnos/roundandsplit",
|
||||
"itunes": "https://itunes.apple.com/app/round-split/id912288737",
|
||||
@ -3157,7 +3162,7 @@
|
||||
},
|
||||
{
|
||||
"title": "Calculator",
|
||||
"category": "react-native",
|
||||
"category": ["react-native", "calculator"],
|
||||
"source": "https://github.com/benoitvallon/react-native-nw-react-calculator",
|
||||
"stars": 2752
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user