From eab3bec52af5db03d411a5e079895b3659ead524 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sat, 22 Aug 2026 22:12:45 +0800
Subject: [PATCH] chore: archive 8.3.7 local test build
---
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