Apple Developer Tools

Apple Developer Tools
Apple Developer Tools
Developer(s) Apple Inc.
Stable release 3.1 (1096) / April 2008
Operating system Mac OS X
Type IDE
Website Apple Developer Connection

The Apple Developer Tools are a suite of software tools from Apple to aid in making software titles for the Mac OS X platform. They come on the Snow Leopard installation CD as part of the Xcode suite, but aren't installed by default.

Contents

AppleScript Editor

An editor for AppleScript that is included with Mac OS X (was called Script Editor in versions of OS X prior to 10.6 Snow Leopard). Scripts are written into the document editing window and can be compiled and run from the Script Editor window. Scripts can also be saved as AppleScript applications (applets) or compiled scripts. Script Editor also provides access to a reference library of Apple Events dictionaries corresponding to the scriptable applications on your computer, and can log the Events and Results of scripts run from AppleScript Editor for debugging purposes.

Other AppleScript and OSA language editors include:

Applet Launcher

A graphical interface for Sun’s Java Plug-in, which aids developers by demonstrating how Java applets perform on Mac OS X. Provides tools to adjust the performance & behavior applets in development

Audio Unit Lab

A graphic presentation of audio units helping software developers to examine their results. AU Lab can be used to test audio units, conduct live mixing, and playback of audio content. Audio units are controlled visually with the audio unit’s graphic interface

Computer Hardware Understanding Development Tools

A set of software tools, collectively Computer Hardware Understanding Development Tools (CHUD Tools) measure software performance on Mac OS X, to aid in optimizing. Also provides hardware system benchmarks

Core Image Fun House

Used in testing Core Image units, which function similar to Adobe Photoshop filters. Each has a specific action, with parameters customize the action. Showcases Core Image, a technology introduced in Mac OS X v10.4, supported by newer graphic hardware.

CrashReporterPrefs

A developer utility for setting report parameters for Apple's Crash Reporter application.

  • Basic: Shows a dialog asking the user what to do.
  • Developer: Provides additional debug info and automatically shows the mail to Apple window.
  • Server: Runs silent, but keeps all the logs.

FileMerge

Similar to NEXTSTEP's Merge utility, it graphically compares and merges two different versions of a file, and is often used to track changes to source code.

A command line version is available through the Terminal application: opendiff.

Help Indexer

Creates an index file for the Mac OS X built-in Help Viewer.

icns Browser

Views the resources for an .icns file, displaying the Mini, Small, Large, Huge, Thumbnail & Tile sizes in all bit-depths and masks.

Icon Composer

Icon Composer is an icon editor that is part of the Apple Developer Tools. It does not have any editing features other than composing Apple Icon Image files and Windows ICO files. External editors must do all the image manipulation, then the results may be imported into the converter to create the finished icon.

Instruments

(formerly known as XRay)

Instruments is a GUI for tracing framework DTrace from Sun's OpenSolaris.

IORegistryExplorer

Examines the Mac OS X hardware registry and offers a dozen view modes for data: unary, binary, octal, decimal, hexadecimal, ASCII, MacRoman, UTF-8 & Unicode; 8, 16, 32 & 64-bit; and big & little endian.

Jar Bundler

Java tool that aids in packaging an application’s component files into a single double-clickable application. Properties can be modified to optimize the code.

MallocDebug

Assistance for assessing memory usage and detecting memory leaks in programs.

Assesses an application's memory usage by monitoring a user as they interact with an application, which allows MallocDebug to build a memory profile.

OpenGL Driver Monitor

Real time access to the inner workings of the graphics processing unit. Runs locally or over a network using Bonjour which is less likely to interfere with the statistics it is gathering.

OpenGL Profiler

This tool assists developers in debugging and optimizing OpenGL usage under Mac OS X.

Supported features:

  • Launch or attach to an application
  • Breakpoints and execution control
  • Error detection including thread safety checks
  • Scripts
  • Buffer views
  • Resource viewing/editing
  • Statistics gathering
  • OpenGL call traces with stack traces and timings

OpenGL Shader Builder

An integrated environment to develop and debug OpenGL GPU programs (Shaders) under Mac OS X.

Features supported by OpenGL Shader Builder:

  • Realtime entry
  • Preview window with shaders applied to a textured plane, sphere or teapot
  • Example shaders
  • Syntax checking
  • Debugging and analysis of vertex / fragment programs
  • Export to Xcode

One notable feature is 'Export to Xcode'. A sample Xcode project is created with C source code to initialize OpenGL (using the GLUT library) and run the shader program.

Note that this program is no longer recommended for editing GLSL shaders as "GLSLEditorSample," available as an example program, is generally regarded as superior.

PackageMaker

Creates application .pkg installer bundles for installing applications using the Installer application.

Pixie

A magnifying glass application for magnifying small sections of the computer's screen, centered around the mouse cursor, giving the user a detailed view of the screen, as well as the pixel coordinates of the mouse. Provides several levels of zoom, "locking" the image under the mouse for closer examination, and saves the magnified image one of several formats. Helps ensure visual elements are aligned precisely.

