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