jaromail

a commandline tool to easily and privately handle your e-mail
git clone git://parazyd.org/jaromail.git
Log | Files | Refs | Submodules | README

commit 2b28d8a823bd71b097958bef3991511cd6765962
parent f62d3c19c14c9ab5f7a8dd847d2971bd50251a24
Author: Jaromil <jaromil@dyne.org>
Date:   Tue, 20 Mar 2012 20:24:07 +0100

fixed build for the little brother module for apple/osx addressbook

Diffstat:
Maux/lbdb-ABQuery/lbdb-ABQuery.xcodeproj/project.pbxproj | 31+++++++++++++++++++------------
Maux/lbdb-ABQuery/lbdb-ABQuery.xcodeproj/project.xcworkspace/xcuserdata/jaromil.xcuserdatad/UserInterfaceState.xcuserstate | 0
2 files changed, 19 insertions(+), 12 deletions(-)

diff --git a/aux/lbdb-ABQuery/lbdb-ABQuery.xcodeproj/project.pbxproj b/aux/lbdb-ABQuery/lbdb-ABQuery.xcodeproj/project.pbxproj @@ -7,9 +7,9 @@ objects = { /* Begin PBXBuildFile section */ - 58D5E1831517C541005AD1D6 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 58D5E1821517C541005AD1D6 /* CoreFoundation.framework */; }; - 58D5E1861517C541005AD1D6 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 58D5E1851517C541005AD1D6 /* main.c */; }; - 58D5E1881517C541005AD1D6 /* lbdb_ABQuery.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 58D5E1871517C541005AD1D6 /* lbdb_ABQuery.1 */; }; + 581307F015190FE4002B3515 /* ABQuery.m in Sources */ = {isa = PBXBuildFile; fileRef = 581307EF15190FE4002B3515 /* ABQuery.m */; }; + 581307F21519102A002B3515 /* AddressBook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 581307F11519102A002B3515 /* AddressBook.framework */; }; + 581307F415191048002B3515 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 581307F315191048002B3515 /* Foundation.framework */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -19,17 +19,17 @@ dstPath = /usr/share/man/man1/; dstSubfolderSpec = 0; files = ( - 58D5E1881517C541005AD1D6 /* lbdb_ABQuery.1 in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 1; }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ + 581307EE15190FE4002B3515 /* ABQuery_Prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ABQuery_Prefix.h; sourceTree = SOURCE_ROOT; }; + 581307EF15190FE4002B3515 /* ABQuery.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ABQuery.m; sourceTree = SOURCE_ROOT; }; + 581307F11519102A002B3515 /* AddressBook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AddressBook.framework; path = System/Library/Frameworks/AddressBook.framework; sourceTree = SDKROOT; }; + 581307F315191048002B3515 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 58D5E17E1517C541005AD1D6 /* lbdb-ABQuery */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "lbdb-ABQuery"; sourceTree = BUILT_PRODUCTS_DIR; }; - 58D5E1821517C541005AD1D6 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; }; - 58D5E1851517C541005AD1D6 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; }; - 58D5E1871517C541005AD1D6 /* lbdb_ABQuery.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = lbdb_ABQuery.1; sourceTree = "<group>"; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -37,7 +37,8 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 58D5E1831517C541005AD1D6 /* CoreFoundation.framework in Frameworks */, + 581307F415191048002B3515 /* Foundation.framework in Frameworks */, + 581307F21519102A002B3515 /* AddressBook.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -64,7 +65,8 @@ 58D5E1811517C541005AD1D6 /* Frameworks */ = { isa = PBXGroup; children = ( - 58D5E1821517C541005AD1D6 /* CoreFoundation.framework */, + 581307F315191048002B3515 /* Foundation.framework */, + 581307F11519102A002B3515 /* AddressBook.framework */, ); name = Frameworks; sourceTree = "<group>"; @@ -72,8 +74,8 @@ 58D5E1841517C541005AD1D6 /* lbdb-ABQuery */ = { isa = PBXGroup; children = ( - 58D5E1851517C541005AD1D6 /* main.c */, - 58D5E1871517C541005AD1D6 /* lbdb_ABQuery.1 */, + 581307EE15190FE4002B3515 /* ABQuery_Prefix.h */, + 581307EF15190FE4002B3515 /* ABQuery.m */, ); path = "lbdb-ABQuery"; sourceTree = "<group>"; @@ -129,7 +131,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 58D5E1861517C541005AD1D6 /* main.c in Sources */, + 581307F015190FE4002B3515 /* ABQuery.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -184,6 +186,8 @@ 58D5E18C1517C541005AD1D6 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + MACOSX_DEPLOYMENT_TARGET = 10.4; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; @@ -191,6 +195,8 @@ 58D5E18D1517C541005AD1D6 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + MACOSX_DEPLOYMENT_TARGET = 10.4; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; @@ -214,6 +220,7 @@ 58D5E18D1517C541005AD1D6 /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; diff --git a/aux/lbdb-ABQuery/lbdb-ABQuery.xcodeproj/project.xcworkspace/xcuserdata/jaromil.xcuserdatad/UserInterfaceState.xcuserstate b/aux/lbdb-ABQuery/lbdb-ABQuery.xcodeproj/project.xcworkspace/xcuserdata/jaromil.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ.