Skip to content

Commit 6c7891c

Browse files
committed
added indexedTableDemo
1 parent 477c95a commit 6c7891c

File tree

17 files changed

+938
-0
lines changed

17 files changed

+938
-0
lines changed
Lines changed: 299 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,299 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
E238AAEC1679C013008CA90E /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E238AAEB1679C013008CA90E /* UIKit.framework */; };
11+
E238AAEE1679C013008CA90E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E238AAED1679C013008CA90E /* Foundation.framework */; };
12+
E238AAF01679C013008CA90E /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E238AAEF1679C013008CA90E /* CoreGraphics.framework */; };
13+
E238AAF61679C013008CA90E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E238AAF41679C013008CA90E /* InfoPlist.strings */; };
14+
E238AAF81679C013008CA90E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E238AAF71679C013008CA90E /* main.m */; };
15+
E238AAFC1679C013008CA90E /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E238AAFB1679C013008CA90E /* AppDelegate.m */; };
16+
E238AAFE1679C013008CA90E /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = E238AAFD1679C013008CA90E /* Default.png */; };
17+
E238AB001679C013008CA90E /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = E238AAFF1679C013008CA90E /* [email protected] */; };
18+
E238AB021679C013008CA90E /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = E238AB011679C013008CA90E /* [email protected] */; };
19+
E238AB051679C013008CA90E /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E238AB041679C013008CA90E /* ViewController.m */; };
20+
E238AB081679C013008CA90E /* ViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E238AB061679C013008CA90E /* ViewController.xib */; };
21+
/* End PBXBuildFile section */
22+
23+
/* Begin PBXFileReference section */
24+
E238AAE71679C013008CA90E /* indexedTableDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = indexedTableDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
25+
E238AAEB1679C013008CA90E /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
26+
E238AAED1679C013008CA90E /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
27+
E238AAEF1679C013008CA90E /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
28+
E238AAF31679C013008CA90E /* indexedTableDemo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "indexedTableDemo-Info.plist"; sourceTree = "<group>"; };
29+
E238AAF51679C013008CA90E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
30+
E238AAF71679C013008CA90E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
31+
E238AAF91679C013008CA90E /* indexedTableDemo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "indexedTableDemo-Prefix.pch"; sourceTree = "<group>"; };
32+
E238AAFA1679C013008CA90E /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
33+
E238AAFB1679C013008CA90E /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
34+
E238AAFD1679C013008CA90E /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
35+
E238AAFF1679C013008CA90E /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
36+
E238AB011679C013008CA90E /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
37+
E238AB031679C013008CA90E /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
38+
E238AB041679C013008CA90E /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
39+
E238AB071679C013008CA90E /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController.xib; sourceTree = "<group>"; };
40+
/* End PBXFileReference section */
41+
42+
/* Begin PBXFrameworksBuildPhase section */
43+
E238AAE41679C013008CA90E /* Frameworks */ = {
44+
isa = PBXFrameworksBuildPhase;
45+
buildActionMask = 2147483647;
46+
files = (
47+
E238AAEC1679C013008CA90E /* UIKit.framework in Frameworks */,
48+
E238AAEE1679C013008CA90E /* Foundation.framework in Frameworks */,
49+
E238AAF01679C013008CA90E /* CoreGraphics.framework in Frameworks */,
50+
);
51+
runOnlyForDeploymentPostprocessing = 0;
52+
};
53+
/* End PBXFrameworksBuildPhase section */
54+
55+
/* Begin PBXGroup section */
56+
E238AADC1679C013008CA90E = {
57+
isa = PBXGroup;
58+
children = (
59+
E238AAF11679C013008CA90E /* indexedTableDemo */,
60+
E238AAEA1679C013008CA90E /* Frameworks */,
61+
E238AAE81679C013008CA90E /* Products */,
62+
);
63+
sourceTree = "<group>";
64+
};
65+
E238AAE81679C013008CA90E /* Products */ = {
66+
isa = PBXGroup;
67+
children = (
68+
E238AAE71679C013008CA90E /* indexedTableDemo.app */,
69+
);
70+
name = Products;
71+
sourceTree = "<group>";
72+
};
73+
E238AAEA1679C013008CA90E /* Frameworks */ = {
74+
isa = PBXGroup;
75+
children = (
76+
E238AAEB1679C013008CA90E /* UIKit.framework */,
77+
E238AAED1679C013008CA90E /* Foundation.framework */,
78+
E238AAEF1679C013008CA90E /* CoreGraphics.framework */,
79+
);
80+
name = Frameworks;
81+
sourceTree = "<group>";
82+
};
83+
E238AAF11679C013008CA90E /* indexedTableDemo */ = {
84+
isa = PBXGroup;
85+
children = (
86+
E238AAFA1679C013008CA90E /* AppDelegate.h */,
87+
E238AAFB1679C013008CA90E /* AppDelegate.m */,
88+
E238AB031679C013008CA90E /* ViewController.h */,
89+
E238AB041679C013008CA90E /* ViewController.m */,
90+
E238AB061679C013008CA90E /* ViewController.xib */,
91+
E238AAF21679C013008CA90E /* Supporting Files */,
92+
);
93+
path = indexedTableDemo;
94+
sourceTree = "<group>";
95+
};
96+
E238AAF21679C013008CA90E /* Supporting Files */ = {
97+
isa = PBXGroup;
98+
children = (
99+
E238AAF31679C013008CA90E /* indexedTableDemo-Info.plist */,
100+
E238AAF41679C013008CA90E /* InfoPlist.strings */,
101+
E238AAF71679C013008CA90E /* main.m */,
102+
E238AAF91679C013008CA90E /* indexedTableDemo-Prefix.pch */,
103+
E238AAFD1679C013008CA90E /* Default.png */,
104+
E238AAFF1679C013008CA90E /* [email protected] */,
105+
E238AB011679C013008CA90E /* [email protected] */,
106+
);
107+
name = "Supporting Files";
108+
sourceTree = "<group>";
109+
};
110+
/* End PBXGroup section */
111+
112+
/* Begin PBXNativeTarget section */
113+
E238AAE61679C013008CA90E /* indexedTableDemo */ = {
114+
isa = PBXNativeTarget;
115+
buildConfigurationList = E238AB0B1679C013008CA90E /* Build configuration list for PBXNativeTarget "indexedTableDemo" */;
116+
buildPhases = (
117+
E238AAE31679C013008CA90E /* Sources */,
118+
E238AAE41679C013008CA90E /* Frameworks */,
119+
E238AAE51679C013008CA90E /* Resources */,
120+
);
121+
buildRules = (
122+
);
123+
dependencies = (
124+
);
125+
name = indexedTableDemo;
126+
productName = indexedTableDemo;
127+
productReference = E238AAE71679C013008CA90E /* indexedTableDemo.app */;
128+
productType = "com.apple.product-type.application";
129+
};
130+
/* End PBXNativeTarget section */
131+
132+
/* Begin PBXProject section */
133+
E238AADE1679C013008CA90E /* Project object */ = {
134+
isa = PBXProject;
135+
attributes = {
136+
LastUpgradeCheck = 0450;
137+
ORGANIZATIONNAME = "Arthur Knopper";
138+
};
139+
buildConfigurationList = E238AAE11679C013008CA90E /* Build configuration list for PBXProject "indexedTableDemo" */;
140+
compatibilityVersion = "Xcode 3.2";
141+
developmentRegion = English;
142+
hasScannedForEncodings = 0;
143+
knownRegions = (
144+
en,
145+
);
146+
mainGroup = E238AADC1679C013008CA90E;
147+
productRefGroup = E238AAE81679C013008CA90E /* Products */;
148+
projectDirPath = "";
149+
projectRoot = "";
150+
targets = (
151+
E238AAE61679C013008CA90E /* indexedTableDemo */,
152+
);
153+
};
154+
/* End PBXProject section */
155+
156+
/* Begin PBXResourcesBuildPhase section */
157+
E238AAE51679C013008CA90E /* Resources */ = {
158+
isa = PBXResourcesBuildPhase;
159+
buildActionMask = 2147483647;
160+
files = (
161+
E238AAF61679C013008CA90E /* InfoPlist.strings in Resources */,
162+
E238AAFE1679C013008CA90E /* Default.png in Resources */,
163+
E238AB001679C013008CA90E /* [email protected] in Resources */,
164+
E238AB021679C013008CA90E /* [email protected] in Resources */,
165+
E238AB081679C013008CA90E /* ViewController.xib in Resources */,
166+
);
167+
runOnlyForDeploymentPostprocessing = 0;
168+
};
169+
/* End PBXResourcesBuildPhase section */
170+
171+
/* Begin PBXSourcesBuildPhase section */
172+
E238AAE31679C013008CA90E /* Sources */ = {
173+
isa = PBXSourcesBuildPhase;
174+
buildActionMask = 2147483647;
175+
files = (
176+
E238AAF81679C013008CA90E /* main.m in Sources */,
177+
E238AAFC1679C013008CA90E /* AppDelegate.m in Sources */,
178+
E238AB051679C013008CA90E /* ViewController.m in Sources */,
179+
);
180+
runOnlyForDeploymentPostprocessing = 0;
181+
};
182+
/* End PBXSourcesBuildPhase section */
183+
184+
/* Begin PBXVariantGroup section */
185+
E238AAF41679C013008CA90E /* InfoPlist.strings */ = {
186+
isa = PBXVariantGroup;
187+
children = (
188+
E238AAF51679C013008CA90E /* en */,
189+
);
190+
name = InfoPlist.strings;
191+
sourceTree = "<group>";
192+
};
193+
E238AB061679C013008CA90E /* ViewController.xib */ = {
194+
isa = PBXVariantGroup;
195+
children = (
196+
E238AB071679C013008CA90E /* en */,
197+
);
198+
name = ViewController.xib;
199+
sourceTree = "<group>";
200+
};
201+
/* End PBXVariantGroup section */
202+
203+
/* Begin XCBuildConfiguration section */
204+
E238AB091679C013008CA90E /* Debug */ = {
205+
isa = XCBuildConfiguration;
206+
buildSettings = {
207+
ALWAYS_SEARCH_USER_PATHS = NO;
208+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
209+
CLANG_CXX_LIBRARY = "libc++";
210+
CLANG_ENABLE_OBJC_ARC = YES;
211+
CLANG_WARN_EMPTY_BODY = YES;
212+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
213+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
214+
COPY_PHASE_STRIP = NO;
215+
GCC_C_LANGUAGE_STANDARD = gnu99;
216+
GCC_DYNAMIC_NO_PIC = NO;
217+
GCC_OPTIMIZATION_LEVEL = 0;
218+
GCC_PREPROCESSOR_DEFINITIONS = (
219+
"DEBUG=1",
220+
"$(inherited)",
221+
);
222+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
223+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
224+
GCC_WARN_UNINITIALIZED_AUTOS = YES;
225+
GCC_WARN_UNUSED_VARIABLE = YES;
226+
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
227+
ONLY_ACTIVE_ARCH = YES;
228+
SDKROOT = iphoneos;
229+
};
230+
name = Debug;
231+
};
232+
E238AB0A1679C013008CA90E /* Release */ = {
233+
isa = XCBuildConfiguration;
234+
buildSettings = {
235+
ALWAYS_SEARCH_USER_PATHS = NO;
236+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
237+
CLANG_CXX_LIBRARY = "libc++";
238+
CLANG_ENABLE_OBJC_ARC = YES;
239+
CLANG_WARN_EMPTY_BODY = YES;
240+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
241+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
242+
COPY_PHASE_STRIP = YES;
243+
GCC_C_LANGUAGE_STANDARD = gnu99;
244+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
245+
GCC_WARN_UNINITIALIZED_AUTOS = YES;
246+
GCC_WARN_UNUSED_VARIABLE = YES;
247+
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
248+
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
249+
SDKROOT = iphoneos;
250+
VALIDATE_PRODUCT = YES;
251+
};
252+
name = Release;
253+
};
254+
E238AB0C1679C013008CA90E /* Debug */ = {
255+
isa = XCBuildConfiguration;
256+
buildSettings = {
257+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
258+
GCC_PREFIX_HEADER = "indexedTableDemo/indexedTableDemo-Prefix.pch";
259+
INFOPLIST_FILE = "indexedTableDemo/indexedTableDemo-Info.plist";
260+
PRODUCT_NAME = "$(TARGET_NAME)";
261+
WRAPPER_EXTENSION = app;
262+
};
263+
name = Debug;
264+
};
265+
E238AB0D1679C013008CA90E /* Release */ = {
266+
isa = XCBuildConfiguration;
267+
buildSettings = {
268+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
269+
GCC_PREFIX_HEADER = "indexedTableDemo/indexedTableDemo-Prefix.pch";
270+
INFOPLIST_FILE = "indexedTableDemo/indexedTableDemo-Info.plist";
271+
PRODUCT_NAME = "$(TARGET_NAME)";
272+
WRAPPER_EXTENSION = app;
273+
};
274+
name = Release;
275+
};
276+
/* End XCBuildConfiguration section */
277+
278+
/* Begin XCConfigurationList section */
279+
E238AAE11679C013008CA90E /* Build configuration list for PBXProject "indexedTableDemo" */ = {
280+
isa = XCConfigurationList;
281+
buildConfigurations = (
282+
E238AB091679C013008CA90E /* Debug */,
283+
E238AB0A1679C013008CA90E /* Release */,
284+
);
285+
defaultConfigurationIsVisible = 0;
286+
defaultConfigurationName = Release;
287+
};
288+
E238AB0B1679C013008CA90E /* Build configuration list for PBXNativeTarget "indexedTableDemo" */ = {
289+
isa = XCConfigurationList;
290+
buildConfigurations = (
291+
E238AB0C1679C013008CA90E /* Debug */,
292+
E238AB0D1679C013008CA90E /* Release */,
293+
);
294+
defaultConfigurationIsVisible = 0;
295+
};
296+
/* End XCConfigurationList section */
297+
};
298+
rootObject = E238AADE1679C013008CA90E /* Project object */;
299+
}

