From bd9ad3573731707537b9aff037d2240bf133303a Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sun, 28 Jun 2026 03:51:10 +0800
Subject: [PATCH] Record successful App Store upload for 8.1.6
---
src/Apptag/DataLayer.swift | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/src/Apptag/DataLayer.swift b/src/Apptag/DataLayer.swift
index 6177fd6..1357d95 100644
--- a/src/Apptag/DataLayer.swift
+++ b/src/Apptag/DataLayer.swift
@@ -1755,12 +1755,11 @@
guard !FileManager.default.fileExists(atPath: storeURL.path) else { return }
let starterCategoryIDs: [SmartCategoryID] = [
- .uiPrototyping,
- .ide,
- .writing,
- .game,
+ .design,
+ .development,
+ .office,
.entertainment,
- .system,
+ .systemEnhancement,
.gtd
]
--
Gitblit v1.9.3