From 97285a121e3ddd6d93c78d9208d6f0e94b733868 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Tue, 07 Jul 2026 14:35:36 +0800
Subject: [PATCH] release: finalize 8.3.6 app store package

---
 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