Add Picker project to repo

This commit is contained in:
Eryn Wells 2015-07-26 07:26:52 -07:00
parent 3cdef70c87
commit c77be6616e
12 changed files with 890 additions and 0 deletions

View file

@ -0,0 +1,410 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
C01989FE1B5FE65F00AA7A81 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01989FD1B5FE65F00AA7A81 /* AppDelegate.swift */; };
C0198A001B5FE65F00AA7A81 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01989FF1B5FE65F00AA7A81 /* ViewController.swift */; };
C0198A031B5FE65F00AA7A81 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C0198A011B5FE65F00AA7A81 /* Main.storyboard */; };
C0198A051B5FE65F00AA7A81 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C0198A041B5FE65F00AA7A81 /* Assets.xcassets */; };
C0198A081B5FE65F00AA7A81 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C0198A061B5FE65F00AA7A81 /* LaunchScreen.storyboard */; };
C0198A131B5FE65F00AA7A81 /* PickerUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0198A121B5FE65F00AA7A81 /* PickerUITests.swift */; };
C0198A1F1B613D4600AA7A81 /* PickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0198A1D1B613D4600AA7A81 /* PickerViewController.swift */; };
C0198A201B613D4600AA7A81 /* PickerViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = C0198A1E1B613D4600AA7A81 /* PickerViewController.xib */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
C0198A0F1B5FE65F00AA7A81 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = C01989F21B5FE65F00AA7A81 /* Project object */;
proxyType = 1;
remoteGlobalIDString = C01989F91B5FE65F00AA7A81;
remoteInfo = Picker;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
C01989FA1B5FE65F00AA7A81 /* Picker.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Picker.app; sourceTree = BUILT_PRODUCTS_DIR; };
C01989FD1B5FE65F00AA7A81 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
C01989FF1B5FE65F00AA7A81 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
C0198A021B5FE65F00AA7A81 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
C0198A041B5FE65F00AA7A81 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
C0198A071B5FE65F00AA7A81 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
C0198A091B5FE65F00AA7A81 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
C0198A0E1B5FE65F00AA7A81 /* PickerUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PickerUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
C0198A121B5FE65F00AA7A81 /* PickerUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PickerUITests.swift; sourceTree = "<group>"; };
C0198A141B5FE65F00AA7A81 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
C0198A1D1B613D4600AA7A81 /* PickerViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PickerViewController.swift; sourceTree = "<group>"; };
C0198A1E1B613D4600AA7A81 /* PickerViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PickerViewController.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
C01989F71B5FE65F00AA7A81 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C0198A0B1B5FE65F00AA7A81 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
C01989F11B5FE65F00AA7A81 = {
isa = PBXGroup;
children = (
C01989FC1B5FE65F00AA7A81 /* Picker */,
C0198A111B5FE65F00AA7A81 /* PickerUITests */,
C01989FB1B5FE65F00AA7A81 /* Products */,
);
sourceTree = "<group>";
};
C01989FB1B5FE65F00AA7A81 /* Products */ = {
isa = PBXGroup;
children = (
C01989FA1B5FE65F00AA7A81 /* Picker.app */,
C0198A0E1B5FE65F00AA7A81 /* PickerUITests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
C01989FC1B5FE65F00AA7A81 /* Picker */ = {
isa = PBXGroup;
children = (
C01989FD1B5FE65F00AA7A81 /* AppDelegate.swift */,
C01989FF1B5FE65F00AA7A81 /* ViewController.swift */,
C0198A011B5FE65F00AA7A81 /* Main.storyboard */,
C0198A041B5FE65F00AA7A81 /* Assets.xcassets */,
C0198A061B5FE65F00AA7A81 /* LaunchScreen.storyboard */,
C0198A091B5FE65F00AA7A81 /* Info.plist */,
C0198A1D1B613D4600AA7A81 /* PickerViewController.swift */,
C0198A1E1B613D4600AA7A81 /* PickerViewController.xib */,
);
path = Picker;
sourceTree = "<group>";
};
C0198A111B5FE65F00AA7A81 /* PickerUITests */ = {
isa = PBXGroup;
children = (
C0198A121B5FE65F00AA7A81 /* PickerUITests.swift */,
C0198A141B5FE65F00AA7A81 /* Info.plist */,
);
path = PickerUITests;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
C01989F91B5FE65F00AA7A81 /* Picker */ = {
isa = PBXNativeTarget;
buildConfigurationList = C0198A171B5FE65F00AA7A81 /* Build configuration list for PBXNativeTarget "Picker" */;
buildPhases = (
C01989F61B5FE65F00AA7A81 /* Sources */,
C01989F71B5FE65F00AA7A81 /* Frameworks */,
C01989F81B5FE65F00AA7A81 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = Picker;
productName = Picker;
productReference = C01989FA1B5FE65F00AA7A81 /* Picker.app */;
productType = "com.apple.product-type.application";
};
C0198A0D1B5FE65F00AA7A81 /* PickerUITests */ = {
isa = PBXNativeTarget;
buildConfigurationList = C0198A1A1B5FE65F00AA7A81 /* Build configuration list for PBXNativeTarget "PickerUITests" */;
buildPhases = (
C0198A0A1B5FE65F00AA7A81 /* Sources */,
C0198A0B1B5FE65F00AA7A81 /* Frameworks */,
C0198A0C1B5FE65F00AA7A81 /* Resources */,
);
buildRules = (
);
dependencies = (
C0198A101B5FE65F00AA7A81 /* PBXTargetDependency */,
);
name = PickerUITests;
productName = PickerUITests;
productReference = C0198A0E1B5FE65F00AA7A81 /* PickerUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
C01989F21B5FE65F00AA7A81 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0700;
ORGANIZATIONNAME = "Eryn Wells";
TargetAttributes = {
C01989F91B5FE65F00AA7A81 = {
CreatedOnToolsVersion = 7.0;
};
C0198A0D1B5FE65F00AA7A81 = {
CreatedOnToolsVersion = 7.0;
TestTargetID = C01989F91B5FE65F00AA7A81;
};
};
};
buildConfigurationList = C01989F51B5FE65F00AA7A81 /* Build configuration list for PBXProject "Picker" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = C01989F11B5FE65F00AA7A81;
productRefGroup = C01989FB1B5FE65F00AA7A81 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
C01989F91B5FE65F00AA7A81 /* Picker */,
C0198A0D1B5FE65F00AA7A81 /* PickerUITests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
C01989F81B5FE65F00AA7A81 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C0198A081B5FE65F00AA7A81 /* LaunchScreen.storyboard in Resources */,
C0198A051B5FE65F00AA7A81 /* Assets.xcassets in Resources */,
C0198A201B613D4600AA7A81 /* PickerViewController.xib in Resources */,
C0198A031B5FE65F00AA7A81 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
C0198A0C1B5FE65F00AA7A81 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
C01989F61B5FE65F00AA7A81 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C0198A1F1B613D4600AA7A81 /* PickerViewController.swift in Sources */,
C0198A001B5FE65F00AA7A81 /* ViewController.swift in Sources */,
C01989FE1B5FE65F00AA7A81 /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
C0198A0A1B5FE65F00AA7A81 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C0198A131B5FE65F00AA7A81 /* PickerUITests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
C0198A101B5FE65F00AA7A81 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = C01989F91B5FE65F00AA7A81 /* Picker */;
targetProxy = C0198A0F1B5FE65F00AA7A81 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
C0198A011B5FE65F00AA7A81 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
C0198A021B5FE65F00AA7A81 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
C0198A061B5FE65F00AA7A81 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
C0198A071B5FE65F00AA7A81 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
C0198A151B5FE65F00AA7A81 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
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 = 9.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
C0198A161B5FE65F00AA7A81 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "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 = gnu99;
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 = 9.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
C0198A181B5FE65F00AA7A81 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = Picker/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.ios.Picker;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
C0198A191B5FE65F00AA7A81 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = Picker/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.ios.Picker;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
C0198A1B1B5FE65F00AA7A81 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
INFOPLIST_FILE = PickerUITests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.ios.PickerUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_TARGET_NAME = Picker;
USES_XCTRUNNER = YES;
};
name = Debug;
};
C0198A1C1B5FE65F00AA7A81 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
INFOPLIST_FILE = PickerUITests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.ios.PickerUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_TARGET_NAME = Picker;
USES_XCTRUNNER = YES;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
C01989F51B5FE65F00AA7A81 /* Build configuration list for PBXProject "Picker" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C0198A151B5FE65F00AA7A81 /* Debug */,
C0198A161B5FE65F00AA7A81 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C0198A171B5FE65F00AA7A81 /* Build configuration list for PBXNativeTarget "Picker" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C0198A181B5FE65F00AA7A81 /* Debug */,
C0198A191B5FE65F00AA7A81 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
C0198A1A1B5FE65F00AA7A81 /* Build configuration list for PBXNativeTarget "PickerUITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C0198A1B1B5FE65F00AA7A81 /* Debug */,
C0198A1C1B5FE65F00AA7A81 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = C01989F21B5FE65F00AA7A81 /* Project object */;
}

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:Picker.xcodeproj">
</FileRef>
</Workspace>