|
| 1 | +// !$*UTF8*$! |
| 2 | +{ |
| 3 | + archiveVersion = 1; |
| 4 | + classes = { |
| 5 | + }; |
| 6 | + objectVersion = 46; |
| 7 | + objects = { |
| 8 | + |
| 9 | +/* Begin PBXBuildFile section */ |
| 10 | + 0FAD24021E68C37D0087E450 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0FAD24011E68C37D0087E450 /* main.cpp */; }; |
| 11 | +/* End PBXBuildFile section */ |
| 12 | + |
| 13 | +/* Begin PBXCopyFilesBuildPhase section */ |
| 14 | + 0FAD23FC1E68C37D0087E450 /* CopyFiles */ = { |
| 15 | + isa = PBXCopyFilesBuildPhase; |
| 16 | + buildActionMask = 2147483647; |
| 17 | + dstPath = /usr/share/man/man1/; |
| 18 | + dstSubfolderSpec = 0; |
| 19 | + files = ( |
| 20 | + ); |
| 21 | + runOnlyForDeploymentPostprocessing = 1; |
| 22 | + }; |
| 23 | +/* End PBXCopyFilesBuildPhase section */ |
| 24 | + |
| 25 | +/* Begin PBXFileReference section */ |
| 26 | + 0FAD23FE1E68C37D0087E450 /* CrapsGame */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = CrapsGame; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 27 | + 0FAD24011E68C37D0087E450 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; }; |
| 28 | +/* End PBXFileReference section */ |
| 29 | + |
| 30 | +/* Begin PBXFrameworksBuildPhase section */ |
| 31 | + 0FAD23FB1E68C37D0087E450 /* Frameworks */ = { |
| 32 | + isa = PBXFrameworksBuildPhase; |
| 33 | + buildActionMask = 2147483647; |
| 34 | + files = ( |
| 35 | + ); |
| 36 | + runOnlyForDeploymentPostprocessing = 0; |
| 37 | + }; |
| 38 | +/* End PBXFrameworksBuildPhase section */ |
| 39 | + |
| 40 | +/* Begin PBXGroup section */ |
| 41 | + 0FAD23F51E68C37D0087E450 = { |
| 42 | + isa = PBXGroup; |
| 43 | + children = ( |
| 44 | + 0FAD24001E68C37D0087E450 /* CrapsGame */, |
| 45 | + 0FAD23FF1E68C37D0087E450 /* Products */, |
| 46 | + ); |
| 47 | + sourceTree = "<group>"; |
| 48 | + }; |
| 49 | + 0FAD23FF1E68C37D0087E450 /* Products */ = { |
| 50 | + isa = PBXGroup; |
| 51 | + children = ( |
| 52 | + 0FAD23FE1E68C37D0087E450 /* CrapsGame */, |
| 53 | + ); |
| 54 | + name = Products; |
| 55 | + sourceTree = "<group>"; |
| 56 | + }; |
| 57 | + 0FAD24001E68C37D0087E450 /* CrapsGame */ = { |
| 58 | + isa = PBXGroup; |
| 59 | + children = ( |
| 60 | + 0FAD24011E68C37D0087E450 /* main.cpp */, |
| 61 | + ); |
| 62 | + path = CrapsGame; |
| 63 | + sourceTree = "<group>"; |
| 64 | + }; |
| 65 | +/* End PBXGroup section */ |
| 66 | + |
| 67 | +/* Begin PBXNativeTarget section */ |
| 68 | + 0FAD23FD1E68C37D0087E450 /* CrapsGame */ = { |
| 69 | + isa = PBXNativeTarget; |
| 70 | + buildConfigurationList = 0FAD24051E68C37D0087E450 /* Build configuration list for PBXNativeTarget "CrapsGame" */; |
| 71 | + buildPhases = ( |
| 72 | + 0FAD23FA1E68C37D0087E450 /* Sources */, |
| 73 | + 0FAD23FB1E68C37D0087E450 /* Frameworks */, |
| 74 | + 0FAD23FC1E68C37D0087E450 /* CopyFiles */, |
| 75 | + ); |
| 76 | + buildRules = ( |
| 77 | + ); |
| 78 | + dependencies = ( |
| 79 | + ); |
| 80 | + name = CrapsGame; |
| 81 | + productName = CrapsGame; |
| 82 | + productReference = 0FAD23FE1E68C37D0087E450 /* CrapsGame */; |
| 83 | + productType = "com.apple.product-type.tool"; |
| 84 | + }; |
| 85 | +/* End PBXNativeTarget section */ |
| 86 | + |
| 87 | +/* Begin PBXProject section */ |
| 88 | + 0FAD23F61E68C37D0087E450 /* Project object */ = { |
| 89 | + isa = PBXProject; |
| 90 | + attributes = { |
| 91 | + LastUpgradeCheck = 0730; |
| 92 | + ORGANIZATIONNAME = "Melinda Fernandes"; |
| 93 | + TargetAttributes = { |
| 94 | + 0FAD23FD1E68C37D0087E450 = { |
| 95 | + CreatedOnToolsVersion = 7.3.1; |
| 96 | + }; |
| 97 | + }; |
| 98 | + }; |
| 99 | + buildConfigurationList = 0FAD23F91E68C37D0087E450 /* Build configuration list for PBXProject "CrapsGame" */; |
| 100 | + compatibilityVersion = "Xcode 3.2"; |
| 101 | + developmentRegion = English; |
| 102 | + hasScannedForEncodings = 0; |
| 103 | + knownRegions = ( |
| 104 | + en, |
| 105 | + ); |
| 106 | + mainGroup = 0FAD23F51E68C37D0087E450; |
| 107 | + productRefGroup = 0FAD23FF1E68C37D0087E450 /* Products */; |
| 108 | + projectDirPath = ""; |
| 109 | + projectRoot = ""; |
| 110 | + targets = ( |
| 111 | + 0FAD23FD1E68C37D0087E450 /* CrapsGame */, |
| 112 | + ); |
| 113 | + }; |
| 114 | +/* End PBXProject section */ |
| 115 | + |
| 116 | +/* Begin PBXSourcesBuildPhase section */ |
| 117 | + 0FAD23FA1E68C37D0087E450 /* Sources */ = { |
| 118 | + isa = PBXSourcesBuildPhase; |
| 119 | + buildActionMask = 2147483647; |
| 120 | + files = ( |
| 121 | + 0FAD24021E68C37D0087E450 /* main.cpp in Sources */, |
| 122 | + ); |
| 123 | + runOnlyForDeploymentPostprocessing = 0; |
| 124 | + }; |
| 125 | +/* End PBXSourcesBuildPhase section */ |
| 126 | + |
| 127 | +/* Begin XCBuildConfiguration section */ |
| 128 | + 0FAD24031E68C37D0087E450 /* Debug */ = { |
| 129 | + isa = XCBuildConfiguration; |
| 130 | + buildSettings = { |
| 131 | + ALWAYS_SEARCH_USER_PATHS = NO; |
| 132 | + CLANG_ANALYZER_NONNULL = YES; |
| 133 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
| 134 | + CLANG_CXX_LIBRARY = "libc++"; |
| 135 | + CLANG_ENABLE_MODULES = YES; |
| 136 | + CLANG_ENABLE_OBJC_ARC = YES; |
| 137 | + CLANG_WARN_BOOL_CONVERSION = YES; |
| 138 | + CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 139 | + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
| 140 | + CLANG_WARN_EMPTY_BODY = YES; |
| 141 | + CLANG_WARN_ENUM_CONVERSION = YES; |
| 142 | + CLANG_WARN_INT_CONVERSION = YES; |
| 143 | + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 144 | + CLANG_WARN_UNREACHABLE_CODE = YES; |
| 145 | + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
| 146 | + CODE_SIGN_IDENTITY = "-"; |
| 147 | + COPY_PHASE_STRIP = NO; |
| 148 | + DEBUG_INFORMATION_FORMAT = dwarf; |
| 149 | + ENABLE_STRICT_OBJC_MSGSEND = YES; |
| 150 | + ENABLE_TESTABILITY = YES; |
| 151 | + GCC_C_LANGUAGE_STANDARD = gnu99; |
| 152 | + GCC_DYNAMIC_NO_PIC = NO; |
| 153 | + GCC_NO_COMMON_BLOCKS = YES; |
| 154 | + GCC_OPTIMIZATION_LEVEL = 0; |
| 155 | + GCC_PREPROCESSOR_DEFINITIONS = ( |
| 156 | + "DEBUG=1", |
| 157 | + "$(inherited)", |
| 158 | + ); |
| 159 | + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
| 160 | + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
| 161 | + GCC_WARN_UNDECLARED_SELECTOR = YES; |
| 162 | + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
| 163 | + GCC_WARN_UNUSED_FUNCTION = YES; |
| 164 | + GCC_WARN_UNUSED_VARIABLE = YES; |
| 165 | + MACOSX_DEPLOYMENT_TARGET = 10.11; |
| 166 | + MTL_ENABLE_DEBUG_INFO = YES; |
| 167 | + ONLY_ACTIVE_ARCH = YES; |
| 168 | + SDKROOT = macosx; |
| 169 | + }; |
| 170 | + name = Debug; |
| 171 | + }; |
| 172 | + 0FAD24041E68C37D0087E450 /* Release */ = { |
| 173 | + isa = XCBuildConfiguration; |
| 174 | + buildSettings = { |
| 175 | + ALWAYS_SEARCH_USER_PATHS = NO; |
| 176 | + CLANG_ANALYZER_NONNULL = YES; |
| 177 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
| 178 | + CLANG_CXX_LIBRARY = "libc++"; |
| 179 | + CLANG_ENABLE_MODULES = YES; |
| 180 | + CLANG_ENABLE_OBJC_ARC = YES; |
| 181 | + CLANG_WARN_BOOL_CONVERSION = YES; |
| 182 | + CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 183 | + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
| 184 | + CLANG_WARN_EMPTY_BODY = YES; |
| 185 | + CLANG_WARN_ENUM_CONVERSION = YES; |
| 186 | + CLANG_WARN_INT_CONVERSION = YES; |
| 187 | + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 188 | + CLANG_WARN_UNREACHABLE_CODE = YES; |
| 189 | + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
| 190 | + CODE_SIGN_IDENTITY = "-"; |
| 191 | + COPY_PHASE_STRIP = NO; |
| 192 | + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
| 193 | + ENABLE_NS_ASSERTIONS = NO; |
| 194 | + ENABLE_STRICT_OBJC_MSGSEND = YES; |
| 195 | + GCC_C_LANGUAGE_STANDARD = gnu99; |
| 196 | + GCC_NO_COMMON_BLOCKS = YES; |
| 197 | + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
| 198 | + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
| 199 | + GCC_WARN_UNDECLARED_SELECTOR = YES; |
| 200 | + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
| 201 | + GCC_WARN_UNUSED_FUNCTION = YES; |
| 202 | + GCC_WARN_UNUSED_VARIABLE = YES; |
| 203 | + MACOSX_DEPLOYMENT_TARGET = 10.11; |
| 204 | + MTL_ENABLE_DEBUG_INFO = NO; |
| 205 | + SDKROOT = macosx; |
| 206 | + }; |
| 207 | + name = Release; |
| 208 | + }; |
| 209 | + 0FAD24061E68C37D0087E450 /* Debug */ = { |
| 210 | + isa = XCBuildConfiguration; |
| 211 | + buildSettings = { |
| 212 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 213 | + }; |
| 214 | + name = Debug; |
| 215 | + }; |
| 216 | + 0FAD24071E68C37D0087E450 /* Release */ = { |
| 217 | + isa = XCBuildConfiguration; |
| 218 | + buildSettings = { |
| 219 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 220 | + }; |
| 221 | + name = Release; |
| 222 | + }; |
| 223 | +/* End XCBuildConfiguration section */ |
| 224 | + |
| 225 | +/* Begin XCConfigurationList section */ |
| 226 | + 0FAD23F91E68C37D0087E450 /* Build configuration list for PBXProject "CrapsGame" */ = { |
| 227 | + isa = XCConfigurationList; |
| 228 | + buildConfigurations = ( |
| 229 | + 0FAD24031E68C37D0087E450 /* Debug */, |
| 230 | + 0FAD24041E68C37D0087E450 /* Release */, |
| 231 | + ); |
| 232 | + defaultConfigurationIsVisible = 0; |
| 233 | + defaultConfigurationName = Release; |
| 234 | + }; |
| 235 | + 0FAD24051E68C37D0087E450 /* Build configuration list for PBXNativeTarget "CrapsGame" */ = { |
| 236 | + isa = XCConfigurationList; |
| 237 | + buildConfigurations = ( |
| 238 | + 0FAD24061E68C37D0087E450 /* Debug */, |
| 239 | + 0FAD24071E68C37D0087E450 /* Release */, |
| 240 | + ); |
| 241 | + defaultConfigurationIsVisible = 0; |
| 242 | + }; |
| 243 | +/* End XCConfigurationList section */ |
| 244 | + }; |
| 245 | + rootObject = 0FAD23F61E68C37D0087E450 /* Project object */; |
| 246 | +} |
0 commit comments