470
edits
m (→OS Setup) |
|||
Line 30: | Line 30: | ||
# Enable autologin | # Enable autologin | ||
#* System Preferences -> Accounts -> Login Options -> Automatically login as 'mozqa' | #* System Preferences -> Accounts -> Login Options -> Automatically login as 'mozqa' | ||
# Disable "... is an application you downloaded from the Internet. Are you sure you want to open it?" prompt | |||
#* defaults write com.apple.LaunchServices LSQuarantine -bool NO | |||
# Disable "... was downloaded from the Internet. Are you sure you open it?" prompt | |||
#* Create a file in ~/Library/Preferences/com.apple.DownloadAssessment.plist that contains | |||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" | |||
"http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |||
<plist version="1.0"> | |||
<dict> | |||
<key>LSRiskCategoryNeutral</key> | |||
<dict> | |||
<key>LSRiskCategoryContentTypes</key> | |||
<array> | |||
<string>public.item</string> | |||
</array> | |||
</dict> | |||
</dict> | |||
</plist> | |||
=== XCode Installation === | === XCode Installation === |
edits