[215] | 1 | // !$*UTF8*$! |
---|
| 2 | { |
---|
| 3 | archiveVersion = 1; |
---|
| 4 | classes = { |
---|
| 5 | }; |
---|
| 6 | objectVersion = 42; |
---|
| 7 | objects = { |
---|
| 8 | |
---|
| 9 | /* Begin PBXBuildFile section */ |
---|
| 10 | E194196509C40AFB00266191 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* main.c */; settings = {ATTRIBUTES = (); }; }; |
---|
| 11 | E194196709C40AFB00266191 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */; }; |
---|
| 12 | E194196809C40AFB00266191 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F561F49F0139D7DD01AEEDB1 /* ApplicationServices.framework */; }; |
---|
| 13 | E194196909C40AFB00266191 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5E819BF0198DFF701AEEDB1 /* Carbon.framework */; }; |
---|
| 14 | E194196A09C40AFB00266191 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F579CF4B019A1C6D01AEEDB1 /* Security.framework */; }; |
---|
| 15 | /* End PBXBuildFile section */ |
---|
| 16 | |
---|
| 17 | /* Begin PBXFileReference section */ |
---|
| 18 | 08FB7796FE84155DC02AAC07 /* main.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; tabWidth = 8; }; |
---|
| 19 | 09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; }; |
---|
[305] | 20 | E194197009C40AFB00266191 /* launch */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = launch; sourceTree = BUILT_PRODUCTS_DIR; }; |
---|
[215] | 21 | F561F49F0139D7DD01AEEDB1 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; }; |
---|
| 22 | F574340B01B8A47B01AEEDB1 /* VERSION */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = VERSION; sourceTree = "<group>"; }; |
---|
| 23 | F579CF4B019A1C6D01AEEDB1 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; }; |
---|
| 24 | F5C0CA9501B5740C01AEEDB1 /* README */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = README; sourceTree = "<group>"; }; |
---|
| 25 | F5E819BF0198DFF701AEEDB1 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; }; |
---|
| 26 | /* End PBXFileReference section */ |
---|
| 27 | |
---|
| 28 | /* Begin PBXFrameworksBuildPhase section */ |
---|
| 29 | E194196609C40AFB00266191 /* Frameworks */ = { |
---|
| 30 | isa = PBXFrameworksBuildPhase; |
---|
| 31 | buildActionMask = 2147483647; |
---|
| 32 | files = ( |
---|
| 33 | E194196709C40AFB00266191 /* CoreFoundation.framework in Frameworks */, |
---|
| 34 | E194196809C40AFB00266191 /* ApplicationServices.framework in Frameworks */, |
---|
| 35 | E194196909C40AFB00266191 /* Carbon.framework in Frameworks */, |
---|
| 36 | E194196A09C40AFB00266191 /* Security.framework in Frameworks */, |
---|
| 37 | ); |
---|
| 38 | runOnlyForDeploymentPostprocessing = 0; |
---|
| 39 | }; |
---|
| 40 | /* End PBXFrameworksBuildPhase section */ |
---|
| 41 | |
---|
| 42 | /* Begin PBXGroup section */ |
---|
| 43 | 08FB7794FE84155DC02AAC07 /* launch */ = { |
---|
| 44 | isa = PBXGroup; |
---|
| 45 | children = ( |
---|
| 46 | 08FB7795FE84155DC02AAC07 /* Source */, |
---|
| 47 | 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */, |
---|
| 48 | 19C28FBDFE9D53C911CA2CBB /* Products */, |
---|
| 49 | F5C0CA9501B5740C01AEEDB1 /* README */, |
---|
| 50 | F574340B01B8A47B01AEEDB1 /* VERSION */, |
---|
| 51 | ); |
---|
| 52 | name = launch; |
---|
| 53 | sourceTree = "<group>"; |
---|
| 54 | }; |
---|
| 55 | 08FB7795FE84155DC02AAC07 /* Source */ = { |
---|
| 56 | isa = PBXGroup; |
---|
| 57 | children = ( |
---|
| 58 | 08FB7796FE84155DC02AAC07 /* main.c */, |
---|
| 59 | ); |
---|
| 60 | name = Source; |
---|
| 61 | sourceTree = "<group>"; |
---|
| 62 | }; |
---|
| 63 | 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = { |
---|
| 64 | isa = PBXGroup; |
---|
| 65 | children = ( |
---|
| 66 | F5E819BF0198DFF701AEEDB1 /* Carbon.framework */, |
---|
| 67 | F561F49F0139D7DD01AEEDB1 /* ApplicationServices.framework */, |
---|
| 68 | 09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */, |
---|
| 69 | F579CF4B019A1C6D01AEEDB1 /* Security.framework */, |
---|
| 70 | ); |
---|
| 71 | name = "External Frameworks and Libraries"; |
---|
| 72 | sourceTree = "<group>"; |
---|
| 73 | }; |
---|
| 74 | 19C28FBDFE9D53C911CA2CBB /* Products */ = { |
---|
| 75 | isa = PBXGroup; |
---|
| 76 | children = ( |
---|
| 77 | E194197009C40AFB00266191 /* launch */, |
---|
| 78 | ); |
---|
| 79 | name = Products; |
---|
| 80 | sourceTree = "<group>"; |
---|
| 81 | }; |
---|
| 82 | /* End PBXGroup section */ |
---|
| 83 | |
---|
| 84 | /* Begin PBXNativeTarget section */ |
---|
| 85 | E194196209C40AFB00266191 /* launch */ = { |
---|
| 86 | isa = PBXNativeTarget; |
---|
| 87 | buildConfigurationList = E194196C09C40AFB00266191 /* Build configuration list for PBXNativeTarget "launch" */; |
---|
| 88 | buildPhases = ( |
---|
| 89 | E194196409C40AFB00266191 /* Sources */, |
---|
| 90 | E194196609C40AFB00266191 /* Frameworks */, |
---|
| 91 | ); |
---|
| 92 | buildRules = ( |
---|
| 93 | ); |
---|
| 94 | dependencies = ( |
---|
| 95 | ); |
---|
| 96 | name = launch; |
---|
| 97 | productInstallPath = "$(HOME)/bin"; |
---|
| 98 | productName = launch; |
---|
| 99 | productReference = E194197009C40AFB00266191 /* launch */; |
---|
| 100 | productType = "com.apple.product-type.tool"; |
---|
| 101 | }; |
---|
| 102 | /* End PBXNativeTarget section */ |
---|
| 103 | |
---|
| 104 | /* Begin PBXProject section */ |
---|
| 105 | 08FB7793FE84155DC02AAC07 /* Project object */ = { |
---|
| 106 | isa = PBXProject; |
---|
| 107 | buildConfigurationList = E194195609C40AD400266191 /* Build configuration list for PBXProject "launch" */; |
---|
| 108 | hasScannedForEncodings = 1; |
---|
| 109 | mainGroup = 08FB7794FE84155DC02AAC07 /* launch */; |
---|
| 110 | projectDirPath = ""; |
---|
| 111 | targets = ( |
---|
| 112 | E194196209C40AFB00266191 /* launch */, |
---|
| 113 | ); |
---|
| 114 | }; |
---|
| 115 | /* End PBXProject section */ |
---|
| 116 | |
---|
| 117 | /* Begin PBXSourcesBuildPhase section */ |
---|
| 118 | E194196409C40AFB00266191 /* Sources */ = { |
---|
| 119 | isa = PBXSourcesBuildPhase; |
---|
| 120 | buildActionMask = 2147483647; |
---|
| 121 | files = ( |
---|
| 122 | E194196509C40AFB00266191 /* main.c in Sources */, |
---|
| 123 | ); |
---|
| 124 | runOnlyForDeploymentPostprocessing = 0; |
---|
| 125 | }; |
---|
| 126 | /* End PBXSourcesBuildPhase section */ |
---|
| 127 | |
---|
| 128 | /* Begin XCBuildConfiguration section */ |
---|
| 129 | E194195709C40AD400266191 /* Development */ = { |
---|
| 130 | isa = XCBuildConfiguration; |
---|
| 131 | buildSettings = { |
---|
| 132 | ARCHS = ( |
---|
| 133 | ppc, |
---|
| 134 | i386, |
---|
| 135 | ); |
---|
[265] | 136 | MACOSX_DEPLOYMENT_TARGET = 10.4; |
---|
[305] | 137 | PREBINDING = NO; |
---|
[215] | 138 | SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; |
---|
| 139 | }; |
---|
| 140 | name = Development; |
---|
| 141 | }; |
---|
| 142 | E194195809C40AD400266191 /* Deployment */ = { |
---|
| 143 | isa = XCBuildConfiguration; |
---|
| 144 | buildSettings = { |
---|
| 145 | ARCHS = ( |
---|
| 146 | ppc, |
---|
| 147 | i386, |
---|
| 148 | ); |
---|
[265] | 149 | MACOSX_DEPLOYMENT_TARGET = 10.4; |
---|
[305] | 150 | PREBINDING = NO; |
---|
[215] | 151 | SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; |
---|
| 152 | }; |
---|
| 153 | name = Deployment; |
---|
| 154 | }; |
---|
| 155 | E194196D09C40AFB00266191 /* Development */ = { |
---|
| 156 | isa = XCBuildConfiguration; |
---|
| 157 | buildSettings = { |
---|
| 158 | COPY_PHASE_STRIP = NO; |
---|
[266] | 159 | GCC_ENABLE_FIX_AND_CONTINUE = NO; |
---|
[215] | 160 | GCC_GENERATE_DEBUGGING_SYMBOLS = YES; |
---|
| 161 | GCC_OPTIMIZATION_LEVEL = 0; |
---|
| 162 | PRODUCT_NAME = launch; |
---|
| 163 | WARNING_CFLAGS = ( |
---|
| 164 | "-Wmost", |
---|
| 165 | "-Wno-four-char-constants", |
---|
| 166 | "-Wno-unknown-pragmas", |
---|
| 167 | ); |
---|
[266] | 168 | ZERO_LINK = NO; |
---|
[215] | 169 | }; |
---|
| 170 | name = Development; |
---|
| 171 | }; |
---|
| 172 | E194196E09C40AFB00266191 /* Deployment */ = { |
---|
| 173 | isa = XCBuildConfiguration; |
---|
| 174 | buildSettings = { |
---|
| 175 | GCC_ENABLE_FIX_AND_CONTINUE = NO; |
---|
[266] | 176 | INSTALL_PATH = "\U0001/usr/local/bin"; |
---|
[215] | 177 | PRODUCT_NAME = launch; |
---|
| 178 | WARNING_CFLAGS = ( |
---|
| 179 | "-Wmost", |
---|
| 180 | "-Wno-four-char-constants", |
---|
| 181 | "-Wno-unknown-pragmas", |
---|
| 182 | ); |
---|
| 183 | ZERO_LINK = NO; |
---|
| 184 | }; |
---|
| 185 | name = Deployment; |
---|
| 186 | }; |
---|
| 187 | /* End XCBuildConfiguration section */ |
---|
| 188 | |
---|
| 189 | /* Begin XCConfigurationList section */ |
---|
| 190 | E194195609C40AD400266191 /* Build configuration list for PBXProject "launch" */ = { |
---|
| 191 | isa = XCConfigurationList; |
---|
| 192 | buildConfigurations = ( |
---|
| 193 | E194195709C40AD400266191 /* Development */, |
---|
| 194 | E194195809C40AD400266191 /* Deployment */, |
---|
| 195 | ); |
---|
| 196 | defaultConfigurationIsVisible = 0; |
---|
[266] | 197 | defaultConfigurationName = Development; |
---|
[215] | 198 | }; |
---|
| 199 | E194196C09C40AFB00266191 /* Build configuration list for PBXNativeTarget "launch" */ = { |
---|
| 200 | isa = XCConfigurationList; |
---|
| 201 | buildConfigurations = ( |
---|
| 202 | E194196D09C40AFB00266191 /* Development */, |
---|
| 203 | E194196E09C40AFB00266191 /* Deployment */, |
---|
| 204 | ); |
---|
| 205 | defaultConfigurationIsVisible = 0; |
---|
[266] | 206 | defaultConfigurationName = Development; |
---|
[215] | 207 | }; |
---|
| 208 | /* End XCConfigurationList section */ |
---|
| 209 | }; |
---|
| 210 | rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; |
---|
| 211 | } |
---|