Skip to content

Commit

Permalink
minor project cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfloyd committed Mar 19, 2010
1 parent 5419873 commit 526e440
Show file tree
Hide file tree
Showing 5 changed files with 288 additions and 173 deletions.
Expand Up @@ -10,7 +10,7 @@


@class FJSTransitionController; @class FJSTransitionController;


@interface FJSKeyedViewControllerAppDelegate : NSObject <UIApplicationDelegate> { @interface FJSTransitionControllerDemoAppDelegate : NSObject <UIApplicationDelegate> {
UIWindow *window; UIWindow *window;
FJSTransitionController *viewController; FJSTransitionController *viewController;
} }
Expand Down
Expand Up @@ -6,12 +6,12 @@
// Copyright Flying Jalapeño Software 2010. All rights reserved. // Copyright Flying Jalapeño Software 2010. All rights reserved.
// //


#import "FJSKeyedViewControllerAppDelegate.h" #import "FJSTransitionControllerDemoAppDelegate.h"
#import "FJSTransitionController.h" #import "FJSTransitionController.h"
#import "DummyViewController.h" #import "DummyViewController.h"
#import "AnotherViewController.h" #import "AnotherViewController.h"


@implementation FJSKeyedViewControllerAppDelegate @implementation FJSTransitionControllerDemoAppDelegate


@synthesize window; @synthesize window;
@synthesize viewController; @synthesize viewController;
Expand Down
149 changes: 0 additions & 149 deletions FJSKeyedViewControllerViewController.xib

This file was deleted.

16 changes: 6 additions & 10 deletions FJSTransitionViewController.xcodeproj/project.pbxproj
Expand Up @@ -7,12 +7,11 @@
objects = { objects = {


/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
1D3623260D0F684500981E51 /* FJSKeyedViewControllerAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* FJSKeyedViewControllerAppDelegate.m */; }; 1D3623260D0F684500981E51 /* FJSTransitionControllerDemoAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* FJSTransitionControllerDemoAppDelegate.m */; };
1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; }; 1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; };
1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; }; 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; }; 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765A40DF7441C002DB57D /* CoreGraphics.framework */; }; 288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765A40DF7441C002DB57D /* CoreGraphics.framework */; };
2899E5220DE3E06400AC0155 /* FJSKeyedViewControllerViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2899E5210DE3E06400AC0155 /* FJSKeyedViewControllerViewController.xib */; };
28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; }; 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };
28D7ACF80DDB3853001CB0EB /* FJSTransitionController.m in Sources */ = {isa = PBXBuildFile; fileRef = 28D7ACF70DDB3853001CB0EB /* FJSTransitionController.m */; }; 28D7ACF80DDB3853001CB0EB /* FJSTransitionController.m in Sources */ = {isa = PBXBuildFile; fileRef = 28D7ACF70DDB3853001CB0EB /* FJSTransitionController.m */; };
C4F71239114B067A00517517 /* FTAnimation+UIView.m in Sources */ = {isa = PBXBuildFile; fileRef = C4F71231114B067A00517517 /* FTAnimation+UIView.m */; }; C4F71239114B067A00517517 /* FTAnimation+UIView.m in Sources */ = {isa = PBXBuildFile; fileRef = C4F71231114B067A00517517 /* FTAnimation+UIView.m */; };
Expand All @@ -28,12 +27,11 @@


