Skip to content

Commit 01c8f8e

Browse files
committed
Rename project
1 parent 79c191b commit 01c8f8e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+244
-245
lines changed

MarkPad.xcodeproj/project.pbxproj renamed to MacDown.xcodeproj/project.pbxproj

Lines changed: 219 additions & 211 deletions
Large diffs are not rendered by default.

MacDown.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.

MarkPad/MPDocument.h renamed to MacDown/MPDocument.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// MPDocument.h
3-
// MarkPad
3+
// MacDown
44
//
55
// Created by Tzu-ping Chung on 6/06/2014.
66
// Copyright (c) 2014 Tzu-ping Chung . All rights reserved.

MarkPad/MPDocument.m renamed to MacDown/MPDocument.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// MPDocument.m
3-
// MarkPad
3+
// MacDown
44
//
55
// Created by Tzu-ping Chung on 6/06/2014.
66
// Copyright (c) 2014 Tzu-ping Chung . All rights reserved.

MarkPad/MPEditorPreferencesViewController.h renamed to MacDown/MPEditorPreferencesViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// MPEditorPreferencesViewController.h
3-
// MarkPad
3+
// MacDown
44
//
55
// Created by Tzu-ping Chung on 7/06/2014.
66
// Copyright (c) 2014 Tzu-ping Chung . All rights reserved.

MarkPad/MPEditorPreferencesViewController.m renamed to MacDown/MPEditorPreferencesViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// MPEditorPreferencesViewController.m
3-
// MarkPad
3+
// MacDown
44
//
55
// Created by Tzu-ping Chung on 7/06/2014.
66
// Copyright (c) 2014 Tzu-ping Chung . All rights reserved.

MarkPad/MPHtmlPreferencesViewController.h renamed to MacDown/MPHtmlPreferencesViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// MPHtmlPreferencesViewController.h
3-
// MarkPad
3+
// MacDown
44
//
55
// Created by Tzu-ping Chung on 8/06/2014.
66
// Copyright (c) 2014 Tzu-ping Chung . All rights reserved.

MarkPad/MPHtmlPreferencesViewController.m renamed to MacDown/MPHtmlPreferencesViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// MPHtmlPreferencesViewController.m
3-
// MarkPad
3+
// MacDown
44
//
55
// Created by Tzu-ping Chung on 8/06/2014.
66
// Copyright (c) 2014 Tzu-ping Chung . All rights reserved.

MarkPad/MPMainController.h renamed to MacDown/MPMainController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// MPMainController.h
3-
// MarkPad
3+
// MacDown
44
//
55
// Created by Tzu-ping Chung on 7/06/2014.
66
// Copyright (c) 2014 Tzu-ping Chung . All rights reserved.

MarkPad/MPMainController.m renamed to MacDown/MPMainController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// MPMainController.m
3-
// MarkPad
3+
// MacDown
44
//
55
// Created by Tzu-ping Chung on 7/06/2014.
66
// Copyright (c) 2014 Tzu-ping Chung . All rights reserved.

MarkPad/MPMarkdownPreferencesViewController.h renamed to MacDown/MPMarkdownPreferencesViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// MPMarkdownPreferencesViewController.h
3-
// MarkPad
3+
// MacDown
44
//
55
// Created by Tzu-ping Chung on 7/06/2014.
66
// Copyright (c) 2014 Tzu-ping Chung . All rights reserved.

MarkPad/MPMarkdownPreferencesViewController.m renamed to MacDown/MPMarkdownPreferencesViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// MPMarkdownPreferencesViewController.m
3-
// MarkPad
3+
// MacDown
44
//
55
// Created by Tzu-ping Chung on 7/06/2014.
66
// Copyright (c) 2014 Tzu-ping Chung . All rights reserved.

MarkPad/MPPreferences.h renamed to MacDown/MPPreferences.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// MPPreferences.h
3-
// MarkPad
3+
// MacDown
44
//
55
// Created by Tzu-ping Chung on 7/06/2014.
66
// Copyright (c) 2014 Tzu-ping Chung . All rights reserved.

MarkPad/MPPreferences.m renamed to MacDown/MPPreferences.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// MPPreferences.m
3-
// MarkPad
3+
// MacDown
44
//
55
// Created by Tzu-ping Chung on 7/06/2014.
66
// Copyright (c) 2014 Tzu-ping Chung . All rights reserved.

MarkPad/MPPreferencesViewController.h renamed to MacDown/MPPreferencesViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// MPPreferencesViewController.h
3-
// MarkPad
3+
// MacDown
44
//
55
// Created by Tzu-ping Chung on 7/06/2014.
66
// Copyright (c) 2014 Tzu-ping Chung . All rights reserved.

MarkPad/MPPreferencesViewController.m renamed to MacDown/MPPreferencesViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// MPPreferencesViewController.m
3-
// MarkPad
3+
// MacDown
44
//
55
// Created by Tzu-ping Chung on 7/06/2014.
66
// Copyright (c) 2014 Tzu-ping Chung . All rights reserved.

MarkPad/MPUtilities.h renamed to MacDown/MPUtilities.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// MPUtilities.h
3-
// MarkPad
3+
// MacDown
44
//
55
// Created by Tzu-ping Chung on 8/06/2014.
66
// Copyright (c) 2014 Tzu-ping Chung . All rights reserved.

MarkPad/MPUtilities.m renamed to MacDown/MPUtilities.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
//
22
// MPUtilities.m
3-
// MarkPad
3+
// MacDown
44
//
55
// Created by Tzu-ping Chung on 8/06/2014.
66
// Copyright (c) 2014 Tzu-ping Chung . All rights reserved.
77
//
88

99
#import "MPUtilities.h"
1010

11-
NSString * const MPApplicationName = @"MarkPad";
11+
NSString * const MPApplicationName = @"MacDown";
1212
NSString * const MPStylesDirectoryName = @"Styles";
1313
NSString * const MPStyleFileExtension = @".css";
1414
NSString * const MPThemesDirectoryName = @"Themes";
File renamed without changes.
File renamed without changes.
File renamed without changes.

MarkPad/main.m renamed to MacDown/main.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// main.m
3-
// MarkPad
3+
// MacDown
44
//
55
// Created by Tzu-ping Chung on 6/06/2014.
66
// Copyright (c) 2014 Tzu-ping Chung . All rights reserved.

MarkPadTests/MarkPadTests.m renamed to MacDownTests/MacDownTests.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
//
2-
// MarkPadTests.m
3-
// MarkPadTests
2+
// MacDownTests.m
3+
// MacDownTests
44
//
55
// Created by Tzu-ping Chung on 6/06/2014.
66
// Copyright (c) 2014 Tzu-ping Chung . All rights reserved.
77
//
88

99
#import <XCTest/XCTest.h>
1010

11-
@interface MarkPadTests : XCTestCase
11+
@interface MacDownTests : XCTestCase
1212

1313
@end
1414

15-
@implementation MarkPadTests
15+
@implementation MacDownTests
1616

1717
- (void)setUp
1818
{

MarkPad.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 10 deletions
This file was deleted.

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Uncomment this line to define a global platform for your project
22
# platform :ios, "6.0"
33

4-
target "MarkPad" do
4+
target "MacDown" do
55
pod 'hoedown', :inhibit_warnings => true # Markdown to HTML.
66
pod 'MASPreferences' # Preference window.
77
pod 'PAPreferences' # Preference singleton.
88
end
99

10-
target "MarkPadTests" do
10+
target "MacDownTests" do
1111

1212
end
1313

0 commit comments

Comments
 (0)