Ignore:
Timestamp:
05/09/06 09:13:54 (18 years ago)
Author:
rchin
Message:

Fixed commit of nib file.

Added support for automatic injection into apps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/F-Script Anywhere/Source/F-Script Anywhere.xcodeproj/project.pbxproj

    r218 r219  
    869869                        isa = XCBuildConfiguration;
    870870                        buildSettings = {
     871                                ARCHS = (
     872                                        ppc,
     873                                        i386,
     874                                );
    871875                                COPY_PHASE_STRIP = YES;
    872876                                FRAMEWORK_SEARCH_PATHS = /Volumes/Ti/Library/Frameworks;
     
    922926                        isa = XCBuildConfiguration;
    923927                        buildSettings = {
     928                                ARCHS = (
     929                                        ppc,
     930                                        i386,
     931                                );
    924932                                COPY_PHASE_STRIP = YES;
    925933                                GCC_ENABLE_FIX_AND_CONTINUE = NO;
     
    988996                        isa = XCBuildConfiguration;
    989997                        buildSettings = {
     998                                ARCHS = (
     999                                        ppc,
     1000                                        i386,
     1001                                );
    9901002                                COPY_PHASE_STRIP = YES;
    9911003                                FRAMEWORK_SEARCH_PATHS = "$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks";
Note: See TracChangeset for help on using the changeset viewer.