Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed xcode 6.1 build error #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Classes/MobileTerminalAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ - (void)applicationDidFinishLaunching:(UIApplication *)application
inPreferences = FALSE;
}

static const NSTimeInterval kAnimationDuration = 1.00f;

- (void)preferencesButtonPressed:(UIView *)sender
{
inPreferences = TRUE;
Expand Down
3 changes: 0 additions & 3 deletions Classes/VT100/ColorMap.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
#import "ColorMap.h"
#import "VT100Terminal.h"

// 16 terminal color slots available
static const int kNumTerminalColors = 16;

@implementation ColorMap

@synthesize background;
Expand Down
8 changes: 6 additions & 2 deletions MobileTerminal.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@
name = VT100Tests;
productName = VT100Tests;
productReference = 2C11C5B31013A5AF00A2746E /* VT100Tests.octest */;
productType = "com.apple.product-type.bundle";
productType = "com.apple.product-type.bundle.ocunit-test";
};
2C11C9311013F87100A2746E /* Terminal */ = {
isa = PBXNativeTarget;
Expand Down Expand Up @@ -778,13 +778,15 @@
name = PreferencesTests;
productName = PreferencesTests;
productReference = 2C72B2BB101ABA9100F10E63 /* PreferencesTests.octest */;
productType = "com.apple.product-type.bundle";
productType = "com.apple.product-type.bundle.ocunit-test";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "MobileTerminal" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
Expand Down Expand Up @@ -1043,6 +1045,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "-";
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
Expand All @@ -1063,6 +1066,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "-";
COPY_PHASE_STRIP = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = MobileTerminal_Prefix.pch;
Expand Down
2 changes: 1 addition & 1 deletion svnversion.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define SVN_VERSION ((int)strtol("exported", NULL, 10))
#define SVN_VERSION ((int)strtol("Unversioned directory", NULL, 10))