Skip to content

Commit fbe26ed

Browse files
committed
Initial Commit
1 parent 2bd9ba0 commit fbe26ed

15 files changed

+1498
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,357 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 50;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
F22CCC912330E4480034AAB0 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F22CCC902330E4480034AAB0 /* AppDelegate.swift */; };
11+
F22CCC962330E4480034AAB0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F22CCC942330E4480034AAB0 /* Main.storyboard */; };
12+
F22CCC982330E44A0034AAB0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F22CCC972330E44A0034AAB0 /* Assets.xcassets */; };
13+
F22CCC9B2330E44A0034AAB0 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F22CCC992330E44A0034AAB0 /* LaunchScreen.storyboard */; };
14+
F22CCCA32330E4CE0034AAB0 /* RegistrationsTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F22CCCA22330E4CE0034AAB0 /* RegistrationsTableViewController.swift */; };
15+
F22CCCA52330F6AB0034AAB0 /* Registration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F22CCCA42330F6AB0034AAB0 /* Registration.swift */; };
16+
F22CCCA72330F7030034AAB0 /* RoomType.swift in Sources */ = {isa = PBXBuildFile; fileRef = F22CCCA62330F7030034AAB0 /* RoomType.swift */; };
17+
F22CCCA92330F7920034AAB0 /* SelectRoomTypeTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F22CCCA82330F7920034AAB0 /* SelectRoomTypeTableViewController.swift */; };
18+
F22CCCAB2330F9560034AAB0 /* AddRegistrationTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F22CCCAA2330F9560034AAB0 /* AddRegistrationTableViewController.swift */; };
19+
/* End PBXBuildFile section */
20+
21+
/* Begin PBXFileReference section */
22+
F22CCC8D2330E4480034AAB0 /* ComplexInputScreensDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ComplexInputScreensDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
23+
F22CCC902330E4480034AAB0 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
24+
F22CCC952330E4480034AAB0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
25+
F22CCC972330E44A0034AAB0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
26+
F22CCC9A2330E44A0034AAB0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
27+
F22CCC9C2330E44A0034AAB0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
28+
F22CCCA22330E4CE0034AAB0 /* RegistrationsTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegistrationsTableViewController.swift; sourceTree = "<group>"; };
29+
F22CCCA42330F6AB0034AAB0 /* Registration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Registration.swift; sourceTree = "<group>"; };
30+
F22CCCA62330F7030034AAB0 /* RoomType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomType.swift; sourceTree = "<group>"; };
31+
F22CCCA82330F7920034AAB0 /* SelectRoomTypeTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectRoomTypeTableViewController.swift; sourceTree = "<group>"; };
32+
F22CCCAA2330F9560034AAB0 /* AddRegistrationTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddRegistrationTableViewController.swift; sourceTree = "<group>"; };
33+
/* End PBXFileReference section */
34+
35+
/* Begin PBXFrameworksBuildPhase section */
36+
F22CCC8A2330E4480034AAB0 /* Frameworks */ = {
37+
isa = PBXFrameworksBuildPhase;
38+
buildActionMask = 2147483647;
39+
files = (
40+
);
41+
runOnlyForDeploymentPostprocessing = 0;
42+
};
43+
/* End PBXFrameworksBuildPhase section */
44+
45+
/* Begin PBXGroup section */
46+
F22CCC842330E4480034AAB0 = {
47+
isa = PBXGroup;
48+
children = (
49+
F22CCC8F2330E4480034AAB0 /* ComplexInputScreensDemo */,
50+
F22CCC8E2330E4480034AAB0 /* Products */,
51+
);
52+
sourceTree = "<group>";
53+
};
54+
F22CCC8E2330E4480034AAB0 /* Products */ = {
55+
isa = PBXGroup;
56+
children = (
57+
F22CCC8D2330E4480034AAB0 /* ComplexInputScreensDemo.app */,
58+
);
59+
name = Products;
60+
sourceTree = "<group>";
61+
};
62+
F22CCC8F2330E4480034AAB0 /* ComplexInputScreensDemo */ = {
63+
isa = PBXGroup;
64+
children = (
65+
F22CCC902330E4480034AAB0 /* AppDelegate.swift */,
66+
F22CCC942330E4480034AAB0 /* Main.storyboard */,
67+
F22CCC972330E44A0034AAB0 /* Assets.xcassets */,
68+
F22CCC992330E44A0034AAB0 /* LaunchScreen.storyboard */,
69+
F22CCC9C2330E44A0034AAB0 /* Info.plist */,
70+
F22CCCA22330E4CE0034AAB0 /* RegistrationsTableViewController.swift */,
71+
F22CCCA42330F6AB0034AAB0 /* Registration.swift */,
72+
F22CCCA62330F7030034AAB0 /* RoomType.swift */,
73+
F22CCCA82330F7920034AAB0 /* SelectRoomTypeTableViewController.swift */,
74+
F22CCCAA2330F9560034AAB0 /* AddRegistrationTableViewController.swift */,
75+
);
76+
path = ComplexInputScreensDemo;
77+
sourceTree = "<group>";
78+
};
79+
/* End PBXGroup section */
80+
81+
/* Begin PBXNativeTarget section */
82+
F22CCC8C2330E4480034AAB0 /* ComplexInputScreensDemo */ = {
83+
isa = PBXNativeTarget;
84+
buildConfigurationList = F22CCC9F2330E44A0034AAB0 /* Build configuration list for PBXNativeTarget "ComplexInputScreensDemo" */;
85+
buildPhases = (
86+
F22CCC892330E4480034AAB0 /* Sources */,
87+
F22CCC8A2330E4480034AAB0 /* Frameworks */,
88+
F22CCC8B2330E4480034AAB0 /* Resources */,
89+
);
90+
buildRules = (
91+
);
92+
dependencies = (
93+
);
94+
name = ComplexInputScreensDemo;
95+
productName = ComplexInputScreensDemo;
96+
productReference = F22CCC8D2330E4480034AAB0 /* ComplexInputScreensDemo.app */;
97+
productType = "com.apple.product-type.application";
98+
};
99+
/* End PBXNativeTarget section */
100+
101+
/* Begin PBXProject section */
102+
F22CCC852330E4480034AAB0 /* Project object */ = {
103+
isa = PBXProject;
104+
attributes = {
105+
LastSwiftUpdateCheck = 1030;
106+
LastUpgradeCheck = 1030;
107+
ORGANIZATIONNAME = "Eunae Jang";
108+
TargetAttributes = {
109+
F22CCC8C2330E4480034AAB0 = {
110+
CreatedOnToolsVersion = 10.3;
111+
};
112+
};
113+
};
114+
buildConfigurationList = F22CCC882330E4480034AAB0 /* Build configuration list for PBXProject "ComplexInputScreensDemo" */;
115+
compatibilityVersion = "Xcode 9.3";
116+
developmentRegion = en;
117+
hasScannedForEncodings = 0;
118+
knownRegions = (
119+
en,
120+
Base,
121+
);
122+
mainGroup = F22CCC842330E4480034AAB0;
123+
productRefGroup = F22CCC8E2330E4480034AAB0 /* Products */;
124+
projectDirPath = "";
125+
projectRoot = "";
126+
targets = (
127+
F22CCC8C2330E4480034AAB0 /* ComplexInputScreensDemo */,
128+
);
129+
};
130+
/* End PBXProject section */
131+
132+
/* Begin PBXResourcesBuildPhase section */
133+
F22CCC8B2330E4480034AAB0 /* Resources */ = {
134+
isa = PBXResourcesBuildPhase;
135+
buildActionMask = 2147483647;
136+
files = (
137+
F22CCC9B2330E44A0034AAB0 /* LaunchScreen.storyboard in Resources */,
138+
F22CCC982330E44A0034AAB0 /* Assets.xcassets in Resources */,
139+
F22CCC962330E4480034AAB0 /* Main.storyboard in Resources */,
140+
);
141+
runOnlyForDeploymentPostprocessing = 0;
142+
};
143+
/* End PBXResourcesBuildPhase section */
144+
145+
/* Begin PBXSourcesBuildPhase section */
146+
F22CCC892330E4480034AAB0 /* Sources */ = {
147+
isa = PBXSourcesBuildPhase;
148+
buildActionMask = 2147483647;
149+
files = (
150+
F22CCCAB2330F9560034AAB0 /* AddRegistrationTableViewController.swift in Sources */,
151+
F22CCCA72330F7030034AAB0 /* RoomType.swift in Sources */,
152+
F22CCCA32330E4CE0034AAB0 /* RegistrationsTableViewController.swift in Sources */,
153+
F22CCCA52330F6AB0034AAB0 /* Registration.swift in Sources */,
154+
F22CCC912330E4480034AAB0 /* AppDelegate.swift in Sources */,
155+
F22CCCA92330F7920034AAB0 /* SelectRoomTypeTableViewController.swift in Sources */,
156+
);
157+
runOnlyForDeploymentPostprocessing = 0;
158+
};
159+
/* End PBXSourcesBuildPhase section */
160+
161+
/* Begin PBXVariantGroup section */
162+
F22CCC942330E4480034AAB0 /* Main.storyboard */ = {
163+
isa = PBXVariantGroup;
164+
children = (
165+
F22CCC952330E4480034AAB0 /* Base */,
166+
);
167+
name = Main.storyboard;
168+
sourceTree = "<group>";
169+
};
170+
F22CCC992330E44A0034AAB0 /* LaunchScreen.storyboard */ = {
171+
isa = PBXVariantGroup;
172+
children = (
173+
F22CCC9A2330E44A0034AAB0 /* Base */,
174+
);
175+
name = LaunchScreen.storyboard;
176+
sourceTree = "<group>";
177+
};
178+
/* End PBXVariantGroup section */
179+
180+
/* Begin XCBuildConfiguration section */
181+
F22CCC9D2330E44A0034AAB0 /* Debug */ = {
182+
isa = XCBuildConfiguration;
183+
buildSettings = {
184+
ALWAYS_SEARCH_USER_PATHS = NO;
185+
CLANG_ANALYZER_NONNULL = YES;
186+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
187+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
188+
CLANG_CXX_LIBRARY = "libc++";
189+
CLANG_ENABLE_MODULES = YES;
190+
CLANG_ENABLE_OBJC_ARC = YES;
191+
CLANG_ENABLE_OBJC_WEAK = YES;
192+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
193+
CLANG_WARN_BOOL_CONVERSION = YES;
194+
CLANG_WARN_COMMA = YES;
195+
CLANG_WARN_CONSTANT_CONVERSION = YES;
196+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
197+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
198+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
199+
CLANG_WARN_EMPTY_BODY = YES;
200+
CLANG_WARN_ENUM_CONVERSION = YES;
201+
CLANG_WARN_INFINITE_RECURSION = YES;
202+
CLANG_WARN_INT_CONVERSION = YES;
203+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
204+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
205+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
206+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
207+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
208+
CLANG_WARN_STRICT_PROTOTYPES = YES;
209+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
210+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
211+
CLANG_WARN_UNREACHABLE_CODE = YES;
212+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
213+
CODE_SIGN_IDENTITY = "iPhone Developer";
214+
COPY_PHASE_STRIP = NO;
215+
DEBUG_INFORMATION_FORMAT = dwarf;
216+
ENABLE_STRICT_OBJC_MSGSEND = YES;
217+
ENABLE_TESTABILITY = YES;
218+
GCC_C_LANGUAGE_STANDARD = gnu11;
219+
GCC_DYNAMIC_NO_PIC = NO;
220+
GCC_NO_COMMON_BLOCKS = YES;
221+
GCC_OPTIMIZATION_LEVEL = 0;
222+
GCC_PREPROCESSOR_DEFINITIONS = (
223+
"DEBUG=1",
224+
"$(inherited)",
225+
);
226+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
227+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
228+
GCC_WARN_UNDECLARED_SELECTOR = YES;
229+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
230+
GCC_WARN_UNUSED_FUNCTION = YES;
231+
GCC_WARN_UNUSED_VARIABLE = YES;
232+
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
233+
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
234+
MTL_FAST_MATH = YES;
235+
ONLY_ACTIVE_ARCH = YES;
236+
SDKROOT = iphoneos;
237+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
238+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
239+
};
240+
name = Debug;
241+
};
242+
F22CCC9E2330E44A0034AAB0 /* Release */ = {
243+
isa = XCBuildConfiguration;
244+
buildSettings = {
245+
ALWAYS_SEARCH_USER_PATHS = NO;
246+
CLANG_ANALYZER_NONNULL = YES;
247+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
248+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
249+
CLANG_CXX_LIBRARY = "libc++";
250+
CLANG_ENABLE_MODULES = YES;
251+
CLANG_ENABLE_OBJC_ARC = YES;
252+
CLANG_ENABLE_OBJC_WEAK = YES;
253+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
254+
CLANG_WARN_BOOL_CONVERSION = YES;
255+
CLANG_WARN_COMMA = YES;
256+
CLANG_WARN_CONSTANT_CONVERSION = YES;
257+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
258+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
259+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
260+
CLANG_WARN_EMPTY_BODY = YES;
261+
CLANG_WARN_ENUM_CONVERSION = YES;
262+
CLANG_WARN_INFINITE_RECURSION = YES;
263+
CLANG_WARN_INT_CONVERSION = YES;
264+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
265+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
266+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
267+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
268+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
269+
CLANG_WARN_STRICT_PROTOTYPES = YES;
270+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
271+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
272+
CLANG_WARN_UNREACHABLE_CODE = YES;
273+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
274+
CODE_SIGN_IDENTITY = "iPhone Developer";
275+
COPY_PHASE_STRIP = NO;
276+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
277+
ENABLE_NS_ASSERTIONS = NO;
278+
ENABLE_STRICT_OBJC_MSGSEND = YES;
279+
GCC_C_LANGUAGE_STANDARD = gnu11;
280+
GCC_NO_COMMON_BLOCKS = YES;
281+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
282+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
283+
GCC_WARN_UNDECLARED_SELECTOR = YES;
284+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
285+
GCC_WARN_UNUSED_FUNCTION = YES;
286+
GCC_WARN_UNUSED_VARIABLE = YES;
287+
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
288+
MTL_ENABLE_DEBUG_INFO = NO;
289+
MTL_FAST_MATH = YES;
290+
SDKROOT = iphoneos;
291+
SWIFT_COMPILATION_MODE = wholemodule;
292+
SWIFT_OPTIMIZATION_LEVEL = "-O";
293+
VALIDATE_PRODUCT = YES;
294+
};
295+
name = Release;
296+
};
297+
F22CCCA02330E44A0034AAB0 /* Debug */ = {
298+
isa = XCBuildConfiguration;
299+
buildSettings = {
300+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
301+
CODE_SIGN_STYLE = Automatic;
302+
DEVELOPMENT_TEAM = V6FHC84522;
303+
INFOPLIST_FILE = ComplexInputScreensDemo/Info.plist;
304+
LD_RUNPATH_SEARCH_PATHS = (
305+
"$(inherited)",
306+
"@executable_path/Frameworks",
307+
);
308+
PRODUCT_BUNDLE_IDENTIFIER = com.rwth.hci.ComplexInputScreensDemo;
309+
PRODUCT_NAME = "$(TARGET_NAME)";
310+
SWIFT_VERSION = 5.0;
311+
TARGETED_DEVICE_FAMILY = "1,2";
312+
};
313+
name = Debug;
314+
};
315+
F22CCCA12330E44A0034AAB0 /* Release */ = {
316+
isa = XCBuildConfiguration;
317+
buildSettings = {
318+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
319+
CODE_SIGN_STYLE = Automatic;
320+
DEVELOPMENT_TEAM = V6FHC84522;
321+
INFOPLIST_FILE = ComplexInputScreensDemo/Info.plist;
322+
LD_RUNPATH_SEARCH_PATHS = (
323+
"$(inherited)",
324+
"@executable_path/Frameworks",
325+
);
326+
PRODUCT_BUNDLE_IDENTIFIER = com.rwth.hci.ComplexInputScreensDemo;
327+
PRODUCT_NAME = "$(TARGET_NAME)";
328+
SWIFT_VERSION = 5.0;
329+
TARGETED_DEVICE_FAMILY = "1,2";
330+
};
331+
name = Release;
332+
};
333+
/* End XCBuildConfiguration section */
334+
335+
/* Begin XCConfigurationList section */
336+
F22CCC882330E4480034AAB0 /* Build configuration list for PBXProject "ComplexInputScreensDemo" */ = {
337+
isa = XCConfigurationList;
338+
buildConfigurations = (
339+
F22CCC9D2330E44A0034AAB0 /* Debug */,
340+
F22CCC9E2330E44A0034AAB0 /* Release */,
341+
);
342+
defaultConfigurationIsVisible = 0;
343+
defaultConfigurationName = Release;
344+
};
345+
F22CCC9F2330E44A0034AAB0 /* Build configuration list for PBXNativeTarget "ComplexInputScreensDemo" */ = {
346+
isa = XCConfigurationList;
347+
buildConfigurations = (
348+
F22CCCA02330E44A0034AAB0 /* Debug */,
349+
F22CCCA12330E44A0034AAB0 /* Release */,
350+
);
351+
defaultConfigurationIsVisible = 0;
352+
defaultConfigurationName = Release;
353+
};
354+
/* End XCConfigurationList section */
355+
};
356+
rootObject = F22CCC852330E4480034AAB0 /* Project object */;
357+
}

ComplexInputScreensDemo.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,8 @@
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>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)