Skip to content

Commit d04d832

Browse files
committed
Initial Commit
1 parent 2becdac commit d04d832

File tree

13 files changed

+579
-0
lines changed

13 files changed

+579
-0
lines changed

.DS_Store

6 KB
Binary file not shown.
Lines changed: 356 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,356 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 56;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
566F34FD28E8CD4F00C68CB9 /* DynamicProgressBarExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 566F34FC28E8CD4F00C68CB9 /* DynamicProgressBarExampleApp.swift */; };
11+
566F34FF28E8CD4F00C68CB9 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 566F34FE28E8CD4F00C68CB9 /* ContentView.swift */; };
12+
566F350128E8CD5100C68CB9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 566F350028E8CD5100C68CB9 /* Assets.xcassets */; };
13+
566F350428E8CD5100C68CB9 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 566F350328E8CD5100C68CB9 /* Preview Assets.xcassets */; };
14+
56BB7A6E28E91DFD00BB3BCA /* View+misc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56BB7A6D28E91DFD00BB3BCA /* View+misc.swift */; };
15+
/* End PBXBuildFile section */
16+
17+
/* Begin PBXFileReference section */
18+
566F34F928E8CD4F00C68CB9 /* DynamicProgressBarExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DynamicProgressBarExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
19+
566F34FC28E8CD4F00C68CB9 /* DynamicProgressBarExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamicProgressBarExampleApp.swift; sourceTree = "<group>"; };
20+
566F34FE28E8CD4F00C68CB9 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
21+
566F350028E8CD5100C68CB9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
22+
566F350328E8CD5100C68CB9 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
23+
56BB7A6D28E91DFD00BB3BCA /* View+misc.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "View+misc.swift"; sourceTree = "<group>"; };
24+
/* End PBXFileReference section */
25+
26+
/* Begin PBXFrameworksBuildPhase section */
27+
566F34F628E8CD4F00C68CB9 /* Frameworks */ = {
28+
isa = PBXFrameworksBuildPhase;
29+
buildActionMask = 2147483647;
30+
files = (
31+
);
32+
runOnlyForDeploymentPostprocessing = 0;
33+
};
34+
/* End PBXFrameworksBuildPhase section */
35+
36+
/* Begin PBXGroup section */
37+
566F34F028E8CD4F00C68CB9 = {
38+
isa = PBXGroup;
39+
children = (
40+
566F34FB28E8CD4F00C68CB9 /* DynamicProgressBarExample */,
41+
566F34FA28E8CD4F00C68CB9 /* Products */,
42+
);
43+
sourceTree = "<group>";
44+
};
45+
566F34FA28E8CD4F00C68CB9 /* Products */ = {
46+
isa = PBXGroup;
47+
children = (
48+
566F34F928E8CD4F00C68CB9 /* DynamicProgressBarExample.app */,
49+
);
50+
name = Products;
51+
sourceTree = "<group>";
52+
};
53+
566F34FB28E8CD4F00C68CB9 /* DynamicProgressBarExample */ = {
54+
isa = PBXGroup;
55+
children = (
56+
56BB7A6C28E91DCB00BB3BCA /* Extension */,
57+
566F34FC28E8CD4F00C68CB9 /* DynamicProgressBarExampleApp.swift */,
58+
566F34FE28E8CD4F00C68CB9 /* ContentView.swift */,
59+
566F350028E8CD5100C68CB9 /* Assets.xcassets */,
60+
566F350228E8CD5100C68CB9 /* Preview Content */,
61+
);
62+
path = DynamicProgressBarExample;
63+
sourceTree = "<group>";
64+
};
65+
566F350228E8CD5100C68CB9 /* Preview Content */ = {
66+
isa = PBXGroup;
67+
children = (
68+
566F350328E8CD5100C68CB9 /* Preview Assets.xcassets */,
69+
);
70+
path = "Preview Content";
71+
sourceTree = "<group>";
72+
};
73+
56BB7A6C28E91DCB00BB3BCA /* Extension */ = {
74+
isa = PBXGroup;
75+
children = (
76+
56BB7A6D28E91DFD00BB3BCA /* View+misc.swift */,
77+
);
78+
path = Extension;
79+
sourceTree = "<group>";
80+
};
81+
/* End PBXGroup section */
82+
83+
/* Begin PBXNativeTarget section */
84+
566F34F828E8CD4F00C68CB9 /* DynamicProgressBarExample */ = {
85+
isa = PBXNativeTarget;
86+
buildConfigurationList = 566F350728E8CD5100C68CB9 /* Build configuration list for PBXNativeTarget "DynamicProgressBarExample" */;
87+
buildPhases = (
88+
566F34F528E8CD4F00C68CB9 /* Sources */,
89+
566F34F628E8CD4F00C68CB9 /* Frameworks */,
90+
566F34F728E8CD4F00C68CB9 /* Resources */,
91+
);
92+
buildRules = (
93+
);
94+
dependencies = (
95+
);
96+
name = DynamicProgressBarExample;
97+
productName = DynamicProgressBarExample;
98+
productReference = 566F34F928E8CD4F00C68CB9 /* DynamicProgressBarExample.app */;
99+
productType = "com.apple.product-type.application";
100+
};
101+
/* End PBXNativeTarget section */
102+
103+
/* Begin PBXProject section */
104+
566F34F128E8CD4F00C68CB9 /* Project object */ = {
105+
isa = PBXProject;
106+
attributes = {
107+
BuildIndependentTargetsInParallel = 1;
108+
LastSwiftUpdateCheck = 1400;
109+
LastUpgradeCheck = 1400;
110+
TargetAttributes = {
111+
566F34F828E8CD4F00C68CB9 = {
112+
CreatedOnToolsVersion = 14.0.1;
113+
};
114+
};
115+
};
116+
buildConfigurationList = 566F34F428E8CD4F00C68CB9 /* Build configuration list for PBXProject "DynamicProgressBarExample" */;
117+
compatibilityVersion = "Xcode 14.0";
118+
developmentRegion = en;
119+
hasScannedForEncodings = 0;
120+
knownRegions = (
121+
en,
122+
Base,
123+
);
124+
mainGroup = 566F34F028E8CD4F00C68CB9;
125+
productRefGroup = 566F34FA28E8CD4F00C68CB9 /* Products */;
126+
projectDirPath = "";
127+
projectRoot = "";
128+
targets = (
129+
566F34F828E8CD4F00C68CB9 /* DynamicProgressBarExample */,
130+
);
131+
};
132+
/* End PBXProject section */
133+
134+
/* Begin PBXResourcesBuildPhase section */
135+
566F34F728E8CD4F00C68CB9 /* Resources */ = {
136+
isa = PBXResourcesBuildPhase;
137+
buildActionMask = 2147483647;
138+
files = (
139+
566F350428E8CD5100C68CB9 /* Preview Assets.xcassets in Resources */,
140+
566F350128E8CD5100C68CB9 /* Assets.xcassets in Resources */,
141+
);
142+
runOnlyForDeploymentPostprocessing = 0;
143+
};
144+
/* End PBXResourcesBuildPhase section */
145+
146+
/* Begin PBXSourcesBuildPhase section */
147+
566F34F528E8CD4F00C68CB9 /* Sources */ = {
148+
isa = PBXSourcesBuildPhase;
149+
buildActionMask = 2147483647;
150+
files = (
151+
566F34FF28E8CD4F00C68CB9 /* ContentView.swift in Sources */,
152+
56BB7A6E28E91DFD00BB3BCA /* View+misc.swift in Sources */,
153+
566F34FD28E8CD4F00C68CB9 /* DynamicProgressBarExampleApp.swift in Sources */,
154+
);
155+
runOnlyForDeploymentPostprocessing = 0;
156+
};
157+
/* End PBXSourcesBuildPhase section */
158+
159+
/* Begin XCBuildConfiguration section */
160+
566F350528E8CD5100C68CB9 /* Debug */ = {
161+
isa = XCBuildConfiguration;
162+
buildSettings = {
163+
ALWAYS_SEARCH_USER_PATHS = NO;
164+
CLANG_ANALYZER_NONNULL = YES;
165+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
166+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
167+
CLANG_ENABLE_MODULES = YES;
168+
CLANG_ENABLE_OBJC_ARC = YES;
169+
CLANG_ENABLE_OBJC_WEAK = YES;
170+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
171+
CLANG_WARN_BOOL_CONVERSION = YES;
172+
CLANG_WARN_COMMA = YES;
173+
CLANG_WARN_CONSTANT_CONVERSION = YES;
174+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
175+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
176+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
177+
CLANG_WARN_EMPTY_BODY = YES;
178+
CLANG_WARN_ENUM_CONVERSION = YES;
179+
CLANG_WARN_INFINITE_RECURSION = YES;
180+
CLANG_WARN_INT_CONVERSION = YES;
181+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
182+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
183+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
184+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
185+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
186+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
187+
CLANG_WARN_STRICT_PROTOTYPES = YES;
188+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
189+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
190+
CLANG_WARN_UNREACHABLE_CODE = YES;
191+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
192+
COPY_PHASE_STRIP = NO;
193+
DEBUG_INFORMATION_FORMAT = dwarf;
194+
ENABLE_STRICT_OBJC_MSGSEND = YES;
195+
ENABLE_TESTABILITY = YES;
196+
GCC_C_LANGUAGE_STANDARD = gnu11;
197+
GCC_DYNAMIC_NO_PIC = NO;
198+
GCC_NO_COMMON_BLOCKS = YES;
199+
GCC_OPTIMIZATION_LEVEL = 0;
200+
GCC_PREPROCESSOR_DEFINITIONS = (
201+
"DEBUG=1",
202+
"$(inherited)",
203+
);
204+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
205+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
206+
GCC_WARN_UNDECLARED_SELECTOR = YES;
207+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
208+
GCC_WARN_UNUSED_FUNCTION = YES;
209+
GCC_WARN_UNUSED_VARIABLE = YES;
210+
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
211+
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
212+
MTL_FAST_MATH = YES;
213+
ONLY_ACTIVE_ARCH = YES;
214+
SDKROOT = iphoneos;
215+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
216+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
217+
};
218+
name = Debug;
219+
};
220+
566F350628E8CD5100C68CB9 /* Release */ = {
221+
isa = XCBuildConfiguration;
222+
buildSettings = {
223+
ALWAYS_SEARCH_USER_PATHS = NO;
224+
CLANG_ANALYZER_NONNULL = YES;
225+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
226+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
227+
CLANG_ENABLE_MODULES = YES;
228+
CLANG_ENABLE_OBJC_ARC = YES;
229+
CLANG_ENABLE_OBJC_WEAK = YES;
230+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
231+
CLANG_WARN_BOOL_CONVERSION = YES;
232+
CLANG_WARN_COMMA = YES;
233+
CLANG_WARN_CONSTANT_CONVERSION = YES;
234+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
235+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
236+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
237+
CLANG_WARN_EMPTY_BODY = YES;
238+
CLANG_WARN_ENUM_CONVERSION = YES;
239+
CLANG_WARN_INFINITE_RECURSION = YES;
240+
CLANG_WARN_INT_CONVERSION = YES;
241+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
242+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
243+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
244+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
245+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
246+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
247+
CLANG_WARN_STRICT_PROTOTYPES = YES;
248+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
249+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
250+
CLANG_WARN_UNREACHABLE_CODE = YES;
251+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
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 = gnu11;
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 = 16.0;
265+
MTL_ENABLE_DEBUG_INFO = NO;
266+
MTL_FAST_MATH = YES;
267+
SDKROOT = iphoneos;
268+
SWIFT_COMPILATION_MODE = wholemodule;
269+
SWIFT_OPTIMIZATION_LEVEL = "-O";
270+
VALIDATE_PRODUCT = YES;
271+
};
272+
name = Release;
273+
};
274+
566F350828E8CD5100C68CB9 /* Debug */ = {
275+
isa = XCBuildConfiguration;
276+
buildSettings = {
277+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
278+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
279+
CODE_SIGN_STYLE = Automatic;
280+
CURRENT_PROJECT_VERSION = 1;
281+
DEVELOPMENT_ASSET_PATHS = "\"DynamicProgressBarExample/Preview Content\"";
282+
DEVELOPMENT_TEAM = K992HP865M;
283+
ENABLE_PREVIEWS = YES;
284+
GENERATE_INFOPLIST_FILE = YES;
285+
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
286+
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
287+
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
288+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
289+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
290+
LD_RUNPATH_SEARCH_PATHS = (
291+
"$(inherited)",
292+
"@executable_path/Frameworks",
293+
);
294+
MARKETING_VERSION = 1.0;
295+
PRODUCT_BUNDLE_IDENTIFIER = com.ruyther.DynamicProgressBarExample;
296+
PRODUCT_NAME = "$(TARGET_NAME)";
297+
SWIFT_EMIT_LOC_STRINGS = YES;
298+
SWIFT_VERSION = 5.0;
299+
TARGETED_DEVICE_FAMILY = "1,2";
300+
};
301+
name = Debug;
302+
};
303+
566F350928E8CD5100C68CB9 /* Release */ = {
304+
isa = XCBuildConfiguration;
305+
buildSettings = {
306+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
307+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
308+
CODE_SIGN_STYLE = Automatic;
309+
CURRENT_PROJECT_VERSION = 1;
310+
DEVELOPMENT_ASSET_PATHS = "\"DynamicProgressBarExample/Preview Content\"";
311+
DEVELOPMENT_TEAM = K992HP865M;
312+
ENABLE_PREVIEWS = YES;
313+
GENERATE_INFOPLIST_FILE = YES;
314+
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
315+
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
316+
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
317+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
318+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
319+
LD_RUNPATH_SEARCH_PATHS = (
320+
"$(inherited)",
321+
"@executable_path/Frameworks",
322+
);
323+
MARKETING_VERSION = 1.0;
324+
PRODUCT_BUNDLE_IDENTIFIER = com.ruyther.DynamicProgressBarExample;
325+
PRODUCT_NAME = "$(TARGET_NAME)";
326+
SWIFT_EMIT_LOC_STRINGS = YES;
327+
SWIFT_VERSION = 5.0;
328+
TARGETED_DEVICE_FAMILY = "1,2";
329+
};
330+
name = Release;
331+
};
332+
/* End XCBuildConfiguration section */
333+
334+
/* Begin XCConfigurationList section */
335+
566F34F428E8CD4F00C68CB9 /* Build configuration list for PBXProject "DynamicProgressBarExample" */ = {
336+
isa = XCConfigurationList;
337+
buildConfigurations = (
338+
566F350528E8CD5100C68CB9 /* Debug */,
339+
566F350628E8CD5100C68CB9 /* Release */,
340+
);
341+
defaultConfigurationIsVisible = 0;
342+
defaultConfigurationName = Release;
343+
};
344+
566F350728E8CD5100C68CB9 /* Build configuration list for PBXNativeTarget "DynamicProgressBarExample" */ = {
345+
isa = XCConfigurationList;
346+
buildConfigurations = (
347+
566F350828E8CD5100C68CB9 /* Debug */,
348+
566F350928E8CD5100C68CB9 /* Release */,
349+
);
350+
defaultConfigurationIsVisible = 0;
351+
defaultConfigurationName = Release;
352+
};
353+
/* End XCConfigurationList section */
354+
};
355+
rootObject = 566F34F128E8CD4F00C68CB9 /* Project object */;
356+
}

DynamicProgressBarExample.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>

DynamicProgressBarExample/.DS_Store

6 KB
Binary file not shown.
Binary file not shown.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"colors" : [
3+
{
4+
"idiom" : "universal"
5+
}
6+
],
7+
"info" : {
8+
"author" : "xcode",
9+
"version" : 1
10+
}
11+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"platform" : "ios",
6+
"size" : "1024x1024"
7+
}
8+
],
9+
"info" : {
10+
"author" : "xcode",
11+
"version" : 1
12+
}
13+
}

0 commit comments

Comments
 (0)