Skip to content

Commit

Permalink
Travis CI (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Ernst authored and bryant1410 committed Aug 8, 2017
1 parent 955660a commit 6eb8b02
Show file tree
Hide file tree
Showing 19 changed files with 67 additions and 112 deletions.
16 changes: 9 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
language: objective-c
osx_image: xcode8
language: swift
osx_image: xcode8.3
env:
- DESTINATION="OS=10.0,name=iPhone 7" SCHEME="Bender" SDK=iphonesimulator10.0

matrix:
- DESTINATION="OS=10.0,name=iPhone 7" SCHEME="MetalBender" SDK=iphonesimulator10.3
- DESTINATION="generic/platform=iOS" SCHEME="MetalBender" SDK=iphoneos10.3
- DESTINATION="OS=10.0,name=iPhone 7" SCHEME="Example" SDK=iphonesimulator10.3
- DESTINATION="generic/platform=iOS" SCHEME="Example" SDK=iphoneos10.3
before_install:
- brew update
- brew outdated carthage || brew upgrade carthage
- carthage update --platform iOS
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet

script:
- xcodebuild clean build -project Bender.xcodeproj -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO test | xcpretty -c
- xcodebuild test -project Bender.xcodeproj -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO test | xcpretty -c
- xcodebuild clean -workspace Bender.xcworkspace -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty -c; test ${PIPESTATUS[0]} -eq 0
- xcodebuild build -workspace Bender.xcworkspace -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty -c; test ${PIPESTATUS[0]} -eq 0
18 changes: 8 additions & 10 deletions Bender.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
103E67F4764279069AF23A03 /* Pods_Bender.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Bender.framework; sourceTree = BUILT_PRODUCTS_DIR; };
28F8287D1C494B2C00330CF4 /* Bender.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Bender.framework; sourceTree = BUILT_PRODUCTS_DIR; };
28F8287D1C494B2C00330CF4 /* MetalBender.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MetalBender.framework; sourceTree = BUILT_PRODUCTS_DIR; };
28F828801C494B2C00330CF4 /* Bender.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Bender.h; sourceTree = "<group>"; };
28F828821C494B2C00330CF4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
46354BC31EEF320700B083EF /* DependencyListBuilder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DependencyListBuilder.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -197,7 +196,7 @@
28F8287E1C494B2C00330CF4 /* Products */ = {
isa = PBXGroup;
children = (
28F8287D1C494B2C00330CF4 /* Bender.framework */,
28F8287D1C494B2C00330CF4 /* MetalBender.framework */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -386,7 +385,6 @@
8F0693391F352B3C0004D3E9 /* MetalPerformanceShadersStub.framework */,
8F7C22311F30EE5B006DA176 /* MetalPerformanceShadersProxy.framework */,
8FAB772B1ECC87E20050AB16 /* SwiftProtobuf.framework */,
103E67F4764279069AF23A03 /* Pods_Bender.framework */,
);
name = Frameworks;
sourceTree = "<group>";
Expand Down Expand Up @@ -416,9 +414,9 @@
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
28F8287C1C494B2C00330CF4 /* Bender */ = {
28F8287C1C494B2C00330CF4 /* MetalBender */ = {
isa = PBXNativeTarget;
buildConfigurationList = 28F828911C494B2C00330CF4 /* Build configuration list for PBXNativeTarget "Bender" */;
buildConfigurationList = 28F828911C494B2C00330CF4 /* Build configuration list for PBXNativeTarget "MetalBender" */;
buildPhases = (
28F828781C494B2C00330CF4 /* Sources */,
28F828791C494B2C00330CF4 /* Frameworks */,
Expand All @@ -429,9 +427,9 @@
);
dependencies = (
);
name = Bender;
name = MetalBender;
productName = Bender;
productReference = 28F8287D1C494B2C00330CF4 /* Bender.framework */;
productReference = 28F8287D1C494B2C00330CF4 /* MetalBender.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */
Expand Down Expand Up @@ -461,7 +459,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
28F8287C1C494B2C00330CF4 /* Bender */,
28F8287C1C494B2C00330CF4 /* MetalBender */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -713,7 +711,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
28F828911C494B2C00330CF4 /* Build configuration list for PBXNativeTarget "Bender" */ = {
28F828911C494B2C00330CF4 /* Build configuration list for PBXNativeTarget "MetalBender" */ = {
isa = XCConfigurationList;
buildConfigurations = (
28F828921C494B2C00330CF4 /* Debug */,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0800"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -15,8 +15,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "28F8287C1C494B2C00330CF4"
BuildableName = "Bender.framework"
BlueprintName = "Bender"
BuildableName = "MetalBender.framework"
BlueprintName = "MetalBender"
ReferencedContainer = "container:Bender.xcodeproj">
</BuildableReference>
</BuildActionEntry>
Expand All @@ -28,26 +28,7 @@
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "28F828861C494B2C00330CF4"
BuildableName = "BenderTests.xctest"
BlueprintName = "BenderTests"
ReferencedContainer = "container:Bender.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "28F8287C1C494B2C00330CF4"
BuildableName = "Bender.framework"
BlueprintName = "Bender"
ReferencedContainer = "container:Bender.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
Expand All @@ -65,8 +46,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "28F8287C1C494B2C00330CF4"
BuildableName = "Bender.framework"
BlueprintName = "Bender"
BuildableName = "MetalBender.framework"
BlueprintName = "MetalBender"
ReferencedContainer = "container:Bender.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand All @@ -83,8 +64,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "28F8287C1C494B2C00330CF4"
BuildableName = "Bender.framework"
BlueprintName = "Bender"
BuildableName = "MetalBender.framework"
BlueprintName = "MetalBender"
ReferencedContainer = "container:Bender.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand Down
70 changes: 14 additions & 56 deletions Example/Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
8F7C22351F30EE6E006DA176 /* MetalPerformanceShadersProxy.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8F7C22331F30EE6E006DA176 /* MetalPerformanceShadersProxy.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
8F9F358E1EDCC5FE005F4DAE /* InstanceNormTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F9F358D1EDCC5FE005F4DAE /* InstanceNormTests.swift */; };
8FA6BAB91ED5AB2D004450C0 /* RandomLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FA6BAB81ED5AB2D004450C0 /* RandomLoader.swift */; };
8FA8E3251EC0BE7300E8BAD8 /* Bender.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8F9CAB221D89C756006E1824 /* Bender.framework */; };
8FA8E3261EC0BE7300E8BAD8 /* Bender.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8F9CAB221D89C756006E1824 /* Bender.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
8FAD35061ED48825004B69DA /* tftest.pbtxt in Resources */ = {isa = PBXBuildFile; fileRef = 8FAD35051ED48825004B69DA /* tftest.pbtxt */; };
8FCD3E991ED8A88200B1AAE6 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FCD3E981ED8A88200B1AAE6 /* ViewController.swift */; };
8FCD3E9F1ED8B5DF00B1AAE6 /* g_and_w2.pb in Resources */ = {isa = PBXBuildFile; fileRef = 8FCD3E9E1ED8B5DF00B1AAE6 /* g_and_w2.pb */; };
Expand All @@ -54,6 +52,8 @@
CFAD253D1ED7EA090003C4FA /* TextureConversionTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFAD253A1ED7EA090003C4FA /* TextureConversionTest.swift */; };
CFAD253F1ED7EA930003C4FA /* TestData.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFAD253E1ED7EA930003C4FA /* TestData.swift */; };
CFAD25411ED7EB5A0003C4FA /* CompletionSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFAD25401ED7EB5A0003C4FA /* CompletionSerializer.swift */; };
CFC14FF91F396B6A00ACC4A1 /* MetalBender.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CFC14FF81F396B6A00ACC4A1 /* MetalBender.framework */; };
CFC14FFA1F396B6A00ACC4A1 /* MetalBender.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CFC14FF81F396B6A00ACC4A1 /* MetalBender.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -64,20 +64,6 @@
remoteGlobalIDString = 28F828CB1C4B714D00330CF4;
remoteInfo = Example;
};
8F9CAB211D89C756006E1824 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 287D0A741C4B7B26004566D6 /* Bender.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 28F8287D1C494B2C00330CF4;
remoteInfo = Bender;
};
8FA8E3271EC0BE7300E8BAD8 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 287D0A741C4B7B26004566D6 /* Bender.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = 28F8287C1C494B2C00330CF4;
remoteInfo = Bender;
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
Expand All @@ -87,8 +73,8 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
CFC14FFA1F396B6A00ACC4A1 /* MetalBender.framework in Embed Frameworks */,
8F7C22351F30EE6E006DA176 /* MetalPerformanceShadersProxy.framework in Embed Frameworks */,
8FA8E3261EC0BE7300E8BAD8 /* Bender.framework in Embed Frameworks */,
8F0693381F3527F60004D3E9 /* MetalPerformanceShadersStub.framework in Embed Frameworks */,
8FCD3EA81ED8BE1F00B1AAE6 /* SwiftProtobuf.framework in Embed Frameworks */,
);
Expand All @@ -99,7 +85,6 @@

