Skip to content

Commit 2ad5d4c

Browse files
Rename property list file
1 parent adcc859 commit 2ad5d4c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
File renamed without changes.

GitX.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
056438B60ED0C40B00985397 /* DetailViewTemplate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = DetailViewTemplate.png; path = Images/DetailViewTemplate.png; sourceTree = "<group>"; };
101101
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
102102
29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
103-
32CA4F630368D1EE00C91783 /* GitX-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GitX-Prefix.pch; sourceTree = "<group>"; };
103+
32CA4F630368D1EE00C91783 /* GitX-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GitX-Prefix.pch"; sourceTree = "<group>"; };
104104
3BC07F4A0ED5A5C5009A7768 /* HistoryViewTemplate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = HistoryViewTemplate.png; path = Images/HistoryViewTemplate.png; sourceTree = "<group>"; };
105105
3BC07F4B0ED5A5C5009A7768 /* CommitViewTemplate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = CommitViewTemplate.png; path = Images/CommitViewTemplate.png; sourceTree = "<group>"; };
106106
47DBDB560E94EDE700671A1E /* DBPrefsWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DBPrefsWindowController.h; path = Classes/DBPrefsWindowController.h; sourceTree = "<group>"; };
@@ -112,7 +112,7 @@
112112
47DBDBC90E95016F00671A1E /* PBNSURLPathUserDefaultsTransfomer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PBNSURLPathUserDefaultsTransfomer.m; path = Classes/PBNSURLPathUserDefaultsTransfomer.m; sourceTree = "<group>"; };
113113
77C8280B06725ACE000B614F /* ApplicationController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ApplicationController.h; path = Classes/ApplicationController.h; sourceTree = "<group>"; };
114114
77C8280C06725ACE000B614F /* ApplicationController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ApplicationController.m; path = Classes/ApplicationController.m; sourceTree = "<group>"; };
115-
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
115+
8D1107310486CEB800E47090 /* GitX-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GitX-Info.plist"; sourceTree = "<group>"; };
116116
8D1107320486CEB800E47090 /* GitX.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GitX.app; sourceTree = BUILT_PRODUCTS_DIR; };
117117
911111F60E594F3F00BF76B4 /* PBRepositoryDocumentController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PBRepositoryDocumentController.h; path = Classes/PBRepositoryDocumentController.h; sourceTree = "<group>"; };
118118
911111F70E594F3F00BF76B4 /* PBRepositoryDocumentController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PBRepositoryDocumentController.m; path = Classes/PBRepositoryDocumentController.m; sourceTree = "<group>"; };
@@ -290,7 +290,7 @@
290290
29B97317FDCFA39411CA2CEA /* Resources */ = {
291291
isa = PBXGroup;
292292
children = (
293-
8D1107310486CEB800E47090 /* Info.plist */,
293+
8D1107310486CEB800E47090 /* GitX-Info.plist */,
294294
EBF8111D13BADF6A0018EB72 /* Button Icons */,
295295
47DBDB920E94F47200671A1E /* Preference Icons */,
296296
EBF8111E13BADFA90018EB72 /* File Icons */,
@@ -651,7 +651,7 @@
651651
);
652652
runOnlyForDeploymentPostprocessing = 0;
653653
shellPath = /bin/sh;
654-
shellScript = "export PATH=$PATH:$HOME/bin:$HOME/local/bin:/sw/bin:/opt/local/bin:`\"$TARGET_BUILD_DIR\"/gitx --git-path`\nVERSION=$(cd \"$PROJECT_DIR\";git describe)\nLONG_VERSION=$(echo $VERSION | sed -e \"s/\\-/\\./\" -e \"s/^v//\" -e \"s/-.*//\")\nSHORT_VERSION=$(echo $VERSION | sed -e \"s/\\-.*//\" -e \"s/^v//\")\n\necho -n \"#define LONG_VERSION $LONG_VERSION\n#define GIT_VERSION $VERSION\n#define SHORT_VERSION $SHORT_VERSION\" > \"$PROJECT_TEMP_DIR/revision\"\ntouch Info.plist";
654+
shellScript = "export PATH=$PATH:$HOME/bin:$HOME/local/bin:/sw/bin:/opt/local/bin:`\"$TARGET_BUILD_DIR\"/gitx --git-path`\nVERSION=$(cd \"$PROJECT_DIR\";git describe)\nLONG_VERSION=$(echo $VERSION | sed -e \"s/\\-/\\./\" -e \"s/^v//\" -e \"s/-.*//\")\nSHORT_VERSION=$(echo $VERSION | sed -e \"s/\\-.*//\" -e \"s/^v//\")\n\necho -n \"#define LONG_VERSION $LONG_VERSION\n#define GIT_VERSION $VERSION\n#define SHORT_VERSION $SHORT_VERSION\" > \"$PROJECT_TEMP_DIR/revision\"\ntouch GitX-Info.plist";
655655
};
656656
F5CF04A20EAE696C00D75C81 /* Copy HTML files */ = {
657657
isa = PBXShellScriptBuildPhase;
@@ -762,8 +762,8 @@
762762
GCC_MODEL_TUNING = G5;
763763
GCC_OPTIMIZATION_LEVEL = 0;
764764
GCC_PRECOMPILE_PREFIX_HEADER = YES;
765-
GCC_PREFIX_HEADER = GitX-Prefix.pch;
766-
INFOPLIST_FILE = Info.plist;
765+
GCC_PREFIX_HEADER = "GitX-Prefix.pch";
766+
INFOPLIST_FILE = "GitX-Info.plist";
767767
INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-traditional";
768768
INFOPLIST_PREFIX_HEADER = $PROJECT_TEMP_DIR/revision;
769769
INFOPLIST_PREPROCESS = YES;
@@ -790,9 +790,9 @@
790790
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
791791
GCC_MODEL_TUNING = G5;
792792
GCC_PRECOMPILE_PREFIX_HEADER = YES;
793-
GCC_PREFIX_HEADER = GitX-Prefix.pch;
793+
GCC_PREFIX_HEADER = "GitX-Prefix.pch";
794794
GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = "";
795-
INFOPLIST_FILE = Info.plist;
795+
INFOPLIST_FILE = "GitX-Info.plist";
796796
INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-traditional";
797797
INFOPLIST_PREFIX_HEADER = $PROJECT_TEMP_DIR/revision;
798798
INFOPLIST_PREPROCESS = YES;

0 commit comments

Comments
 (0)