/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
1D3623240D0F684500981E51 /* FJSKeyedViewControllerAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FJSKeyedViewControllerAppDelegate.h; sourceTree = "<group>"; }; 1D3623240D0F684500981E51 /* FJSTransitionControllerDemoAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FJSTransitionControllerDemoAppDelegate.h; sourceTree = "<group>"; };
1D3623250D0F684500981E51 /* FJSKeyedViewControllerAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FJSKeyedViewControllerAppDelegate.m; sourceTree = "<group>"; }; 1D3623250D0F684500981E51 /* FJSTransitionControllerDemoAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FJSTransitionControllerDemoAppDelegate.m; sourceTree = "<group>"; };
1D6058910D05DD3D006BFB54 /* FJSTransitionViewController.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FJSTransitionViewController.app; sourceTree = BUILT_PRODUCTS_DIR; }; 1D6058910D05DD3D006BFB54 /* FJSTransitionViewController.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FJSTransitionViewController.app; sourceTree = BUILT_PRODUCTS_DIR; };
1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
288765A40DF7441C002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 288765A40DF7441C002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
2899E5210DE3E06400AC0155 /* FJSKeyedViewControllerViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = FJSKeyedViewControllerViewController.xib; sourceTree = "<group>"; };
28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; }; 28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
28D7ACF60DDB3853001CB0EB /* FJSTransitionController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FJSTransitionController.h; sourceTree = "<group>"; }; 28D7ACF60DDB3853001CB0EB /* FJSTransitionController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FJSTransitionController.h; sourceTree = "<group>"; };
28D7ACF70DDB3853001CB0EB /* FJSTransitionController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FJSTransitionController.m; sourceTree = "<group>"; }; 28D7ACF70DDB3853001CB0EB /* FJSTransitionController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FJSTransitionController.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -77,8 +75,8 @@
080E96DDFE201D6D7F000001 /* Classes */ = { 080E96DDFE201D6D7F000001 /* Classes */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
1D3623240D0F684500981E51 /* FJSKeyedViewControllerAppDelegate.h */, 1D3623240D0F684500981E51 /* FJSTransitionControllerDemoAppDelegate.h */,
1D3623250D0F684500981E51 /* FJSKeyedViewControllerAppDelegate.m */, 1D3623250D0F684500981E51 /* FJSTransitionControllerDemoAppDelegate.m */,
28D7ACF60DDB3853001CB0EB /* FJSTransitionController.h */, 28D7ACF60DDB3853001CB0EB /* FJSTransitionController.h */,
28D7ACF70DDB3853001CB0EB /* FJSTransitionController.m */, 28D7ACF70DDB3853001CB0EB /* FJSTransitionController.m */,
C4F7132B114B0E7800517517 /* SDNextRunloopProxy.h */, C4F7132B114B0E7800517517 /* SDNextRunloopProxy.h */,
Expand Down Expand Up @@ -125,7 +123,6 @@
29B97317FDCFA39411CA2CEA /* Resources */ = { 29B97317FDCFA39411CA2CEA /* Resources */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
2899E5210DE3E06400AC0155 /* FJSKeyedViewControllerViewController.xib */,
28AD733E0D9D9553002E5188 /* MainWindow.xib */, 28AD733E0D9D9553002E5188 /* MainWindow.xib */,
8D1107310486CEB800E47090 /* FJSTransitionViewController-Info.plist */, 8D1107310486CEB800E47090 /* FJSTransitionViewController-Info.plist */,
); );
Expand Down Expand Up @@ -202,7 +199,6 @@
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */, 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */,
2899E5220DE3E06400AC0155 /* FJSKeyedViewControllerViewController.xib in Resources */,
C4F713D2114C201000517517 /* DummyViewController.xib in Resources */, C4F713D2114C201000517517 /* DummyViewController.xib in Resources */,
C4F713E6114C210500517517 /* AnotherViewController.xib in Resources */, C4F713E6114C210500517517 /* AnotherViewController.xib in Resources */,
); );
Expand All @@ -216,7 +212,7 @@
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
1D60589B0D05DD56006BFB54 /* main.m in Sources */, 1D60589B0D05DD56006BFB54 /* main.m in Sources */,
1D3623260D0F684500981E51 /* FJSKeyedViewControllerAppDelegate.m in Sources */, 1D3623260D0F684500981E51 /* FJSTransitionControllerDemoAppDelegate.m in Sources */,
28D7ACF80DDB3853001CB0EB /* FJSTransitionController.m in Sources */, 28D7ACF80DDB3853001CB0EB /* FJSTransitionController.m in Sources */,
C4F71239114B067A00517517 /* FTAnimation+UIView.m in Sources */, C4F71239114B067A00517517 /* FTAnimation+UIView.m in Sources */,
C4F7123A114B067A00517517 /* FTAnimationManager.m in Sources */, C4F7123A114B067A00517517 /* FTAnimationManager.m in Sources */,
Expand Down

0 comments on commit 526e440

Please sign in to comment.