Skip to content

Commit ba62ad6

Browse files
committed
UIKit solution
1 parent bd46baa commit ba62ad6

File tree

14 files changed

+752
-0
lines changed

14 files changed

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

uikit/MoveMe.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)