Changeset 268
- Timestamp:
- 07/20/06 12:02:15 (18 years ago)
- Location:
- trunk/launch/launch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/launch/launch/launch.xcodeproj/project.pbxproj
r266 r268 43 43 08FB7796FE84155DC02AAC07 /* main.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; tabWidth = 8; }; 44 44 09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; }; 45 E194197009C40AFB00266191 /* launch */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = launch; sourceTree = BUILT_PRODUCTS_DIR; };45 E194197009C40AFB00266191 /* launch */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = "compiled.mach-o.executable"; path = launch; sourceTree = BUILT_PRODUCTS_DIR; }; 46 46 F561F49F0139D7DD01AEEDB1 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; }; 47 47 F574340B01B8A47B01AEEDB1 /* VERSION */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = VERSION; sourceTree = "<group>"; }; -
trunk/launch/launch/main.c
r265 r268 826 826 if (ITEMS == NULL) 827 827 ITEMS = CFArrayCreate(NULL, NULL, 0, NULL); 828 CFShow(LPARAMS.argv);828 // CFShow(LPARAMS.argv); 829 829 return LSOpenURLsWithRole(ITEMS, kLSRolesAll, NULL, &LPARAMS, NULL, 0); 830 830 }
Note:
See TracChangeset
for help on using the changeset viewer.