Skip to content

Commit

Permalink
[feat]: image comparison fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCech committed Jul 30, 2020
1 parent 593648a commit ff04e4e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified Bin/VersionIcon
Binary file not shown.
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"repositoryURL": "https://github.com/DanielCech/ScriptToolkit.git",
"state": {
"branch": "master",
"revision": "5b368d3c4f17d66ebd79cd87dabaeefb33f6ef6a",
"revision": "903c83406454fb0584010cdaf92de7a57720033a",
"version": null
}
},
Expand Down
2 changes: 1 addition & 1 deletion Sources/VersionIcon/VersionIconDefinitions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func iconMetadata(iconFolder: Folder) throws -> IconMetadata {
/// Get current version and build of the app in prefered format
func getVersionText(appSetup: AppSetup, designStyle: DesignStyle) -> String {
#if DEBUGGING
return "1.0-18"
return "1.0 - 20"
#endif

let versionNumberResult = run("/usr/libexec/PlistBuddy", "-c", "Print CFBundleShortVersionString", appSetup.infoPlistFile)
Expand Down
2 changes: 1 addition & 1 deletion VersionIcon.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'VersionIcon'
s.module_name = 'VersionIcon'
s.version = '1.0.6'
s.version = '1.0.7'
s.summary = 'Script written in Swift that prepares the iOS app icon overlay with ribbon, build type and version (build) info'
s.homepage = 'https://github.com/DanielCech/VersionIcon'
s.license = 'MIT'
Expand Down

0 comments on commit ff04e4e

Please sign in to comment.