Keep OSNews alive by becoming a Patreon, by donating through Ko-Fi, or by buying merch!

macOS Archive

Multicast ASR: The Fastest Way to Manage Mac OS X Deployments

Think installing Mac OS X and a suite of applications, documents, and settings on a single Mac takes all day? Imagine doing it on ten or a hundred or a thousand Macs! Fortunately, tools like Apple Software Restore and NetInstall have allowed administrators to do it a little bit faster, and now Apple has provided an even more amazing tool that gives administrators the ability to roll out hundreds of custom Mac OS X installs in a couple of hours!

What Is Quartz?

"Quartz is the heart and soul of Mac OS X's graphics layer, which directly supports the defining features of the Aqua desktop experience. Quartz is largely based upon Adobe's PDF specification, but it has roots tracing all the way back to PostScript. The two defining components of Quartz are Quartz Compositor and Quartz 2D. Tiger introduced Quartz 2D Extreme and Quartz Composer, an alternative way to explore the power of Quartz through a powerful visual programming environment."

Understanding Xcode Projects

"Xcode is a powerful professional tool that allows you to perform the most common software development tasks simply, quickly, and in a way that should be familiar. Its capabilities, however, are much more powerful than what is needed to build just a single type of application. Xcode is designed to let you build any kind of software product you can dream of. From Cocoa and Carbon applications to kernel extensions and Spotlight importers, Xcode is up to the task."

Core Data as a Cheap Database

"Is there any trivial way to use Core Data? What is the most lightweight way to have a database on a Mac? If I wanted to write an application that needed db capabilities, what options do I have that don't require the user to install mysql and set it up on their own? Core Data is easy enough for non-programmers to handle a basic database with."

SpotMeta Lets Spotlight Users Add Metadata

Spotlight is a rather neat feature once you get beyond the simple text search interface and use the more advanced search in the Finder. However, Apple don't allow users to add their own metadata to files, so you're limited to searching for data which exists within the files and is exposed by the importers. Ben Summers did some investigation and worked out how to add arbitrary and independent metadata to the Spotlight store.

Installing Fink on Mac OS X

At its heart, Mac OS X is a Unix operating system. This means that plenty of Unix open source software compiles and runs on it. However, compiling software can be tedious, especially if it has many dependencies, or if it hasn't been tested on Mac OS X. You have to perform the usual configure/make/make install process and hope it all works fine. Maybe you have to tamper with the makefile or even the source code. Moreover, you'll need to make sure all libraries used by the software are installed. Here is where Fink comes in.

Taking Advantage of the Accelerate Framework

If your application is computationally intensive, you need to know about the Accelerate framework. The Accelerate framework is a set of libraries containing high-performance vector-accelerated libraries that run on PowerPC-based Macintosh computers and Intel-based Macintosh computers. Using the framework can be advantageous, in terms of code maintenance and reliability across the architectures.

Review: Mac OS X Tiger

"I find Tiger to be a good release in terms of its stability and some of the new features that it offers but I don’t think it is as much of an upgrade as Panther was. Gaming performance under Tiger seems better, but not much, while other parts of the system seem more sluggish." Read the review here.

Apple Bolsters Mac OS X for Intel Development Efforts

The new Developer Transition Resource Center is targeted at developers who have been tasked with moving their applications to Apple's forthcoming Intel-based Macs, scheduled for release in 2006. The site ties together topics, resources and tutorials, some of which were previously available on other parts of Apple's site, including QuickTime archives of WWDC sessions. In addition, Apple today updated its Xserve RAID storage system, a 3U high-availability, rack storage system to deliver a massive 7 terabytes of storage capacity at an aggressive price of just $1.86 per GB.

The Many Faces of OS X

"Until yesterday, there were 4 different variations of the Aqua theme used by Apple for OS X: the standard Aqua theme, the new Platinum theme, the much distained Brushed Metal theme, and the funky Woody theme. Commentators have pointed out on more then one occasion that while Apple's Human Interface Guidelines has guidelines for which theme to use where, even Apple disregards those rules and uses whatever theme some unknown source in the company chooses."

Nifty Utilities to Hack Mac OS X Tiger

An excerpt fom the book "Nifty Utilities to Hack Mac OS X Tiger" has an overview of OS X apps like TinkerTool, Carbon Copy Cloner, BatChmod, Memory stick, and others, that help you tweak apps like Safari, adjust and monitor memory status, bring the world of Unix file ownership and permissions over to the Mac, and more.