Skip to content

Commit 1a6a6ac

Browse files
committed
Add L80
1 parent 5b610ac commit 1a6a6ac

File tree

11 files changed

+1441
-0
lines changed

11 files changed

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

Lesson 80/Lesson 80.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.
Lines changed: 8 additions & 0 deletions
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)