mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-15 09:21:36 +00:00
removed references to Misc/Todo.txt and Misc/Changelog.txt from the Xcode
project files. git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@396 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
8c9dc9ebc9
commit
00265101c5
2 changed files with 0 additions and 21 deletions
|
@ -266,13 +266,6 @@
|
||||||
sepNavVisRange = "{1109, 1050}";
|
sepNavVisRange = "{1109, 1050}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
4830B79E0D464CAE00EF4498 /* Todo.txt */ = {
|
|
||||||
uiCtxt = {
|
|
||||||
sepNavIntBoundsRect = "{{0, 0}, {1335, 445}}";
|
|
||||||
sepNavSelRange = "{980, 0}";
|
|
||||||
sepNavVisRange = "{0, 980}";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
4834895F120598A7004184BC /* appcast.xml */ = {
|
4834895F120598A7004184BC /* appcast.xml */ = {
|
||||||
uiCtxt = {
|
uiCtxt = {
|
||||||
sepNavIntBoundsRect = "{{0, 0}, {1142, 445}}";
|
sepNavIntBoundsRect = "{{0, 0}, {1142, 445}}";
|
||||||
|
@ -819,16 +812,6 @@
|
||||||
vrLen = 462;
|
vrLen = 462;
|
||||||
vrLoc = 2781;
|
vrLoc = 2781;
|
||||||
};
|
};
|
||||||
48BB6B22124731BE001239EF /* PBXTextBookmark */ = {
|
|
||||||
isa = PBXTextBookmark;
|
|
||||||
fRef = 4830B79E0D464CAE00EF4498 /* Todo.txt */;
|
|
||||||
name = "Todo.txt: 15";
|
|
||||||
rLen = 0;
|
|
||||||
rLoc = 980;
|
|
||||||
rType = 0;
|
|
||||||
vrLen = 980;
|
|
||||||
vrLoc = 0;
|
|
||||||
};
|
|
||||||
48BB6B4D12473484001239EF /* PBXTextBookmark */ = {
|
48BB6B4D12473484001239EF /* PBXTextBookmark */ = {
|
||||||
isa = PBXTextBookmark;
|
isa = PBXTextBookmark;
|
||||||
fRef = 4834895F120598A7004184BC /* appcast.xml */;
|
fRef = 4834895F120598A7004184BC /* appcast.xml */;
|
||||||
|
|
|
@ -147,8 +147,6 @@
|
||||||
48134A1712102F400015BF15 /* net_udp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = net_udp.h; path = ../Quake/net_udp.h; sourceTree = SOURCE_ROOT; };
|
48134A1712102F400015BF15 /* net_udp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = net_udp.h; path = ../Quake/net_udp.h; sourceTree = SOURCE_ROOT; };
|
||||||
48243B130D33F01A00C29F8F /* main_sdl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = main_sdl.c; path = ../Quake/main_sdl.c; sourceTree = SOURCE_ROOT; };
|
48243B130D33F01A00C29F8F /* main_sdl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = main_sdl.c; path = ../Quake/main_sdl.c; sourceTree = SOURCE_ROOT; };
|
||||||
48305B530D8AF8EC00A29C24 /* conback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = conback.h; path = ../Quake/conback.h; sourceTree = SOURCE_ROOT; };
|
48305B530D8AF8EC00A29C24 /* conback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = conback.h; path = ../Quake/conback.h; sourceTree = SOURCE_ROOT; };
|
||||||
4830B79D0D464CAE00EF4498 /* Changelog.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Changelog.txt; path = ../Misc/Changelog.txt; sourceTree = SOURCE_ROOT; };
|
|
||||||
4830B79E0D464CAE00EF4498 /* Todo.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Todo.txt; path = ../Misc/Todo.txt; sourceTree = SOURCE_ROOT; };
|
|
||||||
48348942120595B1004184BC /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = "<group>"; };
|
48348942120595B1004184BC /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = "<group>"; };
|
||||||
4834895F120598A7004184BC /* appcast.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = appcast.xml; sourceTree = "<group>"; };
|
4834895F120598A7004184BC /* appcast.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = appcast.xml; sourceTree = "<group>"; };
|
||||||
483A77E60D2EE97700CB2E4C /* cmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cmd.h; path = ../Quake/cmd.h; sourceTree = SOURCE_ROOT; };
|
483A77E60D2EE97700CB2E4C /* cmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cmd.h; path = ../Quake/cmd.h; sourceTree = SOURCE_ROOT; };
|
||||||
|
@ -331,8 +329,6 @@
|
||||||
4890A5EA1205D6ED00452753 /* Sparkle */,
|
4890A5EA1205D6ED00452753 /* Sparkle */,
|
||||||
29B97323FDCFA39411CA2CEA /* Frameworks */,
|
29B97323FDCFA39411CA2CEA /* Frameworks */,
|
||||||
19C28FACFE9D520D11CA2CBB /* Products */,
|
19C28FACFE9D520D11CA2CBB /* Products */,
|
||||||
4830B79D0D464CAE00EF4498 /* Changelog.txt */,
|
|
||||||
4830B79E0D464CAE00EF4498 /* Todo.txt */,
|
|
||||||
);
|
);
|
||||||
name = QuakeSpasm;
|
name = QuakeSpasm;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
|
|
Loading…
Reference in a new issue