Skip to content

Commit

Permalink
Merge pull request #28 from prolificinteractive/larger_app_icon
Browse files Browse the repository at this point in the history
Use larger app icon
  • Loading branch information
htinlinn committed Feb 23, 2016
2 parents 9ea66f7 + df7d172 commit 4b7f129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Yoshi/Yoshi/Utility/AppBundleUtility.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ internal class AppBundleUtility: NSObject {
guard let icons = NSBundle.mainBundle().infoDictionary?[appBundleIconsKey] as? [String: AnyObject],
let primaryIcons = icons[appBundlePrimaryIconKey] as? [String: AnyObject],
let iconFiles = primaryIcons[iconFilesKey] as? [String],
let iconImageName = iconFiles.first else {
let iconImageName = iconFiles.last else {
return nil
}

Expand Down

0 comments on commit 4b7f129

Please sign in to comment.