Skip to content

Commit 40435e6

Browse files
committed
Initial Commit
0 parents  commit 40435e6

File tree

13 files changed

+688
-0
lines changed

13 files changed

+688
-0
lines changed
+319
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,319 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
E11231E21DE817330030FF70 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E11231E11DE817330030FF70 /* main.m */; };
11+
E11231E51DE817330030FF70 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E11231E41DE817330030FF70 /* AppDelegate.m */; };
12+
E11231E81DE817330030FF70 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E11231E71DE817330030FF70 /* ViewController.m */; };
13+
E11231EB1DE817330030FF70 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E11231E91DE817330030FF70 /* Main.storyboard */; };
14+
E11231ED1DE817330030FF70 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E11231EC1DE817330030FF70 /* Assets.xcassets */; };
15+
E11231F01DE817330030FF70 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E11231EE1DE817330030FF70 /* LaunchScreen.storyboard */; };
16+
/* End PBXBuildFile section */
17+
18+
/* Begin PBXFileReference section */
19+
E11231DD1DE817330030FF70 /* OpenEyesDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OpenEyesDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
20+
E11231E11DE817330030FF70 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
21+
E11231E31DE817330030FF70 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
22+
E11231E41DE817330030FF70 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
23+
E11231E61DE817330030FF70 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
24+
E11231E71DE817330030FF70 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
25+
E11231EA1DE817330030FF70 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
26+
E11231EC1DE817330030FF70 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
27+
E11231EF1DE817330030FF70 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
28+
E11231F11DE817330030FF70 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
29+
/* End PBXFileReference section */
30+
31+
/* Begin PBXFrameworksBuildPhase section */
32+
E11231DA1DE817330030FF70 /* Frameworks */ = {
33+
isa = PBXFrameworksBuildPhase;
34+
buildActionMask = 2147483647;
35+
files = (
36+
);
37+
runOnlyForDeploymentPostprocessing = 0;
38+
};
39+
/* End PBXFrameworksBuildPhase section */
40+
41+
/* Begin PBXGroup section */
42+
E11231D41DE817330030FF70 = {
43+
isa = PBXGroup;
44+
children = (
45+
E11231DF1DE817330030FF70 /* OpenEyesDemo */,
46+
E11231DE1DE817330030FF70 /* Products */,
47+
);
48+
sourceTree = "<group>";
49+
};
50+
E11231DE1DE817330030FF70 /* Products */ = {
51+
isa = PBXGroup;
52+
children = (
53+
E11231DD1DE817330030FF70 /* OpenEyesDemo.app */,
54+
);
55+
name = Products;
56+
sourceTree = "<group>";
57+
};
58+
E11231DF1DE817330030FF70 /* OpenEyesDemo */ = {
59+
isa = PBXGroup;
60+
children = (
61+
E11231E31DE817330030FF70 /* AppDelegate.h */,
62+
E11231E41DE817330030FF70 /* AppDelegate.m */,
63+
E11231E61DE817330030FF70 /* ViewController.h */,
64+
E11231E71DE817330030FF70 /* ViewController.m */,
65+
E11231E91DE817330030FF70 /* Main.storyboard */,
66+
E11231EC1DE817330030FF70 /* Assets.xcassets */,
67+
E11231EE1DE817330030FF70 /* LaunchScreen.storyboard */,
68+
E11231F11DE817330030FF70 /* Info.plist */,
69+
E11231E01DE817330030FF70 /* Supporting Files */,
70+
);
71+
path = OpenEyesDemo;
72+
sourceTree = "<group>";
73+
};
74+
E11231E01DE817330030FF70 /* Supporting Files */ = {
75+
isa = PBXGroup;
76+
children = (
77+
E11231E11DE817330030FF70 /* main.m */,
78+
);
79+
name = "Supporting Files";
80+
sourceTree = "<group>";
81+
};
82+
/* End PBXGroup section */
83+
84+
/* Begin PBXNativeTarget section */
85+
E11231DC1DE817330030FF70 /* OpenEyesDemo */ = {
86+
isa = PBXNativeTarget;
87+
buildConfigurationList = E11231F41DE817330030FF70 /* Build configuration list for PBXNativeTarget "OpenEyesDemo" */;
88+
buildPhases = (
89+
E11231D91DE817330030FF70 /* Sources */,
90+
E11231DA1DE817330030FF70 /* Frameworks */,
91+
E11231DB1DE817330030FF70 /* Resources */,
92+
);
93+
buildRules = (
94+
);
95+
dependencies = (
96+
);
97+
name = OpenEyesDemo;
98+
productName = OpenEyesDemo;
99+
productReference = E11231DD1DE817330030FF70 /* OpenEyesDemo.app */;
100+
productType = "com.apple.product-type.application";
101+
};
102+
/* End PBXNativeTarget section */
103+
104+
/* Begin PBXProject section */
105+
E11231D51DE817330030FF70 /* Project object */ = {
106+
isa = PBXProject;
107+
attributes = {
108+
LastUpgradeCheck = 0810;
109+
ORGANIZATIONNAME = Hy;
110+
TargetAttributes = {
111+
E11231DC1DE817330030FF70 = {
112+
CreatedOnToolsVersion = 8.1;
113+
DevelopmentTeam = 4GZ4P57LRH;
114+
ProvisioningStyle = Automatic;
115+
};
116+
};
117+
};
118+
buildConfigurationList = E11231D81DE817330030FF70 /* Build configuration list for PBXProject "OpenEyesDemo" */;
119+
compatibilityVersion = "Xcode 3.2";
120+
developmentRegion = English;
121+
hasScannedForEncodings = 0;
122+
knownRegions = (
123+
en,
124+
Base,
125+
);
126+
mainGroup = E11231D41DE817330030FF70;
127+
productRefGroup = E11231DE1DE817330030FF70 /* Products */;
128+
projectDirPath = "";
129+
projectRoot = "";
130+
targets = (
131+
E11231DC1DE817330030FF70 /* OpenEyesDemo */,
132+
);
133+
};
134+
/* End PBXProject section */
135+
136+
/* Begin PBXResourcesBuildPhase section */
137+
E11231DB1DE817330030FF70 /* Resources */ = {
138+
isa = PBXResourcesBuildPhase;
139+
buildActionMask = 2147483647;
140+
files = (
141+
E11231F01DE817330030FF70 /* LaunchScreen.storyboard in Resources */,
142+
E11231ED1DE817330030FF70 /* Assets.xcassets in Resources */,
143+
E11231EB1DE817330030FF70 /* Main.storyboard in Resources */,
144+
);
145+
runOnlyForDeploymentPostprocessing = 0;
146+
};
147+
/* End PBXResourcesBuildPhase section */
148+
149+
/* Begin PBXSourcesBuildPhase section */
150+
E11231D91DE817330030FF70 /* Sources */ = {
151+
isa = PBXSourcesBuildPhase;
152+
buildActionMask = 2147483647;
153+
files = (
154+
E11231E81DE817330030FF70 /* ViewController.m in Sources */,
155+
E11231E51DE817330030FF70 /* AppDelegate.m in Sources */,
156+
E11231E21DE817330030FF70 /* main.m in Sources */,
157+
);
158+
runOnlyForDeploymentPostprocessing = 0;
159+
};
160+
/* End PBXSourcesBuildPhase section */
161+
162+
/* Begin PBXVariantGroup section */
163+
E11231E91DE817330030FF70 /* Main.storyboard */ = {
164+
isa = PBXVariantGroup;
165+
children = (
166+
E11231EA1DE817330030FF70 /* Base */,
167+
);
168+
name = Main.storyboard;
169+
sourceTree = "<group>";
170+
};
171+
E11231EE1DE817330030FF70 /* LaunchScreen.storyboard */ = {
172+
isa = PBXVariantGroup;
173+
children = (
174+
E11231EF1DE817330030FF70 /* Base */,
175+
);
176+
name = LaunchScreen.storyboard;
177+
sourceTree = "<group>";
178+
};
179+
/* End PBXVariantGroup section */
180+
181+
/* Begin XCBuildConfiguration section */
182+
E11231F21DE817330030FF70 /* Debug */ = {
183+
isa = XCBuildConfiguration;
184+
buildSettings = {
185+
ALWAYS_SEARCH_USER_PATHS = NO;
186+
CLANG_ANALYZER_NONNULL = YES;
187+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
188+
CLANG_CXX_LIBRARY = "libc++";
189+
CLANG_ENABLE_MODULES = YES;
190+
CLANG_ENABLE_OBJC_ARC = YES;
191+
CLANG_WARN_BOOL_CONVERSION = YES;
192+
CLANG_WARN_CONSTANT_CONVERSION = YES;
193+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
194+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
195+
CLANG_WARN_EMPTY_BODY = YES;
196+
CLANG_WARN_ENUM_CONVERSION = YES;
197+
CLANG_WARN_INFINITE_RECURSION = YES;
198+
CLANG_WARN_INT_CONVERSION = YES;
199+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
200+
CLANG_WARN_SUSPICIOUS_MOVES = YES;
201+
CLANG_WARN_UNREACHABLE_CODE = YES;
202+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
203+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
204+
COPY_PHASE_STRIP = NO;
205+
DEBUG_INFORMATION_FORMAT = dwarf;
206+
ENABLE_STRICT_OBJC_MSGSEND = YES;
207+
ENABLE_TESTABILITY = YES;
208+
GCC_C_LANGUAGE_STANDARD = gnu99;
209+
GCC_DYNAMIC_NO_PIC = NO;
210+
GCC_NO_COMMON_BLOCKS = YES;
211+
GCC_OPTIMIZATION_LEVEL = 0;
212+
GCC_PREPROCESSOR_DEFINITIONS = (
213+
"DEBUG=1",
214+
"$(inherited)",
215+
);
216+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
217+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
218+
GCC_WARN_UNDECLARED_SELECTOR = YES;
219+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
220+
GCC_WARN_UNUSED_FUNCTION = YES;
221+
GCC_WARN_UNUSED_VARIABLE = YES;
222+
IPHONEOS_DEPLOYMENT_TARGET = 10.1;
223+
MTL_ENABLE_DEBUG_INFO = YES;
224+
ONLY_ACTIVE_ARCH = YES;
225+
SDKROOT = iphoneos;
226+
TARGETED_DEVICE_FAMILY = "1,2";
227+
};
228+
name = Debug;
229+
};
230+
E11231F31DE817330030FF70 /* Release */ = {
231+
isa = XCBuildConfiguration;
232+
buildSettings = {
233+
ALWAYS_SEARCH_USER_PATHS = NO;
234+
CLANG_ANALYZER_NONNULL = YES;
235+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
236+
CLANG_CXX_LIBRARY = "libc++";
237+
CLANG_ENABLE_MODULES = YES;
238+
CLANG_ENABLE_OBJC_ARC = YES;
239+
CLANG_WARN_BOOL_CONVERSION = YES;
240+
CLANG_WARN_CONSTANT_CONVERSION = YES;
241+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
242+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
243+
CLANG_WARN_EMPTY_BODY = YES;
244+
CLANG_WARN_ENUM_CONVERSION = YES;
245+
CLANG_WARN_INFINITE_RECURSION = YES;
246+
CLANG_WARN_INT_CONVERSION = YES;
247+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
248+
CLANG_WARN_SUSPICIOUS_MOVES = YES;
249+
CLANG_WARN_UNREACHABLE_CODE = YES;
250+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
251+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
252+
COPY_PHASE_STRIP = NO;
253+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
254+
ENABLE_NS_ASSERTIONS = NO;
255+
ENABLE_STRICT_OBJC_MSGSEND = YES;
256+
GCC_C_LANGUAGE_STANDARD = gnu99;
257+
GCC_NO_COMMON_BLOCKS = YES;
258+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
259+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
260+
GCC_WARN_UNDECLARED_SELECTOR = YES;
261+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
262+
GCC_WARN_UNUSED_FUNCTION = YES;
263+
GCC_WARN_UNUSED_VARIABLE = YES;
264+
IPHONEOS_DEPLOYMENT_TARGET = 10.1;
265+
MTL_ENABLE_DEBUG_INFO = NO;
266+
SDKROOT = iphoneos;
267+
TARGETED_DEVICE_FAMILY = "1,2";
268+
VALIDATE_PRODUCT = YES;
269+
};
270+
name = Release;
271+
};
272+
E11231F51DE817330030FF70 /* Debug */ = {
273+
isa = XCBuildConfiguration;
274+
buildSettings = {
275+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
276+
DEVELOPMENT_TEAM = 4GZ4P57LRH;
277+
INFOPLIST_FILE = OpenEyesDemo/Info.plist;
278+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
279+
PRODUCT_BUNDLE_IDENTIFIER = Hy.OpenEyesDemo;
280+
PRODUCT_NAME = "$(TARGET_NAME)";
281+
};
282+
name = Debug;
283+
};
284+
E11231F61DE817330030FF70 /* Release */ = {
285+
isa = XCBuildConfiguration;
286+
buildSettings = {
287+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
288+
DEVELOPMENT_TEAM = 4GZ4P57LRH;
289+
INFOPLIST_FILE = OpenEyesDemo/Info.plist;
290+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
291+
PRODUCT_BUNDLE_IDENTIFIER = Hy.OpenEyesDemo;
292+
PRODUCT_NAME = "$(TARGET_NAME)";
293+
};
294+
name = Release;
295+
};
296+
/* End XCBuildConfiguration section */
297+
298+
/* Begin XCConfigurationList section */
299+
E11231D81DE817330030FF70 /* Build configuration list for PBXProject "OpenEyesDemo" */ = {
300+
isa = XCConfigurationList;
301+
buildConfigurations = (
302+
E11231F21DE817330030FF70 /* Debug */,
303+
E11231F31DE817330030FF70 /* Release */,
304+
);
305+
defaultConfigurationIsVisible = 0;
306+
defaultConfigurationName = Release;
307+
};
308+
E11231F41DE817330030FF70 /* Build configuration list for PBXNativeTarget "OpenEyesDemo" */ = {
309+
isa = XCConfigurationList;
310+
buildConfigurations = (
311+
E11231F51DE817330030FF70 /* Debug */,
312+
E11231F61DE817330030FF70 /* Release */,
313+
);
314+
defaultConfigurationIsVisible = 0;
315+
};
316+
/* End XCConfigurationList section */
317+
};
318+
rootObject = E11231D51DE817330030FF70 /* Project object */;
319+
}

OpenEyesDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
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,46 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0810"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
</BuildAction>
9+
<TestAction
10+
buildConfiguration = "Debug"
11+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
12+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
13+
shouldUseLaunchSchemeArgsEnv = "YES">
14+
<Testables>
15+
</Testables>
16+
<AdditionalOptions>
17+
</AdditionalOptions>
18+
</TestAction>
19+
<LaunchAction
20+
buildConfiguration = "Debug"
21+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
22+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
23+
launchStyle = "0"
24+
useCustomWorkingDirectory = "NO"
25+
ignoresPersistentStateOnLaunch = "NO"
26+
debugDocumentVersioning = "YES"
27+
debugServiceExtension = "internal"
28+
allowLocationSimulation = "YES">
29+
<AdditionalOptions>
30+
</AdditionalOptions>
31+
</LaunchAction>
32+
<ProfileAction
33+
buildConfiguration = "Release"
34+
shouldUseLaunchSchemeArgsEnv = "YES"
35+
savedToolIdentifier = ""
36+
useCustomWorkingDirectory = "NO"
37+
debugDocumentVersioning = "YES">
38+
</ProfileAction>
39+
<AnalyzeAction
40+
buildConfiguration = "Debug">
41+
</AnalyzeAction>
42+
<ArchiveAction
43+
buildConfiguration = "Release"
44+
revealArchiveInOrganizer = "YES">
45+
</ArchiveAction>
46+
</Scheme>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>OpenEyesDemo.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
<key>SuppressBuildableAutocreation</key>
14+
<dict>
15+
<key>E11231DC1DE817330030FF70</key>
16+
<dict>
17+
<key>primary</key>
18+
<true/>
19+
</dict>
20+
</dict>
21+
</dict>
22+
</plist>

0 commit comments

Comments
 (0)