/TestObjcGenerator/TestObjcGenerator.xcodeproj/project.pbxproj
Unknown | 312 lines | 302 code | 10 blank | 0 comment | 0 complexity | 24867e10011e483cc9341d0aade07eed MD5 | raw file
1// !$*UTF8*$! 2{ 3 archiveVersion = 1; 4 classes = { 5 }; 6 objectVersion = 45; 7 objects = { 8 9/* Begin PBXBuildFile section */ 10 1D3623260D0F684500981E51 /* TestObjcGeneratorAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* TestObjcGeneratorAppDelegate.m */; }; 11 1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; }; 12 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; }; 13 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; }; 14 288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765FC0DF74451002DB57D /* CoreGraphics.framework */; }; 15 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; }; 16 EE37E98A1350F195003E861E /* Main.m in Sources */ = {isa = PBXBuildFile; fileRef = EE37E9881350F195003E861E /* Main.m */; }; 17 EE37E98B1350F195003E861E /* Main.xib in Resources */ = {isa = PBXBuildFile; fileRef = EE37E9891350F195003E861E /* Main.xib */; }; 18 EE37E98F1350F1B0003E861E /* Second.m in Sources */ = {isa = PBXBuildFile; fileRef = EE37E98D1350F1B0003E861E /* Second.m */; }; 19 EE37E9981350F23A003E861E /* objcGenerator.plist in Resources */ = {isa = PBXBuildFile; fileRef = EE37E9971350F23A003E861E /* objcGenerator.plist */; }; 20 EE37E9B51350F7EE003E861E /* _Main.m in Sources */ = {isa = PBXBuildFile; fileRef = EE37E9B41350F7EE003E861E /* _Main.m */; }; 21 EE37E9B81350F7FC003E861E /* _Second.m in Sources */ = {isa = PBXBuildFile; fileRef = EE37E9B71350F7FC003E861E /* _Second.m */; }; 22 EE37E9C71350FAE3003E861E /* README in Resources */ = {isa = PBXBuildFile; fileRef = EE37E9C61350FAE3003E861E /* README */; }; 23 EE37E9F81350FED5003E861E /* Second.xib in Resources */ = {isa = PBXBuildFile; fileRef = EE37E9F71350FED5003E861E /* Second.xib */; }; 24/* End PBXBuildFile section */ 25 26/* Begin PBXFileReference section */ 27 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 28 1D3623240D0F684500981E51 /* TestObjcGeneratorAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestObjcGeneratorAppDelegate.h; sourceTree = "<group>"; }; 29 1D3623250D0F684500981E51 /* TestObjcGeneratorAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TestObjcGeneratorAppDelegate.m; sourceTree = "<group>"; }; 30 1D6058910D05DD3D006BFB54 /* TestObjcGenerator.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestObjcGenerator.app; sourceTree = BUILT_PRODUCTS_DIR; }; 31 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 32 288765FC0DF74451002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 33 28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; }; 34 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; 35 32CA4F630368D1EE00C91783 /* TestObjcGenerator_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestObjcGenerator_Prefix.pch; sourceTree = "<group>"; }; 36 8D1107310486CEB800E47090 /* TestObjcGenerator-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "TestObjcGenerator-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; }; 37 EE37E9871350F195003E861E /* Main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Main.h; path = Views/Main/Main.h; sourceTree = "<group>"; }; 38 EE37E9881350F195003E861E /* Main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Main.m; path = Views/Main/Main.m; sourceTree = "<group>"; }; 39 EE37E9891350F195003E861E /* Main.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Main.xib; path = Views/Main/Main.xib; sourceTree = "<group>"; }; 40 EE37E98C1350F1B0003E861E /* Second.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Second.h; path = Views/Second/Second.h; sourceTree = "<group>"; }; 41 EE37E98D1350F1B0003E861E /* Second.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Second.m; path = Views/Second/Second.m; sourceTree = "<group>"; }; 42 EE37E9971350F23A003E861E /* objcGenerator.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = objcGenerator.plist; sourceTree = "<group>"; }; 43 EE37E9B31350F7EE003E861E /* _Main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = _Main.h; path = Views/Main/_Main.h; sourceTree = "<group>"; }; 44 EE37E9B41350F7EE003E861E /* _Main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = _Main.m; path = Views/Main/_Main.m; sourceTree = "<group>"; }; 45 EE37E9B61350F7FC003E861E /* _Second.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = _Second.h; path = Views/Second/_Second.h; sourceTree = "<group>"; }; 46 EE37E9B71350F7FC003E861E /* _Second.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = _Second.m; path = Views/Second/_Second.m; sourceTree = "<group>"; }; 47 EE37E9C61350FAE3003E861E /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; }; 48 EE37E9F71350FED5003E861E /* Second.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Second.xib; path = Views/Second/Second.xib; sourceTree = "<group>"; }; 49/* End PBXFileReference section */ 50 51/* Begin PBXFrameworksBuildPhase section */ 52 1D60588F0D05DD3D006BFB54 /* Frameworks */ = { 53 isa = PBXFrameworksBuildPhase; 54 buildActionMask = 2147483647; 55 files = ( 56 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */, 57 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */, 58 288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */, 59 ); 60 runOnlyForDeploymentPostprocessing = 0; 61 }; 62/* End PBXFrameworksBuildPhase section */ 63 64/* Begin PBXGroup section */ 65 080E96DDFE201D6D7F000001 /* Classes */ = { 66 isa = PBXGroup; 67 children = ( 68 EE37E9841350F172003E861E /* Views */, 69 1D3623240D0F684500981E51 /* TestObjcGeneratorAppDelegate.h */, 70 1D3623250D0F684500981E51 /* TestObjcGeneratorAppDelegate.m */, 71 ); 72 path = Classes; 73 sourceTree = "<group>"; 74 }; 75 19C28FACFE9D520D11CA2CBB /* Products */ = { 76 isa = PBXGroup; 77 children = ( 78 1D6058910D05DD3D006BFB54 /* TestObjcGenerator.app */, 79 ); 80 name = Products; 81 sourceTree = "<group>"; 82 }; 83 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = { 84 isa = PBXGroup; 85 children = ( 86 080E96DDFE201D6D7F000001 /* Classes */, 87 29B97315FDCFA39411CA2CEA /* Other Sources */, 88 29B97317FDCFA39411CA2CEA /* Resources */, 89 29B97323FDCFA39411CA2CEA /* Frameworks */, 90 19C28FACFE9D520D11CA2CBB /* Products */, 91 ); 92 name = CustomTemplate; 93 sourceTree = "<group>"; 94 }; 95 29B97315FDCFA39411CA2CEA /* Other Sources */ = { 96 isa = PBXGroup; 97 children = ( 98 EE37E9971350F23A003E861E /* objcGenerator.plist */, 99 32CA4F630368D1EE00C91783 /* TestObjcGenerator_Prefix.pch */, 100 29B97316FDCFA39411CA2CEA /* main.m */, 101 EE37E9C61350FAE3003E861E /* README */, 102 ); 103 name = "Other Sources"; 104 sourceTree = "<group>"; 105 }; 106 29B97317FDCFA39411CA2CEA /* Resources */ = { 107 isa = PBXGroup; 108 children = ( 109 28AD733E0D9D9553002E5188 /* MainWindow.xib */, 110 8D1107310486CEB800E47090 /* TestObjcGenerator-Info.plist */, 111 ); 112 name = Resources; 113 sourceTree = "<group>"; 114 }; 115 29B97323FDCFA39411CA2CEA /* Frameworks */ = { 116 isa = PBXGroup; 117 children = ( 118 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */, 119 1D30AB110D05D00D00671497 /* Foundation.framework */, 120 288765FC0DF74451002DB57D /* CoreGraphics.framework */, 121 ); 122 name = Frameworks; 123 sourceTree = "<group>"; 124 }; 125 EE37E9841350F172003E861E /* Views */ = { 126 isa = PBXGroup; 127 children = ( 128 EE37E9911350F1B4003E861E /* Second */, 129 EE37E9861350F17D003E861E /* Main */, 130 ); 131 name = Views; 132 sourceTree = "<group>"; 133 }; 134 EE37E9861350F17D003E861E /* Main */ = { 135 isa = PBXGroup; 136 children = ( 137 EE37E9B31350F7EE003E861E /* _Main.h */, 138 EE37E9B41350F7EE003E861E /* _Main.m */, 139 EE37E9871350F195003E861E /* Main.h */, 140 EE37E9881350F195003E861E /* Main.m */, 141 EE37E9891350F195003E861E /* Main.xib */, 142 ); 143 name = Main; 144 sourceTree = "<group>"; 145 }; 146 EE37E9911350F1B4003E861E /* Second */ = { 147 isa = PBXGroup; 148 children = ( 149 EE37E9B61350F7FC003E861E /* _Second.h */, 150 EE37E9B71350F7FC003E861E /* _Second.m */, 151 EE37E98C1350F1B0003E861E /* Second.h */, 152 EE37E98D1350F1B0003E861E /* Second.m */, 153 EE37E9F71350FED5003E861E /* Second.xib */, 154 ); 155 name = Second; 156 sourceTree = "<group>"; 157 }; 158/* End PBXGroup section */ 159 160/* Begin PBXNativeTarget section */ 161 1D6058900D05DD3D006BFB54 /* TestObjcGenerator */ = { 162 isa = PBXNativeTarget; 163 buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "TestObjcGenerator" */; 164 buildPhases = ( 165 1D60588D0D05DD3D006BFB54 /* Resources */, 166 1D60588E0D05DD3D006BFB54 /* Sources */, 167 1D60588F0D05DD3D006BFB54 /* Frameworks */, 168 ); 169 buildRules = ( 170 ); 171 dependencies = ( 172 ); 173 name = TestObjcGenerator; 174 productName = TestObjcGenerator; 175 productReference = 1D6058910D05DD3D006BFB54 /* TestObjcGenerator.app */; 176 productType = "com.apple.product-type.application"; 177 }; 178/* End PBXNativeTarget section */ 179 180/* Begin PBXProject section */ 181 29B97313FDCFA39411CA2CEA /* Project object */ = { 182 isa = PBXProject; 183 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "TestObjcGenerator" */; 184 compatibilityVersion = "Xcode 3.1"; 185 developmentRegion = English; 186 hasScannedForEncodings = 1; 187 knownRegions = ( 188 English, 189 Japanese, 190 French, 191 German, 192 ); 193 mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */; 194 projectDirPath = ""; 195 projectRoot = ""; 196 targets = ( 197 1D6058900D05DD3D006BFB54 /* TestObjcGenerator */, 198 ); 199 }; 200/* End PBXProject section */ 201 202/* Begin PBXResourcesBuildPhase section */ 203 1D60588D0D05DD3D006BFB54 /* Resources */ = { 204 isa = PBXResourcesBuildPhase; 205 buildActionMask = 2147483647; 206 files = ( 207 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */, 208 EE37E98B1350F195003E861E /* Main.xib in Resources */, 209 EE37E9981350F23A003E861E /* objcGenerator.plist in Resources */, 210 EE37E9C71350FAE3003E861E /* README in Resources */, 211 EE37E9F81350FED5003E861E /* Second.xib in Resources */, 212 ); 213 runOnlyForDeploymentPostprocessing = 0; 214 }; 215/* End PBXResourcesBuildPhase section */ 216 217/* Begin PBXSourcesBuildPhase section */ 218 1D60588E0D05DD3D006BFB54 /* Sources */ = { 219 isa = PBXSourcesBuildPhase; 220 buildActionMask = 2147483647; 221 files = ( 222 1D60589B0D05DD56006BFB54 /* main.m in Sources */, 223 1D3623260D0F684500981E51 /* TestObjcGeneratorAppDelegate.m in Sources */, 224 EE37E98A1350F195003E861E /* Main.m in Sources */, 225 EE37E98F1350F1B0003E861E /* Second.m in Sources */, 226 EE37E9B51350F7EE003E861E /* _Main.m in Sources */, 227 EE37E9B81350F7FC003E861E /* _Second.m in Sources */, 228 ); 229 runOnlyForDeploymentPostprocessing = 0; 230 }; 231/* End PBXSourcesBuildPhase section */ 232 233/* Begin XCBuildConfiguration section */ 234 1D6058940D05DD3E006BFB54 /* Debug */ = { 235 isa = XCBuildConfiguration; 236 buildSettings = { 237 ALWAYS_SEARCH_USER_PATHS = NO; 238 COPY_PHASE_STRIP = NO; 239 GCC_DYNAMIC_NO_PIC = NO; 240 GCC_OPTIMIZATION_LEVEL = 0; 241 GCC_PRECOMPILE_PREFIX_HEADER = YES; 242 GCC_PREFIX_HEADER = TestObjcGenerator_Prefix.pch; 243 INFOPLIST_FILE = "TestObjcGenerator-Info.plist"; 244 PRODUCT_NAME = TestObjcGenerator; 245 }; 246 name = Debug; 247 }; 248 1D6058950D05DD3E006BFB54 /* Release */ = { 249 isa = XCBuildConfiguration; 250 buildSettings = { 251 ALWAYS_SEARCH_USER_PATHS = NO; 252 COPY_PHASE_STRIP = YES; 253 GCC_PRECOMPILE_PREFIX_HEADER = YES; 254 GCC_PREFIX_HEADER = TestObjcGenerator_Prefix.pch; 255 INFOPLIST_FILE = "TestObjcGenerator-Info.plist"; 256 PRODUCT_NAME = TestObjcGenerator; 257 VALIDATE_PRODUCT = YES; 258 }; 259 name = Release; 260 }; 261 C01FCF4F08A954540054247B /* Debug */ = { 262 isa = XCBuildConfiguration; 263 buildSettings = { 264 ARCHS = "$(ARCHS_STANDARD_32_BIT)"; 265 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 266 GCC_C_LANGUAGE_STANDARD = c99; 267 GCC_WARN_ABOUT_RETURN_TYPE = YES; 268 GCC_WARN_UNUSED_VARIABLE = YES; 269 PREBINDING = NO; 270 SDKROOT = iphoneos; 271 }; 272 name = Debug; 273 }; 274 C01FCF5008A954540054247B /* Release */ = { 275 isa = XCBuildConfiguration; 276 buildSettings = { 277 ARCHS = "$(ARCHS_STANDARD_32_BIT)"; 278 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 279 GCC_C_LANGUAGE_STANDARD = c99; 280 GCC_WARN_ABOUT_RETURN_TYPE = YES; 281 GCC_WARN_UNUSED_VARIABLE = YES; 282 OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; 283 PREBINDING = NO; 284 SDKROOT = iphoneos; 285 }; 286 name = Release; 287 }; 288/* End XCBuildConfiguration section */ 289 290/* Begin XCConfigurationList section */ 291 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "TestObjcGenerator" */ = { 292 isa = XCConfigurationList; 293 buildConfigurations = ( 294 1D6058940D05DD3E006BFB54 /* Debug */, 295 1D6058950D05DD3E006BFB54 /* Release */, 296 ); 297 defaultConfigurationIsVisible = 0; 298 defaultConfigurationName = Release; 299 }; 300 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "TestObjcGenerator" */ = { 301 isa = XCConfigurationList; 302 buildConfigurations = ( 303 C01FCF4F08A954540054247B /* Debug */, 304 C01FCF5008A954540054247B /* Release */, 305 ); 306 defaultConfigurationIsVisible = 0; 307 defaultConfigurationName = Release; 308 }; 309/* End XCConfigurationList section */ 310 }; 311 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */; 312}