Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelhanneken committed Apr 1, 2017
1 parent 54d8d51 commit 118b6d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion Icns Composer/IconImage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ struct IconImage {
self.image = image.resize(toSize: size)
self.scale = scale
self.size = size
print("Image \(filename): \(self.image?.width)x\(self.image?.height)\(scale)\n")
}

/// Write the iconset image to the supplied url.
Expand Down
10 changes: 5 additions & 5 deletions Icns Composer/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.1</string>
<string>1.3.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>76</string>
<string>83</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand All @@ -30,21 +30,21 @@
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>raphaelhanneken.de</key>
<key>github-cloud.s3.amazonaws.com</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
<key>github-cloud.s3.amazonaws.com</key>
<key>github.com</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
<key>github.com</key>
<key>raphaelhanneken.com</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
Expand Down

0 comments on commit 118b6d3

Please sign in to comment.