/* Begin PBXFileReference section */
287D0A711C4B7877004566D6 /* ExampleUITests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExampleUITests.swift; sourceTree = "<group>"; };
287D0A741C4B7B26004566D6 /* Bender.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Bender.xcodeproj; path = ../Bender.xcodeproj; sourceTree = "<group>"; };
28F828CC1C4B714D00330CF4 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
28F828CF1C4B714D00330CF4 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = Example/AppDelegate.swift; sourceTree = "<group>"; };
28F828D11C4B714D00330CF4 /* StyleTransferViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = StyleTransferViewController.swift; path = Example/StyleTransferViewController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -145,16 +130,16 @@
CFAD253A1ED7EA090003C4FA /* TextureConversionTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TextureConversionTest.swift; path = Example/Tests/TextureConversionTest.swift; sourceTree = "<group>"; };
CFAD253E1ED7EA930003C4FA /* TestData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TestData.swift; path = Example/Tests/Helpers/TestData.swift; sourceTree = "<group>"; };
CFAD25401ED7EB5A0003C4FA /* CompletionSerializer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CompletionSerializer.swift; path = Example/Tests/Helpers/CompletionSerializer.swift; sourceTree = "<group>"; };
DC52F68BC56AC40E8DF9A1DE /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
CFC14FF81F396B6A00ACC4A1 /* MetalBender.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = MetalBender.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
28F828C91C4B714D00330CF4 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
CFC14FF91F396B6A00ACC4A1 /* MetalBender.framework in Frameworks */,
8F7C22341F30EE6E006DA176 /* MetalPerformanceShadersProxy.framework in Frameworks */,
8FA8E3251EC0BE7300E8BAD8 /* Bender.framework in Frameworks */,
8F0693371F3527F60004D3E9 /* MetalPerformanceShadersStub.framework in Frameworks */,
8FCD3EA71ED8BE1F00B1AAE6 /* SwiftProtobuf.framework in Frameworks */,
);
Expand All @@ -173,13 +158,10 @@
28F828C31C4B714D00330CF4 = {
isa = PBXGroup;
children = (
8F0693361F3527F60004D3E9 /* MetalPerformanceShadersStub.framework */,
8F7C22331F30EE6E006DA176 /* MetalPerformanceShadersProxy.framework */,
28F828CE1C4B714D00330CF4 /* Example */,
28F828E31C4B714D00330CF4 /* ExampleUITests */,
28F828CD1C4B714D00330CF4 /* Products */,
8FCD3E9D1ED8AC8200B1AAE6 /* Frameworks */,
287D0A741C4B7B26004566D6 /* Bender.xcodeproj */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -256,14 +238,6 @@
name = "Custom Layers";
sourceTree = "<group>";
};
8F9CAB1D1D89C755006E1824 /* Products */ = {
isa = PBXGroup;
children = (
8F9CAB221D89C756006E1824 /* Bender.framework */,
);
name = Products;
sourceTree = "<group>";
};
8FCD3E971ED8A58D00B1AAE6 /* Controllers */ = {
isa = PBXGroup;
children = (
Expand All @@ -289,8 +263,10 @@
8FCD3E9D1ED8AC8200B1AAE6 /* Frameworks */ = {
isa = PBXGroup;
children = (
CFC14FF81F396B6A00ACC4A1 /* MetalBender.framework */,
8F0693361F3527F60004D3E9 /* MetalPerformanceShadersStub.framework */,
8F7C22331F30EE6E006DA176 /* MetalPerformanceShadersProxy.framework */,
8FCD3EA61ED8BE1F00B1AAE6 /* SwiftProtobuf.framework */,
DC52F68BC56AC40E8DF9A1DE /* Pods_Example.framework */,
);
name = Frameworks;
sourceTree = "<group>";
Expand Down Expand Up @@ -336,7 +312,6 @@
buildRules = (
);
dependencies = (
8FA8E3281EC0BE7300E8BAD8 /* PBXTargetDependency */,
);
name = Example;
productName = Example;
Expand Down Expand Up @@ -394,12 +369,6 @@
mainGroup = 28F828C31C4B714D00330CF4;
productRefGroup = 28F828CD1C4B714D00330CF4 /* Products */;
projectDirPath = "";
projectReferences = (
{
ProductGroup = 8F9CAB1D1D89C755006E1824 /* Products */;
ProjectRef = 287D0A741C4B7B26004566D6 /* Bender.xcodeproj */;
},
);
projectRoot = "";
targets = (
28F828CB1C4B714D00330CF4 /* Example */,
Expand All @@ -408,16 +377,6 @@
};
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
8F9CAB221D89C756006E1824 /* Bender.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = Bender.framework;
remoteRef = 8F9CAB211D89C756006E1824 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */

/* Begin PBXResourcesBuildPhase section */
28F828CA1C4B714D00330CF4 /* Resources */ = {
isa = PBXResourcesBuildPhase;
Expand Down Expand Up @@ -497,11 +456,6 @@
target = 28F828CB1C4B714D00330CF4 /* Example */;
targetProxy = 28F828E11C4B714D00330CF4 /* PBXContainerItemProxy */;
};
8FA8E3281EC0BE7300E8BAD8 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = Bender;
targetProxy = 8FA8E3271EC0BE7300E8BAD8 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
Expand Down Expand Up @@ -615,8 +569,8 @@
28F828EA1C4B714D00330CF4 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = 6F2G55XL63;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -629,16 +583,18 @@
OTHER_SWIFT_FLAGS = "\"-Xfrontend\" \"-warn-long-function-bodies=150\"";
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 1;
};
name = Debug;
};
28F828EB1C4B714D00330CF4 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = 6F2G55XL63;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -651,8 +607,10 @@
OTHER_SWIFT_FLAGS = "\"-Xfrontend\" \"-warn-long-function-bodies=150\"";
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 1;
};
name = Release;
};
Expand Down
14 changes: 14 additions & 0 deletions Example/Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "28F8287C1C494B2C00330CF4"
BuildableName = "MetalBender.framework"
BlueprintName = "MetalBender"
ReferencedContainer = "container:../Bender.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
Expand Down
2 changes: 1 addition & 1 deletion Example/Example/GrayScale.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

import MetalPerformanceShadersProxy
import Bender
import MetalBender

/// Receives two input images. The first is used to take the color and the second is used to take the luminance for the output image.
class GrayScale: NetworkLayer {
Expand Down
Loading

0 comments on commit 6eb8b02

Please sign in to comment.