You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// # I decided to make Objective-C the main project language file for this project (SNU / 2D / Programming Tools / IDE / Objective-C) as this is a Objective-C IDE, and it needs its main language to be represented here.
13
+
NSLog(@"I decided to make Objective-C the main project language file for this project (SNU / 2D / Programming Tools / IDE / Objective-C) as this is a Objective-C IDE, and it needs its main language to be represented here.");
14
+
break;
15
+
}
16
+
@end
17
+
/* File info
18
+
* File version: 2022, Saturday, October 8th at 4:57 pm PST
19
+
* File type: Objective-C Source file (*.m)
20
+
* Line count (including blank lines and compiler line): 23
21
+
* This script is incomplete, and needs lots of work */
0 commit comments