Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrajca committed Dec 10, 2012
1 parent eb06c19 commit 3922f64
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion Pixen Application/Application/PXDocumentController.m
Expand Up @@ -17,7 +17,6 @@
#import "PXPreferencesController.h"
#import "PXCanvasWindowController.h"
#import "PXCanvasWindowController_IBActions.h"
#import "PXCanvasWindowController_Info.h"
#import "PXCanvasController.h"
#import "PXCanvasDocument.h"
#import "PXAnimationDocument.h"
Expand Down
1 change: 0 additions & 1 deletion Pixen Application/Application/PXPanelManager.m
Expand Up @@ -11,7 +11,6 @@
#import "PXToolPaletteController.h"
#import "PXToolPropertiesManager.h"
#import "PXPreferencesController.h"
#import "PXCanvasWindowController_Info.h"
#import "PXPreviewController.h"
#import "PXSpriteSheetExporter.h"
#import "PXPalette.h"
Expand Down
2 changes: 1 addition & 1 deletion Pixen Application/Canvas/PXCanvasWindowController_Info.h
Expand Up @@ -8,7 +8,7 @@
#import "PXCanvasWindowController.h"
#import "PXColor.h"

@interface PXCanvasWindowController (Info) < NSToolbarDelegate >
@interface PXCanvasWindowController (Info)

- (void)setCanvasSize:(NSSize)size;
- (void)updateInfoButtonTitle;
Expand Down
4 changes: 4 additions & 0 deletions Pixen.xcodeproj/project.pbxproj
Expand Up @@ -3868,11 +3868,13 @@
buildSettings = {
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_ENTITLEMENTS = Pixen.entitlements;
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
COMBINE_HIDPI_IMAGES = NO;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Other Sources/Pixen_Prefix.h";
INFOPLIST_FILE = Resources/Info.plist;
PRODUCT_NAME = Pixen;
PROVISIONING_PROFILE = "";
WRAPPER_EXTENSION = app;
};
name = Debug;
Expand All @@ -3882,6 +3884,7 @@
buildSettings = {
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_ENTITLEMENTS = Pixen.entitlements;
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
COMBINE_HIDPI_IMAGES = NO;
COPY_PHASE_STRIP = YES;
DEPLOYMENT_POSTPROCESSING = YES;
Expand All @@ -3890,6 +3893,7 @@
INFOPLIST_FILE = Resources/Info.plist;
INSTALL_PATH = /Applications;
PRODUCT_NAME = Pixen;
PROVISIONING_PROFILE = "";
WRAPPER_EXTENSION = app;
};
name = Release;
Expand Down

0 comments on commit 3922f64

Please sign in to comment.