Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelhanneken committed May 22, 2019
1 parent 00adbf2 commit 2e4f71c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Iconizer/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>290</string>
<string>304</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down
5 changes: 3 additions & 2 deletions Iconizer/Models/LaunchImage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ class LaunchImage: Codable {
let orientation: ImageOrientation
let scale: AssetScale

//pre-scaled in json, manually added
//TODO: remove from json. Need calculation algorithm
// pre-scaled in json, manually added
// swiftlint:disable:next todo
// TODO: remove from json. Need calculation algorithm
let size: AssetSize

var filename: String {
Expand Down

0 comments on commit 2e4f71c

Please sign in to comment.