From: znek Date: Wed, 22 Sep 2004 13:42:30 +0000 (+0000) Subject: new Xcode projects X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=446d91f1438478befe0aacccf8a393a01f8bb8b2;p=sope new Xcode projects git-svn-id: http://svn.opengroupware.org/SOPE/trunk@153 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-ical/NGiCal/ChangeLog b/sope-ical/NGiCal/ChangeLog index 47f63a9d..6a40036c 100644 --- a/sope-ical/NGiCal/ChangeLog +++ b/sope-ical/NGiCal/ChangeLog @@ -1,3 +1,7 @@ +2004-09-22 Marcus Mueller + + * NGiCal.xcode: fixed several build parameters + 2004-09-01 Marcus Mueller * v4.3.29 diff --git a/sope-ical/NGiCal/NGiCal.xcode/project.pbxproj b/sope-ical/NGiCal/NGiCal.xcode/project.pbxproj index 17585f44..099f9d53 100644 --- a/sope-ical/NGiCal/NGiCal.xcode/project.pbxproj +++ b/sope-ical/NGiCal/NGiCal.xcode/project.pbxproj @@ -5,6 +5,20 @@ }; objectVersion = 39; objects = { + AD8BF0F70701902800EC239A = { + isa = PBXFileReference; + lastKnownFileType = wrapper.framework; + name = XmlRpc.framework; + path = /Library/Frameworks/XmlRpc.framework; + refType = 0; + sourceTree = ""; + }; + AD8BF0F80701902800EC239A = { + fileRef = AD8BF0F70701902800EC239A; + isa = PBXBuildFile; + settings = { + }; + }; ADD1FC9906E4D6D400E387F0 = { fileEncoding = 5; indentWidth = 2; @@ -172,6 +186,7 @@ ADDF504306DE52F600C4E7F8, ADDF504406DE52F600C4E7F8, ADDF504106DE52F600C4E7F8, + AD8BF0F80701902800EC239A, ); isa = PBXFrameworksBuildPhase; runOnlyForDeploymentPostprocessing = 0; @@ -188,11 +203,11 @@ ); buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - FRAMEWORK_SEARCH_PATHS = "\"$(LOCAL_LIBRARY_DIR)/Frameworks\" /Local/BuildArea"; + DYLIB_CURRENT_VERSION = 4.3.29; + FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks"; FRAMEWORK_VERSION = A; GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Foundation.framework/Headers/Foundation.h"; + GCC_PREFIX_HEADER = common.h; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; INFOPLIST_FILE = "NGiCal-Info.plist"; @@ -253,10 +268,9 @@ ADDF4E6206DE4FF200C4E7F8 = { isa = PBXFileReference; lastKnownFileType = text.xml; - name = "NGiCal-Info.plist"; - path = "/Users/znek/Projects/OGo/SOPE/sope-ical/NGiCal/NGiCal-Info.plist"; - refType = 0; - sourceTree = ""; + path = "NGiCal-Info.plist"; + refType = 4; + sourceTree = ""; }; ADDF4E6506DE500200C4E7F8 = { children = ( @@ -1079,7 +1093,7 @@ isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DOM.framework; - path = /Local/BuildArea/DOM.framework; + path = /Library/Frameworks/DOM.framework; refType = 0; sourceTree = ""; }; @@ -1103,7 +1117,7 @@ isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SaxObjC.framework; - path = /Local/BuildArea/SaxObjC.framework; + path = /Library/Frameworks/SaxObjC.framework; refType = 0; sourceTree = ""; }; @@ -1135,6 +1149,7 @@ children = ( ADDF504006DE52F600C4E7F8, ADDF503D06DE52F600C4E7F8, + AD8BF0F70701902800EC239A, ); isa = PBXGroup; name = "sope-xml"; diff --git a/sope-ical/iCalSaxDriver/ChangeLog b/sope-ical/iCalSaxDriver/ChangeLog index 451615e5..0e03cf88 100644 --- a/sope-ical/iCalSaxDriver/ChangeLog +++ b/sope-ical/iCalSaxDriver/ChangeLog @@ -1,3 +1,7 @@ +2004-09-22 Marcus Mueller + + * iCalSaxDriver.xcode: new Xcode project + 2004-09-14 Helge Hess * ICalSaxParser.m: minor improvement to logging (v4.3.15) diff --git a/sope-ical/iCalSaxDriver/iCalSaxDriver-Info.plist b/sope-ical/iCalSaxDriver/iCalSaxDriver-Info.plist index 100cf0d4..9b8bd1d4 100644 --- a/sope-ical/iCalSaxDriver/iCalSaxDriver-Info.plist +++ b/sope-ical/iCalSaxDriver/iCalSaxDriver-Info.plist @@ -6,23 +6,19 @@ English CFBundleExecutable iCalSaxDriver - CFBundleGetInfoString - CFBundleIconFile CFBundleIdentifier - org.opengroupware.xml.iCalSaxDriver + org.OpenGroupware.SOPE.sope-ical.iCalSaxDriver CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType - APPL - CFBundleShortVersionString - + BNDL CFBundleSignature ???? CFBundleVersion - 4.2 + 4.3.15 NSPrincipalClass - iCalSaxDriver + diff --git a/sope-ical/iCalSaxDriver/iCalSaxDriver.xcode/project.pbxproj b/sope-ical/iCalSaxDriver/iCalSaxDriver.xcode/project.pbxproj new file mode 100644 index 00000000..0675cbc0 --- /dev/null +++ b/sope-ical/iCalSaxDriver/iCalSaxDriver.xcode/project.pbxproj @@ -0,0 +1,684 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 39; + objects = { + 014CEA420018CDE011CA2923 = { + buildSettings = { + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + ZERO_LINK = YES; + }; + isa = PBXBuildStyle; + name = Development; + }; + 014CEA430018CDE011CA2923 = { + buildSettings = { + COPY_PHASE_STRIP = YES; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + ZERO_LINK = NO; + }; + isa = PBXBuildStyle; + name = Deployment; + }; +//010 +//011 +//012 +//013 +//014 +//080 +//081 +//082 +//083 +//084 + 089C1669FE841209C02AAC07 = { + buildSettings = { + }; + buildStyles = ( + 014CEA420018CDE011CA2923, + 014CEA430018CDE011CA2923, + ); + hasScannedForEncodings = 1; + isa = PBXProject; + mainGroup = 089C166AFE841209C02AAC07; + projectDirPath = ""; + projectReferences = ( + { + ProductGroup = ADD65A3406DA2993007161CA; + ProjectRef = ADD659C006DA295B007161CA; + }, + ); + targets = ( + 8D5B49AC048680CD000E48DA, + ); + }; + 089C166AFE841209C02AAC07 = { + children = ( + ADBE0BFF06D78ED1007C5267, + ADBE0BF306D78ED1007C5267, + ADBE0BF406D78ED1007C5267, + ADBE0C0606D78ED2007C5267, + ADBE0BF106D78ED1007C5267, + ADBE0C0806D78ED2007C5267, + ADBE0CB306D79080007C5267, + 08FB77AFFE84173DC02AAC07, + ADBE0CB606D79094007C5267, + 089C167CFE841241C02AAC07, + 089C1671FE841209C02AAC07, + 19C28FB8FE9D52D311CA2CBB, + ); + isa = PBXGroup; + name = iCalSaxDriver; + refType = 4; + sourceTree = ""; + }; + 089C1671FE841209C02AAC07 = { + children = ( + ADBE0BEE06D78E75007C5267, + ADBE0BEC06D78E51007C5267, + ); + isa = PBXGroup; + name = Frameworks; + refType = 4; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 = { + children = ( + ADBE0BF806D78ED1007C5267, + ADBE0BF006D78ED1007C5267, + ); + isa = PBXGroup; + name = Resources; + refType = 4; + sourceTree = ""; + }; + 08FB77AFFE84173DC02AAC07 = { + children = ( + ADBE0BF206D78ED1007C5267, + ADBE0C0706D78ED2007C5267, + ADBE0BF906D78ED1007C5267, + ADBE0BFA06D78ED1007C5267, + ADBE0BFB06D78ED1007C5267, + ADBE0BFC06D78ED1007C5267, + ADBE0BFD06D78ED1007C5267, + ADBE0BFE06D78ED1007C5267, + ); + isa = PBXGroup; + name = Classes; + refType = 4; + sourceTree = ""; + }; +//080 +//081 +//082 +//083 +//084 +//190 +//191 +//192 +//193 +//194 + 19C28FB8FE9D52D311CA2CBB = { + children = ( + ADD659C006DA295B007161CA, + 8D5B49B6048680CD000E48DA, + ); + isa = PBXGroup; + name = Products; + refType = 4; + sourceTree = ""; + }; +//190 +//191 +//192 +//193 +//194 +//8D0 +//8D1 +//8D2 +//8D3 +//8D4 + 8D5B49AC048680CD000E48DA = { + buildPhases = ( + 8D5B49AF048680CD000E48DA, + 8D5B49B1048680CD000E48DA, + 8D5B49B3048680CD000E48DA, + ); + buildRules = ( + ); + buildSettings = { + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_PRECOMPILE_PREFIX_HEADER = NO; + INFOPLIST_FILE = "iCalSaxDriver-Info.plist"; + INSTALL_PATH = "$(USER_LIBRARY_DIR)/SaxDrivers"; + PRODUCT_NAME = iCalSaxDriver; + WARNING_CFLAGS = "-Wmost"; + WRAPPER_EXTENSION = sax; + }; + dependencies = ( + ); + isa = PBXNativeTarget; + name = iCalSaxDriver; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = iCalSaxDriver; + productReference = 8D5B49B6048680CD000E48DA; + productType = "com.apple.product-type.bundle"; + }; + 8D5B49AF048680CD000E48DA = { + buildActionMask = 2147483647; + files = ( + ADBE0C0906D78ED2007C5267, + ADBE0C0A06D78ED2007C5267, + ADBE0C0B06D78ED2007C5267, + ADBE0C0C06D78ED2007C5267, + ADBE0C0D06D78ED2007C5267, + ADBE0C0E06D78ED2007C5267, + ADBE0C0F06D78ED2007C5267, + ADBE0C1006D78ED2007C5267, + ADBE0C1106D78ED2007C5267, + ADBE0C1206D78ED2007C5267, + ADBE0C1406D78ED2007C5267, + ADBE0C1606D78ED2007C5267, + ADBE0C1806D78ED2007C5267, + ADBE0C1906D78ED2007C5267, + ADBE0C1A06D78ED2007C5267, + ADBE0C1B06D78ED2007C5267, + ADBE0C1C06D78ED2007C5267, + ADBE0C1D06D78ED2007C5267, + ADBE0C1E06D78ED2007C5267, + ADBE0C1F06D78ED2007C5267, + ADBE0C2006D78ED2007C5267, + ADBE0C2106D78ED2007C5267, + ); + isa = PBXResourcesBuildPhase; + runOnlyForDeploymentPostprocessing = 0; + }; + 8D5B49B1048680CD000E48DA = { + buildActionMask = 2147483647; + files = ( + ADBE0C1306D78ED2007C5267, + ADBE0C1506D78ED2007C5267, + ADBE0C1706D78ED2007C5267, + ); + isa = PBXSourcesBuildPhase; + runOnlyForDeploymentPostprocessing = 0; + }; + 8D5B49B3048680CD000E48DA = { + buildActionMask = 2147483647; + files = ( + ADBE0BEF06D78E75007C5267, + ADBE0BED06D78E51007C5267, + ADD65A3706DA29B1007161CA, + ); + isa = PBXFrameworksBuildPhase; + runOnlyForDeploymentPostprocessing = 0; + }; + 8D5B49B6048680CD000E48DA = { + explicitFileType = wrapper.cfbundle; + includeInIndex = 0; + isa = PBXFileReference; + path = iCalSaxDriver.sax; + refType = 3; + sourceTree = BUILT_PRODUCTS_DIR; + }; +//8D0 +//8D1 +//8D2 +//8D3 +//8D4 +//AD0 +//AD1 +//AD2 +//AD3 +//AD4 + ADBE0BEC06D78E51007C5267 = { + isa = PBXFileReference; + lastKnownFileType = wrapper.framework; + name = SaxObjC.framework; + path = /Library/Frameworks/SaxObjC.framework; + refType = 0; + sourceTree = ""; + }; + ADBE0BED06D78E51007C5267 = { + fileRef = ADBE0BEC06D78E51007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0BEE06D78E75007C5267 = { + isa = PBXFileReference; + lastKnownFileType = wrapper.framework; + name = Foundation.framework; + path = /System/Library/Frameworks/Foundation.framework; + refType = 0; + sourceTree = ""; + }; + ADBE0BEF06D78E75007C5267 = { + fileRef = ADBE0BEE06D78E75007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0BF006D78ED1007C5267 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = text.plist; + path = "bundle-info.plist"; + refType = 4; + sourceTree = ""; + }; + ADBE0BF106D78ED1007C5267 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = text; + path = ChangeLog; + refType = 4; + sourceTree = ""; + }; + ADBE0BF206D78ED1007C5267 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = common.h; + refType = 4; + sourceTree = ""; + }; + ADBE0BF306D78ED1007C5267 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = text; + path = COPYING; + refType = 4; + sourceTree = ""; + }; + ADBE0BF406D78ED1007C5267 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = text; + path = COPYRIGHT; + refType = 4; + sourceTree = ""; + }; + ADBE0BF506D78ED1007C5267 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = text; + path = GNUmakefile; + refType = 4; + sourceTree = ""; + }; + ADBE0BF606D78ED1007C5267 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = text; + path = GNUmakefile.postamble; + refType = 4; + sourceTree = ""; + }; + ADBE0BF706D78ED1007C5267 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = text; + path = GNUmakefile.preamble; + refType = 4; + sourceTree = ""; + }; + ADBE0BF806D78ED1007C5267 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = text.xml; + path = "iCalSaxDriver-Info.plist"; + refType = 4; + sourceTree = ""; + }; + ADBE0BF906D78ED1007C5267 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = ICalSaxParser.h; + refType = 4; + sourceTree = ""; + }; + ADBE0BFA06D78ED1007C5267 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = ICalSaxParser.m; + refType = 4; + sourceTree = ""; + }; + ADBE0BFB06D78ED1007C5267 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = "NSCalendarDate+ICal.h"; + refType = 4; + sourceTree = ""; + }; + ADBE0BFC06D78ED1007C5267 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = "NSCalendarDate+ICal.m"; + refType = 4; + sourceTree = ""; + }; + ADBE0BFD06D78ED1007C5267 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = "NSString+ICal.h"; + refType = 4; + sourceTree = ""; + }; + ADBE0BFE06D78ED1007C5267 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = "NSString+ICal.m"; + refType = 4; + sourceTree = ""; + }; + ADBE0BFF06D78ED1007C5267 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = text; + path = README; + refType = 4; + sourceTree = ""; + }; + ADBE0C0006D78ED1007C5267 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = text; + path = test1.ics; + refType = 4; + sourceTree = ""; + }; + ADBE0C0106D78ED1007C5267 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = text; + path = test2.vfb; + refType = 4; + sourceTree = ""; + }; + ADBE0C0206D78ED1007C5267 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = text; + path = test3.ics; + refType = 4; + sourceTree = ""; + }; + ADBE0C0306D78ED1007C5267 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = text; + path = test4.ics; + refType = 4; + sourceTree = ""; + }; + ADBE0C0406D78ED1007C5267 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = text; + path = "test5-entourage.ics"; + refType = 4; + sourceTree = ""; + }; + ADBE0C0506D78ED2007C5267 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = text; + path = "test6-appleical.ics"; + refType = 4; + sourceTree = ""; + }; + ADBE0C0606D78ED2007C5267 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = text; + path = TODO; + refType = 4; + sourceTree = ""; + }; + ADBE0C0706D78ED2007C5267 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = unicode.h; + refType = 4; + sourceTree = ""; + }; + ADBE0C0806D78ED2007C5267 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = text; + path = Version; + refType = 4; + sourceTree = ""; + }; + ADBE0C0906D78ED2007C5267 = { + fileRef = ADBE0BF006D78ED1007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0C0A06D78ED2007C5267 = { + fileRef = ADBE0BF106D78ED1007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0C0B06D78ED2007C5267 = { + fileRef = ADBE0BF206D78ED1007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0C0C06D78ED2007C5267 = { + fileRef = ADBE0BF306D78ED1007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0C0D06D78ED2007C5267 = { + fileRef = ADBE0BF406D78ED1007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0C0E06D78ED2007C5267 = { + fileRef = ADBE0BF506D78ED1007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0C0F06D78ED2007C5267 = { + fileRef = ADBE0BF606D78ED1007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0C1006D78ED2007C5267 = { + fileRef = ADBE0BF706D78ED1007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0C1106D78ED2007C5267 = { + fileRef = ADBE0BF806D78ED1007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0C1206D78ED2007C5267 = { + fileRef = ADBE0BF906D78ED1007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0C1306D78ED2007C5267 = { + fileRef = ADBE0BFA06D78ED1007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0C1406D78ED2007C5267 = { + fileRef = ADBE0BFB06D78ED1007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0C1506D78ED2007C5267 = { + fileRef = ADBE0BFC06D78ED1007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0C1606D78ED2007C5267 = { + fileRef = ADBE0BFD06D78ED1007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0C1706D78ED2007C5267 = { + fileRef = ADBE0BFE06D78ED1007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0C1806D78ED2007C5267 = { + fileRef = ADBE0BFF06D78ED1007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0C1906D78ED2007C5267 = { + fileRef = ADBE0C0006D78ED1007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0C1A06D78ED2007C5267 = { + fileRef = ADBE0C0106D78ED1007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0C1B06D78ED2007C5267 = { + fileRef = ADBE0C0206D78ED1007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0C1C06D78ED2007C5267 = { + fileRef = ADBE0C0306D78ED1007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0C1D06D78ED2007C5267 = { + fileRef = ADBE0C0406D78ED1007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0C1E06D78ED2007C5267 = { + fileRef = ADBE0C0506D78ED2007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0C1F06D78ED2007C5267 = { + fileRef = ADBE0C0606D78ED2007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0C2006D78ED2007C5267 = { + fileRef = ADBE0C0706D78ED2007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0C2106D78ED2007C5267 = { + fileRef = ADBE0C0806D78ED2007C5267; + isa = PBXBuildFile; + settings = { + }; + }; + ADBE0CB306D79080007C5267 = { + children = ( + ADBE0BF506D78ED1007C5267, + ADBE0BF606D78ED1007C5267, + ADBE0BF706D78ED1007C5267, + ); + isa = PBXGroup; + name = Makefiles; + path = ""; + refType = 4; + sourceTree = ""; + }; + ADBE0CB606D79094007C5267 = { + children = ( + ADBE0C0006D78ED1007C5267, + ADBE0C0106D78ED1007C5267, + ADBE0C0206D78ED1007C5267, + ADBE0C0306D78ED1007C5267, + ADBE0C0406D78ED1007C5267, + ADBE0C0506D78ED2007C5267, + ); + isa = PBXGroup; + name = Samples; + path = ""; + refType = 4; + sourceTree = ""; + }; + ADD659C006DA295B007161CA = { + isa = PBXFileReference; + lastKnownFileType = "wrapper.pb-project"; + name = libical.xcode; + path = ../../../ThirdParty/libical/libical.xcode; + refType = 4; + sourceTree = ""; + }; + ADD65A3406DA2993007161CA = { + children = ( + ADD65A3506DA2993007161CA, + ); + isa = PBXGroup; + name = Products; + refType = 4; + sourceTree = ""; + }; + ADD65A3506DA2993007161CA = { + fileType = wrapper.framework; + isa = PBXReferenceProxy; + path = libical.framework; + refType = 3; + remoteRef = ADD65A3606DA29B1007161CA; + sourceTree = BUILT_PRODUCTS_DIR; + }; + ADD65A3606DA29B1007161CA = { + containerPortal = ADD659C006DA295B007161CA; + isa = PBXContainerItemProxy; + proxyType = 2; + remoteGlobalIDString = 8DC2EF5B0486A6940098B216; + remoteInfo = libical; + }; + ADD65A3706DA29B1007161CA = { + fileRef = ADD65A3506DA2993007161CA; + isa = PBXBuildFile; + settings = { + }; + }; + }; + rootObject = 089C1669FE841209C02AAC07; +} diff --git a/sope-ical/iCalSaxDriver/version.plist b/sope-ical/iCalSaxDriver/version.plist new file mode 100644 index 00000000..53bf3a3f --- /dev/null +++ b/sope-ical/iCalSaxDriver/version.plist @@ -0,0 +1,16 @@ + + + + + BuildVersion + 12 + CFBundleVersion + 1.0 + ProductBuildVersion + 7K571 + ProjectName + DevToolsWizardTemplates + SourceVersion + 3870000 + + diff --git a/sope-ical/sope-ical.xcode/project.pbxproj b/sope-ical/sope-ical.xcode/project.pbxproj new file mode 100644 index 00000000..f3586ed7 --- /dev/null +++ b/sope-ical/sope-ical.xcode/project.pbxproj @@ -0,0 +1,241 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 39; + objects = { + AD8BF19E070196F800EC239A = { + isa = PBXFileReference; + lastKnownFileType = "wrapper.pb-project"; + name = NGiCal.xcode; + path = NGiCal/NGiCal.xcode; + refType = 4; + sourceTree = ""; + }; + AD8BF19F070196F800EC239A = { + children = ( + AD8BF1A40701970500EC239A, + ); + isa = PBXGroup; + name = Products; + refType = 4; + sourceTree = ""; + }; + AD8BF1A00701970300EC239A = { + isa = PBXFileReference; + lastKnownFileType = "wrapper.pb-project"; + name = iCalSaxDriver.xcode; + path = iCalSaxDriver/iCalSaxDriver.xcode; + refType = 4; + sourceTree = ""; + }; + AD8BF1A10701970300EC239A = { + children = ( + AD8BF1A20701970500EC239A, + ); + isa = PBXGroup; + name = Products; + refType = 4; + sourceTree = ""; + }; + AD8BF1A20701970500EC239A = { + fileType = wrapper.cfbundle; + isa = PBXReferenceProxy; + path = iCalSaxDriver.sax; + refType = 3; + remoteRef = AD8BF1AC0701973900EC239A; + sourceTree = BUILT_PRODUCTS_DIR; + }; + AD8BF1A40701970500EC239A = { + fileType = wrapper.framework; + isa = PBXReferenceProxy; + path = NGiCal.framework; + refType = 3; + remoteRef = AD8BF1AB0701973900EC239A; + sourceTree = BUILT_PRODUCTS_DIR; + }; + AD8BF1A50701971D00EC239A = { + containerPortal = ADDF476A06DA572500C4E7F8; + isa = PBXContainerItemProxy; + proxyType = 1; + remoteGlobalIDString = ADDF478006DA57DA00C4E7F8; + remoteInfo = "Wrapper Contents"; + }; + AD8BF1A60701971D00EC239A = { + isa = PBXTargetDependency; + target = ADDF478006DA57DA00C4E7F8; + targetProxy = AD8BF1A50701971D00EC239A; + }; + AD8BF1A70701972A00EC239A = { + containerPortal = AD8BF19E070196F800EC239A; + isa = PBXContainerItemProxy; + proxyType = 1; + remoteGlobalIDString = ADDF4E5F06DE4FF200C4E7F8; + remoteInfo = NGiCal; + }; + AD8BF1A80701972A00EC239A = { + isa = PBXTargetDependency; + name = "NGiCal (from NGiCal.xcode)"; + targetProxy = AD8BF1A70701972A00EC239A; + }; + AD8BF1A90701972D00EC239A = { + containerPortal = AD8BF1A00701970300EC239A; + isa = PBXContainerItemProxy; + proxyType = 1; + remoteGlobalIDString = 8D5B49AC048680CD000E48DA; + remoteInfo = iCalSaxDriver; + }; + AD8BF1AA0701972D00EC239A = { + isa = PBXTargetDependency; + name = "iCalSaxDriver (from iCalSaxDriver.xcode)"; + targetProxy = AD8BF1A90701972D00EC239A; + }; + AD8BF1AB0701973900EC239A = { + containerPortal = AD8BF19E070196F800EC239A; + isa = PBXContainerItemProxy; + proxyType = 2; + remoteGlobalIDString = ADDF4E6006DE4FF200C4E7F8; + remoteInfo = NGiCal; + }; + AD8BF1AC0701973900EC239A = { + containerPortal = AD8BF1A00701970300EC239A; + isa = PBXContainerItemProxy; + proxyType = 2; + remoteGlobalIDString = 8D5B49B6048680CD000E48DA; + remoteInfo = iCalSaxDriver; + }; + ADDF476606DA572500C4E7F8 = { + children = ( + ADDF477606DA575700C4E7F8, + ADDF477D06DA577400C4E7F8, + ADDF478306DA57F500C4E7F8, + ); + isa = PBXGroup; + refType = 4; + sourceTree = ""; + }; + ADDF476806DA572500C4E7F8 = { + buildSettings = { + COPY_PHASE_STRIP = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = "APPLE_RUNTIME=1 NeXT_Foundation_LIBRARY=1 COCOA_Foundation_LIBRARY=1 NeXT_RUNTIME=1 COMPILE_AS_FRAMEWORK=1 DEBUG=1"; + }; + isa = PBXBuildStyle; + name = Development; + }; + ADDF476906DA572500C4E7F8 = { + buildSettings = { + COPY_PHASE_STRIP = YES; + DEPLOYMENT_LOCATION = NO; + DEPLOYMENT_POSTPROCESSING = YES; + DSTROOT = /; + DYLIB_INSTALL_NAME_BASE = "@executable_path/../Frameworks/"; + FRAMEWORK_SEARCH_PATHS = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks"; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_OPTIMIZATION_LEVEL = 3; + GCC_PREPROCESSOR_DEFINITIONS = "APPLE_RUNTIME=1 NeXT_Foundation_LIBRARY=1 COCOA_Foundation_LIBRARY=1 NeXT_RUNTIME=1 COMPILE_AS_FRAMEWORK=1"; + SKIP_INSTALL = YES; + SYMROOT = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks"; + TEMP_DIR = "$(SYMROOT)/$(PROJECT_NAME).build"; + UNSTRIPPED_PRODUCT = NO; + ZERO_LINK = NO; + }; + isa = PBXBuildStyle; + name = Wrapper; + }; + ADDF476A06DA572500C4E7F8 = { + buildSettings = { + }; + buildStyles = ( + ADDF476806DA572500C4E7F8, + ADDF476906DA572500C4E7F8, + ); + hasScannedForEncodings = 0; + isa = PBXProject; + mainGroup = ADDF476606DA572500C4E7F8; + projectDirPath = ""; + projectReferences = ( + { + ProductGroup = AD8BF19F070196F800EC239A; + ProjectRef = AD8BF19E070196F800EC239A; + }, + { + ProductGroup = AD8BF1A10701970300EC239A; + ProjectRef = AD8BF1A00701970300EC239A; + }, + ); + targets = ( + ADDF479906DA58D700C4E7F8, + ADDF478006DA57DA00C4E7F8, + ); + }; + ADDF477306DA575700C4E7F8 = { + explicitFileType = sourcecode.make; + fileEncoding = 5; + indentWidth = 8; + isa = PBXFileReference; + path = GNUmakefile; + refType = 4; + sourceTree = ""; + tabWidth = 8; + }; + ADDF477606DA575700C4E7F8 = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = text; + path = "README-OSX.txt"; + refType = 4; + sourceTree = ""; + }; + ADDF477D06DA577400C4E7F8 = { + children = ( + ADDF477306DA575700C4E7F8, + ); + isa = PBXGroup; + name = Makefiles; + refType = 4; + sourceTree = ""; + }; + ADDF478006DA57DA00C4E7F8 = { + buildPhases = ( + ); + buildSettings = { + PRODUCT_NAME = "Wrapper Contents"; + }; + dependencies = ( + AD8BF1A80701972A00EC239A, + AD8BF1AA0701972D00EC239A, + ); + isa = PBXAggregateTarget; + name = "Wrapper Contents"; + productName = "Wrapper Contents"; + }; + ADDF478306DA57F500C4E7F8 = { + children = ( + AD8BF19E070196F800EC239A, + AD8BF1A00701970300EC239A, + ); + isa = PBXGroup; + name = Projects; + refType = 4; + sourceTree = ""; + }; + ADDF479906DA58D700C4E7F8 = { + buildPhases = ( + ); + buildSettings = { + PRODUCT_NAME = all; + }; + dependencies = ( + AD8BF1A60701971D00EC239A, + ); + isa = PBXAggregateTarget; + name = all; + productName = all; + }; + }; + rootObject = ADDF476A06DA572500C4E7F8; +}