Skip to content

Commit

Permalink
3.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Khokhlov committed Oct 28, 2017
1 parent f549653 commit f43317f
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 1,985 deletions.
4 changes: 0 additions & 4 deletions ProtocolBuffers.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
OBJ_57 /* GeneratedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_15 /* GeneratedMessage.swift */; };
OBJ_58 /* Google.Protobuf.Any.proto.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_16 /* Google.Protobuf.Any.proto.swift */; };
OBJ_59 /* Google.Protobuf.Api.proto.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_17 /* Google.Protobuf.Api.proto.swift */; };
OBJ_60 /* Google.Protobuf.Compiler.Plugin.proto.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_18 /* Google.Protobuf.Compiler.Plugin.proto.swift */; };
OBJ_61 /* Google.Protobuf.Descriptor.proto.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_19 /* Google.Protobuf.Descriptor.proto.swift */; };
OBJ_62 /* Google.Protobuf.Duration.proto.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_20 /* Google.Protobuf.Duration.proto.swift */; };
OBJ_63 /* Google.Protobuf.Empty.proto.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_21 /* Google.Protobuf.Empty.proto.swift */; };
Expand Down Expand Up @@ -163,7 +162,6 @@
OBJ_15 /* GeneratedMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeneratedMessage.swift; sourceTree = "<group>"; };
OBJ_16 /* Google.Protobuf.Any.proto.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Google.Protobuf.Any.proto.swift; sourceTree = "<group>"; };
OBJ_17 /* Google.Protobuf.Api.proto.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Google.Protobuf.Api.proto.swift; sourceTree = "<group>"; };
OBJ_18 /* Google.Protobuf.Compiler.Plugin.proto.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Google.Protobuf.Compiler.Plugin.proto.swift; sourceTree = "<group>"; };
OBJ_19 /* Google.Protobuf.Descriptor.proto.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Google.Protobuf.Descriptor.proto.swift; sourceTree = "<group>"; };
OBJ_20 /* Google.Protobuf.Duration.proto.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Google.Protobuf.Duration.proto.swift; sourceTree = "<group>"; };
OBJ_21 /* Google.Protobuf.Empty.proto.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Google.Protobuf.Empty.proto.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -313,7 +311,6 @@
OBJ_15 /* GeneratedMessage.swift */,
OBJ_16 /* Google.Protobuf.Any.proto.swift */,
OBJ_17 /* Google.Protobuf.Api.proto.swift */,
OBJ_18 /* Google.Protobuf.Compiler.Plugin.proto.swift */,
OBJ_19 /* Google.Protobuf.Descriptor.proto.swift */,
OBJ_20 /* Google.Protobuf.Duration.proto.swift */,
OBJ_21 /* Google.Protobuf.Empty.proto.swift */,
Expand Down Expand Up @@ -511,7 +508,6 @@
OBJ_57 /* GeneratedMessage.swift in Sources */,
OBJ_58 /* Google.Protobuf.Any.proto.swift in Sources */,
OBJ_59 /* Google.Protobuf.Api.proto.swift in Sources */,
OBJ_60 /* Google.Protobuf.Compiler.Plugin.proto.swift in Sources */,
OBJ_61 /* Google.Protobuf.Descriptor.proto.swift in Sources */,
OBJ_62 /* Google.Protobuf.Duration.proto.swift in Sources */,
OBJ_63 /* Google.Protobuf.Empty.proto.swift in Sources */,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,41 +38,6 @@
BlueprintName = "Tests"
ReferencedContainer = "container:ProtocolBuffers.xcodeproj">
</BuildableReference>
<SkippedTests>
<Test
Identifier = "CodedInputStreamTests">
</Test>
<Test
Identifier = "CodedOuputStreamTests">
</Test>
<Test
Identifier = "ErrorHandlingTest">
</Test>
<Test
Identifier = "GeneratedMessageTests">
</Test>
<Test
Identifier = "MapFieldsTests">
</Test>
<Test
Identifier = "MessageTests">
</Test>
<Test
Identifier = "ProtocolBuffersTests">
</Test>
<Test
Identifier = "RegularPointEqualityTest">
</Test>
<Test
Identifier = "SizeTest">
</Test>
<Test
Identifier = "UnknowFieldsTests">
</Test>
<Test
Identifier = "WireFormatTests">
</Test>
</SkippedTests>
</TestableReference>
</Testables>
<MacroExpansion>
Expand Down
Loading

0 comments on commit f43317f

Please sign in to comment.