Skip to content

Commit

Permalink
Add medical and magazines categories
Browse files Browse the repository at this point in the history
  • Loading branch information
wacumov committed Aug 28, 2023
1 parent 8199a66 commit 3e1aee0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/AppStoreScraper/Models/Category.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ public enum Category: Int, Codable, CaseIterable {
case entertainment = 6016
case education = 6017
case books = 6018
case medical = 6020
case magazinesAndNewspapers = 6021
case foodAndDrink = 6023
case shopping = 6024
case developerTools = 6026
Expand All @@ -44,6 +46,8 @@ public enum Category: Int, Codable, CaseIterable {
case .entertainment: return "Entertainment"
case .education: return "Education"
case .books: return "Books"
case .medical: return "Medical"
case .magazinesAndNewspapers: return "Magazines & Newspapers"
case .foodAndDrink: return "Food & Drink"
case .shopping: return "Shopping"
case .developerTools: return "Developer Tools"
Expand Down

0 comments on commit 3e1aee0

Please sign in to comment.