Skip to content

Commit f1094f5

Browse files
committed
Bump the version to 1.10
1 parent bc81a2e commit f1094f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AppSigner/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.9</string>
18+
<string>1.10</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1.9</string>
22+
<string>1.10</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string></string>
2525
<key>LSMinimumSystemVersion</key>

AppSigner/MainView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,10 +694,10 @@ class MainView: NSView, URLSessionDataDelegate, URLSessionDelegate, URLSessionDo
694694

695695
var sourcePath = debPath.stringByAppendingPathComponent("Applications")
696696
if fileManager.fileExists(atPath: debPath.stringByAppendingPathComponent("var/mobile/Applications")){
697-
sourcePath = debPath.stringByAppendingPathComponent("var/mobile/Applications")
697+
sourcePath = debPath.stringByAppendingPathComponent("var/mobile/Applications")
698698
}
699699

700-
try fileManager.moveItem(atPath: sourcePath, toPath: payloadDirectory)
700+
try fileManager.moveItem(atPath: sourcePath, toPath: payloadDirectory)
701701

702702
} catch {
703703
setStatus("Error processing deb file")

0 commit comments

Comments
 (0)