Skip to content

Commit feeacf7

Browse files
committed
before give up with sources
1 parent ed0f5c8 commit feeacf7

22 files changed

+2436
-584
lines changed

Diff for: .gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ DerivedData
2424
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
2525
#
2626
# Pods/
27+
*~
28+
.DS_Store
29+
*.swp
30+
*.dmg
31+
xcdebugger

Diff for: CocoaLumberjack/DDTTYLogger.m

-1
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,6 @@ - (void)logMessage:(DDLogMessage *)logMessage
12511251

12521252
// Calculate timestamp.
12531253
// The technique below is faster than using NSDateFormatter.
1254-
12551254
NSDateComponents *components = [calendar components:calendarUnitFlags fromDate:logMessage->timestamp];
12561255

12571256
NSTimeInterval epoch = [logMessage->timestamp timeIntervalSinceReferenceDate];

Diff for: README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
iLcatraz
22
========
33

4-
iTunes REST server escapes you from Aplles's jail. I hope.
4+
iTunes REST server to help your escape Aplles's jail.
55

6-
Generally you do not need this package, it has nothing useful by itself, the others guys may ask you to the iLcatraze to make their applications to run.
6+
Generally you do not need this package, it has nothing useful by itself.
7+
The others guys may ask you to install the iLcatrase to make their applications to run.
78

8-
Anyway if you feel you need this server just instal it, set preferences and access http://localhost:[configured port]/help
9+
Anyway if you know you need this server just instal it, set preferences from the simple menu and access http://localhost:[configured port]/help

Diff for: arts/colorlogo.svg

+1,932
Loading

Diff for: arts/glogo.svg

+62
Loading

Diff for: clogos.iconset/icon_128x128.png

21.3 KB
Loading

Diff for: clogos.iconset/icon_16x16.png

946 Bytes
Loading

Diff for: clogos.iconset/icon_256x256.png

56.7 KB
Loading

Diff for: clogos.iconset/icon_32x32.png

2.6 KB
Loading

Diff for: clogos.iconset/icon_512x512.png

142 KB
Loading

Diff for: glogo.png

594 Bytes
Loading

Diff for: help.html

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<html>
2+
<head>
3+
<title>iLcatraz Help</title>
4+
</head>
5+
<body>
6+
<h1>iLcatraz Help</h1>
7+
8+
</body>
9+
</html>

Diff for: iLcatraz.xcodeproj/project.pbxproj

+46
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@
4747
41C8B40D19FC0D4C00C9BD27 /* HTTPConnectionIL.m in Sources */ = {isa = PBXBuildFile; fileRef = 41C8B40719FC0D4C00C9BD27 /* HTTPConnectionIL.m */; };
4848
41C8B40E19FC0D4C00C9BD27 /* ITunesService.m in Sources */ = {isa = PBXBuildFile; fileRef = 41C8B40819FC0D4C00C9BD27 /* ITunesService.m */; };
4949
41C8B40F19FC0D4C00C9BD27 /* RESTResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 41C8B40A19FC0D4C00C9BD27 /* RESTResponse.m */; };
50+
41C8B41119FC197B00C9BD27 /* clogos.iconset in Resources */ = {isa = PBXBuildFile; fileRef = 41C8B41019FC197B00C9BD27 /* clogos.iconset */; };
51+
41C8B41319FC1F6700C9BD27 /* glogo.png in Resources */ = {isa = PBXBuildFile; fileRef = 41C8B41219FC1F6700C9BD27 /* glogo.png */; };
52+
41C8B41E19FCF20500C9BD27 /* Preferences.xib in Resources */ = {isa = PBXBuildFile; fileRef = 41C8B41B19FCF20500C9BD27 /* Preferences.xib */; };
53+
41C8B41F19FCF20500C9BD27 /* PreferencesController.m in Sources */ = {isa = PBXBuildFile; fileRef = 41C8B41D19FCF20500C9BD27 /* PreferencesController.m */; };
54+
41C8B42119FD008700C9BD27 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 41C8B42019FD008700C9BD27 /* README.md */; };
55+
41C8B42619FD1C3200C9BD27 /* help.html in Resources */ = {isa = PBXBuildFile; fileRef = 41C8B42519FD1C3200C9BD27 /* help.html */; };
5056
/* End PBXBuildFile section */
5157

