Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
msbit committed Nov 14, 2018
0 parents commit eb3c421
Show file tree
Hide file tree
Showing 14 changed files with 827 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
xcuserdata
365 changes: 365 additions & 0 deletions RotatingWheelController.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,365 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {

/* Begin PBXBuildFile section */
E216819721993B210025B547 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E216819621993B210025B547 /* AppDelegate.swift */; };
E216819921993B210025B547 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E216819821993B210025B547 /* ViewController.swift */; };
E216819C21993B210025B547 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E216819A21993B210025B547 /* Main.storyboard */; };
E216819E21993B210025B547 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E216819D21993B210025B547 /* Assets.xcassets */; };
E21681A121993B210025B547 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E216819F21993B210025B547 /* LaunchScreen.storyboard */; };
E21681A921993BA60025B547 /* SMRotaryWheel.swift in Sources */ = {isa = PBXBuildFile; fileRef = E21681A821993BA60025B547 /* SMRotaryWheel.swift */; };
E21681AB21993BC40025B547 /* SMRotaryProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = E21681AA21993BC40025B547 /* SMRotaryProtocol.swift */; };
E21681AE219940140025B547 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E21681AD219940140025B547 /* QuartzCore.framework */; };
E21681B02199478E0025B547 /* SMSector.swift in Sources */ = {isa = PBXBuildFile; fileRef = E21681AF2199478E0025B547 /* SMSector.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
E216819321993B210025B547 /* RotatingWheelController.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RotatingWheelController.app; sourceTree = BUILT_PRODUCTS_DIR; };
E216819621993B210025B547 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
E216819821993B210025B547 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
E216819B21993B210025B547 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
E216819D21993B210025B547 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
E21681A021993B210025B547 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
E21681A221993B210025B547 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
E21681A821993BA60025B547 /* SMRotaryWheel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SMRotaryWheel.swift; sourceTree = "<group>"; };
E21681AA21993BC40025B547 /* SMRotaryProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SMRotaryProtocol.swift; sourceTree = "<group>"; };
E21681AD219940140025B547 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
E21681AF2199478E0025B547 /* SMSector.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SMSector.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
E216819021993B210025B547 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
E21681AE219940140025B547 /* QuartzCore.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
E216818A21993B210025B547 = {
isa = PBXGroup;
children = (
E21681AF2199478E0025B547 /* SMSector.swift */,
E21681A821993BA60025B547 /* SMRotaryWheel.swift */,
E21681AA21993BC40025B547 /* SMRotaryProtocol.swift */,
E216819521993B210025B547 /* RotatingWheelController */,
E216819421993B210025B547 /* Products */,
E21681AC219940140025B547 /* Frameworks */,
);
sourceTree = "<group>";
};
E216819421993B210025B547 /* Products */ = {
isa = PBXGroup;
children = (
E216819321993B210025B547 /* RotatingWheelController.app */,
);
name = Products;
sourceTree = "<group>";
};
E216819521993B210025B547 /* RotatingWheelController */ = {
isa = PBXGroup;
children = (
E216819621993B210025B547 /* AppDelegate.swift */,
E216819821993B210025B547 /* ViewController.swift */,
E216819A21993B210025B547 /* Main.storyboard */,
E216819D21993B210025B547 /* Assets.xcassets */,
E216819F21993B210025B547 /* LaunchScreen.storyboard */,
E21681A221993B210025B547 /* Info.plist */,
);
path = RotatingWheelController;
sourceTree = "<group>";
};
E21681AC219940140025B547 /* Frameworks */ = {
isa = PBXGroup;
children = (
E21681AD219940140025B547 /* QuartzCore.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
E216819221993B210025B547 /* RotatingWheelController */ = {
isa = PBXNativeTarget;
buildConfigurationList = E21681A521993B210025B547 /* Build configuration list for PBXNativeTarget "RotatingWheelController" */;
buildPhases = (
E216818F21993B210025B547 /* Sources */,
E216819021993B210025B547 /* Frameworks */,
E216819121993B210025B547 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = RotatingWheelController;
productName = RotatingWheelController;
productReference = E216819321993B210025B547 /* RotatingWheelController.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
E216818B21993B210025B547 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1010;
LastUpgradeCheck = 1010;
ORGANIZATIONNAME = tom;
TargetAttributes = {
E216819221993B210025B547 = {
CreatedOnToolsVersion = 10.1;
};
};
};
buildConfigurationList = E216818E21993B210025B547 /* Build configuration list for PBXProject "RotatingWheelController" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = E216818A21993B210025B547;
productRefGroup = E216819421993B210025B547 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
E216819221993B210025B547 /* RotatingWheelController */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
E216819121993B210025B547 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E21681A121993B210025B547 /* LaunchScreen.storyboard in Resources */,
E216819E21993B210025B547 /* Assets.xcassets in Resources */,
E216819C21993B210025B547 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
E216818F21993B210025B547 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E21681AB21993BC40025B547 /* SMRotaryProtocol.swift in Sources */,
E21681A921993BA60025B547 /* SMRotaryWheel.swift in Sources */,
E216819921993B210025B547 /* ViewController.swift in Sources */,
E216819721993B210025B547 /* AppDelegate.swift in Sources */,
E21681B02199478E0025B547 /* SMSector.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
E216819A21993B210025B547 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
E216819B21993B210025B547 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
E216819F21993B210025B547 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
E21681A021993B210025B547 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
E21681A321993B210025B547 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
E21681A421993B210025B547 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
E21681A621993B210025B547 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 3Y63MCQ957;
INFOPLIST_FILE = RotatingWheelController/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = au.com.msbit.RotatingWheelController;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
E21681A721993B210025B547 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 3Y63MCQ957;
INFOPLIST_FILE = RotatingWheelController/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = au.com.msbit.RotatingWheelController;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
E216818E21993B210025B547 /* Build configuration list for PBXProject "RotatingWheelController" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E21681A321993B210025B547 /* Debug */,
E21681A421993B210025B547 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E21681A521993B210025B547 /* Build configuration list for PBXNativeTarget "RotatingWheelController" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E21681A621993B210025B547 /* Debug */,
E21681A721993B210025B547 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = E216818B21993B210025B547 /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Loading

0 comments on commit eb3c421

Please sign in to comment.