Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Commit

Permalink
Improved: Project tree.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Shpakovski authored and Vadim Shpakovski committed Jul 5, 2011
1 parent 985043d commit 898807b
Show file tree
Hide file tree
Showing 10 changed files with 122 additions and 232 deletions.
86 changes: 40 additions & 46 deletions Popup.xcodeproj/project.pbxproj
Expand Up @@ -8,10 +8,8 @@

/* Begin PBXBuildFile section */
DD4F7C0913C30F9F00825C6E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD4F7C0813C30F9F00825C6E /* Cocoa.framework */; };
DD4F7C1313C30F9F00825C6E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = DD4F7C1113C30F9F00825C6E /* InfoPlist.strings */; };
DD4F7C1513C30F9F00825C6E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = DD4F7C1413C30F9F00825C6E /* main.m */; };
DD4F7C1913C30F9F00825C6E /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = DD4F7C1713C30F9F00825C6E /* Credits.rtf */; };
DD4F7C1C13C30F9F00825C6E /* PopupAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DD4F7C1B13C30F9F00825C6E /* PopupAppDelegate.m */; };
DD4F7C1C13C30F9F00825C6E /* ApplicationDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DD4F7C1B13C30F9F00825C6E /* ApplicationDelegate.m */; };
DD4F7C1F13C30F9F00825C6E /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = DD4F7C1D13C30F9F00825C6E /* MainMenu.xib */; };
/* End PBXBuildFile section */

