|
| 1 | +From d7da544a2e3a577f6526b0ca686e2976f3ca6c9d Mon Sep 17 00:00:00 2001 |
| 2 | + |
| 3 | +Date: Sun, 24 Nov 2024 23:33:29 +0800 |
| 4 | +Subject: [PATCH] Update header information |
| 5 | + |
| 6 | +--- |
| 7 | + Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift | 6 +----- |
| 8 | + Sources/OpenSwiftUICore/Data/Protobuf/ProtobufEncoder.swift | 6 +----- |
| 9 | + Sources/OpenSwiftUICore/Data/Protobuf/ProtobufMessage.swift | 5 +---- |
| 10 | + .../Data/Protobuf/ProtobufDecoderTests.swift | 2 +- |
| 11 | + .../Data/Protobuf/ProtobufEncoderTests.swift | 2 +- |
| 12 | + .../Data/Protobuf/ProtobufMessageTests.swift | 2 +- |
| 13 | + .../Data/Protobuf/ProtobufTestHelper.swift | 2 +- |
| 14 | + 7 files changed, 7 insertions(+), 18 deletions(-) |
| 15 | + |
| 16 | +diff --git a/Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift b/Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift |
| 17 | +index e7a526e..28c72e5 100644 |
| 18 | +--- a/Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift |
| 19 | ++++ b/Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift |
| 20 | +@@ -1,10 +1,6 @@ |
| 21 | + // |
| 22 | + // ProtobufDecoder.swift |
| 23 | +-// OpenSwiftUICore |
| 24 | +-// |
| 25 | +-// Audited for iOS 18.0 |
| 26 | +-// Status: Complete |
| 27 | +-// ID: FFA06CAF6B06DC3E21EC75547A0CD421 (SwiftUICore) |
| 28 | ++// ProtobufKit |
| 29 | + |
| 30 | + package import Foundation |
| 31 | + |
| 32 | +diff --git a/Sources/OpenSwiftUICore/Data/Protobuf/ProtobufEncoder.swift b/Sources/OpenSwiftUICore/Data/Protobuf/ProtobufEncoder.swift |
| 33 | +index 2f71da7..cecdfb5 100644 |
| 34 | +--- a/Sources/OpenSwiftUICore/Data/Protobuf/ProtobufEncoder.swift |
| 35 | ++++ b/Sources/OpenSwiftUICore/Data/Protobuf/ProtobufEncoder.swift |
| 36 | +@@ -1,10 +1,6 @@ |
| 37 | + // |
| 38 | + // ProtobufEncoder.swift |
| 39 | +-// OpenSwiftUICore |
| 40 | +-// |
| 41 | +-// Audited for iOS 18.0 |
| 42 | +-// Status: Complete |
| 43 | +-// ID: C7B3AAD101AF9EA76FC322BD6EF713E6 (SwiftUICore) |
| 44 | ++// ProtobufKit |
| 45 | + |
| 46 | + package import Foundation |
| 47 | + |
| 48 | +diff --git a/Sources/OpenSwiftUICore/Data/Protobuf/ProtobufMessage.swift b/Sources/OpenSwiftUICore/Data/Protobuf/ProtobufMessage.swift |
| 49 | +index b74778c..5ed6b1e 100644 |
| 50 | +--- a/Sources/OpenSwiftUICore/Data/Protobuf/ProtobufMessage.swift |
| 51 | ++++ b/Sources/OpenSwiftUICore/Data/Protobuf/ProtobufMessage.swift |
| 52 | +@@ -1,9 +1,6 @@ |
| 53 | + // |
| 54 | + // ProtobufMessage.swift |
| 55 | +-// OpenSwiftUICore |
| 56 | +-// |
| 57 | +-// Audited for iOS 18.0 |
| 58 | +-// Status: Complete |
| 59 | ++// ProtobufKit |
| 60 | + |
| 61 | + import Foundation |
| 62 | + |
| 63 | +diff --git a/Tests/OpenSwiftUICoreTests/Data/Protobuf/ProtobufDecoderTests.swift b/Tests/OpenSwiftUICoreTests/Data/Protobuf/ProtobufDecoderTests.swift |
| 64 | +index 6cfa17b..a549dcc 100644 |
| 65 | +--- a/Tests/OpenSwiftUICoreTests/Data/Protobuf/ProtobufDecoderTests.swift |
| 66 | ++++ b/Tests/OpenSwiftUICoreTests/Data/Protobuf/ProtobufDecoderTests.swift |
| 67 | +@@ -1,6 +1,6 @@ |
| 68 | + // |
| 69 | + // ProtobufDecoderTests.swift |
| 70 | +-// OpenSwiftUICoreTests |
| 71 | ++// ProtobufKitTests |
| 72 | + |
| 73 | + import OpenSwiftUICore |
| 74 | + import Testing |
| 75 | +diff --git a/Tests/OpenSwiftUICoreTests/Data/Protobuf/ProtobufEncoderTests.swift b/Tests/OpenSwiftUICoreTests/Data/Protobuf/ProtobufEncoderTests.swift |
| 76 | +index 510cc54..dcfcd54 100644 |
| 77 | +--- a/Tests/OpenSwiftUICoreTests/Data/Protobuf/ProtobufEncoderTests.swift |
| 78 | ++++ b/Tests/OpenSwiftUICoreTests/Data/Protobuf/ProtobufEncoderTests.swift |
| 79 | +@@ -1,6 +1,6 @@ |
| 80 | + // |
| 81 | + // ProtobufEncoderTests.swift |
| 82 | +-// OpenSwiftUICoreTests |
| 83 | ++// ProtobufKitTests |
| 84 | + |
| 85 | + import OpenSwiftUICore |
| 86 | + import Testing |
| 87 | +diff --git a/Tests/OpenSwiftUICoreTests/Data/Protobuf/ProtobufMessageTests.swift b/Tests/OpenSwiftUICoreTests/Data/Protobuf/ProtobufMessageTests.swift |
| 88 | +index e5bb00f..30102ad 100644 |
| 89 | +--- a/Tests/OpenSwiftUICoreTests/Data/Protobuf/ProtobufMessageTests.swift |
| 90 | ++++ b/Tests/OpenSwiftUICoreTests/Data/Protobuf/ProtobufMessageTests.swift |
| 91 | +@@ -1,6 +1,6 @@ |
| 92 | + // |
| 93 | + // ProtobufMessageTests.swift |
| 94 | +-// OpenSwiftUICoreTests |
| 95 | ++// ProtobufKitTests |
| 96 | + |
| 97 | + import OpenSwiftUICore |
| 98 | + import Testing |
| 99 | +diff --git a/Tests/OpenSwiftUICoreTests/Data/Protobuf/ProtobufTestHelper.swift b/Tests/OpenSwiftUICoreTests/Data/Protobuf/ProtobufTestHelper.swift |
| 100 | +index 24ccc32..762963f 100644 |
| 101 | +--- a/Tests/OpenSwiftUICoreTests/Data/Protobuf/ProtobufTestHelper.swift |
| 102 | ++++ b/Tests/OpenSwiftUICoreTests/Data/Protobuf/ProtobufTestHelper.swift |
| 103 | +@@ -1,6 +1,6 @@ |
| 104 | + // |
| 105 | + // ProtobufTestHelper.swift |
| 106 | +-// OpenSwiftUICoreTests |
| 107 | ++// ProtobufKitTests |
| 108 | + |
| 109 | + import Foundation |
| 110 | + import OpenSwiftUICore |
| 111 | +-- |
| 112 | +2.47.0 |
| 113 | + |
0 commit comments