Skip to content

Commit a802d42

Browse files
author
Chaitanya Gupta
committed
Rename MOMPrinter -> XCDataModelPrinter.
1 parent 021efce commit a802d42

File tree

7 files changed

+27
-27
lines changed

7 files changed

+27
-27
lines changed

MOMPrinter/MOMPrinter-Prefix.pch

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

MOMPrinter.xcodeproj/project.pbxproj renamed to XCDataModelPrinter.xcodeproj/project.pbxproj

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
/* End PBXCopyFilesBuildPhase section */
2929

3030
/* Begin PBXFileReference section */
31-
54F505E81550FC8F00D4A631 /* MOMPrinter */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = MOMPrinter; sourceTree = BUILT_PRODUCTS_DIR; };
31+
54F505E81550FC8F00D4A631 /* XCDataModelPrinter */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = XCDataModelPrinter; sourceTree = BUILT_PRODUCTS_DIR; };
3232
54F505EC1550FC8F00D4A631 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
3333
54F505EF1550FC8F00D4A631 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
34-
54F505F21550FC8F00D4A631 /* MOMPrinter-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MOMPrinter-Prefix.pch"; sourceTree = "<group>"; };
34+
54F505F21550FC8F00D4A631 /* XCDataModelPrinter-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "XCDataModelPrinter-Prefix.pch"; sourceTree = "<group>"; };
3535
54F505F31550FC8F00D4A631 /* MOMPrinter.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = MOMPrinter.1; sourceTree = "<group>"; };
3636
54F505FA1550FCA300D4A631 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
3737
54F5060D1551234400D4A631 /* NSData+Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+Base64.h"; sourceTree = "<group>"; };
@@ -54,7 +54,7 @@
5454
54F505DD1550FC8F00D4A631 = {
5555
isa = PBXGroup;
5656
children = (
57-
54F505EE1550FC8F00D4A631 /* MOMPrinter */,
57+
54F505EE1550FC8F00D4A631 /* src */,
5858
54F505EB1550FC8F00D4A631 /* Frameworks */,
5959
54F505E91550FC8F00D4A631 /* Products */,
6060
);
@@ -64,7 +64,7 @@
6464
54F505E91550FC8F00D4A631 /* Products */ = {
6565
isa = PBXGroup;
6666
children = (
67-
54F505E81550FC8F00D4A631 /* MOMPrinter */,
67+
54F505E81550FC8F00D4A631 /* XCDataModelPrinter */,
6868
);
6969
name = Products;
7070
sourceTree = "<group>";
@@ -78,21 +78,21 @@
7878
name = Frameworks;
7979
sourceTree = "<group>";
8080
};
81-
54F505EE1550FC8F00D4A631 /* MOMPrinter */ = {
81+
54F505EE1550FC8F00D4A631 /* src */ = {
8282
isa = PBXGroup;
8383
children = (
8484
54F5060C1551234400D4A631 /* NSData_Base64 */,
8585
54F505EF1550FC8F00D4A631 /* main.m */,
8686
54F505F31550FC8F00D4A631 /* MOMPrinter.1 */,
8787
54F505F11550FC8F00D4A631 /* Supporting Files */,
8888
);
89-
path = MOMPrinter;
89+
path = src;
9090
sourceTree = "<group>";
9191
};
9292
54F505F11550FC8F00D4A631 /* Supporting Files */ = {
9393
isa = PBXGroup;
9494
children = (
95-
54F505F21550FC8F00D4A631 /* MOMPrinter-Prefix.pch */,
95+
54F505F21550FC8F00D4A631 /* XCDataModelPrinter-Prefix.pch */,
9696
);
9797
name = "Supporting Files";
9898
sourceTree = "<group>";
@@ -109,9 +109,9 @@
109109
/* End PBXGroup section */
110110

111111
/* Begin PBXNativeTarget section */
112-
54F505E71550FC8F00D4A631 /* MOMPrinter */ = {
112+
54F505E71550FC8F00D4A631 /* XCDataModelPrinter */ = {
113113
isa = PBXNativeTarget;
114-
buildConfigurationList = 54F505F71550FC8F00D4A631 /* Build configuration list for PBXNativeTarget "MOMPrinter" */;
114+
buildConfigurationList = 54F505F71550FC8F00D4A631 /* Build configuration list for PBXNativeTarget "XCDataModelPrinter" */;
115115
buildPhases = (
116116
54F505E41550FC8F00D4A631 /* Sources */,
117117
54F505E51550FC8F00D4A631 /* Frameworks */,
@@ -121,9 +121,9 @@
121121
);
122122
dependencies = (
123123
);
124-
name = MOMPrinter;
124+
name = XCDataModelPrinter;
125125
productName = MOMPrinter;
126-
productReference = 54F505E81550FC8F00D4A631 /* MOMPrinter */;
126+
productReference = 54F505E81550FC8F00D4A631 /* XCDataModelPrinter */;
127127
productType = "com.apple.product-type.tool";
128128
};
129129
/* End PBXNativeTarget section */
@@ -134,7 +134,7 @@
134134
attributes = {
135135
LastUpgradeCheck = 0430;
136136
};
137-
buildConfigurationList = 54F505E21550FC8F00D4A631 /* Build configuration list for PBXProject "MOMPrinter" */;
137+
buildConfigurationList = 54F505E21550FC8F00D4A631 /* Build configuration list for PBXProject "XCDataModelPrinter" */;
138138
compatibilityVersion = "Xcode 3.2";
139139
developmentRegion = English;
140140
hasScannedForEncodings = 0;
@@ -146,7 +146,7 @@
146146
projectDirPath = "";
147147
projectRoot = "";
148148
targets = (
149-
54F505E71550FC8F00D4A631 /* MOMPrinter */,
149+
54F505E71550FC8F00D4A631 /* XCDataModelPrinter */,
150150
);
151151
};
152152
/* End PBXProject section */
@@ -213,24 +213,24 @@
213213
isa = XCBuildConfiguration;
214214
buildSettings = {
215215
GCC_PRECOMPILE_PREFIX_HEADER = YES;
216-
GCC_PREFIX_HEADER = "MOMPrinter/MOMPrinter-Prefix.pch";
217-
PRODUCT_NAME = "$(TARGET_NAME)";
216+
GCC_PREFIX_HEADER = "src/XCDataModelPrinter-Prefix.pch";
217+
PRODUCT_NAME = XCDataModelPrinter;
218218
};
219219
name = Debug;
220220
};
221221
54F505F91550FC8F00D4A631 /* Release */ = {
222222
isa = XCBuildConfiguration;
223223
buildSettings = {
224224
GCC_PRECOMPILE_PREFIX_HEADER = YES;
225-
GCC_PREFIX_HEADER = "MOMPrinter/MOMPrinter-Prefix.pch";
226-
PRODUCT_NAME = "$(TARGET_NAME)";
225+
GCC_PREFIX_HEADER = "src/XCDataModelPrinter-Prefix.pch";
226+
PRODUCT_NAME = XCDataModelPrinter;
227227
};
228228
name = Release;
229229
};
230230
/* End XCBuildConfiguration section */
231231

232232
/* Begin XCConfigurationList section */
233-
54F505E21550FC8F00D4A631 /* Build configuration list for PBXProject "MOMPrinter" */ = {
233+
54F505E21550FC8F00D4A631 /* Build configuration list for PBXProject "XCDataModelPrinter" */ = {
234234
isa = XCConfigurationList;
235235
buildConfigurations = (
236236
54F505F51550FC8F00D4A631 /* Debug */,
@@ -239,7 +239,7 @@
239239
defaultConfigurationIsVisible = 0;
240240
defaultConfigurationName = Release;
241241
};
242-
54F505F71550FC8F00D4A631 /* Build configuration list for PBXNativeTarget "MOMPrinter" */ = {
242+
54F505F71550FC8F00D4A631 /* Build configuration list for PBXNativeTarget "XCDataModelPrinter" */ = {
243243
isa = XCConfigurationList;
244244
buildConfigurations = (
245245
54F505F81550FC8F00D4A631 /* Debug */,
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/XCDataModelPrinter-Prefix.pch

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
//
2+
// Prefix header for all source files of the 'XCDataModelPrinter' target in the 'XCDataModelPrinter' project
3+
//
4+
5+
#ifdef __OBJC__
6+
#import <Foundation/Foundation.h>
7+
#endif

MOMPrinter/main.m renamed to src/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-
// MOMPrinter
3+
// XCDataModelPrinter
44
//
55
// Created by Chaitanya Gupta on 02/05/12.
66
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.

0 commit comments

Comments
 (0)