]> err.no Git - sope/commitdiff
had to change the wrapper extensions from "sopex" to "app" in order to play nicely...
authorznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 28 Mar 2006 00:18:56 +0000 (00:18 +0000)
committerznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 28 Mar 2006 00:18:56 +0000 (00:18 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1233 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sopex/Samples/WOxExtTest/WOExtTest.xcodeproj/project.pbxproj

index f8f41171ce839a8d3ccfe61850a5703fb4b64ad8..1b958be6245cc038cec567e2a811f901ee584d4c 100644 (file)
                089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
                29B97316FDCFA39411CA2CEA /* WOExtTest_main.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = WOExtTest_main.m; sourceTree = "<group>"; };
                8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
-               8D1107320486CEB800E47090 /* WOExtTest.sopex */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WOExtTest.sopex; sourceTree = BUILT_PRODUCTS_DIR; };
+               8D1107320486CEB800E47090 /* WOExtTest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WOExtTest.app; sourceTree = BUILT_PRODUCTS_DIR; };
                AD06681A0600AA700010C833 /* TableView.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist; path = TableView.plist; sourceTree = "<group>"; };
                AD06681B0600AA700010C833 /* TreeView.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist; path = TreeView.plist; sourceTree = "<group>"; };
                AD06681C0600AA700010C833 /* Dictionary.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist; path = Dictionary.plist; sourceTree = "<group>"; };
                19C28FACFE9D520D11CA2CBB /* Products */ = {
                        isa = PBXGroup;
                        children = (
-                               8D1107320486CEB800E47090 /* WOExtTest.sopex */,
+                               8D1107320486CEB800E47090 /* WOExtTest.app */,
                        );
                        name = Products;
                        sourceTree = "<group>";
                        name = WOExtTest;
                        productInstallPath = "$(HOME)/Applications";
                        productName = WOExtTest;
-                       productReference = 8D1107320486CEB800E47090 /* WOExtTest.sopex */;
+                       productReference = 8D1107320486CEB800E47090 /* WOExtTest.app */;
                        productType = "com.apple.product-type.application";
                };
 /* End PBXNativeTarget section */
                                        "-DCOCOA_Foundation_LIBRARY=1",
                                );
                                PRODUCT_NAME = WOExtTest;
-                               WRAPPER_EXTENSION = sopex;
+                               WRAPPER_EXTENSION = app;
                                ZERO_LINK = YES;
                        };
                        name = Development;
                                PRODUCT_NAME = WOExtTest;
                                SYMROOT = /tmp/SOPEXDeploymentProducts;
                                TEMP_DIR = "$(SYMROOT)/$(PROJECT_NAME).build/$(TARGET_NAME).build";
-                               WRAPPER_EXTENSION = sopex;
+                               WRAPPER_EXTENSION = app;
                                ZERO_LINK = NO;
                        };
                        name = Deployment;
                                        "-DCOCOA_Foundation_LIBRARY=1",
                                );
                                PRODUCT_NAME = WOExtTest;
-                               WRAPPER_EXTENSION = sopex;
+                               WRAPPER_EXTENSION = app;
                        };
                        name = Default;
                };