Skip to content

Commit eb3c421

Browse files
committed
Initial
0 parents  commit eb3c421

File tree

14 files changed

+827
-0
lines changed

14 files changed

+827
-0
lines changed

.gitignore

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

RotatingWheelController.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)