Skip to content

Commit cafd576

Browse files
committed
Had to use this once as iWeb would not open my default iWeb file as I had opened another domain file
1 parent b7d75fe commit cafd576

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

iweb_fix.applescript

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Script Name : iweb_fix
2+
# Author : Craig Richards
3+
# Created : 13th February 2013
4+
# Last Modified :
5+
# Version : 1.0
6+
7+
# Modifications :
8+
9+
# Description : This alters the defaults for iWeb so if it doesn't load your domain file, then run this script, then double click on your domain file and you should be good to go
10+
11+
do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"
12+
delay 1
13+
tell application "iWeb" to activate

0 commit comments

Comments
 (0)