An alternative for the Pixie app that comes in the default OS X installation is the DigitalColor Meter app in the Applications / Utilities folder. There is also a built-in zoom function enabled via System Preferences / Universal Access / Seeing which can enlarge the screen up to 20 times, but it provides no data about the pixels. The default way to activate this is Command-Option-Shift-= (in other words Command-Option-+), assuming the default keystrokes are enabled in System Preferences / Keyboard & Mouse / Keyboard Shortcuts.

Property List Editor

Edits application preference plist files. As of Xcode 4, Property List Editor is no longer included as a separate application and the last version was 5.3 in Xcode 3.2.6, and all editing of plist files must be done within Xcode itself.

Quartz Composer

A visual programming language for processing and rendering data. Using OpenGL, Core Image, Core Video, and other technologies to build an API and serves as a simple visual programming paradigm. Quartz Composer is a core technology of the Mac OS X. Quartz Composer creations work in any QuickTime-aware application (beginning with Mac OS X v10.4), from the Quartz Composer application, or embedded into Cocoa or Carbon applications.

Quartz Composer has many similarities to Max/MSP although its primary usage is for graphical rather than audio processing. Offers the ability to construct interactive video compositions that react to audio or MIDI signals and can be played from any QuickTime aware application.

Pierre-Olivier Latour originally developed the predecessor to Quartz Composer under the name PixelShox Studio.[1]

Repeat After Me

Optimizes the performance of the built-in text-to-speech software for Mac OS X. Tests the operating system's phonemic translation engine, creates graphs of the generated tone, to visually adjust the intonation, and records samples for reference.

Shark

Shark is a profiler, used by software developers to optimize software programs on Mac OS X. It samples software at set time intervals (or driven by hardware performance monitors events) taking snapshots of the stack, showing the functions which require more of the application’s resources. Includes tools to analyze the data produced by a sampling run.

Spin Control

Spin Control is a performance tool used for monitoring hang activity in software programs. The program gets its name from the Spinning wait cursor, which is a "spinning wheel" on Mac OS X.[2]

Thread Viewer

Thread Viewer is a performance tool which graphically displays activity across a range of threads. It provides color-coded time-line views of thread activity and can display backtraces of activity at specific points in time.

References

  1. ^ http://www.polhosting.info/web-archives/pixelshox_technology/ PixelShox Technology
  2. ^ "Using Spin Control". http://developer.apple.com/mac/library/documentation/Performance/Conceptual/PerformanceOverview/InitialEvaluation/InitialEvaluation.html#//apple_ref/doc/uid/TP40001410-CH206-CJBFHBDB. 

External links


Wikimedia Foundation. 2010.

Игры ⚽ Нужно решить контрольную?

Look at other dictionaries:

  • Apple Developer Connection — The Apple Developer Connection, or ADC, is Apple Inc. s developer network. It is designed to make available resources to help software developers write software for the Apple Mac OS X platform. [Apple Computer, Inc. (2005).… …   Wikipedia

  • Apple Disk Image — Filename extension .dmg, .smi, .img Internet media type application/x apple diskimage Uniform Type Identifier com.apple.disk image …   Wikipedia

  • Apple — Inc. Rechtsform Incorporated ISIN US0378331005 Gründung 1976 …   Deutsch Wikipedia

  • Apple Newton — The Apple Newton, or simply Newton, is the iPhone s predecessor and was an early line of personal digital assistants developed and marketed by Apple Computer (now Apple Inc.) from 1993 to 1998. Some electronic engineering and the manufacture of… …   Wikipedia

  • Apple Newton OS — Newton OS was the operating system for the Apple Newton PDAs produced by Apple from 1993 1997. Newton OS was written entirely in C++ and trimmed to be low power consuming and use the available memory efficiently. Much like the first Apple… …   Wikipedia

  • Apple Mac OS X Server — Mac OS X Server Server Variante von Mac OS X Basisdaten Entwickler Apple Ve …   Deutsch Wikipedia

  • Comparison of file comparison tools — Contents 1 General 2 Compare Features 3 API / Editor Features 4 Other features 5 Aspects …   Wikipedia

  • Criticism of Apple Inc. — Apple Inc. has received criticism for the use of sweatshop labor, environmental destruction, and unethical business practices. Additionally, it has been criticized[1][2] for its litigious legal policy of suing before first gathering all the facts …   Wikipedia

  • Apple Design Awards — The Apple Design Awards is a special event hosted by Apple Inc. at its annual Worldwide Developers Conference. The event is meant to recognize the best and most innovative Macintosh software and hardware produced by independent developers, as… …   Wikipedia

  • Apple IIGS — Mac specs Introduced=September 1986 MSRP=999 CPU=65C816 CPUspeed=2.8 MHz OS=Apple ProDOS, Apple GS/OS RAM=256 KB or 1 MB (expandable up to 8 MB) RAMtype= Discontinued=December 1992The Apple sc|IIgs, the fifth model inception of the Apple II, was… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”