From d071b3e2dc4d95e9dcb36d7840002c0021fa23df Mon Sep 17 00:00:00 2001 From: ZhangLei Date: Fri, 31 Oct 2025 06:39:28 +0800 Subject: [PATCH] chore: update copyright headers in source files - Update copyright year to 2025 - Standardize file header format across project - Minor formatting consistency improvements --- Bitcoin Monitoring.xcodeproj/project.pbxproj | 4 ++-- test1/BTCMenuBarApp.swift | 2 +- test1/BTCPriceResponse.swift | 2 +- test1/PriceManager.swift | 2 +- test1/PriceService.swift | 2 +- test1/test1App.swift | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Bitcoin Monitoring.xcodeproj/project.pbxproj b/Bitcoin Monitoring.xcodeproj/project.pbxproj index 2746dac..f0ec355 100644 --- a/Bitcoin Monitoring.xcodeproj/project.pbxproj +++ b/Bitcoin Monitoring.xcodeproj/project.pbxproj @@ -273,7 +273,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 13.5; - MARKETING_VERSION = 1.0.4; + MARKETING_VERSION = 1.0.5; PRODUCT_BUNDLE_IDENTIFIER = com.mark.test1; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; @@ -306,7 +306,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 13.5; - MARKETING_VERSION = 1.0.4; + MARKETING_VERSION = 1.0.5; PRODUCT_BUNDLE_IDENTIFIER = com.mark.test1; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; diff --git a/test1/BTCMenuBarApp.swift b/test1/BTCMenuBarApp.swift index ea50ffa..1a92743 100644 --- a/test1/BTCMenuBarApp.swift +++ b/test1/BTCMenuBarApp.swift @@ -1,6 +1,6 @@ // // BTCMenuBarApp.swift -// test1 +// Bitcoin Monitoring // // Created by Mark on 2025/10/28. // diff --git a/test1/BTCPriceResponse.swift b/test1/BTCPriceResponse.swift index 284467c..c6f07dd 100644 --- a/test1/BTCPriceResponse.swift +++ b/test1/BTCPriceResponse.swift @@ -1,6 +1,6 @@ // // BTCPriceResponse.swift -// test1 +// Bitcoin Monitoring // // Created by Mark on 2025/10/28. // diff --git a/test1/PriceManager.swift b/test1/PriceManager.swift index 762bc7a..f6089ed 100644 --- a/test1/PriceManager.swift +++ b/test1/PriceManager.swift @@ -1,6 +1,6 @@ // // PriceManager.swift -// test1 +// Bitcoin Monitoring // // Created by Mark on 2025/10/28. // diff --git a/test1/PriceService.swift b/test1/PriceService.swift index d3f1e3d..c79c416 100644 --- a/test1/PriceService.swift +++ b/test1/PriceService.swift @@ -1,6 +1,6 @@ // // PriceService.swift -// test1 +// Bitcoin Monitoring // // Created by Mark on 2025/10/28. // diff --git a/test1/test1App.swift b/test1/test1App.swift index c854ebd..3a51180 100644 --- a/test1/test1App.swift +++ b/test1/test1App.swift @@ -1,6 +1,6 @@ // // test1App.swift -// test1 +// Bitcoin Monitoring // // Created by Mark on 2025/10/28. //