Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
removing FluidApp support for ppc
Browse files Browse the repository at this point in the history
git-svn-id: http://parsekit.googlecode.com/svn/trunk@19 47a69902-6c80-45e3-bb3b-c8207f6fa097
  • Loading branch information
todd.ditchendorf committed Mar 27, 2011
1 parent 0d99444 commit 69fe465
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ParseKit.xcodeproj/project.pbxproj
Expand Up @@ -1175,7 +1175,7 @@
D3F741430EF8E96A00559B9F /* xpath1_0.grammar */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = xpath1_0.grammar; path = res/xpath1_0.grammar; sourceTree = "<group>"; };
D3F741BD0EF9F28D00559B9F /* css2_1.grammar */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = css2_1.grammar; path = res/css2_1.grammar; sourceTree = "<group>"; };
D3FD791F0F4CC86800BAD816 /* rubyhash.grammar */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = rubyhash.grammar; path = res/rubyhash.grammar; sourceTree = "<group>"; };
D3FDC5830FFC4BFC00F1F797 /* parsekit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = parsekit.a; sourceTree = BUILT_PRODUCTS_DIR; };
D3FDC5830FFC4BFC00F1F797 /* libparsekit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libparsekit.a; sourceTree = BUILT_PRODUCTS_DIR; };
D3FDC7360FFC4D6100F1F797 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
D3FDC7380FFC4D6100F1F797 /* libicucore.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libicucore.dylib; path = usr/lib/libicucore.dylib; sourceTree = SDKROOT; };
D3FDC74B0FFC4DAC00F1F797 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -1268,7 +1268,7 @@
D33494100E2963FD00406085 /* DemoApp.app */,
D34185040E520D3F0081B0DC /* DebugApp.app */,
D389F2030F196A7500558235 /* JSDemoApp.app */,
D3FDC5830FFC4BFC00F1F797 /* parsekit.a */,
D3FDC5830FFC4BFC00F1F797 /* libparsekit.a */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -2662,7 +2662,7 @@
);
name = ParseKitMobile;
productName = ParseKitMobile;
productReference = D3FDC5830FFC4BFC00F1F797 /* parsekit.a */;
productReference = D3FDC5830FFC4BFC00F1F797 /* libparsekit.a */;
productType = "com.apple.product-type.library.static";
};
/* End PBXNativeTarget section */
Expand Down

0 comments on commit 69fe465

Please sign in to comment.