1- From 97c19450444211b2376beb4803c66c300f95593a Mon Sep 17 00:00:00 2001
1+ From 1192dab74ee93eae03c8948927c50e232f15334d Mon Sep 17 00:00:00 2001
223- Date: Wed, 30 Oct 2024 13:51:49 +0800
3+ Date: Mon, 4 Nov 2024 18: 13:17 +0800
44Subject: [PATCH] Update permission control for source
55
66---
7- .../Data/Protobuf/ProtobufDecoder.swift | 60 ++++----
8- .../Data/Protobuf/ProtobufEncoder.swift | 128 +++++++++---------
7+ .../Data/Protobuf/ProtobufDecoder.swift | 62 ++++- ----
8+ .../Data/Protobuf/ProtobufEncoder.swift | 130 +++++++++---------
99 .../Data/Protobuf/ProtobufMessage.swift | 63 ++++-----
10- 3 files changed, 120 insertions(+), 131 deletions(-)
10+ 3 files changed, 122 insertions(+), 133 deletions(-)
1111
1212diff --git a/Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift b/Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
13- index ef3572a..13ab6c3 100644
13+ index 9b13d7e..f4dab78 100644
1414--- a/Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
1515+++ b/Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
1616@@ -1,25 +1,21 @@
@@ -23,7 +23,8 @@ index ef3572a..13ab6c3 100644
2323- // ID: FFA06CAF6B06DC3E21EC75547A0CD421
2424+ // ProtobufKit
2525
26- import Foundation
26+ - package import Foundation
27+ + public import Foundation
2728
2829 /// An object that decodes instances of a data type from protobuf objects.
2930- package struct ProtobufDecoder {
@@ -247,7 +248,7 @@ index ef3572a..13ab6c3 100644
247248 return try value(fromBinaryPlist: data)
248249 }
249250diff --git a/Sources/OpenSwiftUICore/Data/Protobuf/ProtobufEncoder.swift b/Sources/OpenSwiftUICore/Data/Protobuf/ProtobufEncoder.swift
250- index 20c38d1..6bf0291 100644
251+ index 7f53954..56d563a 100644
251252--- a/Sources/OpenSwiftUICore/Data/Protobuf/ProtobufEncoder.swift
252253+++ b/Sources/OpenSwiftUICore/Data/Protobuf/ProtobufEncoder.swift
253254@@ -1,25 +1,21 @@
@@ -260,7 +261,8 @@ index 20c38d1..6bf0291 100644
260261- // ID: C7B3AAD101AF9EA76FC322BD6EF713E6
261262+ // ProtobufKit
262263
263- import Foundation
264+ - package import Foundation
265+ + public import Foundation
264266
265267 /// An object that encodes instances of a data type as protobuf objects.
266268- package struct ProtobufEncoder {
0 commit comments