Skip to content

Commit 740cd08

Browse files
committed
initialize
1 parent 139f936 commit 740cd08

File tree

15 files changed

+1010
-0
lines changed

15 files changed

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

UICSegmentedControl.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
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)