From c5bdc7f1eb3ff4287beeeebb17d4f02f376a8d38 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Fri, 28 Aug 2026 17:34:19 +0800
Subject: [PATCH] feat: add quick search tag filtering
---
C1.source/Apptag/ProEntitlement.swift | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/C1.source/Apptag/ProEntitlement.swift b/C1.source/Apptag/ProEntitlement.swift
index 4d5fc2b..dd94ee6 100644
--- a/C1.source/Apptag/ProEntitlement.swift
+++ b/C1.source/Apptag/ProEntitlement.swift
@@ -680,11 +680,6 @@
let verification = try await AppTransaction.shared
switch verification {
case .verified(let transaction):
- if #available(macOS 13.0, *) {
- if transaction.revocationDate != nil {
- return nil
- }
- }
return transaction
case .unverified:
return nil
--
Gitblit v1.9.3