diff --git a/AppSigner/Info.plist b/AppSigner/Info.plist index 9d83e5f..ef0a2fc 100644 --- a/AppSigner/Info.plist +++ b/AppSigner/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.9 + 1.10 CFBundleSignature ???? CFBundleVersion - 1.9 + 1.10 LSApplicationCategoryType LSMinimumSystemVersion diff --git a/AppSigner/MainView.swift b/AppSigner/MainView.swift index 11d4bec..7f5a826 100644 --- a/AppSigner/MainView.swift +++ b/AppSigner/MainView.swift @@ -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")