git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@859 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
283939b3de
commit
2ff4d17c95
@ -15,6 +15,7 @@
|
|||||||
F51CBD2E0EC8A3E1005C06AC /* 5pxtinyfont.png in Copy fonts */ = {isa = PBXBuildFile; fileRef = F51CBD2B0EC8A3E1005C06AC /* 5pxtinyfont.png */; };
|
F51CBD2E0EC8A3E1005C06AC /* 5pxtinyfont.png in Copy fonts */ = {isa = PBXBuildFile; fileRef = F51CBD2B0EC8A3E1005C06AC /* 5pxtinyfont.png */; };
|
||||||
F51CBD2F0EC8A3E1005C06AC /* colorfont.pcx in Copy fonts */ = {isa = PBXBuildFile; fileRef = F51CBD2C0EC8A3E1005C06AC /* colorfont.pcx */; };
|
F51CBD2F0EC8A3E1005C06AC /* colorfont.pcx in Copy fonts */ = {isa = PBXBuildFile; fileRef = F51CBD2C0EC8A3E1005C06AC /* colorfont.pcx */; };
|
||||||
F51CBD300EC8A3E1005C06AC /* Tuffy.ttf in Copy fonts */ = {isa = PBXBuildFile; fileRef = F51CBD2D0EC8A3E1005C06AC /* Tuffy.ttf */; };
|
F51CBD300EC8A3E1005C06AC /* Tuffy.ttf in Copy fonts */ = {isa = PBXBuildFile; fileRef = F51CBD2D0EC8A3E1005C06AC /* Tuffy.ttf */; };
|
||||||
|
F539315E0FE171C3003CB103 /* pversion.c in Sources */ = {isa = PBXBuildFile; fileRef = F539315D0FE171C3003CB103 /* pversion.c */; };
|
||||||
F5A33E6A0EC893F800F8052D /* 8pxfont.png in Copy fonts */ = {isa = PBXBuildFile; fileRef = F5A33E690EC893F800F8052D /* 8pxfont.png */; };
|
F5A33E6A0EC893F800F8052D /* 8pxfont.png in Copy fonts */ = {isa = PBXBuildFile; fileRef = F5A33E690EC893F800F8052D /* 8pxfont.png */; };
|
||||||
F5AA405F0FBC406D00B7577C /* pxquad.c in Sources */ = {isa = PBXBuildFile; fileRef = F5AA405A0FBC406D00B7577C /* pxquad.c */; };
|
F5AA405F0FBC406D00B7577C /* pxquad.c in Sources */ = {isa = PBXBuildFile; fileRef = F5AA405A0FBC406D00B7577C /* pxquad.c */; };
|
||||||
F5AA40600FBC406D00B7577C /* pxtall2.c in Sources */ = {isa = PBXBuildFile; fileRef = F5AA405B0FBC406D00B7577C /* pxtall2.c */; };
|
F5AA40600FBC406D00B7577C /* pxtall2.c in Sources */ = {isa = PBXBuildFile; fileRef = F5AA405B0FBC406D00B7577C /* pxtall2.c */; };
|
||||||
@ -147,6 +148,7 @@
|
|||||||
F51CBD2B0EC8A3E1005C06AC /* 5pxtinyfont.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = 5pxtinyfont.png; path = fonts/5pxtinyfont.png; sourceTree = "<group>"; };
|
F51CBD2B0EC8A3E1005C06AC /* 5pxtinyfont.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = 5pxtinyfont.png; path = fonts/5pxtinyfont.png; sourceTree = "<group>"; };
|
||||||
F51CBD2C0EC8A3E1005C06AC /* colorfont.pcx */ = {isa = PBXFileReference; lastKnownFileType = file; name = colorfont.pcx; path = fonts/colorfont.pcx; sourceTree = "<group>"; };
|
F51CBD2C0EC8A3E1005C06AC /* colorfont.pcx */ = {isa = PBXFileReference; lastKnownFileType = file; name = colorfont.pcx; path = fonts/colorfont.pcx; sourceTree = "<group>"; };
|
||||||
F51CBD2D0EC8A3E1005C06AC /* Tuffy.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = Tuffy.ttf; path = fonts/Tuffy.ttf; sourceTree = "<group>"; };
|
F51CBD2D0EC8A3E1005C06AC /* Tuffy.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = Tuffy.ttf; path = fonts/Tuffy.ttf; sourceTree = "<group>"; };
|
||||||
|
F539315D0FE171C3003CB103 /* pversion.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = pversion.c; sourceTree = "<group>"; };
|
||||||
F5A33E690EC893F800F8052D /* 8pxfont.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = 8pxfont.png; path = fonts/8pxfont.png; sourceTree = "<group>"; };
|
F5A33E690EC893F800F8052D /* 8pxfont.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = 8pxfont.png; path = fonts/8pxfont.png; sourceTree = "<group>"; };
|
||||||
F5AA405A0FBC406D00B7577C /* pxquad.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = pxquad.c; sourceTree = "<group>"; };
|
F5AA405A0FBC406D00B7577C /* pxquad.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = pxquad.c; sourceTree = "<group>"; };
|
||||||
F5AA405B0FBC406D00B7577C /* pxtall2.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = pxtall2.c; sourceTree = "<group>"; };
|
F5AA405B0FBC406D00B7577C /* pxtall2.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = pxtall2.c; sourceTree = "<group>"; };
|
||||||
@ -258,6 +260,7 @@
|
|||||||
29B97314FDCFA39411CA2CEA /* Grafx2 */ = {
|
29B97314FDCFA39411CA2CEA /* Grafx2 */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
|
F539315D0FE171C3003CB103 /* pversion.c */,
|
||||||
F5CDCE310F6EA6D600B31F63 /* pxdouble.c */,
|
F5CDCE310F6EA6D600B31F63 /* pxdouble.c */,
|
||||||
F5AC28B90F4873C700455509 /* hotkeys.c */,
|
F5AC28B90F4873C700455509 /* hotkeys.c */,
|
||||||
F5AC28BA0F4873C700455509 /* input.c */,
|
F5AC28BA0F4873C700455509 /* input.c */,
|
||||||
@ -449,6 +452,7 @@
|
|||||||
F5AA40610FBC406D00B7577C /* pxtriple.c in Sources */,
|
F5AA40610FBC406D00B7577C /* pxtriple.c in Sources */,
|
||||||
F5AA40620FBC406D00B7577C /* pxwide2.c in Sources */,
|
F5AA40620FBC406D00B7577C /* pxwide2.c in Sources */,
|
||||||
F5AA40630FBC406D00B7577C /* transform.c in Sources */,
|
F5AA40630FBC406D00B7577C /* transform.c in Sources */,
|
||||||
|
F539315E0FE171C3003CB103 /* pversion.c in Sources */,
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
|
|||||||
@ -165,14 +165,22 @@
|
|||||||
PBXFileDataSource_Warnings_ColumnID,
|
PBXFileDataSource_Warnings_ColumnID,
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
PBXPerProjectTemplateStateSaveDate = 263995769;
|
PBXPerProjectTemplateStateSaveDate = 266433807;
|
||||||
PBXWorkspaceStateSaveDate = 263995769;
|
PBXWorkspaceStateSaveDate = 266433807;
|
||||||
};
|
};
|
||||||
sourceControlManager = F5B19B690EA4BD79003F4BA4 /* Source Control */;
|
sourceControlManager = F5B19B690EA4BD79003F4BA4 /* Source Control */;
|
||||||
userBuildSettings = {
|
userBuildSettings = {
|
||||||
OBJROOT = "$(SYMROOT)";
|
OBJROOT = "$(SYMROOT)";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
32CA4F630368D1EE00C91783 /* Grafx2_Prefix.pch */ = {
|
||||||
|
uiCtxt = {
|
||||||
|
sepNavIntBoundsRect = "{{0, 0}, {932, 587}}";
|
||||||
|
sepNavSelRange = "{0, 0}";
|
||||||
|
sepNavVisRect = "{{0, 0}, {932, 587}}";
|
||||||
|
sepNavWindowFrame = "{{15, 25}, {971, 716}}";
|
||||||
|
};
|
||||||
|
};
|
||||||
8D1107260486CEB800E47090 /* Grafx2 */ = {
|
8D1107260486CEB800E47090 /* Grafx2 */ = {
|
||||||
activeExec = 0;
|
activeExec = 0;
|
||||||
executables = (
|
executables = (
|
||||||
@ -184,6 +192,14 @@
|
|||||||
sepNavWindowFrame = "{{15, 76}, {906, 665}}";
|
sepNavWindowFrame = "{{15, 76}, {906, 665}}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
F5AD4B1E0EA8CCF0009CCAC4 /* version.c */ = {
|
||||||
|
uiCtxt = {
|
||||||
|
sepNavIntBoundsRect = "{{0, 0}, {932, 587}}";
|
||||||
|
sepNavSelRange = "{26, 0}";
|
||||||
|
sepNavVisRect = "{{0, 0}, {932, 587}}";
|
||||||
|
sepNavWindowFrame = "{{7, 5}, {971, 716}}";
|
||||||
|
};
|
||||||
|
};
|
||||||
F5AED03C0F1989E00090A93F /* mountlist.c */ = {
|
F5AED03C0F1989E00090A93F /* mountlist.c */ = {
|
||||||
uiCtxt = {
|
uiCtxt = {
|
||||||
sepNavIntBoundsRect = "{{0, 0}, {867, 17252}}";
|
sepNavIntBoundsRect = "{{0, 0}, {867, 17252}}";
|
||||||
|
|||||||
@ -475,8 +475,6 @@
|
|||||||
<key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
|
<key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
|
||||||
<array>
|
<array>
|
||||||
<array>
|
<array>
|
||||||
<integer>57</integer>
|
|
||||||
<integer>55</integer>
|
|
||||||
<integer>0</integer>
|
<integer>0</integer>
|
||||||
</array>
|
</array>
|
||||||
</array>
|
</array>
|
||||||
@ -498,7 +496,7 @@
|
|||||||
<real>275</real>
|
<real>275</real>
|
||||||
</array>
|
</array>
|
||||||
<key>RubberWindowFrame</key>
|
<key>RubberWindowFrame</key>
|
||||||
<string>2 -15 944 642 0 0 1024 746 </string>
|
<string>65 75 944 642 0 0 1024 746 </string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Module</key>
|
<key>Module</key>
|
||||||
<string>PBXSmartGroupTreeModule</string>
|
<string>PBXSmartGroupTreeModule</string>
|
||||||
@ -537,7 +535,7 @@
|
|||||||
<key>Frame</key>
|
<key>Frame</key>
|
||||||
<string>{{0, 0}, {647, 0}}</string>
|
<string>{{0, 0}, {647, 0}}</string>
|
||||||
<key>RubberWindowFrame</key>
|
<key>RubberWindowFrame</key>
|
||||||
<string>2 -15 944 642 0 0 1024 746 </string>
|
<string>65 75 944 642 0 0 1024 746 </string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Module</key>
|
<key>Module</key>
|
||||||
<string>PBXNavigatorGroup</string>
|
<string>PBXNavigatorGroup</string>
|
||||||
@ -568,7 +566,7 @@
|
|||||||
<key>Frame</key>
|
<key>Frame</key>
|
||||||
<string>{{10, 27}, {647, 569}}</string>
|
<string>{{10, 27}, {647, 569}}</string>
|
||||||
<key>RubberWindowFrame</key>
|
<key>RubberWindowFrame</key>
|
||||||
<string>2 -15 944 642 0 0 1024 746 </string>
|
<string>65 75 944 642 0 0 1024 746 </string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Module</key>
|
<key>Module</key>
|
||||||
<string>PBXBuildResultsModule</string>
|
<string>PBXBuildResultsModule</string>
|
||||||
@ -648,14 +646,14 @@
|
|||||||
</array>
|
</array>
|
||||||
<key>TableOfContents</key>
|
<key>TableOfContents</key>
|
||||||
<array>
|
<array>
|
||||||
<string>F5AA406F0FBC418100B7577C</string>
|
<string>F53931560FE170BC003CB103</string>
|
||||||
<string>1CA23EE50692099D00951B8B</string>
|
<string>1CA23EE50692099D00951B8B</string>
|
||||||
<string>F5AA40700FBC418100B7577C</string>
|
<string>F53931570FE170BC003CB103</string>
|
||||||
<string>F5A33EC20EC89C3000F8052D</string>
|
<string>F5A33EC20EC89C3000F8052D</string>
|
||||||
<string>F5AA40710FBC418100B7577C</string>
|
<string>F53931580FE170BC003CB103</string>
|
||||||
<string>XCMainBuildResultsModuleGUID</string>
|
<string>XCMainBuildResultsModuleGUID</string>
|
||||||
<string>1CA23EE80692099D00951B8B</string>
|
<string>1CA23EE80692099D00951B8B</string>
|
||||||
<string>F5AA40720FBC418100B7577C</string>
|
<string>F53931590FE170BC003CB103</string>
|
||||||
</array>
|
</array>
|
||||||
<key>ToolbarConfiguration</key>
|
<key>ToolbarConfiguration</key>
|
||||||
<string>xcode.toolbar.config.buildAndRun</string>
|
<string>xcode.toolbar.config.buildAndRun</string>
|
||||||
@ -803,7 +801,7 @@
|
|||||||
<key>PerspectivesBarVisible</key>
|
<key>PerspectivesBarVisible</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>PinnedNavigatorIdentifier</key>
|
<key>PinnedNavigatorIdentifier</key>
|
||||||
<string>F5543CFC0F487AC10054D4F9</string>
|
<string>F539315B0FE170D5003CB103</string>
|
||||||
<key>ShelfIsVisible</key>
|
<key>ShelfIsVisible</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>SourceDescription</key>
|
<key>SourceDescription</key>
|
||||||
@ -829,7 +827,7 @@
|
|||||||
<string>/Users/xx/Grafx2/Grafx2.xcodeproj</string>
|
<string>/Users/xx/Grafx2/Grafx2.xcodeproj</string>
|
||||||
</array>
|
</array>
|
||||||
<key>WindowString</key>
|
<key>WindowString</key>
|
||||||
<string>2 -15 944 642 0 0 1024 746 </string>
|
<string>65 75 944 642 0 0 1024 746 </string>
|
||||||
<key>WindowTools</key>
|
<key>WindowTools</key>
|
||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user