Skip to content

Commit c2aea4f

Browse files
committed
more help
1 parent 5d99420 commit c2aea4f

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ Generally you do not need this package, it has nothing useful by itself.
77
The others guys may ask you to install the iLcatrase to make their applications to run.
88

99
Anyway if you know you need this server just instal it, set preferences from the simple menu and access http://localhost:[configured port]/help
10+
11+
Pay attention it's VERY limited. Memory leaks, poor performance, may crash on few requests in time.
12+
13+
14+
It requires Mac OS X above 10.6, although you may try to solve the issue http://stackoverflow.com/questions/18917278/base-lproj-mainmenu-xib-is-not-available-when-compiling-for-targets-before-mac-o and i belive it will run on 10.6.

iLcatraz.xcodeproj/project.pbxproj

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
41C8B42119FD008700C9BD27 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 41C8B42019FD008700C9BD27 /* README.md */; };
5454
41C8B42619FD1C3200C9BD27 /* help.html in Resources */ = {isa = PBXBuildFile; fileRef = 41C8B42519FD1C3200C9BD27 /* help.html */; };
5555
41C8B42919FD2DEE00C9BD27 /* FileResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 41C8B42819FD2DEE00C9BD27 /* FileResponse.m */; };
56-
41C8B42C19FD888200C9BD27 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 41C8B42A19FD888200C9BD27 /* MainMenu.xib */; };
56+
41C8B43519FD8B6200C9BD27 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 41C8B43319FD8B6200C9BD27 /* MainMenu.xib */; };
5757
/* End PBXBuildFile section */
5858

5959
/* Begin PBXContainerItemProxy section */
@@ -152,7 +152,7 @@
152152
41C8B42519FD1C3200C9BD27 /* help.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = help.html; sourceTree = "<group>"; };
153153
41C8B42719FD2DEE00C9BD27 /* FileResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FileResponse.h; sourceTree = "<group>"; };
154154
41C8B42819FD2DEE00C9BD27 /* FileResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FileResponse.m; sourceTree = "<group>"; };
155-
41C8B42B19FD888200C9BD27 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
155+
41C8B43419FD8B6200C9BD27 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = MainMenu.xib; sourceTree = "<group>"; };
156156
/* End PBXFileReference section */
157157

158158
/* Begin PBXFrameworksBuildPhase section */
@@ -225,7 +225,7 @@
225225
4162748119FC0ACC0040A86D /* iLcatraz */ = {
226226
isa = PBXGroup;
227227
children = (
228-
41C8B42A19FD888200C9BD27 /* MainMenu.xib */,
228+
41C8B43219FD8B6200C9BD27 /* Base.lproj */,
229229
41C8B41219FC1F6700C9BD27 /* glogo.png */,
230230
41C8B40719FC0D4C00C9BD27 /* HTTPConnectionIL.m */,
231231
41C8B40819FC0D4C00C9BD27 /* ITunesService.m */,
@@ -404,6 +404,14 @@
404404
name = Root;
405405
sourceTree = "<group>";
406406
};
407+
41C8B43219FD8B6200C9BD27 /* Base.lproj */ = {
408+
isa = PBXGroup;
409+
children = (
410+
41C8B43319FD8B6200C9BD27 /* MainMenu.xib */,
411+
);
412+
path = Base.lproj;
413+
sourceTree = "<group>";
414+
};
407415
/* End PBXGroup section */
408416

409417
/* Begin PBXNativeTarget section */
@@ -484,7 +492,7 @@
484492
41C8B40519FC0C0700C9BD27 /* About.txt in Resources */,
485493
41C8B42619FD1C3200C9BD27 /* help.html in Resources */,
486494
4162748619FC0ACC0040A86D /* InfoPlist.strings in Resources */,
487-
41C8B42C19FD888200C9BD27 /* MainMenu.xib in Resources */,
495+
41C8B43519FD8B6200C9BD27 /* MainMenu.xib in Resources */,
488496
41C8B42119FD008700C9BD27 /* README.md in Resources */,
489497
4162749419FC0ACC0040A86D /* Images.xcassets in Resources */,
490498
4162748C19FC0ACC0040A86D /* Credits.rtf in Resources */,
@@ -587,10 +595,10 @@
587595
name = InfoPlist.strings;
588596
sourceTree = "<group>";
589597
};
590-
41C8B42A19FD888200C9BD27 /* MainMenu.xib */ = {
598+
41C8B43319FD8B6200C9BD27 /* MainMenu.xib */ = {
591599
isa = PBXVariantGroup;
592600
children = (
593-
41C8B42B19FD888200C9BD27 /* Base */,
601+
41C8B43419FD8B6200C9BD27 /* Base */,
594602
);
595603
name = MainMenu.xib;
596604
sourceTree = "<group>";

0 commit comments

Comments
 (0)