Skip to content

Commit baf6117

Browse files
author
Alexey Khokhlov
committed
Regenerate Descriptor
1 parent 249cbb6 commit baf6117

55 files changed

Lines changed: 545 additions & 139 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ProtocolBuffers-Swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ProtocolBuffers-Swift"
3-
s.version = "3.0.24"
3+
s.version = "3.0.25"
44
s.summary = "Protocol Buffers for Swift"
55
s.homepage = "http://protobuf.io#swift"
66
s.license = "Apache 2.0"

ProtocolBuffers.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
3F9997AB1F879E220016C76C /* ProtobufUnittest.UnittestOptimizeFor.proto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F99978E1F879E220016C76C /* ProtobufUnittest.UnittestOptimizeFor.proto.swift */; };
6161
3F9997AC1F879E220016C76C /* Proto3ArenaUnittest.UnittestProto3Arena.proto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F99978F1F879E220016C76C /* Proto3ArenaUnittest.UnittestProto3Arena.proto.swift */; };
6262
3F9997AD1F879E220016C76C /* ProtobufUnittest.UnittestCustomOptions.proto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F9997901F879E220016C76C /* ProtobufUnittest.UnittestCustomOptions.proto.swift */; };
63+
3F9CF4EE1F974FEC00C8F705 /* PluginTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F9CF4ED1F974FEC00C8F705 /* PluginTest.swift */; };
6364
OBJ_44 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_6 /* Package.swift */; };
6465
OBJ_50 /* AbstractMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_8 /* AbstractMessage.swift */; };
6566
OBJ_51 /* CodedInputStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_9 /* CodedInputStream.swift */; };
@@ -153,6 +154,7 @@
153154
3F99978E1F879E220016C76C /* ProtobufUnittest.UnittestOptimizeFor.proto.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProtobufUnittest.UnittestOptimizeFor.proto.swift; sourceTree = "<group>"; };
154155
3F99978F1F879E220016C76C /* Proto3ArenaUnittest.UnittestProto3Arena.proto.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Proto3ArenaUnittest.UnittestProto3Arena.proto.swift; sourceTree = "<group>"; };
155156
3F9997901F879E220016C76C /* ProtobufUnittest.UnittestCustomOptions.proto.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProtobufUnittest.UnittestCustomOptions.proto.swift; sourceTree = "<group>"; };
157+
3F9CF4ED1F974FEC00C8F705 /* PluginTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = PluginTest.swift; path = plugin/Tests/PluginTest.swift; sourceTree = "<group>"; };
156158
OBJ_10 /* CodedOutputStream.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodedOutputStream.swift; sourceTree = "<group>"; };
157159
OBJ_11 /* ConcreateExtensionField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConcreateExtensionField.swift; sourceTree = "<group>"; };
158160
OBJ_12 /* ExtendableMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtendableMessage.swift; sourceTree = "<group>"; };
@@ -272,6 +274,7 @@
272274
3F99971B1F879A670016C76C /* TestUtilities.swift */,
273275
3F99971D1F879A680016C76C /* UnknowFieldsTests.swift */,
274276
3F99971C1F879A670016C76C /* WireFormatTests.swift */,
277+
3F9CF4ED1F974FEC00C8F705 /* PluginTest.swift */,
275278
3F9997731F879E220016C76C /* pbTests */,
276279
3F9996EA1F879A660016C76C /* testdata */,
277280
);
@@ -458,6 +461,7 @@
458461
3F9997231F879BB30016C76C /* MapFieldsTests.swift in Sources */,
459462
3F9997981F879E220016C76C /* ProtobufUnittest.UnittestLiteImportsNonlite.proto.swift in Sources */,
460463
3F9997A51F879E220016C76C /* Google.Protobuf.NoGenericServicesTest.UnittestNoGenericServices.proto.swift in Sources */,
464+
3F9CF4EE1F974FEC00C8F705 /* PluginTest.swift in Sources */,
461465
3F9997941F879E220016C76C /* Proto2ArenaUnittest.UnittestNoArenaImport.proto.swift in Sources */,
462466
3F9997471F879C1D0016C76C /* TestUtilities.swift in Sources */,
463467
3F9997201F879BB30016C76C /* CodedOuputStreamTests.swift in Sources */,

