From: znek Date: Tue, 28 Mar 2006 00:18:56 +0000 (+0000) Subject: had to change the wrapper extensions from "sopex" to "app" in order to play nicely... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1cbb0e3b50a662896bb6f4542a2317603e0f942;p=sope had to change the wrapper extensions from "sopex" to "app" in order to play nicely with Xcode 2.2. git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1233 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sopex/Samples/WOxExtTest/WOExtTest.xcodeproj/project.pbxproj b/sopex/Samples/WOxExtTest/WOExtTest.xcodeproj/project.pbxproj index f8f41171..1b958be6 100644 --- a/sopex/Samples/WOxExtTest/WOExtTest.xcodeproj/project.pbxproj +++ b/sopex/Samples/WOxExtTest/WOExtTest.xcodeproj/project.pbxproj @@ -166,7 +166,7 @@ 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; 29B97316FDCFA39411CA2CEA /* WOExtTest_main.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = WOExtTest_main.m; sourceTree = ""; }; 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 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 = ""; }; AD06681B0600AA700010C833 /* TreeView.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist; path = TreeView.plist; sourceTree = ""; }; AD06681C0600AA700010C833 /* Dictionary.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist; path = Dictionary.plist; sourceTree = ""; }; @@ -316,7 +316,7 @@ 19C28FACFE9D520D11CA2CBB /* Products */ = { isa = PBXGroup; children = ( - 8D1107320486CEB800E47090 /* WOExtTest.sopex */, + 8D1107320486CEB800E47090 /* WOExtTest.app */, ); name = Products; sourceTree = ""; @@ -581,7 +581,7 @@ name = WOExtTest; productInstallPath = "$(HOME)/Applications"; productName = WOExtTest; - productReference = 8D1107320486CEB800E47090 /* WOExtTest.sopex */; + productReference = 8D1107320486CEB800E47090 /* WOExtTest.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ @@ -748,7 +748,7 @@ "-DCOCOA_Foundation_LIBRARY=1", ); PRODUCT_NAME = WOExtTest; - WRAPPER_EXTENSION = sopex; + WRAPPER_EXTENSION = app; ZERO_LINK = YES; }; name = Development; @@ -778,7 +778,7 @@ 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; @@ -797,7 +797,7 @@ "-DCOCOA_Foundation_LIBRARY=1", ); PRODUCT_NAME = WOExtTest; - WRAPPER_EXTENSION = sopex; + WRAPPER_EXTENSION = app; }; name = Default; };