jaromail

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

project.pbxproj (7860B)


      1 // !$*UTF8*$!
      2 {
      3 	archiveVersion = 1;
      4 	classes = {
      5 	};
      6 	objectVersion = 46;
      7 	objects = {
      8 
      9 /* Begin PBXBuildFile section */
     10 		581307F015190FE4002B3515 /* ABQuery.m in Sources */ = {isa = PBXBuildFile; fileRef = 581307EF15190FE4002B3515 /* ABQuery.m */; };
     11 		581307F21519102A002B3515 /* AddressBook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 581307F11519102A002B3515 /* AddressBook.framework */; };
     12 		581307F415191048002B3515 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 581307F315191048002B3515 /* Foundation.framework */; };
     13 /* End PBXBuildFile section */
     14 
     15 /* Begin PBXCopyFilesBuildPhase section */
     16 		58D5E17C1517C541005AD1D6 /* CopyFiles */ = {
     17 			isa = PBXCopyFilesBuildPhase;
     18 			buildActionMask = 2147483647;
     19 			dstPath = /usr/share/man/man1/;
     20 			dstSubfolderSpec = 0;
     21 			files = (
     22 			);
     23 			runOnlyForDeploymentPostprocessing = 1;
     24 		};
     25 /* End PBXCopyFilesBuildPhase section */
     26 
     27 /* Begin PBXFileReference section */
     28 		581307EE15190FE4002B3515 /* ABQuery_Prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ABQuery_Prefix.h; sourceTree = SOURCE_ROOT; };
     29 		581307EF15190FE4002B3515 /* ABQuery.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ABQuery.m; sourceTree = SOURCE_ROOT; };
     30 		581307F11519102A002B3515 /* AddressBook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AddressBook.framework; path = System/Library/Frameworks/AddressBook.framework; sourceTree = SDKROOT; };
     31 		581307F315191048002B3515 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
     32 		58D5E17E1517C541005AD1D6 /* lbdb-ABQuery */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "lbdb-ABQuery"; sourceTree = BUILT_PRODUCTS_DIR; };
     33 /* End PBXFileReference section */
     34 
     35 /* Begin PBXFrameworksBuildPhase section */
     36 		58D5E17B1517C541005AD1D6 /* Frameworks */ = {
     37 			isa = PBXFrameworksBuildPhase;
     38 			buildActionMask = 2147483647;
     39 			files = (
     40 				581307F415191048002B3515 /* Foundation.framework in Frameworks */,
     41 				581307F21519102A002B3515 /* AddressBook.framework in Frameworks */,
     42 			);
     43 			runOnlyForDeploymentPostprocessing = 0;
     44 		};
     45 /* End PBXFrameworksBuildPhase section */
     46 
     47 /* Begin PBXGroup section */
     48 		58D5E1731517C541005AD1D6 = {
     49 			isa = PBXGroup;
     50 			children = (
     51 				58D5E1841517C541005AD1D6 /* lbdb-ABQuery */,
     52 				58D5E1811517C541005AD1D6 /* Frameworks */,
     53 				58D5E17F1517C541005AD1D6 /* Products */,
     54 			);
     55 			sourceTree = "<group>";
     56 		};
     57 		58D5E17F1517C541005AD1D6 /* Products */ = {
     58 			isa = PBXGroup;
     59 			children = (
     60 				58D5E17E1517C541005AD1D6 /* lbdb-ABQuery */,
     61 			);
     62 			name = Products;
     63 			sourceTree = "<group>";
     64 		};
     65 		58D5E1811517C541005AD1D6 /* Frameworks */ = {
     66 			isa = PBXGroup;
     67 			children = (
     68 				581307F315191048002B3515 /* Foundation.framework */,
     69 				581307F11519102A002B3515 /* AddressBook.framework */,
     70 			);
     71 			name = Frameworks;
     72 			sourceTree = "<group>";
     73 		};
     74 		58D5E1841517C541005AD1D6 /* lbdb-ABQuery */ = {
     75 			isa = PBXGroup;
     76 			children = (
     77 				581307EE15190FE4002B3515 /* ABQuery_Prefix.h */,
     78 				581307EF15190FE4002B3515 /* ABQuery.m */,
     79 			);
     80 			path = "lbdb-ABQuery";
     81 			sourceTree = "<group>";
     82 		};
     83 /* End PBXGroup section */
     84 
     85 /* Begin PBXNativeTarget section */
     86 		58D5E17D1517C541005AD1D6 /* lbdb-ABQuery */ = {
     87 			isa = PBXNativeTarget;
     88 			buildConfigurationList = 58D5E18B1517C541005AD1D6 /* Build configuration list for PBXNativeTarget "lbdb-ABQuery" */;
     89 			buildPhases = (
     90 				58D5E17A1517C541005AD1D6 /* Sources */,
     91 				58D5E17B1517C541005AD1D6 /* Frameworks */,
     92 				58D5E17C1517C541005AD1D6 /* CopyFiles */,
     93 			);
     94 			buildRules = (
     95 			);
     96 			dependencies = (
     97 			);
     98 			name = "lbdb-ABQuery";
     99 			productName = "lbdb-ABQuery";
    100 			productReference = 58D5E17E1517C541005AD1D6 /* lbdb-ABQuery */;
    101 			productType = "com.apple.product-type.tool";
    102 		};
    103 /* End PBXNativeTarget section */
    104 
    105 /* Begin PBXProject section */
    106 		58D5E1751517C541005AD1D6 /* Project object */ = {
    107 			isa = PBXProject;
    108 			attributes = {
    109 				LastUpgradeCheck = 0430;
    110 				ORGANIZATIONNAME = Dyne.org;
    111 			};
    112 			buildConfigurationList = 58D5E1781517C541005AD1D6 /* Build configuration list for PBXProject "lbdb-ABQuery" */;
    113 			compatibilityVersion = "Xcode 3.2";
    114 			developmentRegion = English;
    115 			hasScannedForEncodings = 0;
    116 			knownRegions = (
    117 				en,
    118 			);
    119 			mainGroup = 58D5E1731517C541005AD1D6;
    120 			productRefGroup = 58D5E17F1517C541005AD1D6 /* Products */;
    121 			projectDirPath = "";
    122 			projectRoot = "";
    123 			targets = (
    124 				58D5E17D1517C541005AD1D6 /* lbdb-ABQuery */,
    125 			);
    126 		};
    127 /* End PBXProject section */
    128 
    129 /* Begin PBXSourcesBuildPhase section */
    130 		58D5E17A1517C541005AD1D6 /* Sources */ = {
    131 			isa = PBXSourcesBuildPhase;
    132 			buildActionMask = 2147483647;
    133 			files = (
    134 				581307F015190FE4002B3515 /* ABQuery.m in Sources */,
    135 			);
    136 			runOnlyForDeploymentPostprocessing = 0;
    137 		};
    138 /* End PBXSourcesBuildPhase section */
    139 
    140 /* Begin XCBuildConfiguration section */
    141 		58D5E1891517C541005AD1D6 /* Debug */ = {
    142 			isa = XCBuildConfiguration;
    143 			buildSettings = {
    144 				ALWAYS_SEARCH_USER_PATHS = NO;
    145 				ARCHS = "$(ARCHS_STANDARD_64_BIT)";
    146 				COPY_PHASE_STRIP = NO;
    147 				GCC_C_LANGUAGE_STANDARD = gnu99;
    148 				GCC_DYNAMIC_NO_PIC = NO;
    149 				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
    150 				GCC_OPTIMIZATION_LEVEL = 0;
    151 				GCC_PREPROCESSOR_DEFINITIONS = (
    152 					"DEBUG=1",
    153 					"$(inherited)",
    154 				);
    155 				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    156 				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
    157 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
    158 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    159 				GCC_WARN_UNINITIALIZED_AUTOS = YES;
    160 				GCC_WARN_UNUSED_VARIABLE = YES;
    161 				MACOSX_DEPLOYMENT_TARGET = 10.7;
    162 				ONLY_ACTIVE_ARCH = YES;
    163 				SDKROOT = macosx;
    164 			};
    165 			name = Debug;
    166 		};
    167 		58D5E18A1517C541005AD1D6 /* Release */ = {
    168 			isa = XCBuildConfiguration;
    169 			buildSettings = {
    170 				ALWAYS_SEARCH_USER_PATHS = NO;
    171 				ARCHS = "$(ARCHS_STANDARD_64_BIT)";
    172 				COPY_PHASE_STRIP = YES;
    173 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
    174 				GCC_C_LANGUAGE_STANDARD = gnu99;
    175 				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
    176 				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
    177 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
    178 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    179 				GCC_WARN_UNINITIALIZED_AUTOS = YES;
    180 				GCC_WARN_UNUSED_VARIABLE = YES;
    181 				MACOSX_DEPLOYMENT_TARGET = 10.7;
    182 				SDKROOT = macosx;
    183 			};
    184 			name = Release;
    185 		};
    186 		58D5E18C1517C541005AD1D6 /* Debug */ = {
    187 			isa = XCBuildConfiguration;
    188 			buildSettings = {
    189 				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
    190 				MACOSX_DEPLOYMENT_TARGET = 10.4;
    191 				PRODUCT_NAME = "$(TARGET_NAME)";
    192 			};
    193 			name = Debug;
    194 		};
    195 		58D5E18D1517C541005AD1D6 /* Release */ = {
    196 			isa = XCBuildConfiguration;
    197 			buildSettings = {
    198 				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
    199 				MACOSX_DEPLOYMENT_TARGET = 10.4;
    200 				PRODUCT_NAME = "$(TARGET_NAME)";
    201 			};
    202 			name = Release;
    203 		};
    204 /* End XCBuildConfiguration section */
    205 
    206 /* Begin XCConfigurationList section */
    207 		58D5E1781517C541005AD1D6 /* Build configuration list for PBXProject "lbdb-ABQuery" */ = {
    208 			isa = XCConfigurationList;
    209 			buildConfigurations = (
    210 				58D5E1891517C541005AD1D6 /* Debug */,
    211 				58D5E18A1517C541005AD1D6 /* Release */,
    212 			);
    213 			defaultConfigurationIsVisible = 0;
    214 			defaultConfigurationName = Release;
    215 		};
    216 		58D5E18B1517C541005AD1D6 /* Build configuration list for PBXNativeTarget "lbdb-ABQuery" */ = {
    217 			isa = XCConfigurationList;
    218 			buildConfigurations = (
    219 				58D5E18C1517C541005AD1D6 /* Debug */,
    220 				58D5E18D1517C541005AD1D6 /* Release */,
    221 			);
    222 			defaultConfigurationIsVisible = 0;
    223 			defaultConfigurationName = Release;
    224 		};
    225 /* End XCConfigurationList section */
    226 	};
    227 	rootObject = 58D5E1751517C541005AD1D6 /* Project object */;
    228 }