Skip to content

Commit

Permalink
Bump the version to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTheMan827 committed Feb 24, 2018
1 parent bc81a2e commit f1094f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AppSigner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.9</string>
<string>1.10</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.9</string>
<string>1.10</string>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSMinimumSystemVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions AppSigner/MainView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -694,10 +694,10 @@ class MainView: NSView, URLSessionDataDelegate, URLSessionDelegate, URLSessionDo

var sourcePath = debPath.stringByAppendingPathComponent("Applications")
if fileManager.fileExists(atPath: debPath.stringByAppendingPathComponent("var/mobile/Applications")){
sourcePath = debPath.stringByAppendingPathComponent("var/mobile/Applications")
sourcePath = debPath.stringByAppendingPathComponent("var/mobile/Applications")
}

try fileManager.moveItem(atPath: sourcePath, toPath: payloadDirectory)
try fileManager.moveItem(atPath: sourcePath, toPath: payloadDirectory)

} catch {
setStatus("Error processing deb file")
Expand Down

0 comments on commit f1094f5

Please sign in to comment.