Skip to content

Commit 17cfcfc

Browse files
committed
adding new files
1 parent d7425f8 commit 17cfcfc

File tree

18 files changed

+1084
-5
lines changed

18 files changed

+1084
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ise
77
*.pyc
88
*~.nib/
99
build/*
10+
*.xcuserstate
11+
*.xcsettings
1012

1113
# old school
1214
.svn

Demo/Demo.xcodeproj/project.pbxproj

Lines changed: 308 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,308 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
4523F21A13B7181800C883E5 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4523F21913B7181800C883E5 /* UIKit.framework */; };
11+
4523F21C13B7181900C883E5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4523F21B13B7181900C883E5 /* Foundation.framework */; };
12+
4523F21E13B7181900C883E5 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4523F21D13B7181900C883E5 /* CoreGraphics.framework */; };
13+
4523F22413B7181900C883E5 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 4523F22213B7181900C883E5 /* InfoPlist.strings */; };
14+
4523F22713B7181900C883E5 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4523F22613B7181900C883E5 /* main.m */; };
15+
4523F22A13B7181900C883E5 /* DemoAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4523F22913B7181900C883E5 /* DemoAppDelegate.m */; };
16+
4523F22D13B7181900C883E5 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4523F22B13B7181900C883E5 /* MainWindow.xib */; };
17+
4523F23613B7182600C883E5 /* VCThumbnailGridView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4523F23513B7182600C883E5 /* VCThumbnailGridView.m */; };
18+
4523F23813B7190C00C883E5 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4523F23713B7190C00C883E5 /* QuartzCore.framework */; };
19+
4523F23C13B7196700C883E5 /* VCImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4523F23B13B7196700C883E5 /* VCImageView.m */; };
20+
4523F23F13B71A1E00C883E5 /* UIImageAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4523F23E13B71A1E00C883E5 /* UIImageAdditions.m */; };
21+
/* End PBXBuildFile section */
22+
23+
/* Begin PBXFileReference section */
24+
4523F21513B7181800C883E5 /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; };
25+
4523F21913B7181800C883E5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
26+
4523F21B13B7181900C883E5 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
27+
4523F21D13B7181900C883E5 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
28+
4523F22113B7181900C883E5 /* Demo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Demo-Info.plist"; sourceTree = "<group>"; };
29+
4523F22313B7181900C883E5 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
30+
4523F22513B7181900C883E5 /* Demo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Demo-Prefix.pch"; sourceTree = "<group>"; };
31+
4523F22613B7181900C883E5 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
32+
4523F22813B7181900C883E5 /* DemoAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DemoAppDelegate.h; sourceTree = "<group>"; };
33+
4523F22913B7181900C883E5 /* DemoAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DemoAppDelegate.m; sourceTree = "<group>"; };
34+
4523F22C13B7181900C883E5 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainWindow.xib; sourceTree = "<group>"; };
35+
4523F23413B7182600C883E5 /* VCThumbnailGridView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VCThumbnailGridView.h; sourceTree = "<group>"; };
36+
4523F23513B7182600C883E5 /* VCThumbnailGridView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VCThumbnailGridView.m; sourceTree = "<group>"; };
37+
4523F23713B7190C00C883E5 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
38+
4523F23A13B7196700C883E5 /* VCImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VCImageView.h; sourceTree = "<group>"; };
39+
4523F23B13B7196700C883E5 /* VCImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VCImageView.m; sourceTree = "<group>"; };
40+
4523F23D13B71A1E00C883E5 /* UIImageAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UIImageAdditions.h; sourceTree = "<group>"; };
41+
4523F23E13B71A1E00C883E5 /* UIImageAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UIImageAdditions.m; sourceTree = "<group>"; };
42+
/* End PBXFileReference section */
43+
44+
/* Begin PBXFrameworksBuildPhase section */
45+
4523F21213B7181800C883E5 /* Frameworks */ = {
46+
isa = PBXFrameworksBuildPhase;
47+
buildActionMask = 2147483647;
48+
files = (
49+
4523F23813B7190C00C883E5 /* QuartzCore.framework in Frameworks */,
50+
4523F21A13B7181800C883E5 /* UIKit.framework in Frameworks */,
51+
4523F21C13B7181900C883E5 /* Foundation.framework in Frameworks */,
52+
4523F21E13B7181900C883E5 /* CoreGraphics.framework in Frameworks */,
53+
);
54+
runOnlyForDeploymentPostprocessing = 0;
55+
};
56+
/* End PBXFrameworksBuildPhase section */
57+
58+
/* Begin PBXGroup section */
59+
4523F20A13B7181800C883E5 = {
60+
isa = PBXGroup;
61+
children = (
62+
4523F21F13B7181900C883E5 /* Demo */,
63+
4523F21813B7181800C883E5 /* Frameworks */,
64+
4523F21613B7181800C883E5 /* Products */,
65+
);
66+
sourceTree = "<group>";
67+
};
68+
4523F21613B7181800C883E5 /* Products */ = {
69+
isa = PBXGroup;
70+
children = (
71+
4523F21513B7181800C883E5 /* Demo.app */,
72+
);
73+
name = Products;
74+
sourceTree = "<group>";
75+
};
76+
4523F21813B7181800C883E5 /* Frameworks */ = {
77+
isa = PBXGroup;
78+
children = (
79+
4523F23713B7190C00C883E5 /* QuartzCore.framework */,
80+
4523F21913B7181800C883E5 /* UIKit.framework */,
81+
4523F21B13B7181900C883E5 /* Foundation.framework */,
82+
4523F21D13B7181900C883E5 /* CoreGraphics.framework */,
83+
);
84+
name = Frameworks;
85+
sourceTree = "<group>";
86+
};
87+
4523F21F13B7181900C883E5 /* Demo */ = {
88+
isa = PBXGroup;
89+
children = (
90+
4523F23913B7196700C883E5 /* VCImageView */,
91+
4523F23313B7182600C883E5 /* VCThumbnailGridView */,
92+
4523F22813B7181900C883E5 /* DemoAppDelegate.h */,
93+
4523F22913B7181900C883E5 /* DemoAppDelegate.m */,
94+
4523F22B13B7181900C883E5 /* MainWindow.xib */,
95+
4523F22013B7181900C883E5 /* Supporting Files */,
96+
);
97+
path = Demo;
98+
sourceTree = "<group>";
99+
};
100+
4523F22013B7181900C883E5 /* Supporting Files */ = {
101+
isa = PBXGroup;
102+
children = (
103+
4523F22113B7181900C883E5 /* Demo-Info.plist */,
104+
4523F22213B7181900C883E5 /* InfoPlist.strings */,
105+
4523F22513B7181900C883E5 /* Demo-Prefix.pch */,
106+
4523F22613B7181900C883E5 /* main.m */,
107+
);
108+
name = "Supporting Files";
109+
sourceTree = "<group>";
110+
};
111+
4523F23313B7182600C883E5 /* VCThumbnailGridView */ = {
112+
isa = PBXGroup;
113+
children = (
114+
4523F23413B7182600C883E5 /* VCThumbnailGridView.h */,
115+
4523F23513B7182600C883E5 /* VCThumbnailGridView.m */,
116+
);
117+
name = VCThumbnailGridView;
118+
path = ../../VCThumbnailGridView;
119+
sourceTree = "<group>";
120+
};
121+
4523F23913B7196700C883E5 /* VCImageView */ = {
122+
isa = PBXGroup;
123+
children = (
124+
4523F23D13B71A1E00C883E5 /* UIImageAdditions.h */,
125+
4523F23E13B71A1E00C883E5 /* UIImageAdditions.m */,
126+
4523F23A13B7196700C883E5 /* VCImageView.h */,
127+
4523F23B13B7196700C883E5 /* VCImageView.m */,
128+
);
129+
name = VCImageView;
130+
path = ../../VCImageView;
131+
sourceTree = "<group>";
132+
};
133+
/* End PBXGroup section */
134+
135+
/* Begin PBXNativeTarget section */
136+
4523F21413B7181800C883E5 /* Demo */ = {
137+
isa = PBXNativeTarget;
138+
buildConfigurationList = 4523F23013B7181900C883E5 /* Build configuration list for PBXNativeTarget "Demo" */;
139+
buildPhases = (
140+
4523F21113B7181800C883E5 /* Sources */,
141+
4523F21213B7181800C883E5 /* Frameworks */,
142+
4523F21313B7181800C883E5 /* Resources */,
143+
);
144+
buildRules = (
145+
);
146+
dependencies = (
147+
);
148+
name = Demo;
149+
productName = Demo;
150+
productReference = 4523F21513B7181800C883E5 /* Demo.app */;
151+
productType = "com.apple.product-type.application";
152+
};
153+
/* End PBXNativeTarget section */
154+
155+
/* Begin PBXProject section */
156+
4523F20C13B7181800C883E5 /* Project object */ = {
157+
isa = PBXProject;
158+
attributes = {
159+
ORGANIZATIONNAME = "Vinay Chavan";
160+
};
161+
buildConfigurationList = 4523F20F13B7181800C883E5 /* Build configuration list for PBXProject "Demo" */;
162+
compatibilityVersion = "Xcode 3.2";
163+
developmentRegion = English;
164+
hasScannedForEncodings = 0;
165+
knownRegions = (
166+
en,
167+
);
168+
mainGroup = 4523F20A13B7181800C883E5;
169+
productRefGroup = 4523F21613B7181800C883E5 /* Products */;
170+
projectDirPath = "";
171+
projectRoot = "";
172+
targets = (
173+
4523F21413B7181800C883E5 /* Demo */,
174+
);
175+
};
176+
/* End PBXProject section */
177+
178+
/* Begin PBXResourcesBuildPhase section */
179+
4523F21313B7181800C883E5 /* Resources */ = {
180+
isa = PBXResourcesBuildPhase;
181+
buildActionMask = 2147483647;
182+
files = (
183+
4523F22413B7181900C883E5 /* InfoPlist.strings in Resources */,
184+
4523F22D13B7181900C883E5 /* MainWindow.xib in Resources */,
185+
);
186+
runOnlyForDeploymentPostprocessing = 0;
187+
};
188+
/* End PBXResourcesBuildPhase section */
189+
190+
/* Begin PBXSourcesBuildPhase section */
191+
4523F21113B7181800C883E5 /* Sources */ = {
192+
isa = PBXSourcesBuildPhase;
193+
buildActionMask = 2147483647;
194+
files = (
195+
4523F22713B7181900C883E5 /* main.m in Sources */,
196+
4523F22A13B7181900C883E5 /* DemoAppDelegate.m in Sources */,
197+
4523F23613B7182600C883E5 /* VCThumbnailGridView.m in Sources */,
198+
4523F23C13B7196700C883E5 /* VCImageView.m in Sources */,
199+
4523F23F13B71A1E00C883E5 /* UIImageAdditions.m in Sources */,
200+
);
201+
runOnlyForDeploymentPostprocessing = 0;
202+
};
203+
/* End PBXSourcesBuildPhase section */
204+
205+
/* Begin PBXVariantGroup section */
206+
4523F22213B7181900C883E5 /* InfoPlist.strings */ = {
207+
isa = PBXVariantGroup;
208+
children = (
209+
4523F22313B7181900C883E5 /* en */,
210+
);
211+
name = InfoPlist.strings;
212+
sourceTree = "<group>";
213+
};
214+
4523F22B13B7181900C883E5 /* MainWindow.xib */ = {
215+
isa = PBXVariantGroup;
216+
children = (
217+
4523F22C13B7181900C883E5 /* en */,
218+
);
219+
name = MainWindow.xib;
220+
sourceTree = "<group>";
221+
};
222+
/* End PBXVariantGroup section */
223+
224+
/* Begin XCBuildConfiguration section */
225+
4523F22E13B7181900C883E5 /* Debug */ = {
226+
isa = XCBuildConfiguration;
227+
buildSettings = {
228+
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
229+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
230+
GCC_C_LANGUAGE_STANDARD = gnu99;
231+
GCC_OPTIMIZATION_LEVEL = 0;
232+
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
233+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
234+
GCC_VERSION = com.apple.compilers.llvmgcc42;
235+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
236+
GCC_WARN_UNUSED_VARIABLE = YES;
237+
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
238+
SDKROOT = iphoneos;
239+
};
240+
name = Debug;
241+
};
242+
4523F22F13B7181900C883E5 /* Release */ = {
243+
isa = XCBuildConfiguration;
244+
buildSettings = {
245+
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
246+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
247+
GCC_C_LANGUAGE_STANDARD = gnu99;
248+
GCC_VERSION = com.apple.compilers.llvmgcc42;
249+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
250+
GCC_WARN_UNUSED_VARIABLE = YES;
251+
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
252+
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
253+
SDKROOT = iphoneos;
254+
};
255+
name = Release;
256+
};
257+
4523F23113B7181900C883E5 /* Debug */ = {
258+
isa = XCBuildConfiguration;
259+
buildSettings = {
260+
ALWAYS_SEARCH_USER_PATHS = NO;
261+
COPY_PHASE_STRIP = NO;
262+
GCC_DYNAMIC_NO_PIC = NO;
263+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
264+
GCC_PREFIX_HEADER = "Demo/Demo-Prefix.pch";
265+
INFOPLIST_FILE = "Demo/Demo-Info.plist";
266+
PRODUCT_NAME = "$(TARGET_NAME)";
267+
WRAPPER_EXTENSION = app;
268+
};
269+
name = Debug;
270+
};
271+
4523F23213B7181900C883E5 /* Release */ = {
272+
isa = XCBuildConfiguration;
273+
buildSettings = {
274+
ALWAYS_SEARCH_USER_PATHS = NO;
275+
COPY_PHASE_STRIP = YES;
276+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
277+
GCC_PREFIX_HEADER = "Demo/Demo-Prefix.pch";
278+
INFOPLIST_FILE = "Demo/Demo-Info.plist";
279+
PRODUCT_NAME = "$(TARGET_NAME)";
280+
VALIDATE_PRODUCT = YES;
281+
WRAPPER_EXTENSION = app;
282+
};
283+
name = Release;
284+
};
285+
/* End XCBuildConfiguration section */
286+
287+
/* Begin XCConfigurationList section */
288+
4523F20F13B7181800C883E5 /* Build configuration list for PBXProject "Demo" */ = {
289+
isa = XCConfigurationList;
290+
buildConfigurations = (
291+
4523F22E13B7181900C883E5 /* Debug */,
292+
4523F22F13B7181900C883E5 /* Release */,
293+
);
294+
defaultConfigurationIsVisible = 0;
295+
defaultConfigurationName = Release;
296+
};
297+
4523F23013B7181900C883E5 /* Build configuration list for PBXNativeTarget "Demo" */ = {
298+
isa = XCConfigurationList;
299+
buildConfigurations = (
300+
4523F23113B7181900C883E5 /* Debug */,
301+
4523F23213B7181900C883E5 /* Release */,
302+
);
303+
defaultConfigurationIsVisible = 0;
304+
};
305+
/* End XCConfigurationList section */
306+
};
307+
rootObject = 4523F20C13B7181800C883E5 /* Project object */;
308+
}

Demo/Demo.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)