macOS Archive

Overview: Mac OS X 10.5, Leopard

ThinkSecret has put together an overview of the new features as found in the WWDC preview of Mac OS 10.5, including a screenshot gallery. "From an end-user's perspective, the build of Mac OS X 10.5 Leopard that developers received at Apple's Worldwide Developer's Conference nearly two weeks ago may seem lacking of new features. Beyond Spaces and Time Machine, like Spotlight and Dashboard in Tiger before it, or Expose and Fast User Switching in Panther, the span of noticeable new features are limited in present form." On a related note, Jobs will not hold a keynote speech at the Paris Apple Expo.

Leopard to Drop G3 Support?

There are some new clues that Mac OS X Leopard will drop G3 support. Its ReadMe file does not mention it, its web pages do not mention it and Apple even made a deliberate change to their 64bit webpage to remove the G3 mention recently. My take: This was not unexpected. For each new version Apple required one more additional feature in order to work (in the past it has been USB, then firewire etc) and now it's G4+. I bet that the client version of OSX after Leopard would require a supported 3D QuartzExtreme-compliant graphics card in order to boot up.

Apple Updates Boot Camp

Apple released version 1.1 beta of its Boot Camp software that allows Apple users to run MacOS X side by side with Windows XP on an Intel-based Mac. The 202 MB download adds support for newly released Intel-Macs, simplified partitioning, the ability to install Windows XP on any internal disk, support for the Isight camera and built-in microphones, as well as improved Apple keyboard support. Apple says that users should create a new Macintosh Drivers for Windows CD and install the updated software it contains on Windows XP. According to Apple, this will not require the user having to reinstall Windows XP or Mac OS X. Elsewhere, Apple is preparing for the new Xserver cluster node.

Time Machine and the Future of the File System

For Mac geeks of a certain persuasion, the first mention of a soon-to-be-revealed feature of Leopard during the WWDC keynote set off a mental chain-reaction. That feature was Time Machine, and the name alone was enough to cause one particular phrase to hammer in the mind of many people, including me: "New file system in Leopard!" It was even a bingo square. In fact, it was my personal favorite bingo square, and the one that I most looked forward to marking.

Path Finder 4.5 Released

Path Finder is a Finder file browser alternative for Mac OS X, which combines the best of Apple's Finder with powerful, integrated utilities and some innovative ways of accessing and manipulating your files. The new version, 4.5, features undo support, superuser mode, labels editor, multiple shelves, file listing reload button and more.

Open-Source Darwin? Not Yet

Apple is stonewalling open-source developers despite the company's recent release of much of the Mac OS X Tiger kernel source code, according to Proclus, administrator of the GNU-Darwin Distribution. "In order to have a free and open source system, two things are necessary. First, all the necessary source code must be obtainable by anyone, and second the system must obviously be bootable in order to use it," Proclus told MacNN. "Darwin OS is not bootable without the AppleACPIPlatform driver, which is closed source at this time." On a related note, a slew of unannounced features have been posted to the web, found in the developer preview of Leopard.

Automating Development Tasks with Automator and Xcode

With Automator, users can graphically assemble Actions - self-contained modules that perform a single task - into a Workflow to create a collection of Actions that complete a larger task. This Automator functionality is also available to developers for automating workflow in software development projects. This article shows you how to streamline some of the tasks you face in development projects by writing custom Shell Actions and Workflows.

Whatever Happened to… Mac OS X Leopard?

Paul Thurrot, everybody's favourite Microsoft Apple Microsoft zealot, writes on his webpage: "It's funny. Apple calls Microsoft a copy-cat, and yet, I feel like I've seen some of these features somewhere before. Many of the features, however, are just sad. Is this really the best they had to show off right now?" El Reg agrees with him, saying: "On the basis of the evidence so far the sixth release of Mac OS X is, to put it bluntly, a point release." Update by ELQ: A related editorial by Wired.

Apple Fixes 26 Mac OS Flaws

Apple issued on Tuesday updates for its Mac OS X operating system to fix 26 security flaws, some serious. Several of the vulnerabilities affect the way in which Mac OS X handles images and the file-sharing capabilities of the software, according to an Apple security advisory. Other flaws were found and fixed within components such as Fetchmail, file compression features, and DHCP networking functionality, Apple said.

Malware Evolution: Mac OS X Vulnerabilities 2005-2006

This article looks at vulnerabilities detected in Mac OS X in the first half of 2006. It compares these vulnerabilities to those detected in the first half of 2005, providing an overview of the evolution of threats targeting this increasingly popular platform. While the author believes that Mac OS X is pretty secure by default, he states that "like any other platform, Mac OS X has software flaws. Such flaws inevitably draw the attention of malicious users, especially if users don't think they need to take action to protect against possible threats." In the meantime, Apple has launched a Bluetooth version of its Mighty Mouse.

Mac OS X: Viruses and Security

On Symantec's blog website, the company writes: "Researchers and engineers who are working in the security field must have strong constitutions - especially when it comes to weathering negative backlash and tired conspiracy theories whenever security and Mac OS X are mentioned in the same breath. With that in mind, in an effort to improve the quality of the dialogue, I would like to discuss some important issues regarding Mac OS X and security. Let's start with the hot-button issue of Mac OS X viruses. Simply put, at the time of writing this article, there are no file-infecting viruses that can infect Mac OS X."

Improving Your Code With Xcode and Static Code Analysis Techniques

"Static analysis refers to a method of examining software that allows developers to discover dangerous programming practices, poor use of language features, or potential errors in source code, without actually running the code. If you use Xcode with C or Objective-C, you can gain real quality improvements by understanding the basics of static analysis techniques and by integrating these techniques into your development process. In this article, we show you how to use GCC to help verify C and Objective-C programs."