5258
/* Begin PBXContainerItemProxy section */
@@ -137,6 +143,13 @@
137143
41C8B40A19FC0D4C00C9BD27 /* RESTResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RESTResponse.m; sourceTree = "<group>"; };
138144
41C8B40B19FC0D4C00C9BD27 /* RESTResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RESTResponse.h; sourceTree = "<group>"; };
139145
41C8B40C19FC0D4C00C9BD27 /* HTTPConnectionIL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPConnectionIL.h; sourceTree = "<group>"; };
146+
41C8B41019FC197B00C9BD27 /* clogos.iconset */ = {isa = PBXFileReference; lastKnownFileType = folder.iconset; path = clogos.iconset; sourceTree = "<group>"; };
147+
41C8B41219FC1F6700C9BD27 /* glogo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = glogo.png; sourceTree = "<group>"; };
148+
41C8B41B19FCF20500C9BD27 /* Preferences.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = Preferences.xib; path = iLcatraz/Preferences.xib; sourceTree = "<group>"; };
149+
41C8B41C19FCF20500C9BD27 /* PreferencesController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PreferencesController.h; path = iLcatraz/PreferencesController.h; sourceTree = "<group>"; };
150+
41C8B41D19FCF20500C9BD27 /* PreferencesController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PreferencesController.m; path = iLcatraz/PreferencesController.m; sourceTree = "<group>"; };
151+
41C8B42019FD008700C9BD27 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
152+
41C8B42519FD1C3200C9BD27 /* help.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = help.html; sourceTree = "<group>"; };
140153
/* End PBXFileReference section */
141154

