Skip to content

Commit 2da283b

Browse files
authored
Merge pull request #2 from catelina777/first_stable_version
First stable version
2 parents dbeaf02 + c7de20d commit 2da283b

23 files changed

+1042
-70
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 = 50;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
40C8A4A0235D01060069AFC2 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40C8A49F235D01060069AFC2 /* AppDelegate.swift */; };
11+
40C8A4A2235D01060069AFC2 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40C8A4A1235D01060069AFC2 /* SceneDelegate.swift */; };
12+
40C8A4A4235D01060069AFC2 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40C8A4A3235D01060069AFC2 /* ViewController.swift */; };
13+
40C8A4A7235D01060069AFC2 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 40C8A4A5235D01060069AFC2 /* Main.storyboard */; };
14+
40C8A4A9235D01070069AFC2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 40C8A4A8235D01070069AFC2 /* Assets.xcassets */; };
15+
40C8A4AC235D01070069AFC2 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 40C8A4AA235D01070069AFC2 /* LaunchScreen.storyboard */; };
16+
40C8A4C1235D7B0D0069AFC2 /* FloatingSegmentedControl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 40C8A4C0235D7B0D0069AFC2 /* FloatingSegmentedControl.framework */; };
17+
40C8A4C2235D7B0D0069AFC2 /* FloatingSegmentedControl.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 40C8A4C0235D7B0D0069AFC2 /* FloatingSegmentedControl.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
18+
/* End PBXBuildFile section */
19+
20+
/* Begin PBXCopyFilesBuildPhase section */
21+
40C8A4BF235D7A380069AFC2 /* Embed Frameworks */ = {
22+
isa = PBXCopyFilesBuildPhase;
23+
buildActionMask = 2147483647;
24+
dstPath = "";
25+
dstSubfolderSpec = 10;
26+
files = (
27+
40C8A4C2235D7B0D0069AFC2 /* FloatingSegmentedControl.framework in Embed Frameworks */,
28+
);
29+
name = "Embed Frameworks";
30+
runOnlyForDeploymentPostprocessing = 0;
31+
};
32+
/* End PBXCopyFilesBuildPhase section */
33+
34+
/* Begin PBXFileReference section */
35+
40C8A49C235D01060069AFC2 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
36+
40C8A49F235D01060069AFC2 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
37+
40C8A4A1235D01060069AFC2 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
38+
40C8A4A3235D01060069AFC2 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
39+
40C8A4A6235D01060069AFC2 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
40+
40C8A4A8235D01070069AFC2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
41+
40C8A4AB235D01070069AFC2 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
42+
40C8A4AD235D01070069AFC2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
43+
40C8A4C0235D7B0D0069AFC2 /* FloatingSegmentedControl.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = FloatingSegmentedControl.framework; sourceTree = BUILT_PRODUCTS_DIR; };
44+
/* End PBXFileReference section */
45+
46+
/* Begin PBXFrameworksBuildPhase section */
47+
40C8A499235D01060069AFC2 /* Frameworks */ = {
48+
isa = PBXFrameworksBuildPhase;
49+
buildActionMask = 2147483647;
50+
files = (
51+
40C8A4C1235D7B0D0069AFC2 /* FloatingSegmentedControl.framework in Frameworks */,
52+
);
53+
runOnlyForDeploymentPostprocessing = 0;
54+
};
55+
/* End PBXFrameworksBuildPhase section */
56+
57+
/* Begin PBXGroup section */
58+
40C8A493235D01060069AFC2 = {
59+
isa = PBXGroup;
60+
children = (
61+
40C8A49E235D01060069AFC2 /* Example */,
62+
40C8A49D235D01060069AFC2 /* Products */,
63+
40C8A4B4235D069B0069AFC2 /* Frameworks */,
64+
);
65+
sourceTree = "<group>";
66+
};
67+
40C8A49D235D01060069AFC2 /* Products */ = {
68+
isa = PBXGroup;
69+
children = (
70+
40C8A49C235D01060069AFC2 /* Example.app */,
71+
);
72+
name = Products;
73+
sourceTree = "<group>";
74+
};
75+
40C8A49E235D01060069AFC2 /* Example */ = {
76+
isa = PBXGroup;
77+
children = (
78+
40C8A49F235D01060069AFC2 /* AppDelegate.swift */,
79+
40C8A4A1235D01060069AFC2 /* SceneDelegate.swift */,
80+
40C8A4A3235D01060069AFC2 /* ViewController.swift */,
81+
40C8A4A5235D01060069AFC2 /* Main.storyboard */,
82+
40C8A4A8235D01070069AFC2 /* Assets.xcassets */,
83+
40C8A4AA235D01070069AFC2 /* LaunchScreen.storyboard */,
84+
40C8A4AD235D01070069AFC2 /* Info.plist */,
85+
);
86+
path = Example;
87+
sourceTree = "<group>";
88+
};
89+
40C8A4B4235D069B0069AFC2 /* Frameworks */ = {
90+
isa = PBXGroup;
91+
children = (
92+
40C8A4C0235D7B0D0069AFC2 /* FloatingSegmentedControl.framework */,
93+
);
94+
name = Frameworks;
95+
sourceTree = "<group>";
96+
};
97+
/* End PBXGroup section */
98+
99+
/* Begin PBXNativeTarget section */
100+
40C8A49B235D01060069AFC2 /* Example */ = {
101+
isa = PBXNativeTarget;
102+
buildConfigurationList = 40C8A4B0235D01070069AFC2 /* Build configuration list for PBXNativeTarget "Example" */;
103+
buildPhases = (
104+
40C8A498235D01060069AFC2 /* Sources */,
105+
40C8A499235D01060069AFC2 /* Frameworks */,
106+
40C8A49A235D01060069AFC2 /* Resources */,
107+
40C8A4BF235D7A380069AFC2 /* Embed Frameworks */,
108+
);
109+
buildRules = (
110+
);
111+
dependencies = (
112+
);
113+
name = Example;
114+
productName = Example;
115+
productReference = 40C8A49C235D01060069AFC2 /* Example.app */;
116+
productType = "com.apple.product-type.application";
117+
};
118+
/* End PBXNativeTarget section */
119+
120+
/* Begin PBXProject section */
121+
40C8A494235D01060069AFC2 /* Project object */ = {
122+
isa = PBXProject;
123+
attributes = {
124+
LastSwiftUpdateCheck = 1110;
125+
LastUpgradeCheck = 1110;
126+
ORGANIZATIONNAME = catelina777;
127+
TargetAttributes = {
128+
40C8A49B235D01060069AFC2 = {
129+
CreatedOnToolsVersion = 11.1;
130+
};
131+
};
132+
};
133+
buildConfigurationList = 40C8A497235D01060069AFC2 /* Build configuration list for PBXProject "Example" */;
134+
compatibilityVersion = "Xcode 9.3";
135+
developmentRegion = en;
136+
hasScannedForEncodings = 0;
137+
knownRegions = (
138+
en,
139+
Base,
140+
);
141+
mainGroup = 40C8A493235D01060069AFC2;
142+
productRefGroup = 40C8A49D235D01060069AFC2 /* Products */;
143+
projectDirPath = "";
144+
projectRoot = "";
145+
targets = (
146+
40C8A49B235D01060069AFC2 /* Example */,
147+
);
148+
};
149+
/* End PBXProject section */
150+
151+
/* Begin PBXResourcesBuildPhase section */
152+
40C8A49A235D01060069AFC2 /* Resources */ = {
153+
isa = PBXResourcesBuildPhase;
154+
buildActionMask = 2147483647;
155+
files = (
156+
40C8A4AC235D01070069AFC2 /* LaunchScreen.storyboard in Resources */,
157+
40C8A4A9235D01070069AFC2 /* Assets.xcassets in Resources */,
158+
40C8A4A7235D01060069AFC2 /* Main.storyboard in Resources */,
159+
);
160+
runOnlyForDeploymentPostprocessing = 0;
161+
};
162+
/* End PBXResourcesBuildPhase section */
163+
164+
/* Begin PBXSourcesBuildPhase section */
165+
40C8A498235D01060069AFC2 /* Sources */ = {
166+
isa = PBXSourcesBuildPhase;
167+
buildActionMask = 2147483647;
168+
files = (
169+
40C8A4A4235D01060069AFC2 /* ViewController.swift in Sources */,
170+
40C8A4A0235D01060069AFC2 /* AppDelegate.swift in Sources */,
171+
40C8A4A2235D01060069AFC2 /* SceneDelegate.swift in Sources */,
172+
);
173+
runOnlyForDeploymentPostprocessing = 0;
174+
};
175+
/* End PBXSourcesBuildPhase section */
176+
177+
/* Begin PBXVariantGroup section */
178+
40C8A4A5235D01060069AFC2 /* Main.storyboard */ = {
179+
isa = PBXVariantGroup;
180+
children = (
181+
40C8A4A6235D01060069AFC2 /* Base */,
182+
);
183+
name = Main.storyboard;
184+
sourceTree = "<group>";
185+
};
186+
40C8A4AA235D01070069AFC2 /* LaunchScreen.storyboard */ = {
187+
isa = PBXVariantGroup;
188+
children = (
189+
40C8A4AB235D01070069AFC2 /* Base */,
190+
);
191+
name = LaunchScreen.storyboard;
192+
sourceTree = "<group>";
193+
};
194+
/* End PBXVariantGroup section */
195+
196+
/* Begin XCBuildConfiguration section */
197+
40C8A4AE235D01070069AFC2 /* Debug */ = {
198+
isa = XCBuildConfiguration;
199+
buildSettings = {
200+
ALWAYS_SEARCH_USER_PATHS = NO;
201+
CLANG_ANALYZER_NONNULL = YES;
202+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
203+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
204+
CLANG_CXX_LIBRARY = "libc++";
205+
CLANG_ENABLE_MODULES = YES;
206+
CLANG_ENABLE_OBJC_ARC = YES;
207+
CLANG_ENABLE_OBJC_WEAK = YES;
208+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
209+
CLANG_WARN_BOOL_CONVERSION = YES;
210+
CLANG_WARN_COMMA = YES;
211+
CLANG_WARN_CONSTANT_CONVERSION = YES;
212+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
213+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
214+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
215+
CLANG_WARN_EMPTY_BODY = YES;
216+
CLANG_WARN_ENUM_CONVERSION = YES;
217+
CLANG_WARN_INFINITE_RECURSION = YES;
218+
CLANG_WARN_INT_CONVERSION = YES;
219+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
220+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
221+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
222+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
223+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
224+
CLANG_WARN_STRICT_PROTOTYPES = YES;
225+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
226+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
227+
CLANG_WARN_UNREACHABLE_CODE = YES;
228+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
229+
COPY_PHASE_STRIP = NO;
230+
DEBUG_INFORMATION_FORMAT = dwarf;
231+
ENABLE_STRICT_OBJC_MSGSEND = YES;
232+
ENABLE_TESTABILITY = YES;
233+
GCC_C_LANGUAGE_STANDARD = gnu11;
234+
GCC_DYNAMIC_NO_PIC = NO;
235+
GCC_NO_COMMON_BLOCKS = YES;
236+
GCC_OPTIMIZATION_LEVEL = 0;
237+
GCC_PREPROCESSOR_DEFINITIONS = (
238+
"DEBUG=1",
239+
"$(inherited)",
240+
);
241+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
242+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
243+
GCC_WARN_UNDECLARED_SELECTOR = YES;
244+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
245+
GCC_WARN_UNUSED_FUNCTION = YES;
246+
GCC_WARN_UNUSED_VARIABLE = YES;
247+
IPHONEOS_DEPLOYMENT_TARGET = 13.1;
248+
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
249+
MTL_FAST_MATH = YES;
250+
ONLY_ACTIVE_ARCH = YES;
251+
SDKROOT = iphoneos;
252+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
253+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
254+
};
255+
name = Debug;
256+
};
257+
40C8A4AF235D01070069AFC2 /* Release */ = {
258+
isa = XCBuildConfiguration;
259+
buildSettings = {
260+
ALWAYS_SEARCH_USER_PATHS = NO;
261+
CLANG_ANALYZER_NONNULL = YES;
262+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
263+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
264+
CLANG_CXX_LIBRARY = "libc++";
265+
CLANG_ENABLE_MODULES = YES;
266+
CLANG_ENABLE_OBJC_ARC = YES;
267+
CLANG_ENABLE_OBJC_WEAK = YES;
268+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
269+
CLANG_WARN_BOOL_CONVERSION = YES;
270+
CLANG_WARN_COMMA = YES;
271+
CLANG_WARN_CONSTANT_CONVERSION = YES;
272+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
273+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
274+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
275+
CLANG_WARN_EMPTY_BODY = YES;
276+
CLANG_WARN_ENUM_CONVERSION = YES;
277+
CLANG_WARN_INFINITE_RECURSION = YES;
278+
CLANG_WARN_INT_CONVERSION = YES;
279+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
280+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
281+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
282+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
283+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
284+
CLANG_WARN_STRICT_PROTOTYPES = YES;
285+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
286+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
287+
CLANG_WARN_UNREACHABLE_CODE = YES;
288+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
289+
COPY_PHASE_STRIP = NO;
290+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
291+
ENABLE_NS_ASSERTIONS = NO;
292+
ENABLE_STRICT_OBJC_MSGSEND = YES;
293+
GCC_C_LANGUAGE_STANDARD = gnu11;
294+
GCC_NO_COMMON_BLOCKS = YES;
295+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
296+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
297+
GCC_WARN_UNDECLARED_SELECTOR = YES;
298+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
299+
GCC_WARN_UNUSED_FUNCTION = YES;
300+
GCC_WARN_UNUSED_VARIABLE = YES;
301+
IPHONEOS_DEPLOYMENT_TARGET = 13.1;
302+
MTL_ENABLE_DEBUG_INFO = NO;
303+
MTL_FAST_MATH = YES;
304+
SDKROOT = iphoneos;
305+
SWIFT_COMPILATION_MODE = wholemodule;
306+
SWIFT_OPTIMIZATION_LEVEL = "-O";
307+
VALIDATE_PRODUCT = YES;
308+
};
309+
name = Release;
310+
};
311+
40C8A4B1235D01070069AFC2 /* Debug */ = {
312+
isa = XCBuildConfiguration;
313+
buildSettings = {
314+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
315+
CODE_SIGN_STYLE = Automatic;
316+
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
317+
INFOPLIST_FILE = Example/Info.plist;
318+
LD_RUNPATH_SEARCH_PATHS = (
319+
"$(inherited)",
320+
"@executable_path/Frameworks",
321+
);
322+
PRODUCT_BUNDLE_IDENTIFIER = com.catelina777.Example;
323+
PRODUCT_NAME = "$(TARGET_NAME)";
324+
SWIFT_VERSION = 5.0;
325+
TARGETED_DEVICE_FAMILY = "1,2";
326+
};
327+
name = Debug;
328+
};
329+
40C8A4B2235D01070069AFC2 /* Release */ = {
330+
isa = XCBuildConfiguration;
331+
buildSettings = {
332+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
333+
CODE_SIGN_STYLE = Automatic;
334+
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
335+
INFOPLIST_FILE = Example/Info.plist;
336+
LD_RUNPATH_SEARCH_PATHS = (
337+
"$(inherited)",
338+
"@executable_path/Frameworks",
339+
);
340+
PRODUCT_BUNDLE_IDENTIFIER = com.catelina777.Example;
341+
PRODUCT_NAME = "$(TARGET_NAME)";
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+
40C8A497235D01060069AFC2 /* Build configuration list for PBXProject "Example" */ = {
351+
isa = XCConfigurationList;
352+
buildConfigurations = (
353+
40C8A4AE235D01070069AFC2 /* Debug */,
354+
40C8A4AF235D01070069AFC2 /* Release */,
355+
);
356+
defaultConfigurationIsVisible = 0;
357+
defaultConfigurationName = Release;
358+
};
359+
40C8A4B0235D01070069AFC2 /* Build configuration list for PBXNativeTarget "Example" */ = {
360+
isa = XCConfigurationList;
361+
buildConfigurations = (
362+
40C8A4B1235D01070069AFC2 /* Debug */,
363+
40C8A4B2235D01070069AFC2 /* Release */,
364+
);
365+
defaultConfigurationIsVisible = 0;
366+
defaultConfigurationName = Release;
367+
};
368+
/* End XCConfigurationList section */
369+
};
370+
rootObject = 40C8A494235D01060069AFC2 /* Project object */;
371+
}

Example/Example.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)