Changeset 3776 for trunk/Plug-Ins/Ruby Support
- Timestamp:
- 01/21/08 22:14:49 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Plug-Ins/Ruby Support/Ruby Support.xcodeproj/project.pbxproj
r3755 r3776 231 231 name = Development; 232 232 }; 233 1C7F306 D0855489300D41FB0 /* Release */ = {233 1C7F306E0855489300D41FB0 /* Release */ = { 234 234 isa = XCBuildConfiguration; 235 235 buildSettings = { … … 261 261 }; 262 262 name = Release; 263 };264 1C7F306E0855489300D41FB0 /* Release (Universal) */ = {265 isa = XCBuildConfiguration;266 buildSettings = {267 FRAMEWORK_SEARCH_PATHS = (268 "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",269 "$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",270 );271 FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(HOME)/Library/Frameworks\"";272 GCC_PREFIX_HEADER = ../../Basic.pch;273 HEADER_SEARCH_PATHS = (274 ../../Additions,275 "$(HEADER_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",276 ../../Controllers,277 ../../Models,278 ../../Panels,279 "/usr/lib/ruby/1.8/powerpc-darwin8.0",280 );281 HEADER_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "../../Chat\\ Core";282 INFOPLIST_FILE = Info.plist;283 LIBRARY_SEARCH_PATHS = "";284 OTHER_LDFLAGS = (285 "-undefined",286 dynamic_lookup,287 "-weak_framework",288 RubyCocoa,289 );290 PRODUCT_NAME = "Ruby Support";291 WRAPPER_EXTENSION = plugin;292 };293 name = "Release (Universal)";294 263 }; 295 264 1C7F30700855489300D41FB0 /* Development */ = { … … 305 274 name = Development; 306 275 }; 307 1C7F30710855489300D41FB0 /* Release */ = { 308 isa = XCBuildConfiguration; 309 baseConfigurationReference = 1C9AE943086A59F5008ED7AD /* Common Settings.xcconfig */; 310 buildSettings = { 311 SYMROOT = ../../build; 312 }; 313 name = Release; 314 }; 315 1C7F30720855489300D41FB0 /* Release (Universal) */ = { 276 1C7F30720855489300D41FB0 /* Release */ = { 316 277 isa = XCBuildConfiguration; 317 278 baseConfigurationReference = 1C9AE943086A59F5008ED7AD /* Common Settings.xcconfig */; … … 323 284 SYMROOT = ../../build; 324 285 }; 325 name = "Release (Universal)";286 name = Release; 326 287 }; 327 288 /* End XCBuildConfiguration section */ … … 332 293 buildConfigurations = ( 333 294 1C7F306C0855489300D41FB0 /* Development */, 334 1C7F306D0855489300D41FB0 /* Release */, 335 1C7F306E0855489300D41FB0 /* Release (Universal) */, 295 1C7F306E0855489300D41FB0 /* Release */, 336 296 ); 337 297 defaultConfigurationIsVisible = 0; 338 defaultConfigurationName = Release;298 defaultConfigurationName = Development; 339 299 }; 340 300 1C7F306F0855489300D41FB0 /* Build configuration list for PBXProject "Ruby Support" */ = { … … 342 302 buildConfigurations = ( 343 303 1C7F30700855489300D41FB0 /* Development */, 344 1C7F30710855489300D41FB0 /* Release */, 345 1C7F30720855489300D41FB0 /* Release (Universal) */, 304 1C7F30720855489300D41FB0 /* Release */, 346 305 ); 347 306 defaultConfigurationIsVisible = 0; 348 defaultConfigurationName = Release;307 defaultConfigurationName = Development; 349 308 }; 350 309 /* End XCConfigurationList section */
