alloy / passengerpane

A Mac OS X preference pane for easily configuring Rails applications with Passenger.

This URL has Read+Write access

passengerpane / Passenger_Prefix.pch
100644 11 lines (9 sloc) 0.274 kb
1
2
3
4
5
6
7
8
9
10
11
//
// Prefix header for all source files of the 'Passenger' target in the 'Passenger' project.
//
 
#ifdef __OBJC__
    #import <Foundation/Foundation.h>
    #import <AppKit/AppKit.h>
    #import <RubyCocoa/RubyCocoa.h>
    #import <PreferencePanes/PreferencePanes.h>
#endif