Skip to content

Commit

Permalink
Cleaned former project name in files.
Browse files Browse the repository at this point in the history
+ Renamed application delegate.
  • Loading branch information
johnjohndoe committed Jun 22, 2011
1 parent 0248ccd commit 4392711
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 40 deletions.
2 changes: 1 addition & 1 deletion DisplayInfo.h
@@ -1,6 +1,6 @@
//
// DisplayInfo.h
// SlideShowApp
// DisplayInfo
//
// Created by Tobias Preuss on 21.06.11.
// Copyright 2011 q-bus. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion DisplayInfo.m
@@ -1,6 +1,6 @@
//
// DisplayInfo.m
// SlideShowApp
// DisplayInfo
//
// Created by Tobias Preuss on 21.06.11.
// Copyright 2011 q-bus. All rights reserved.
Expand Down
16 changes: 8 additions & 8 deletions DisplayInfo.xcodeproj/project.pbxproj
Expand Up @@ -8,7 +8,7 @@

/* Begin PBXBuildFile section */
1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD58140DA1D0A300B32029 /* MainMenu.xib */; };
256AC3DA0F4B6AC300CF3369 /* TestScreensAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 256AC3D90F4B6AC300CF3369 /* TestScreensAppDelegate.m */; };
256AC3DA0F4B6AC300CF3369 /* DisplayInfoAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 256AC3D90F4B6AC300CF3369 /* DisplayInfoAppDelegate.m */; };
556C137F13B216D8003A68AA /* DisplayInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 556C137E13B216D8003A68AA /* DisplayInfo.m */; };
556C138113B216EB003A68AA /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 556C138013B216EB003A68AA /* IOKit.framework */; };
556C139F13B2181E003A68AA /* DisplayInfoController.m in Sources */ = {isa = PBXBuildFile; fileRef = 556C139E13B2181E003A68AA /* DisplayInfoController.m */; };
Expand All @@ -22,8 +22,8 @@
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
1DDD58150DA1D0A300B32029 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
256AC3D80F4B6AC300CF3369 /* TestScreensAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestScreensAppDelegate.h; sourceTree = "<group>"; };
256AC3D90F4B6AC300CF3369 /* TestScreensAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TestScreensAppDelegate.m; sourceTree = "<group>"; };
256AC3D80F4B6AC300CF3369 /* DisplayInfoAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DisplayInfoAppDelegate.h; sourceTree = "<group>"; };
256AC3D90F4B6AC300CF3369 /* DisplayInfoAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DisplayInfoAppDelegate.m; sourceTree = "<group>"; };
256AC3F00F4B6AF500CF3369 /* DisplayInfo_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DisplayInfo_Prefix.pch; sourceTree = "<group>"; };
29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
Expand Down Expand Up @@ -53,12 +53,12 @@
080E96DDFE201D6D7F000001 /* Classes */ = {
isa = PBXGroup;
children = (
556C137D13B216D8003A68AA /* DisplayInfo.h */,
556C137E13B216D8003A68AA /* DisplayInfo.m */,
256AC3D80F4B6AC300CF3369 /* TestScreensAppDelegate.h */,
256AC3D90F4B6AC300CF3369 /* TestScreensAppDelegate.m */,
256AC3D80F4B6AC300CF3369 /* DisplayInfoAppDelegate.h */,
256AC3D90F4B6AC300CF3369 /* DisplayInfoAppDelegate.m */,
556C139D13B2181E003A68AA /* DisplayInfoController.h */,
556C139E13B2181E003A68AA /* DisplayInfoController.m */,
556C137D13B216D8003A68AA /* DisplayInfo.h */,
556C137E13B216D8003A68AA /* DisplayInfo.m */,
);
name = Classes;
sourceTree = "<group>";
Expand Down Expand Up @@ -196,7 +196,7 @@
buildActionMask = 2147483647;
files = (
8D11072D0486CEB800E47090 /* main.m in Sources */,
256AC3DA0F4B6AC300CF3369 /* TestScreensAppDelegate.m in Sources */,
256AC3DA0F4B6AC300CF3369 /* DisplayInfoAppDelegate.m in Sources */,
556C137F13B216D8003A68AA /* DisplayInfo.m in Sources */,
556C139F13B2181E003A68AA /* DisplayInfoController.m in Sources */,
);
Expand Down
6 changes: 3 additions & 3 deletions TestScreensAppDelegate.h → DisplayInfoAppDelegate.h
@@ -1,14 +1,14 @@
//
// TestScreensAppDelegate.h
// TestScreens
// DisplayInfoAppDelegate.h
// DisplayInfo
//
// Created by Tobias Preuss on 22.06.11.
// Copyright 2011 Tobias Preuss. All rights reserved.
//

#import <Cocoa/Cocoa.h>

@interface TestScreensAppDelegate : NSObject<NSApplicationDelegate> {
@interface DisplayInfoAppDelegate : NSObject<NSApplicationDelegate> {

NSWindow* m_window;
}
Expand Down
8 changes: 4 additions & 4 deletions TestScreensAppDelegate.m → DisplayInfoAppDelegate.m
@@ -1,14 +1,14 @@
//
// TestScreensAppDelegate.m
// TestScreens
// DisplayInfoAppDelegate.m
// DisplayInfo
//
// Created by Tobias Preuss on 22.06.11.
// Copyright 2011 Tobias Preuss. All rights reserved.
//

#import "TestScreensAppDelegate.h"
#import "DisplayInfoAppDelegate.h"

@implementation TestScreensAppDelegate
@implementation DisplayInfoAppDelegate


@synthesize window = m_window;
Expand Down
2 changes: 1 addition & 1 deletion DisplayInfoController.h
@@ -1,6 +1,6 @@
//
// DisplayInfoController.h
// TestScreens
// DisplayInfo
//
// Created by Tobias Preuss on 22.06.11.
// Copyright 2011 Tobias Preuss. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion DisplayInfoController.m
@@ -1,6 +1,6 @@
//
// DisplayInfoController.m
// TestScreens
// DisplayInfo
//
// Created by Tobias Preuss on 22.06.11.
// Copyright 2011 Tobias Preuss. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion DisplayInfo_Prefix.pch
@@ -1,5 +1,5 @@
//
// Prefix header for all source files of the 'TestScreens' target in the 'TestScreens' project
// Prefix header for all source files of the 'DisplayInfo' target in the 'DisplayInfo' project
//

#ifdef __OBJC__
Expand Down
36 changes: 17 additions & 19 deletions English.lproj/MainMenu.xib
Expand Up @@ -12,7 +12,6 @@
</object>
<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
<bool key="EncodedWithXMLCoder">YES</bool>
<integer value="372"/>
</object>
<object class="NSArray" key="IBDocument.PluginDependencies">
<bool key="EncodedWithXMLCoder">YES</bool>
Expand Down Expand Up @@ -1319,7 +1318,7 @@
<nil key="NSViewClass"/>
<string key="NSWindowContentMaxSize">{1.79769e+308, 1.79769e+308}</string>
<object class="NSView" key="NSWindowView" id="439893737">
<reference key="NSNextResponder"/>
<nil key="NSNextResponder"/>
<int key="NSvFlags">256</int>
<object class="NSMutableArray" key="NSSubviews">
<bool key="EncodedWithXMLCoder">YES</bool>
Expand Down Expand Up @@ -1494,13 +1493,12 @@
</object>
</object>
<string key="NSFrameSize">{480, 360}</string>
<reference key="NSSuperview"/>
</object>
<string key="NSScreenRect">{{0, 0}, {1920, 1178}}</string>
<string key="NSMaxSize">{1.79769e+308, 1.79769e+308}</string>
</object>
<object class="NSCustomObject" id="976324537">
<string key="NSClassName">TestScreensAppDelegate</string>
<string key="NSClassName">DisplayInfoAppDelegate</string>
</object>
<object class="NSCustomObject" id="755631768">
<string key="NSClassName">NSFontManager</string>
Expand Down Expand Up @@ -3867,41 +3865,41 @@
<object class="NSMutableArray" key="referencedPartialClassDescriptions">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="IBPartialClassDescription">
<string key="className">DisplayInfoController</string>
<string key="className">DisplayInfoAppDelegate</string>
<string key="superclassName">NSObject</string>
<object class="NSMutableDictionary" key="outlets">
<string key="NS.key.0">displayInfoTableView</string>
<string key="NS.object.0">NSTableView</string>
<string key="NS.key.0">window</string>
<string key="NS.object.0">NSWindow</string>
</object>
<object class="NSMutableDictionary" key="toOneOutletInfosByName">
<string key="NS.key.0">displayInfoTableView</string>
<string key="NS.key.0">window</string>
<object class="IBToOneOutletInfo" key="NS.object.0">
<string key="name">displayInfoTableView</string>
<string key="candidateClassName">NSTableView</string>
<string key="name">window</string>
<string key="candidateClassName">NSWindow</string>
</object>
</object>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">DisplayInfoController.h</string>
<string key="majorKey">IBUserSource</string>
<string key="minorKey"/>
</object>
</object>
<object class="IBPartialClassDescription">
<string key="className">TestScreensAppDelegate</string>
<string key="className">DisplayInfoController</string>
<string key="superclassName">NSObject</string>
<object class="NSMutableDictionary" key="outlets">
<string key="NS.key.0">window</string>
<string key="NS.object.0">NSWindow</string>
<string key="NS.key.0">displayInfoTableView</string>
<string key="NS.object.0">NSTableView</string>
</object>
<object class="NSMutableDictionary" key="toOneOutletInfosByName">
<string key="NS.key.0">window</string>
<string key="NS.key.0">displayInfoTableView</string>
<object class="IBToOneOutletInfo" key="NS.object.0">
<string key="name">window</string>
<string key="candidateClassName">NSWindow</string>
<string key="name">displayInfoTableView</string>
<string key="candidateClassName">NSTableView</string>
</object>
</object>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">TestScreensAppDelegate.h</string>
<string key="minorKey">DisplayInfoController.h</string>
</object>
</object>
</object>
Expand Down
2 changes: 1 addition & 1 deletion main.m
@@ -1,6 +1,6 @@
//
// main.m
// TestScreens
// DisplayInfo
//
// Created by Tobias Preuss on 22.06.11.
// Copyright 2011 Tobias Preuss. All rights reserved.
Expand Down

0 comments on commit 4392711

Please sign in to comment.