|
| 1 | +// !$*UTF8*$! |
| 2 | +{ |
| 3 | + archiveVersion = 1; |
| 4 | + classes = { |
| 5 | + }; |
| 6 | + objectVersion = 46; |
| 7 | + objects = { |
| 8 | + |
| 9 | +/* Begin PBXBuildFile section */ |
| 10 | + 8DD76F770486A8DE00D96B5E /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* main.c */; settings = {ATTRIBUTES = (); }; }; |
| 11 | + 972B33F317395C9E0070AB70 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 972B33F217395C9E0070AB70 /* Carbon.framework */; }; |
| 12 | + 972B33F517395CA50070AB70 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 972B33F417395CA50070AB70 /* CoreFoundation.framework */; }; |
| 13 | + 972B33F717395CAB0070AB70 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 972B33F617395CAB0070AB70 /* IOKit.framework */; }; |
| 14 | +/* End PBXBuildFile section */ |
| 15 | + |
| 16 | +/* Begin PBXCopyFilesBuildPhase section */ |
| 17 | + 8DD76F7B0486A8DE00D96B5E /* CopyFiles */ = { |
| 18 | + isa = PBXCopyFilesBuildPhase; |
| 19 | + buildActionMask = 8; |
| 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 | + 08FB7796FE84155DC02AAC07 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; }; |
| 30 | + 8DD76F7E0486A8DE00D96B5E /* led-backlight-osx */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "led-backlight-osx"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 31 | + 972B33F217395C9E0070AB70 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; }; |
| 32 | + 972B33F417395CA50070AB70 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; }; |
| 33 | + 972B33F617395CAB0070AB70 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; }; |
| 34 | +/* End PBXFileReference section */ |
| 35 | + |
| 36 | +/* Begin PBXFrameworksBuildPhase section */ |
| 37 | + 8DD76F780486A8DE00D96B5E /* Frameworks */ = { |
| 38 | + isa = PBXFrameworksBuildPhase; |
| 39 | + buildActionMask = 2147483647; |
| 40 | + files = ( |
| 41 | + 972B33F717395CAB0070AB70 /* IOKit.framework in Frameworks */, |
| 42 | + 972B33F517395CA50070AB70 /* CoreFoundation.framework in Frameworks */, |
| 43 | + 972B33F317395C9E0070AB70 /* Carbon.framework in Frameworks */, |
| 44 | + ); |
| 45 | + runOnlyForDeploymentPostprocessing = 0; |
| 46 | + }; |
| 47 | +/* End PBXFrameworksBuildPhase section */ |
| 48 | + |
| 49 | +/* Begin PBXGroup section */ |
| 50 | + 08FB7794FE84155DC02AAC07 /* led-backlight-osx */ = { |
| 51 | + isa = PBXGroup; |
| 52 | + children = ( |
| 53 | + 08FB7795FE84155DC02AAC07 /* Source */, |
| 54 | + 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */, |
| 55 | + 19C28FBDFE9D53C911CA2CBB /* Products */, |
| 56 | + ); |
| 57 | + name = "led-backlight-osx"; |
| 58 | + sourceTree = "<group>"; |
| 59 | + }; |
| 60 | + 08FB7795FE84155DC02AAC07 /* Source */ = { |
| 61 | + isa = PBXGroup; |
| 62 | + children = ( |
| 63 | + 08FB7796FE84155DC02AAC07 /* main.c */, |
| 64 | + ); |
| 65 | + name = Source; |
| 66 | + sourceTree = "<group>"; |
| 67 | + }; |
| 68 | + 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = { |
| 69 | + isa = PBXGroup; |
| 70 | + children = ( |
| 71 | + 972B33F617395CAB0070AB70 /* IOKit.framework */, |
| 72 | + 972B33F417395CA50070AB70 /* CoreFoundation.framework */, |
| 73 | + 972B33F217395C9E0070AB70 /* Carbon.framework */, |
| 74 | + ); |
| 75 | + name = "External Frameworks and Libraries"; |
| 76 | + sourceTree = "<group>"; |
| 77 | + }; |
| 78 | + 19C28FBDFE9D53C911CA2CBB /* Products */ = { |
| 79 | + isa = PBXGroup; |
| 80 | + children = ( |
| 81 | + 8DD76F7E0486A8DE00D96B5E /* led-backlight-osx */, |
| 82 | + ); |
| 83 | + name = Products; |
| 84 | + sourceTree = "<group>"; |
| 85 | + }; |
| 86 | +/* End PBXGroup section */ |
| 87 | + |
| 88 | +/* Begin PBXNativeTarget section */ |
| 89 | + 8DD76F740486A8DE00D96B5E /* led-backlight-osx */ = { |
| 90 | + isa = PBXNativeTarget; |
| 91 | + buildConfigurationList = 1DEB924708733DCA0010E9CD /* Build configuration list for PBXNativeTarget "led-backlight-osx" */; |
| 92 | + buildPhases = ( |
| 93 | + 8DD76F760486A8DE00D96B5E /* Sources */, |
| 94 | + 8DD76F780486A8DE00D96B5E /* Frameworks */, |
| 95 | + 8DD76F7B0486A8DE00D96B5E /* CopyFiles */, |
| 96 | + ); |
| 97 | + buildRules = ( |
| 98 | + ); |
| 99 | + dependencies = ( |
| 100 | + ); |
| 101 | + name = "led-backlight-osx"; |
| 102 | + productInstallPath = "$(HOME)/bin"; |
| 103 | + productName = "led-backlight-osx"; |
| 104 | + productReference = 8DD76F7E0486A8DE00D96B5E /* led-backlight-osx */; |
| 105 | + productType = "com.apple.product-type.tool"; |
| 106 | + }; |
| 107 | +/* End PBXNativeTarget section */ |
| 108 | + |
| 109 | +/* Begin PBXProject section */ |
| 110 | + 08FB7793FE84155DC02AAC07 /* Project object */ = { |
| 111 | + isa = PBXProject; |
| 112 | + attributes = { |
| 113 | + LastUpgradeCheck = 0460; |
| 114 | + }; |
| 115 | + buildConfigurationList = 1DEB924B08733DCA0010E9CD /* Build configuration list for PBXProject "led-backlight-osx" */; |
| 116 | + compatibilityVersion = "Xcode 3.2"; |
| 117 | + developmentRegion = English; |
| 118 | + hasScannedForEncodings = 1; |
| 119 | + knownRegions = ( |
| 120 | + en, |
| 121 | + ); |
| 122 | + mainGroup = 08FB7794FE84155DC02AAC07 /* led-backlight-osx */; |
| 123 | + projectDirPath = ""; |
| 124 | + projectRoot = ""; |
| 125 | + targets = ( |
| 126 | + 8DD76F740486A8DE00D96B5E /* led-backlight-osx */, |
| 127 | + ); |
| 128 | + }; |
| 129 | +/* End PBXProject section */ |
| 130 | + |
| 131 | +/* Begin PBXSourcesBuildPhase section */ |
| 132 | + 8DD76F760486A8DE00D96B5E /* Sources */ = { |
| 133 | + isa = PBXSourcesBuildPhase; |
| 134 | + buildActionMask = 2147483647; |
| 135 | + files = ( |
| 136 | + 8DD76F770486A8DE00D96B5E /* main.c in Sources */, |
| 137 | + ); |
| 138 | + runOnlyForDeploymentPostprocessing = 0; |
| 139 | + }; |
| 140 | +/* End PBXSourcesBuildPhase section */ |
| 141 | + |
| 142 | +/* Begin XCBuildConfiguration section */ |
| 143 | + 1DEB924808733DCA0010E9CD /* Debug */ = { |
| 144 | + isa = XCBuildConfiguration; |
| 145 | + buildSettings = { |
| 146 | + DSTROOT = "$(PROJECT_DIR)"; |
| 147 | + INSTALL_PATH = /; |
| 148 | + PRODUCT_NAME = "led-backlight-osx"; |
| 149 | + }; |
| 150 | + name = Debug; |
| 151 | + }; |
| 152 | + 1DEB924908733DCA0010E9CD /* Release */ = { |
| 153 | + isa = XCBuildConfiguration; |
| 154 | + buildSettings = { |
| 155 | + DSTROOT = "$(PROJECT_DIR)"; |
| 156 | + INSTALL_PATH = /; |
| 157 | + PRODUCT_NAME = "led-backlight-osx"; |
| 158 | + }; |
| 159 | + name = Release; |
| 160 | + }; |
| 161 | + 1DEB924C08733DCA0010E9CD /* Debug */ = { |
| 162 | + isa = XCBuildConfiguration; |
| 163 | + buildSettings = { |
| 164 | + }; |
| 165 | + name = Debug; |
| 166 | + }; |
| 167 | + 1DEB924D08733DCA0010E9CD /* Release */ = { |
| 168 | + isa = XCBuildConfiguration; |
| 169 | + buildSettings = { |
| 170 | + }; |
| 171 | + name = Release; |
| 172 | + }; |
| 173 | +/* End XCBuildConfiguration section */ |
| 174 | + |
| 175 | +/* Begin XCConfigurationList section */ |
| 176 | + 1DEB924708733DCA0010E9CD /* Build configuration list for PBXNativeTarget "led-backlight-osx" */ = { |
| 177 | + isa = XCConfigurationList; |
| 178 | + buildConfigurations = ( |
| 179 | + 1DEB924808733DCA0010E9CD /* Debug */, |
| 180 | + 1DEB924908733DCA0010E9CD /* Release */, |
| 181 | + ); |
| 182 | + defaultConfigurationIsVisible = 0; |
| 183 | + defaultConfigurationName = Release; |
| 184 | + }; |
| 185 | + 1DEB924B08733DCA0010E9CD /* Build configuration list for PBXProject "led-backlight-osx" */ = { |
| 186 | + isa = XCConfigurationList; |
| 187 | + buildConfigurations = ( |
| 188 | + 1DEB924C08733DCA0010E9CD /* Debug */, |
| 189 | + 1DEB924D08733DCA0010E9CD /* Release */, |
| 190 | + ); |
| 191 | + defaultConfigurationIsVisible = 0; |
| 192 | + defaultConfigurationName = Release; |
| 193 | + }; |
| 194 | +/* End XCConfigurationList section */ |
| 195 | + }; |
| 196 | + rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; |
| 197 | +} |
0 commit comments