Expand All @@ -21,13 +19,11 @@
DD4F7C0B13C30F9F00825C6E /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
DD4F7C0C13C30F9F00825C6E /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
DD4F7C0D13C30F9F00825C6E /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
DD4F7C1013C30F9F00825C6E /* Popup-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Popup-Info.plist"; sourceTree = "<group>"; };
DD4F7C1213C30F9F00825C6E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
DD4F7C1013C30F9F00825C6E /* Popup-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Popup-Info.plist"; path = "Popup/Popup-Info.plist"; sourceTree = "<group>"; };
DD4F7C1413C30F9F00825C6E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
DD4F7C1613C30F9F00825C6E /* Popup-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Popup-Prefix.pch"; sourceTree = "<group>"; };
DD4F7C1813C30F9F00825C6E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
DD4F7C1A13C30F9F00825C6E /* PopupAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PopupAppDelegate.h; sourceTree = "<group>"; };
DD4F7C1B13C30F9F00825C6E /* PopupAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PopupAppDelegate.m; sourceTree = "<group>"; };
DD4F7C1A13C30F9F00825C6E /* ApplicationDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ApplicationDelegate.h; sourceTree = "<group>"; };
DD4F7C1B13C30F9F00825C6E /* ApplicationDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ApplicationDelegate.m; sourceTree = "<group>"; };
DD4F7C1E13C30F9F00825C6E /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand All @@ -46,9 +42,11 @@
DD4F7BF913C30F9F00825C6E = {
isa = PBXGroup;
children = (
DD4F7C0E13C30F9F00825C6E /* Popup */,
DD4F7C0E13C30F9F00825C6E /* Sources */,
DD4F7C2813C3123E00825C6E /* User Interface */,
DD4F7C0713C30F9F00825C6E /* Frameworks */,
DD4F7C0513C30F9F00825C6E /* Products */,
DD4F7C1013C30F9F00825C6E /* Popup-Info.plist */,
);
sourceTree = "<group>";
};
Expand All @@ -61,47 +59,60 @@
sourceTree = "<group>";
};
DD4F7C0713C30F9F00825C6E /* Frameworks */ = {
isa = PBXGroup;
children = (
DD4F7C0813C30F9F00825C6E /* Cocoa.framework */,
DD4F7C0A13C30F9F00825C6E /* Other Frameworks */,
);
name = Frameworks;
sourceTree = "<group>";
};
DD4F7C0A13C30F9F00825C6E /* Other Frameworks */ = {
isa = PBXGroup;
children = (
DD4F7C0B13C30F9F00825C6E /* AppKit.framework */,
DD4F7C0C13C30F9F00825C6E /* CoreData.framework */,
DD4F7C0D13C30F9F00825C6E /* Foundation.framework */,
DD4F7C0813C30F9F00825C6E /* Cocoa.framework */,
);
name = "Other Frameworks";
name = Frameworks;
sourceTree = "<group>";
};
DD4F7C0E13C30F9F00825C6E /* Popup */ = {
DD4F7C0E13C30F9F00825C6E /* Sources */ = {
isa = PBXGroup;
children = (
DD4F7C1A13C30F9F00825C6E /* PopupAppDelegate.h */,
DD4F7C1B13C30F9F00825C6E /* PopupAppDelegate.m */,
DD4F7C1D13C30F9F00825C6E /* MainMenu.xib */,
DD4F7C2613C311DF00825C6E /* Controllers */,
DD4F7C0F13C30F9F00825C6E /* Supporting Files */,
);
name = Sources;
path = Popup;
sourceTree = "<group>";
};
DD4F7C0F13C30F9F00825C6E /* Supporting Files */ = {
isa = PBXGroup;
children = (
DD4F7C1013C30F9F00825C6E /* Popup-Info.plist */,
DD4F7C1113C30F9F00825C6E /* InfoPlist.strings */,
DD4F7C1413C30F9F00825C6E /* main.m */,
DD4F7C1613C30F9F00825C6E /* Popup-Prefix.pch */,
DD4F7C1713C30F9F00825C6E /* Credits.rtf */,
DD4F7C1413C30F9F00825C6E /* main.m */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
DD4F7C2613C311DF00825C6E /* Controllers */ = {
isa = PBXGroup;
children = (
DD4F7C1A13C30F9F00825C6E /* ApplicationDelegate.h */,
DD4F7C1B13C30F9F00825C6E /* ApplicationDelegate.m */,
);
name = Controllers;
sourceTree = "<group>";
};
DD4F7C2813C3123E00825C6E /* User Interface */ = {
isa = PBXGroup;
children = (
DD4F7C2913C3124300825C6E /* XIBs */,
);
name = "User Interface";
sourceTree = "<group>";
};
DD4F7C2913C3124300825C6E /* XIBs */ = {
isa = PBXGroup;
children = (
DD4F7C1D13C30F9F00825C6E /* MainMenu.xib */,
);
name = XIBs;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -149,8 +160,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
DD4F7C1313C30F9F00825C6E /* InfoPlist.strings in Resources */,
DD4F7C1913C30F9F00825C6E /* Credits.rtf in Resources */,
DD4F7C1F13C30F9F00825C6E /* MainMenu.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -163,35 +172,20 @@
buildActionMask = 2147483647;
files = (
DD4F7C1513C30F9F00825C6E /* main.m in Sources */,
DD4F7C1C13C30F9F00825C6E /* PopupAppDelegate.m in Sources */,
DD4F7C1C13C30F9F00825C6E /* ApplicationDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
DD4F7C1113C30F9F00825C6E /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
DD4F7C1213C30F9F00825C6E /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
DD4F7C1713C30F9F00825C6E /* Credits.rtf */ = {
isa = PBXVariantGroup;
children = (
DD4F7C1813C30F9F00825C6E /* en */,
);
name = Credits.rtf;
sourceTree = "<group>";
};
DD4F7C1D13C30F9F00825C6E /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
DD4F7C1E13C30F9F00825C6E /* en */,
);
name = MainMenu.xib;
path = Popup;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
Expand Down
7 changes: 7 additions & 0 deletions Popup/ApplicationDelegate.h
@@ -0,0 +1,7 @@
@interface ApplicationDelegate : NSObject <NSApplicationDelegate> {
NSWindow *window;
}

@property (assign) IBOutlet NSWindow *window;

@end
12 changes: 12 additions & 0 deletions Popup/ApplicationDelegate.m
@@ -0,0 +1,12 @@
#import "ApplicationDelegate.h"

@implementation ApplicationDelegate

@synthesize window;

- (void)applicationDidFinishLaunching:(NSNotification *)notification
{
// Insert code here to initialize your application
}

@end
2 changes: 1 addition & 1 deletion Popup/Popup-Info.plist
Expand Up @@ -25,7 +25,7 @@
<key>CFBundleURLTypes</key>
<array/>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
4 changes: 3 additions & 1 deletion Popup/Popup-Prefix.pch
Expand Up @@ -3,5 +3,7 @@
//

#ifdef __OBJC__
#import <Cocoa/Cocoa.h>

#import <Cocoa/Cocoa.h>

#endif
17 changes: 0 additions & 17 deletions Popup/PopupAppDelegate.h

This file was deleted.

20 changes: 0 additions & 20 deletions Popup/PopupAppDelegate.m

This file was deleted.

29 changes: 0 additions & 29 deletions Popup/en.lproj/Credits.rtf

This file was deleted.

2 changes: 0 additions & 2 deletions Popup/en.lproj/InfoPlist.strings

This file was deleted.

0 comments on commit 898807b

Please sign in to comment.