indexedTableDemo/indexedTableDemo.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.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0450"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "E238AAE61679C013008CA90E"
18+
BuildableName = "indexedTableDemo.app"
19+
BlueprintName = "indexedTableDemo"
20+
ReferencedContainer = "container:indexedTableDemo.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
27+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
28+
shouldUseLaunchSchemeArgsEnv = "YES"
29+
buildConfiguration = "Debug">
30+
<Testables>
31+
</Testables>
32+
<MacroExpansion>
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "E238AAE61679C013008CA90E"
36+
BuildableName = "indexedTableDemo.app"
37+
BlueprintName = "indexedTableDemo"
38+
ReferencedContainer = "container:indexedTableDemo.xcodeproj">
39+
</BuildableReference>
40+
</MacroExpansion>
41+
</TestAction>
42+
<LaunchAction
43+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
44+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
45+
launchStyle = "0"
46+
useCustomWorkingDirectory = "NO"
47+
buildConfiguration = "Debug"
48+
ignoresPersistentStateOnLaunch = "NO"
49+
debugDocumentVersioning = "YES"
50+
allowLocationSimulation = "YES">
51+
<BuildableProductRunnable>
52+
<BuildableReference
53+
BuildableIdentifier = "primary"
54+
BlueprintIdentifier = "E238AAE61679C013008CA90E"
55+
BuildableName = "indexedTableDemo.app"
56+
BlueprintName = "indexedTableDemo"
57+
ReferencedContainer = "container:indexedTableDemo.xcodeproj">
58+
</BuildableReference>
59+
</BuildableProductRunnable>
60+
<AdditionalOptions>
61+
</AdditionalOptions>
62+
</LaunchAction>
63+
<ProfileAction
64+
shouldUseLaunchSchemeArgsEnv = "YES"
65+
savedToolIdentifier = ""
66+
useCustomWorkingDirectory = "NO"
67+
buildConfiguration = "Release"
68+
debugDocumentVersioning = "YES">
69+
<BuildableProductRunnable>
70+
<BuildableReference
71+
BuildableIdentifier = "primary"
72+
BlueprintIdentifier = "E238AAE61679C013008CA90E"
73+
BuildableName = "indexedTableDemo.app"
74+
BlueprintName = "indexedTableDemo"
75+
ReferencedContainer = "container:indexedTableDemo.xcodeproj">
76+
</BuildableReference>
77+
</BuildableProductRunnable>
78+
</ProfileAction>
79+
<AnalyzeAction
80+
buildConfiguration = "Debug">
81+
</AnalyzeAction>
82+
<ArchiveAction
83+
buildConfiguration = "Release"
84+
revealArchiveInOrganizer = "YES">
85+
</ArchiveAction>
86+
</Scheme>

0 commit comments

Comments
 (0)