Created
July 6, 2010 06:22
-
-
Save gisikw/465078 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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