diff --git a/Poll.xcodeproj/project.pbxproj b/Poll.xcodeproj/project.pbxproj new file mode 100644 index 0000000..78fd8cc --- /dev/null +++ b/Poll.xcodeproj/project.pbxproj @@ -0,0 +1,375 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 50; + objects = { + +/* Begin PBXBuildFile section */ + 44E33DC7226E7173001E993C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44E33DC6226E7173001E993C /* AppDelegate.swift */; }; + 44E33DCE226E7174001E993C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 44E33DCD226E7174001E993C /* Assets.xcassets */; }; + 44E33DD1226E7174001E993C /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 44E33DCF226E7174001E993C /* LaunchScreen.storyboard */; }; + 44E33DD9226E7282001E993C /* Vote.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44E33DD8226E7282001E993C /* Vote.swift */; }; + 44E33DDB226E732D001E993C /* VoteController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44E33DDA226E732D001E993C /* VoteController.swift */; }; + 44E33DDD226E753D001E993C /* Voting.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 44E33DDC226E753D001E993C /* Voting.storyboard */; }; + 44E33DDF226E75CC001E993C /* VotingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44E33DDE226E75CC001E993C /* VotingViewController.swift */; }; + 44E33DE2226E7706001E993C /* Results.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 44E33DE1226E7706001E993C /* Results.storyboard */; }; + 44E33DE4226E7781001E993C /* ResultsTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44E33DE3226E7781001E993C /* ResultsTableViewController.swift */; }; + 44E33DE7226E77D7001E993C /* Combined.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 44E33DE6226E77D7001E993C /* Combined.storyboard */; }; + 44E33DE9226E7B17001E993C /* CombinedViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44E33DE8226E7B17001E993C /* CombinedViewController.swift */; }; + 44E33DEB226EB43C001E993C /* PollingTabBarViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44E33DEA226EB43C001E993C /* PollingTabBarViewController.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 44E33DC3226E7173001E993C /* Poll.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Poll.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 44E33DC6226E7173001E993C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + 44E33DCD226E7174001E993C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 44E33DD0226E7174001E993C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + 44E33DD2226E7174001E993C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 44E33DD8226E7282001E993C /* Vote.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Vote.swift; sourceTree = ""; }; + 44E33DDA226E732D001E993C /* VoteController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VoteController.swift; sourceTree = ""; }; + 44E33DDC226E753D001E993C /* Voting.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Voting.storyboard; sourceTree = ""; }; + 44E33DDE226E75CC001E993C /* VotingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VotingViewController.swift; sourceTree = ""; }; + 44E33DE1226E7706001E993C /* Results.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Results.storyboard; sourceTree = ""; }; + 44E33DE3226E7781001E993C /* ResultsTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResultsTableViewController.swift; sourceTree = ""; }; + 44E33DE6226E77D7001E993C /* Combined.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Combined.storyboard; sourceTree = ""; }; + 44E33DE8226E7B17001E993C /* CombinedViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CombinedViewController.swift; sourceTree = ""; }; + 44E33DEA226EB43C001E993C /* PollingTabBarViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PollingTabBarViewController.swift; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 44E33DC0226E7173001E993C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 44E33DBA226E7173001E993C = { + isa = PBXGroup; + children = ( + 44E33DC5226E7173001E993C /* Poll */, + 44E33DC4226E7173001E993C /* Products */, + ); + sourceTree = ""; + }; + 44E33DC4226E7173001E993C /* Products */ = { + isa = PBXGroup; + children = ( + 44E33DC3226E7173001E993C /* Poll.app */, + ); + name = Products; + sourceTree = ""; + }; + 44E33DC5226E7173001E993C /* Poll */ = { + isa = PBXGroup; + children = ( + 44E33DE0226E76D0001E993C /* New Group */, + 44E33DC6226E7173001E993C /* AppDelegate.swift */, + 44E33DCD226E7174001E993C /* Assets.xcassets */, + 44E33DD2226E7174001E993C /* Info.plist */, + 44E33DD8226E7282001E993C /* Vote.swift */, + 44E33DE5226E7793001E993C /* New Group1 */, + 44E33DEA226EB43C001E993C /* PollingTabBarViewController.swift */, + ); + path = Poll; + sourceTree = ""; + }; + 44E33DE0226E76D0001E993C /* New Group */ = { + isa = PBXGroup; + children = ( + 44E33DE6226E77D7001E993C /* Combined.storyboard */, + 44E33DDC226E753D001E993C /* Voting.storyboard */, + 44E33DCF226E7174001E993C /* LaunchScreen.storyboard */, + 44E33DE1226E7706001E993C /* Results.storyboard */, + ); + path = "New Group"; + sourceTree = ""; + }; + 44E33DE5226E7793001E993C /* New Group1 */ = { + isa = PBXGroup; + children = ( + 44E33DDE226E75CC001E993C /* VotingViewController.swift */, + 44E33DE8226E7B17001E993C /* CombinedViewController.swift */, + 44E33DE3226E7781001E993C /* ResultsTableViewController.swift */, + 44E33DDA226E732D001E993C /* VoteController.swift */, + ); + path = "New Group1"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 44E33DC2226E7173001E993C /* Poll */ = { + isa = PBXNativeTarget; + buildConfigurationList = 44E33DD5226E7174001E993C /* Build configuration list for PBXNativeTarget "Poll" */; + buildPhases = ( + 44E33DBF226E7173001E993C /* Sources */, + 44E33DC0226E7173001E993C /* Frameworks */, + 44E33DC1226E7173001E993C /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Poll; + productName = Poll; + productReference = 44E33DC3226E7173001E993C /* Poll.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 44E33DBB226E7173001E993C /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 1020; + LastUpgradeCheck = 1020; + ORGANIZATIONNAME = "Ryan Murphy"; + TargetAttributes = { + 44E33DC2226E7173001E993C = { + CreatedOnToolsVersion = 10.2.1; + }; + }; + }; + buildConfigurationList = 44E33DBE226E7173001E993C /* Build configuration list for PBXProject "Poll" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 44E33DBA226E7173001E993C; + productRefGroup = 44E33DC4226E7173001E993C /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 44E33DC2226E7173001E993C /* Poll */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 44E33DC1226E7173001E993C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 44E33DDD226E753D001E993C /* Voting.storyboard in Resources */, + 44E33DD1226E7174001E993C /* LaunchScreen.storyboard in Resources */, + 44E33DE7226E77D7001E993C /* Combined.storyboard in Resources */, + 44E33DCE226E7174001E993C /* Assets.xcassets in Resources */, + 44E33DE2226E7706001E993C /* Results.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 44E33DBF226E7173001E993C /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 44E33DDB226E732D001E993C /* VoteController.swift in Sources */, + 44E33DC7226E7173001E993C /* AppDelegate.swift in Sources */, + 44E33DD9226E7282001E993C /* Vote.swift in Sources */, + 44E33DDF226E75CC001E993C /* VotingViewController.swift in Sources */, + 44E33DE4226E7781001E993C /* ResultsTableViewController.swift in Sources */, + 44E33DE9226E7B17001E993C /* CombinedViewController.swift in Sources */, + 44E33DEB226EB43C001E993C /* PollingTabBarViewController.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 44E33DCF226E7174001E993C /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 44E33DD0226E7174001E993C /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 44E33DD3226E7174001E993C /* 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.2; + 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; + }; + 44E33DD4226E7174001E993C /* 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.2; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 44E33DD6226E7174001E993C /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; + INFOPLIST_FILE = Poll/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = ryan.Poll; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 44E33DD7226E7174001E993C /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; + INFOPLIST_FILE = Poll/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = ryan.Poll; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 44E33DBE226E7173001E993C /* Build configuration list for PBXProject "Poll" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 44E33DD3226E7174001E993C /* Debug */, + 44E33DD4226E7174001E993C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 44E33DD5226E7174001E993C /* Build configuration list for PBXNativeTarget "Poll" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 44E33DD6226E7174001E993C /* Debug */, + 44E33DD7226E7174001E993C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 44E33DBB226E7173001E993C /* Project object */; +} diff --git a/Poll.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Poll.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..9d02d16 --- /dev/null +++ b/Poll.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Poll.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Poll.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/Poll.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/Poll.xcodeproj/project.xcworkspace/xcuserdata/ryanmurphy.xcuserdatad/UserInterfaceState.xcuserstate b/Poll.xcodeproj/project.xcworkspace/xcuserdata/ryanmurphy.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..f355384 Binary files /dev/null and b/Poll.xcodeproj/project.xcworkspace/xcuserdata/ryanmurphy.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Poll.xcodeproj/xcuserdata/ryanmurphy.xcuserdatad/xcschemes/xcschememanagement.plist b/Poll.xcodeproj/xcuserdata/ryanmurphy.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..33cf63c --- /dev/null +++ b/Poll.xcodeproj/xcuserdata/ryanmurphy.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ + + + + + SchemeUserState + + Poll.xcscheme_^#shared#^_ + + orderHint + 0 + + + +