Update comments to remove references to .xCodeSupport

This commit is contained in:
Antoine Mercadal
2012-08-17 20:14:26 -07:00
parent 3dffbd6071
commit fea31d54f8
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -481,7 +481,7 @@ NSString * const XCCListeningStartNotification = @"XCCListeningStartNotification
/*!
Check if .xCodeSupport needs to be initialized.
Check if .XcodeSupport needs to be initialized.
If not needed, check that all J files are mirrored. If no,
then launch conversion for missing mirrored h files
@return YES or NO
@@ -523,7 +523,7 @@ NSString * const XCCListeningStartNotification = @"XCCListeningStartNotification
}
/*!
Create the .xCodeSupport/Sources folder if necessary.
Create the .XcodeSupport/Sources folder if necessary.
*/
- (void)createXcodeSupportProjectSourcesDirIfNecessary
{
@@ -535,7 +535,7 @@ NSString * const XCCListeningStartNotification = @"XCCListeningStartNotification
}
/*!
Initialize the creation of the .xCodeSupport project. This
Initialize the creation of the .XcodeSupport project. This
Operation is threaded
@param arguments Thread arguments (not used)
@param shouldNotify is YES, XCCDidPopulateProjectNotification will be send