142155
/* Begin PBXFrameworksBuildPhase section */
@@ -163,13 +176,17 @@
163176
4162746F19FC0ACC0040A86D = {
164177
isa = PBXGroup;
165178
children = (
179+
41C8B42419FD196B00C9BD27 /* Root */,
180+
41C8B42019FD008700C9BD27 /* README.md */,
181+
41C8B41419FC1FE200C9BD27 /* Preferences */,
166182
41C8B3E819FC0C0700C9BD27 /* CocoaLumberjack */,
167183
41C8B3F919FC0C0700C9BD27 /* CocoaAsyncSocket */,
168184
41C8B3AE19FC0BAA00C9BD27 /* HTTPServer */,
169185
4162748119FC0ACC0040A86D /* iLcatraz */,
170186
4162749F19FC0ACD0040A86D /* iLcatrazTests */,
171187
4162747A19FC0ACC0040A86D /* Frameworks */,
172188
4162747919FC0ACC0040A86D /* Products */,
189+
41C8B41019FC197B00C9BD27 /* clogos.iconset */,
173190
);
174191
sourceTree = "<group>";
175192
};
@@ -205,6 +222,7 @@
205222
4162748119FC0ACC0040A86D /* iLcatraz */ = {
206223
isa = PBXGroup;
207224
children = (
225+
41C8B41219FC1F6700C9BD27 /* glogo.png */,
208226
41C8B40719FC0D4C00C9BD27 /* HTTPConnectionIL.m */,
209227
41C8B40819FC0D4C00C9BD27 /* ITunesService.m */,
210228
41C8B40919FC0D4C00C9BD27 /* ITunesService.h */,
@@ -363,6 +381,24 @@
363381
path = CocoaAsyncSocket;
364382
sourceTree = "<group>";
365383
};
384+
41C8B41419FC1FE200C9BD27 /* Preferences */ = {
385+
isa = PBXGroup;
386+
children = (
387+
41C8B41B19FCF20500C9BD27 /* Preferences.xib */,
388+
41C8B41C19FCF20500C9BD27 /* PreferencesController.h */,
389+
41C8B41D19FCF20500C9BD27 /* PreferencesController.m */,
390+
);
391+
name = Preferences;
392+
sourceTree = "<group>";
393+
};
394+
41C8B42419FD196B00C9BD27 /* Root */ = {
395+
isa = PBXGroup;
396+
children = (
397+
41C8B42519FD1C3200C9BD27 /* help.html */,
398+
);
399+
name = Root;
400+
sourceTree = "<group>";
401+
};
366402
/* End PBXGroup section */
367403

368404
/* Begin PBXNativeTarget section */
@@ -441,10 +477,15 @@
441477
buildActionMask = 2147483647;
442478
files = (
443479
41C8B40519FC0C0700C9BD27 /* About.txt in Resources */,
480+
41C8B42619FD1C3200C9BD27 /* help.html in Resources */,
444481
4162748619FC0ACC0040A86D /* InfoPlist.strings in Resources */,
482+
41C8B42119FD008700C9BD27 /* README.md in Resources */,
445483
4162749419FC0ACC0040A86D /* Images.xcassets in Resources */,
446484
4162748C19FC0ACC0040A86D /* Credits.rtf in Resources */,
485+
41C8B41319FC1F6700C9BD27 /* glogo.png in Resources */,
447486
4162749219FC0ACC0040A86D /* MainMenu.xib in Resources */,
487+
41C8B41119FC197B00C9BD27 /* clogos.iconset in Resources */,
488+
41C8B41E19FCF20500C9BD27 /* Preferences.xib in Resources */,
448489
41C8B40419FC0C0700C9BD27 /* README.txt in Resources */,
449490
);
450491
runOnlyForDeploymentPostprocessing = 0;
@@ -464,6 +505,7 @@
464505
isa = PBXSourcesBuildPhase;
465506
buildActionMask = 2147483647;
466507
files = (
508+
41C8B41F19FCF20500C9BD27 /* PreferencesController.m in Sources */,
467509
41C8B3DB19FC0BAA00C9BD27 /* HTTPServer.m in Sources */,
468510
41C8B3D919FC0BAA00C9BD27 /* HTTPConnection.m in Sources */,
469511
41C8B3E119FC0BAA00C9BD27 /* HTTPDynamicFileResponse.m in Sources */,
@@ -624,10 +666,12 @@
624666
isa = XCBuildConfiguration;
625667
buildSettings = {
626668
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
669+
CLANG_ENABLE_OBJC_ARC = YES;
627670
COMBINE_HIDPI_IMAGES = YES;
628671
GCC_PRECOMPILE_PREFIX_HEADER = YES;
629672
GCC_PREFIX_HEADER = "iLcatraz/iLcatraz-Prefix.pch";
630673
INFOPLIST_FILE = "iLcatraz/iLcatraz-Info.plist";
674+
MACOSX_DEPLOYMENT_TARGET = 10.6;
631675
PRODUCT_NAME = "$(TARGET_NAME)";
632676
WRAPPER_EXTENSION = app;
633677
};
@@ -637,10 +681,12 @@
637681
isa = XCBuildConfiguration;
638682
buildSettings = {
639683
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
684+
CLANG_ENABLE_OBJC_ARC = YES;
640685
COMBINE_HIDPI_IMAGES = YES;
641686
GCC_PRECOMPILE_PREFIX_HEADER = YES;
642687
GCC_PREFIX_HEADER = "iLcatraz/iLcatraz-Prefix.pch";
643688
INFOPLIST_FILE = "iLcatraz/iLcatraz-Info.plist";
689+
MACOSX_DEPLOYMENT_TARGET = 10.6;
644690
PRODUCT_NAME = "$(TARGET_NAME)";
645691
WRAPPER_EXTENSION = app;
646692
};

0 commit comments

Comments
 (0)