Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: rodyager/RWTS-PDFwriter

Tags

v3.1c

Toggle v3.1c's commit message
Prompt user to print a document first if creation of spool folders by…

… the Printer Utility fails.

v3.1b

Toggle v3.1b's commit message
Merge remote-tracking branch 'refs/remotes/origin/master'

#Conflicts:
#	build/buildscript.sh

v3.1a

Toggle v3.1a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Correct the nobody name (#45)

v3.1

Toggle v3.1's commit message
CUPS will pass a / in the proposed filename where the original filena…

…me on disk contains a : (which Finder displays as /)

So we need to replace the / with a :

v3.0

Toggle v3.0's commit message
Add version numbers to script files

Fix spelling error.

v2.0.5

Toggle v2.0.5's commit message
Update Xcode project to latest settings

v2.0.4

Toggle v2.0.4's commit message
Completely automate the build process.

Detect CLI installs and omit the launch of the utility in these circumstances
Launch the utility using the bundle-id

v2.0.3

Toggle v2.0.3's commit message
Version 2.0.3

Skip opening Utility app if installed from command line.
Fixes Issue #26

v2.0.2

Toggle v2.0.2's commit message
Bump version to 2.0.2

v2.0.1

Toggle v2.0.1's commit message
postinstall: Launch PDFWriter Utility with launchctl so that it has a…

… current working directory. Otherwise showing the panel causes a crash.

Utilitiy: Remove the redundant State variable from ContentView