ProtocolBuffers.xcodeproj/xcshareddata/xcschemes/ProtocolBuffers.xcscheme

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,41 @@
3838
BlueprintName = "Tests"
3939
ReferencedContainer = "container:ProtocolBuffers.xcodeproj">
4040
</BuildableReference>
41+
<SkippedTests>
42+
<Test
43+
Identifier = "CodedInputStreamTests">
44+
</Test>
45+
<Test
46+
Identifier = "CodedOuputStreamTests">
47+
</Test>
48+
<Test
49+
Identifier = "ErrorHandlingTest">
50+
</Test>
51+
<Test
52+
Identifier = "GeneratedMessageTests">
53+
</Test>
54+
<Test
55+
Identifier = "MapFieldsTests">
56+
</Test>
57+
<Test
58+
Identifier = "MessageTests">
59+
</Test>
60+
<Test
61+
Identifier = "ProtocolBuffersTests">
62+
</Test>
63+
<Test
64+
Identifier = "RegularPointEqualityTest">
65+
</Test>
66+
<Test
67+
Identifier = "SizeTest">
68+
</Test>
69+
<Test
70+
Identifier = "UnknowFieldsTests">
71+
</Test>
72+
<Test
73+
Identifier = "WireFormatTests">
74+
</Test>
75+
</SkippedTests>
4176
</TestableReference>
4277
</Testables>
4378
<MacroExpansion>

Source/Google.Protobuf.Any.proto.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// Generated by the Protocol Buffers 3.4.0 compiler. DO NOT EDIT!
2-
/// Protobuf-swift version: 3.0.22
2+
/// Protobuf-swift version: 3.0.24
33
/// Source file "any.proto"
44
/// Syntax "Proto3"
55

Source/Google.Protobuf.Api.proto.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// Generated by the Protocol Buffers 3.4.0 compiler. DO NOT EDIT!
2-
/// Protobuf-swift version: 3.0.22
2+
/// Protobuf-swift version: 3.0.24
33
/// Source file "api.proto"
44
/// Syntax "Proto3"
55

Source/Google.Protobuf.Compiler.Plugin.proto.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// Generated by the Protocol Buffers 3.4.0 compiler. DO NOT EDIT!
2-
/// Protobuf-swift version: 3.0.22
2+
/// Protobuf-swift version: 3.0.24
33
/// Source file "plugin.proto"
44
/// Syntax "Proto2"
55

Source/Google.Protobuf.Descriptor.proto.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// Generated by the Protocol Buffers 3.4.0 compiler. DO NOT EDIT!
2-
/// Protobuf-swift version: 3.0.22
2+
/// Protobuf-swift version: 3.0.24
33
/// Source file "descriptor.proto"
44
/// Syntax "Proto2"
55

Source/Google.Protobuf.Duration.proto.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// Generated by the Protocol Buffers 3.4.0 compiler. DO NOT EDIT!
2-
/// Protobuf-swift version: 3.0.22
2+
/// Protobuf-swift version: 3.0.24
33
/// Source file "duration.proto"
44
/// Syntax "Proto3"
55

Source/Google.Protobuf.Empty.proto.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// Generated by the Protocol Buffers 3.4.0 compiler. DO NOT EDIT!
2-
/// Protobuf-swift version: 3.0.22
2+
/// Protobuf-swift version: 3.0.24
33
/// Source file "empty.proto"
44
/// Syntax "Proto3"
55

Source/Google.Protobuf.FieldMask.proto.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// Generated by the Protocol Buffers 3.4.0 compiler. DO NOT EDIT!
2-
/// Protobuf-swift version: 3.0.22
2+
/// Protobuf-swift version: 3.0.24
33
/// Source file "field_mask.proto"
44
/// Syntax "Proto3"
55

0 commit comments

Comments
 (0)