Skip to content

Commit

Permalink
Update SwiftProtobuf dependency (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-claassen authored Jun 5, 2017
1 parent f4d4c6b commit 4ccf9a7
Show file tree
Hide file tree
Showing 13 changed files with 268 additions and 202 deletions.
4 changes: 2 additions & 2 deletions Bender.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@
8FAB77271ECC86170050AB16 /* tensor.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAB771F1ECC86170050AB16 /* tensor.pb.swift */; };
8FAB77281ECC86170050AB16 /* types.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAB77201ECC86170050AB16 /* types.pb.swift */; };
8FAB77291ECC86170050AB16 /* versions.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAB77211ECC86170050AB16 /* versions.pb.swift */; };
8FAB772C1ECC87E20050AB16 /* SwiftProtobuf.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8FAB772B1ECC87E20050AB16 /* SwiftProtobuf.framework */; };
8FAB772E1ECC8D6E0050AB16 /* TFGraphLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAB772D1ECC8D6E0050AB16 /* TFGraphLoader.swift */; };
8FAB77391ECC993A0050AB16 /* Graph.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAB77381ECC993A0050AB16 /* Graph.swift */; };
8FAB773D1ECC9B0F0050AB16 /* Node.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAB773C1ECC9B0F0050AB16 /* Node.swift */; };
8FAD35031ED47A97004B69DA /* TFDeleteSubgraph.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAD35021ED47A97004B69DA /* TFDeleteSubgraph.swift */; };
8FAD35091ED4C7B3004B69DA /* TFConvOptimizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAD35081ED4C7B3004B69DA /* TFConvOptimizer.swift */; };
8FC2B3A51EE5D9B80038E582 /* SwiftProtobuf.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8FAB772B1ECC87E20050AB16 /* SwiftProtobuf.framework */; };
8FC8F7AF1ED35396004DA113 /* TFDenseSubstitution.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FC8F7AE1ED35396004DA113 /* TFDenseSubstitution.swift */; };
8FC8F7B41ED38164004DA113 /* TFDeleteOptimizers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FC8F7B31ED38164004DA113 /* TFDeleteOptimizers.swift */; };
8FFF4AD71EDEFDB600141E9D /* Shape.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FFF4AD61EDEFDB600141E9D /* Shape.swift */; };
Expand Down Expand Up @@ -163,7 +163,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
8FAB772C1ECC87E20050AB16 /* SwiftProtobuf.framework in Frameworks */,
8FC2B3A51EE5D9B80038E582 /* SwiftProtobuf.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
2 changes: 1 addition & 1 deletion Cartfile.private
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "apple/swift-protobuf" "0.9.902"
github "apple/swift-protobuf" "master"
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "apple/swift-protobuf" "0.9.902"
github "apple/swift-protobuf" "b8b72219612a7caf8df97f32960996fb14163d84"
4 changes: 2 additions & 2 deletions Bender.podspec → MetalBender.podspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Pod::Spec.new do |s|
s.name = "Metal-Bender"
s.name = "MetalBender"
s.version = "0.1.0"
s.summary = "Bender is an abstraction layer over MetalPerformanceShaders useful for working with neural networks."
s.homepage = "https://github.com/xmartlabs/Bender"
Expand All @@ -10,5 +10,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '10.0'
s.requires_arc = true
s.ios.source_files = 'Sources/**/*.{swift,metal}'
s.dependency 'SwiftProtobuf', '0.9.902'
s.dependency 'SwiftProtobuf', '0.9.903'
end
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<img src="https://img.shields.io/badge/platform-iOS-blue.svg?style=flat" alt="Platform iOS" />
<a href="https://developer.apple.com/swift"><img src="https://img.shields.io/badge/swift3-compatible-4BC51D.svg?style=flat" alt="Swift 3 compatible" /></a>
<!-- <a href="https://github.com/Carthage/Carthage"><img src="https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat" alt="Carthage compatible" /></a> -->
<a href="https://cocoapods.org/pods/Metal-Bender"><img src="https://img.shields.io/cocoapods/v/Metal-Bender.svg" alt="CocoaPods compatible" /></a>
<a href="https://cocoapods.org/pods/MetalBender"><img src="https://img.shields.io/cocoapods/v/MetalBender.svg" alt="CocoaPods compatible" /></a>
<a href="https://raw.githubusercontent.com/xmartlabs/Bender/master/LICENSE"><img src="http://img.shields.io/badge/license-MIT-blue.svg?style=flat" alt="License: MIT" /></a>
</p>

Expand Down Expand Up @@ -119,13 +119,7 @@ Follow these 3 steps to run Example project: Clone Bender repository, open Bende
To install Bender, simply add the following line to your Podfile:

```ruby
pod 'Metal-Bender', :git => 'https://github.com/xmartlabs/Bender.git'
```

If Cocoapods has problems finding SwiftProtobuf version 0.9.902 then also add the following line to your Podfile:

```ruby
pod 'SwiftProtobuf', git: 'https://github.com/apple/swift-protobuf.git', :tag => '0.9.902'
pod 'MetalBender', :git => 'https://github.com/xmartlabs/Bender.git'
```

> Remember that Bender compiles for iOS 10. So you must add `platform :ios, '10.0'` to your Podfile
Expand Down
Loading

0 comments on commit 4ccf9a7

Please sign in to comment.