mirror of
https://github.com/zakk4223/CocoaSplit.git
synced 2026-05-15 14:15:50 -06:00
NSLog removal, copyright date change
This commit is contained in:
parent
745cdd679d
commit
f69c2d044b
2 changed files with 1 additions and 2 deletions
|
|
@ -128,7 +128,6 @@
|
|||
id newSelf = [[SourceCache sharedCache] findCachedSourceForClass:self.class uniqueID:savedUniqueID];
|
||||
if (newSelf)
|
||||
{
|
||||
NSLog(@"NEW SELF %@", newSelf);
|
||||
return newSelf;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
<key>NSAppleScriptEnabled</key>
|
||||
<true/>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2012 Zakk. All rights reserved.</string>
|
||||
<string>Copyright © 2012-2018 Zakk.</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>MainMenu</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue