Skip to content

Instantly share code, notes, and snippets.

@gisikw
Created July 6, 2010 06:22
Show Gist options
  • Save gisikw/465078 to your computer and use it in GitHub Desktop.
Save gisikw/465078 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple/DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleIconFile</key>
<string>intridea.icns</string>
<key>CFBundleExecutable</key>
<string>intridea_presently.sh</string>
</dict>
</plist>
#!/usr/bin/env bash
cat > ~/Library/Application\ Support/Titanium/appdata/com.intridea.presently/application.properties << EOF
account: intridea
badge: true
badgeListenerSet: false
password: ********
sound: true
tempScreenName: ********
username: ********
EOF
open -n /Applications/Presently.app
#!/usr/bin/env bash
cat > ~/Library/Application\ Support/Titanium/appdata/com.intridea.presently/application.properties << EOF
account: intridea
badge: true
badgeListenerSet: false
password: ********
sound: true
tempScreenName: ********
username: ********
EOF
open -n /Applications/Intridea.app/Presently.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment