Skip to content

Commit 27a77b5

Browse files
authored
Added Spring Loading
1 parent d5f44bb commit 27a77b5

16 files changed

Lines changed: 1190 additions & 0 deletions

File tree

Lines changed: 354 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,354 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 50;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
A4AA1EE7251E2F9A00167CB0 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4AA1EE6251E2F9A00167CB0 /* AppDelegate.swift */; };
11+
A4AA1EE9251E2F9A00167CB0 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4AA1EE8251E2F9A00167CB0 /* SceneDelegate.swift */; };
12+
A4AA1EEE251E2F9A00167CB0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A4AA1EEC251E2F9A00167CB0 /* Main.storyboard */; };
13+
A4AA1EF0251E2F9D00167CB0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A4AA1EEF251E2F9D00167CB0 /* Assets.xcassets */; };
14+
A4AA1EF3251E2F9D00167CB0 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A4AA1EF1251E2F9D00167CB0 /* LaunchScreen.storyboard */; };
15+
A4AA1EFF251E2FC600167CB0 /* SpringView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4AA1EFD251E2FC600167CB0 /* SpringView.swift */; };
16+
A4AA1F00251E2FC600167CB0 /* SimpleTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4AA1EFE251E2FC600167CB0 /* SimpleTextView.swift */; };
17+
A4AA1F03251E2FCC00167CB0 /* AnimatedVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4AA1F02251E2FCC00167CB0 /* AnimatedVC.swift */; };
18+
/* End PBXBuildFile section */
19+
20+
/* Begin PBXFileReference section */
21+
A4AA1EE3251E2F9A00167CB0 /* Arvind-SpringLoading.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Arvind-SpringLoading.app"; sourceTree = BUILT_PRODUCTS_DIR; };
22+
A4AA1EE6251E2F9A00167CB0 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
23+
A4AA1EE8251E2F9A00167CB0 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
24+
A4AA1EED251E2F9A00167CB0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
25+
A4AA1EEF251E2F9D00167CB0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
26+
A4AA1EF2251E2F9D00167CB0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
27+
A4AA1EF4251E2F9D00167CB0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
28+
A4AA1EFD251E2FC600167CB0 /* SpringView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpringView.swift; sourceTree = "<group>"; };
29+
A4AA1EFE251E2FC600167CB0 /* SimpleTextView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SimpleTextView.swift; sourceTree = "<group>"; };
30+
A4AA1F02251E2FCC00167CB0 /* AnimatedVC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnimatedVC.swift; sourceTree = "<group>"; };
31+
/* End PBXFileReference section */
32+
33+
/* Begin PBXFrameworksBuildPhase section */
34+
A4AA1EE0251E2F9A00167CB0 /* Frameworks */ = {
35+
isa = PBXFrameworksBuildPhase;
36+
buildActionMask = 2147483647;
37+
files = (
38+
);
39+
runOnlyForDeploymentPostprocessing = 0;
40+
};
41+
/* End PBXFrameworksBuildPhase section */
42+
43+
/* Begin PBXGroup section */
44+
A4AA1EDA251E2F9A00167CB0 = {
45+
isa = PBXGroup;
46+
children = (
47+
A4AA1EE5251E2F9A00167CB0 /* Arvind-SpringLoading */,
48+
A4AA1EE4251E2F9A00167CB0 /* Products */,
49+
);
50+
sourceTree = "<group>";
51+
};
52+
A4AA1EE4251E2F9A00167CB0 /* Products */ = {
53+
isa = PBXGroup;
54+
children = (
55+
A4AA1EE3251E2F9A00167CB0 /* Arvind-SpringLoading.app */,
56+
);
57+
name = Products;
58+
sourceTree = "<group>";
59+
};
60+
A4AA1EE5251E2F9A00167CB0 /* Arvind-SpringLoading */ = {
61+
isa = PBXGroup;
62+
children = (
63+
A4AA1EFD251E2FC600167CB0 /* SpringView.swift */,
64+
A4AA1EFE251E2FC600167CB0 /* SimpleTextView.swift */,
65+
A4AA1EE6251E2F9A00167CB0 /* AppDelegate.swift */,
66+
A4AA1EE8251E2F9A00167CB0 /* SceneDelegate.swift */,
67+
A4AA1F02251E2FCC00167CB0 /* AnimatedVC.swift */,
68+
A4AA1EEC251E2F9A00167CB0 /* Main.storyboard */,
69+
A4AA1EEF251E2F9D00167CB0 /* Assets.xcassets */,
70+
A4AA1EF1251E2F9D00167CB0 /* LaunchScreen.storyboard */,
71+
A4AA1EF4251E2F9D00167CB0 /* Info.plist */,
72+
);
73+
path = "Arvind-SpringLoading";
74+
sourceTree = "<group>";
75+
};
76+
/* End PBXGroup section */
77+
78+
/* Begin PBXNativeTarget section */
79+
A4AA1EE2251E2F9A00167CB0 /* Arvind-SpringLoading */ = {
80+
isa = PBXNativeTarget;
81+
buildConfigurationList = A4AA1EF7251E2F9D00167CB0 /* Build configuration list for PBXNativeTarget "Arvind-SpringLoading" */;
82+
buildPhases = (
83+
A4AA1EDF251E2F9A00167CB0 /* Sources */,
84+
A4AA1EE0251E2F9A00167CB0 /* Frameworks */,
85+
A4AA1EE1251E2F9A00167CB0 /* Resources */,
86+
);
87+
buildRules = (
88+
);
89+
dependencies = (
90+
);
91+
name = "Arvind-SpringLoading";
92+
productName = "Arvind-SpringLoading";
93+
productReference = A4AA1EE3251E2F9A00167CB0 /* Arvind-SpringLoading.app */;
94+
productType = "com.apple.product-type.application";
95+
};
96+
/* End PBXNativeTarget section */
97+
98+
/* Begin PBXProject section */
99+
A4AA1EDB251E2F9A00167CB0 /* Project object */ = {
100+
isa = PBXProject;
101+
attributes = {
102+
LastSwiftUpdateCheck = 1200;
103+
LastUpgradeCheck = 1200;
104+
TargetAttributes = {
105+
A4AA1EE2251E2F9A00167CB0 = {
106+
CreatedOnToolsVersion = 12.0;
107+
};
108+
};
109+
};
110+
buildConfigurationList = A4AA1EDE251E2F9A00167CB0 /* Build configuration list for PBXProject "Arvind-SpringLoading" */;
111+
compatibilityVersion = "Xcode 9.3";
112+
developmentRegion = en;
113+
hasScannedForEncodings = 0;
114+
knownRegions = (
115+
en,
116+
Base,
117+
);
118+
mainGroup = A4AA1EDA251E2F9A00167CB0;
119+
productRefGroup = A4AA1EE4251E2F9A00167CB0 /* Products */;
120+
projectDirPath = "";
121+
projectRoot = "";
122+
targets = (
123+
A4AA1EE2251E2F9A00167CB0 /* Arvind-SpringLoading */,
124+
);
125+
};
126+
/* End PBXProject section */
127+
128+
/* Begin PBXResourcesBuildPhase section */
129+
A4AA1EE1251E2F9A00167CB0 /* Resources */ = {
130+
isa = PBXResourcesBuildPhase;
131+
buildActionMask = 2147483647;
132+
files = (
133+
A4AA1EF3251E2F9D00167CB0 /* LaunchScreen.storyboard in Resources */,
134+
A4AA1EF0251E2F9D00167CB0 /* Assets.xcassets in Resources */,
135+
A4AA1EEE251E2F9A00167CB0 /* Main.storyboard in Resources */,
136+
);
137+
runOnlyForDeploymentPostprocessing = 0;
138+
};
139+
/* End PBXResourcesBuildPhase section */
140+
141+
/* Begin PBXSourcesBuildPhase section */
142+
A4AA1EDF251E2F9A00167CB0 /* Sources */ = {
143+
isa = PBXSourcesBuildPhase;
144+
buildActionMask = 2147483647;
145+
files = (
146+
A4AA1EE7251E2F9A00167CB0 /* AppDelegate.swift in Sources */,
147+
A4AA1EE9251E2F9A00167CB0 /* SceneDelegate.swift in Sources */,
148+
A4AA1F03251E2FCC00167CB0 /* AnimatedVC.swift in Sources */,
149+
A4AA1F00251E2FC600167CB0 /* SimpleTextView.swift in Sources */,
150+
A4AA1EFF251E2FC600167CB0 /* SpringView.swift in Sources */,
151+
);
152+
runOnlyForDeploymentPostprocessing = 0;
153+
};
154+
/* End PBXSourcesBuildPhase section */
155+
156+
/* Begin PBXVariantGroup section */
157+
A4AA1EEC251E2F9A00167CB0 /* Main.storyboard */ = {
158+
isa = PBXVariantGroup;
159+
children = (
160+
A4AA1EED251E2F9A00167CB0 /* Base */,
161+
);
162+
name = Main.storyboard;
163+
sourceTree = "<group>";
164+
};
165+
A4AA1EF1251E2F9D00167CB0 /* LaunchScreen.storyboard */ = {
166+
isa = PBXVariantGroup;
167+
children = (
168+
A4AA1EF2251E2F9D00167CB0 /* Base */,
169+
);
170+
name = LaunchScreen.storyboard;
171+
sourceTree = "<group>";
172+
};
173+
/* End PBXVariantGroup section */
174+
175+
/* Begin XCBuildConfiguration section */
176+
A4AA1EF5251E2F9D00167CB0 /* Debug */ = {
177+
isa = XCBuildConfiguration;
178+
buildSettings = {
179+
ALWAYS_SEARCH_USER_PATHS = NO;
180+
CLANG_ANALYZER_NONNULL = YES;
181+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
182+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
183+
CLANG_CXX_LIBRARY = "libc++";
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 = 14.0;
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+
A4AA1EF6251E2F9D00167CB0 /* 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++14";
244+
CLANG_CXX_LIBRARY = "libc++";
245+
CLANG_ENABLE_MODULES = YES;
246+
CLANG_ENABLE_OBJC_ARC = YES;
247+
CLANG_ENABLE_OBJC_WEAK = YES;
248+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
249+
CLANG_WARN_BOOL_CONVERSION = YES;
250+
CLANG_WARN_COMMA = YES;
251+
CLANG_WARN_CONSTANT_CONVERSION = YES;
252+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
253+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
254+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
255+
CLANG_WARN_EMPTY_BODY = YES;
256+
CLANG_WARN_ENUM_CONVERSION = YES;
257+
CLANG_WARN_INFINITE_RECURSION = YES;
258+
CLANG_WARN_INT_CONVERSION = YES;
259+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
260+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
261+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
262+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
263+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
264+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
265+
CLANG_WARN_STRICT_PROTOTYPES = YES;
266+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
267+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
268+
CLANG_WARN_UNREACHABLE_CODE = YES;
269+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
270+
COPY_PHASE_STRIP = NO;
271+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
272+
ENABLE_NS_ASSERTIONS = NO;
273+
ENABLE_STRICT_OBJC_MSGSEND = YES;
274+
GCC_C_LANGUAGE_STANDARD = gnu11;
275+
GCC_NO_COMMON_BLOCKS = YES;
276+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
277+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
278+
GCC_WARN_UNDECLARED_SELECTOR = YES;
279+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
280+
GCC_WARN_UNUSED_FUNCTION = YES;
281+
GCC_WARN_UNUSED_VARIABLE = YES;
282+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
283+
MTL_ENABLE_DEBUG_INFO = NO;
284+
MTL_FAST_MATH = YES;
285+
SDKROOT = iphoneos;
286+
SWIFT_COMPILATION_MODE = wholemodule;
287+
SWIFT_OPTIMIZATION_LEVEL = "-O";
288+
VALIDATE_PRODUCT = YES;
289+
};
290+
name = Release;
291+
};
292+
A4AA1EF8251E2F9D00167CB0 /* Debug */ = {
293+
isa = XCBuildConfiguration;
294+
buildSettings = {
295+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
296+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
297+
CODE_SIGN_STYLE = Automatic;
298+
DEVELOPMENT_TEAM = 493S77954X;
299+
INFOPLIST_FILE = "Arvind-SpringLoading/Info.plist";
300+
LD_RUNPATH_SEARCH_PATHS = (
301+
"$(inherited)",
302+
"@executable_path/Frameworks",
303+
);
304+
PRODUCT_BUNDLE_IDENTIFIER = com.ArvindSpringLoading.com;
305+
PRODUCT_NAME = "$(TARGET_NAME)";
306+
SWIFT_VERSION = 5.0;
307+
TARGETED_DEVICE_FAMILY = "1,2";
308+
};
309+
name = Debug;
310+
};
311+
A4AA1EF9251E2F9D00167CB0 /* Release */ = {
312+
isa = XCBuildConfiguration;
313+
buildSettings = {
314+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
315+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
316+
CODE_SIGN_STYLE = Automatic;
317+
DEVELOPMENT_TEAM = 493S77954X;
318+
INFOPLIST_FILE = "Arvind-SpringLoading/Info.plist";
319+
LD_RUNPATH_SEARCH_PATHS = (
320+
"$(inherited)",
321+
"@executable_path/Frameworks",
322+
);
323+
PRODUCT_BUNDLE_IDENTIFIER = com.ArvindSpringLoading.com;
324+
PRODUCT_NAME = "$(TARGET_NAME)";
325+
SWIFT_VERSION = 5.0;
326+
TARGETED_DEVICE_FAMILY = "1,2";
327+
};
328+
name = Release;
329+
};
330+
/* End XCBuildConfiguration section */
331+
332+
/* Begin XCConfigurationList section */
333+
A4AA1EDE251E2F9A00167CB0 /* Build configuration list for PBXProject "Arvind-SpringLoading" */ = {
334+
isa = XCConfigurationList;
335+
buildConfigurations = (
336+
A4AA1EF5251E2F9D00167CB0 /* Debug */,
337+
A4AA1EF6251E2F9D00167CB0 /* Release */,
338+
);
339+
defaultConfigurationIsVisible = 0;
340+
defaultConfigurationName = Release;
341+
};
342+
A4AA1EF7251E2F9D00167CB0 /* Build configuration list for PBXNativeTarget "Arvind-SpringLoading" */ = {
343+
isa = XCConfigurationList;
344+
buildConfigurations = (
345+
A4AA1EF8251E2F9D00167CB0 /* Debug */,
346+
A4AA1EF9251E2F9D00167CB0 /* Release */,
347+
);
348+
defaultConfigurationIsVisible = 0;
349+
defaultConfigurationName = Release;
350+
};
351+
/* End XCConfigurationList section */
352+
};
353+
rootObject = A4AA1EDB251E2F9A00167CB0 /* Project object */;
354+
}

Arvind-SpringLoading/Arvind-SpringLoading.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>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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>Arvind-SpringLoading.xcscheme_^#shared#^_</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
</dict>
14+
</plist>

0 commit comments

Comments
 (0)