source: trunk/Cocoa/F-Script Anywhere/Source/FSAnywhere.m@ 218

Last change on this file since 218 was 217, checked in by rchin, 18 years ago
  • Updated to new mach_inject with support for x86
  • Updated nib files to 10.2+ format so that future updates to the f-script framework won't break fsa
  • Adjusted some code to work with the new x86 mach_inject (sends an additional argument)
  • Updates code to work with newer defines in cctools
File size: 321 bytes
Line 
1//
2// FSAnywhere.m
3// F-Script Anywhere
4//
5// Created by Nicholas Riley on Sat Feb 02 2002.
6// Copyright (c) 2002 Nicholas Riley. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10#import "FSAnywhere.h"
11
12NSString * FSA_FScriptURL = @"http://www.fscript.org/";
13NSString * FSA_FScriptMinimumVersion = @"1.3.0";
Note: See TracBrowser for help on using the repository browser.