Skip to content

Commit

Permalink
Fix icon and demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Oct 30, 2018
1 parent 98c70ac commit 33ddf22
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
trunk:
pod trunk push --allow-warnings PixelEngine.podspec
pod trunk push --allow-warnings PixelEditor.podspec
Binary file modified Resources/PixelEditor.sketch
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ open class EditMenuControl : EditMenuControlBase {
}()

public lazy var vignetteButton: ButtonView = {
let button = ButtonView(name: L10n.editVignette, image: UIImage(named: "adjustment", in: bundle, compatibleWith: nil)!)
let button = ButtonView(name: L10n.editVignette, image: UIImage(named: "vignette", in: bundle, compatibleWith: nil)!)
button.addTarget(self, action: #selector(vignette), for: .touchUpInside)
return button
}()
Expand Down
15 changes: 15 additions & 0 deletions Sources/PixelEditor/Media.xcassets/vignette.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "vignette.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
}
Binary file not shown.

0 comments on commit 33ddf22

Please sign in to comment.