Navigation Menu

Skip to content

Commit

Permalink
Swift3.0 - Protobuf 3.0
Browse files Browse the repository at this point in the history
- Generation Errors
- Swift 3.0
- Syntax update like as Swift 3.0
- In next releases I will support only Protocol Buffers 3.0
- Improvements and fixes
  • Loading branch information
alexeyxo committed Sep 14, 2016
1 parent 903a891 commit f8be3f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE
Expand Up @@ -2,7 +2,7 @@
###### 3.0

#### Version of ProtocolBuffers.framework
###### 2.4.1
###### 3.0.0

#### ```.proto``` file to reproduce
```protobuf
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
#Protocol Buffers for Swift

[![Build Status](https://travis-ci.org/alexeyxo/protobuf-swift.svg?branch=ProtoBuf3.0-Swift3.0)](https://travis-ci.org/alexeyxo/protobuf-swift) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Version](http://img.shields.io/cocoapods/v/ProtocolBuffers-Swift.svg)](http://cocoapods.org/?q=ProtocolBuffers-Swift) [![Platform](http://img.shields.io/cocoapods/p/ProtocolBuffers-Swift.svg)](http://cocoapods.org/?q=ProtocolBuffers)
[![Build Status](https://travis-ci.org/alexeyxo/protobuf-swift.svg?branch=master)](https://travis-ci.org/alexeyxo/protobuf-swift) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Version](http://img.shields.io/cocoapods/v/ProtocolBuffers-Swift.svg)](http://cocoapods.org/?q=ProtocolBuffers-Swift) [![Platform](http://img.shields.io/cocoapods/p/ProtocolBuffers-Swift.svg)](http://cocoapods.org/?q=ProtocolBuffers)

An implementation of Protocol Buffers in Swift.

Expand Down
2 changes: 1 addition & 1 deletion plugin/ProtocolBuffers/ProtocolBuffers/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.4.4</string>
<string>3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit f8be3f5

Please sign in to comment.