diff --git a/.gitignore b/.gitignore index bba4b41..7846b6d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,23 @@ -/LinkedTabs/LinkedTabs.xcodeproj/project.xcworkspace/xcshareddata/ +.DS_Store +# https://github.com/github/gitignore/blob/master/Objective-C.gitignore +# Xcode +# +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 xcuserdata -/LinkedTabs/.DS_Store -*.xcuserdatad +*.xccheckout +*.moved-aside +DerivedData +*.hmap +*.ipa *.xcuserstate -/LinkedStoryboards/.DS_Store -/LinkedTabs/Pods/ - -/LinkedStoryboards/Pods/ -.DS_Store +# CocoaPods +Pods/ diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..68917fb --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: objective-c +before_install: + - gem update cocoapods +env: + - XC_SDK=iphonesimulator7.0 + - XC_SDK=iphonesimulator7.1 + - XC_SDK=iphonesimulator8.1 +install: + - pushd LinkedStoryboards; pod install; popd; + - pushd LinkedTabs; pod install; popd; +script: + - xcodebuild -workspace LinkedStoryboards/LinkedStoryboards.xcworkspace -scheme LinkedStoryboards -sdk $XC_SDK build test | xcpretty -c && exit ${PIPESTATUS[0]} + - xcodebuild -workspace LinkedTabs/LinkedTabs.xcworkspace -scheme LinkedTabs -sdk $XC_SDK build test | xcpretty -c && exit ${PIPESTATUS[0]} diff --git a/LinkedStoryboards/LinkedStoryboards.xcodeproj/project.pbxproj b/LinkedStoryboards/LinkedStoryboards.xcodeproj/project.pbxproj index 9636e92..344685b 100644 --- a/LinkedStoryboards/LinkedStoryboards.xcodeproj/project.pbxproj +++ b/LinkedStoryboards/LinkedStoryboards.xcodeproj/project.pbxproj @@ -1,1596 +1,651 @@ - - - - - archiveVersion - 1 - classes - - objectVersion - 46 - objects - - 23A0C12EF1794FA9BCBF07CC - - buildActionMask - 2147483647 - files - - inputPaths - - isa - PBXShellScriptBuildPhase - name - Check Pods Manifest.lock - outputPaths - - runOnlyForDeploymentPostprocessing - 0 - shellPath - /bin/sh - shellScript - diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null -if [[ $? != 0 ]] ; then - cat << EOM -error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. -EOM - exit 1 -fi - - showEnvVarsInLog - 0 - - 2989AE0FA10F8F29EA31DD5B - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - name - Pods-UI Tests.debug.xcconfig - path - Pods/Target Support Files/Pods-UI Tests/Pods-UI Tests.debug.xcconfig - sourceTree - <group> - - 32D626759786D8E7189FFB4F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - name - Pods-UI Tests.release.xcconfig - path - Pods/Target Support Files/Pods-UI Tests/Pods-UI Tests.release.xcconfig - sourceTree - <group> - - 561707EF9ED5A1D8A6A62369 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - name - Pods.release.xcconfig - path - Pods/Target Support Files/Pods/Pods.release.xcconfig - sourceTree - <group> - - 5FC3D13C91AE431A8F10ABE7 - - buildActionMask - 2147483647 - files - - inputPaths - - isa - PBXShellScriptBuildPhase - name - Copy Pods Resources - outputPaths - - runOnlyForDeploymentPostprocessing - 0 - shellPath - /bin/sh - shellScript - "${SRCROOT}/Pods/Target Support Files/Pods-UI Tests/Pods-UI Tests-resources.sh" - - showEnvVarsInLog - 0 - - 6BC9CA5E4ED0BCB1FC9BDADE - - children - - A0A4BDA3DD423D4BD3957A1D - 561707EF9ED5A1D8A6A62369 - 2989AE0FA10F8F29EA31DD5B - 32D626759786D8E7189FFB4F - - isa - PBXGroup - name - Pods - sourceTree - <group> - - 810A94E555A2470393A833F7 - - buildActionMask - 2147483647 - files - - inputPaths - - isa - PBXShellScriptBuildPhase - name - Check Pods Manifest.lock - outputPaths - - runOnlyForDeploymentPostprocessing - 0 - shellPath - /bin/sh - shellScript - diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null -if [[ $? != 0 ]] ; then - cat << EOM -error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. -EOM - exit 1 -fi - - showEnvVarsInLog - 0 - - 93EF28A8048E4DC9A07C18DE - - fileRef - DB090D4A30B14765A53D3ACE - isa - PBXBuildFile - - 9B8F156FF3D5495A8B3523A9 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - path - libPods.a - sourceTree - BUILT_PRODUCTS_DIR - - A0A4BDA3DD423D4BD3957A1D - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - name - Pods.debug.xcconfig - path - Pods/Target Support Files/Pods/Pods.debug.xcconfig - sourceTree - <group> - - DB090D4A30B14765A53D3ACE - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - path - libPods-UI Tests.a - sourceTree - BUILT_PRODUCTS_DIR - - E06690C9FEEC444E9CD77DB8 - - buildActionMask - 2147483647 - files - - inputPaths - - isa - PBXShellScriptBuildPhase - name - Copy Pods Resources - outputPaths - - runOnlyForDeploymentPostprocessing - 0 - shellPath - /bin/sh - shellScript - "${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh" - - showEnvVarsInLog - 0 - - E1C885FF17E53B4B00309733 - - isa - PBXFileReference - lastKnownFileType - image.png - path - Default-568h@2x.png - sourceTree - <group> - - E1C8860017E53B4B00309733 - - fileRef - E1C885FF17E53B4B00309733 - isa - PBXBuildFile - - E1EA281D1584FB33004B0898 - - children - - E1C885FF17E53B4B00309733 - E1EA28321584FB34004B0898 - E1FBA00C182EF33D00E3ECB8 - E1EA282B1584FB34004B0898 - E1EA28291584FB34004B0898 - 6BC9CA5E4ED0BCB1FC9BDADE - - isa - PBXGroup - sourceTree - <group> - - E1EA281F1584FB33004B0898 - - attributes - - CLASSPREFIX - LS - LastUpgradeCheck - 0600 - ORGANIZATIONNAME - Robert Brown - TargetAttributes - - E1FBA006182EF33D00E3ECB8 - - TestTargetID - E1EA28271584FB34004B0898 - - - - buildConfigurationList - E1EA28221584FB33004B0898 - compatibilityVersion - Xcode 3.2 - developmentRegion - English - hasScannedForEncodings - 0 - isa - PBXProject - knownRegions - - en - - mainGroup - E1EA281D1584FB33004B0898 - productRefGroup - E1EA28291584FB34004B0898 - projectDirPath - - projectReferences - - projectRoot - - targets - - E1EA28271584FB34004B0898 - E1FBA006182EF33D00E3ECB8 - - - E1EA28221584FB33004B0898 - - buildConfigurations - - E1EA28591584FB34004B0898 - E1EA285A1584FB34004B0898 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - E1EA28241584FB34004B0898 - - buildActionMask - 2147483647 - files - - E1EA28391584FB34004B0898 - E1EA283D1584FB34004B0898 - E1EA286A1584FDB7004B0898 - E1EA286D1584FDC4004B0898 - E1EBCA6D1585263C00892759 - E1EBCA701585265000892759 - E1EBCA7615857C0F00892759 - E1EBCA7C15857D4A00892759 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - E1EA28251584FB34004B0898 - - buildActionMask - 2147483647 - files - - E1EA282D1584FB34004B0898 - E1EA282F1584FB34004B0898 - E1EA28311584FB34004B0898 - ED99E145DD924F70AD343604 - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - E1EA28261584FB34004B0898 - - buildActionMask - 2147483647 - files - - E1EA28371584FB34004B0898 - E1EA28401584FB34004B0898 - E1EA28621584FB56004B0898 - E1EBCA7215857B3700892759 - E1EBCA7815857C3B00892759 - E1C8860017E53B4B00309733 - - isa - PBXResourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - E1EA28271584FB34004B0898 - - buildConfigurationList - E1EA285B1584FB34004B0898 - buildPhases - - 810A94E555A2470393A833F7 - E1EA28241584FB34004B0898 - E1EA28251584FB34004B0898 - E1EA28261584FB34004B0898 - E06690C9FEEC444E9CD77DB8 - - buildRules - - dependencies - - isa - PBXNativeTarget - name - LinkedStoryboards - productName - LinkedStoryboards - productReference - E1EA28281584FB34004B0898 - productType - com.apple.product-type.application - - E1EA28281584FB34004B0898 - - explicitFileType - wrapper.application - includeInIndex - 0 - isa - PBXFileReference - path - LinkedStoryboards.app - sourceTree - BUILT_PRODUCTS_DIR - - E1EA28291584FB34004B0898 - - children - - E1EA28281584FB34004B0898 - E1FBA007182EF33D00E3ECB8 - - isa - PBXGroup - name - Products - sourceTree - <group> - - E1EA282B1584FB34004B0898 - - children - - E1EA282C1584FB34004B0898 - E1EA282E1584FB34004B0898 - E1EA28301584FB34004B0898 - E1EA284A1584FB34004B0898 - 9B8F156FF3D5495A8B3523A9 - E1FBA008182EF33D00E3ECB8 - DB090D4A30B14765A53D3ACE - - isa - PBXGroup - name - Frameworks - sourceTree - <group> - - E1EA282C1584FB34004B0898 - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - UIKit.framework - path - System/Library/Frameworks/UIKit.framework - sourceTree - SDKROOT - - E1EA282D1584FB34004B0898 - - fileRef - E1EA282C1584FB34004B0898 - isa - PBXBuildFile - - E1EA282E1584FB34004B0898 - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - Foundation.framework - path - System/Library/Frameworks/Foundation.framework - sourceTree - SDKROOT - - E1EA282F1584FB34004B0898 - - fileRef - E1EA282E1584FB34004B0898 - isa - PBXBuildFile - - E1EA28301584FB34004B0898 - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - CoreGraphics.framework - path - System/Library/Frameworks/CoreGraphics.framework - sourceTree - SDKROOT - - E1EA28311584FB34004B0898 - - fileRef - E1EA28301584FB34004B0898 - isa - PBXBuildFile - - E1EA28321584FB34004B0898 - - children - - E1EA283B1584FB34004B0898 - E1EA283C1584FB34004B0898 - E1EA28631584FB5B004B0898 - E1EA28641584FB62004B0898 - E1EBCA7315857B3F00892759 - E1EBCA7915857C4100892759 - E1EA28331584FB34004B0898 - - isa - PBXGroup - path - LinkedStoryboards - sourceTree - <group> - - E1EA28331584FB34004B0898 - - children - - E1EA28341584FB34004B0898 - E1EA28351584FB34004B0898 - E1EA28381584FB34004B0898 - E1EA283A1584FB34004B0898 - - isa - PBXGroup - name - Supporting Files - sourceTree - <group> - - E1EA28341584FB34004B0898 - - isa - PBXFileReference - lastKnownFileType - text.plist.xml - path - LinkedStoryboards-Info.plist - sourceTree - <group> - - E1EA28351584FB34004B0898 - - children - - E1EA28361584FB34004B0898 - - isa - PBXVariantGroup - name - InfoPlist.strings - sourceTree - <group> - - E1EA28361584FB34004B0898 - - isa - PBXFileReference - lastKnownFileType - text.plist.strings - name - en - path - en.lproj/InfoPlist.strings - sourceTree - <group> - - E1EA28371584FB34004B0898 - - fileRef - E1EA28351584FB34004B0898 - isa - PBXBuildFile - - E1EA28381584FB34004B0898 - - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - main.m - sourceTree - <group> - - E1EA28391584FB34004B0898 - - fileRef - E1EA28381584FB34004B0898 - isa - PBXBuildFile - - E1EA283A1584FB34004B0898 - - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - LinkedStoryboards-Prefix.pch - sourceTree - <group> - - E1EA283B1584FB34004B0898 - - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - LSAppDelegate.h - sourceTree - <group> - - E1EA283C1584FB34004B0898 - - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - LSAppDelegate.m - sourceTree - <group> - - E1EA283D1584FB34004B0898 - - fileRef - E1EA283C1584FB34004B0898 - isa - PBXBuildFile - - E1EA283E1584FB34004B0898 - - children - - E1EA283F1584FB34004B0898 - - isa - PBXVariantGroup - name - MainStoryboard.storyboard - sourceTree - <group> - - E1EA283F1584FB34004B0898 - - isa - PBXFileReference - lastKnownFileType - file.storyboard - name - en - path - en.lproj/MainStoryboard.storyboard - sourceTree - <group> - - E1EA28401584FB34004B0898 - - fileRef - E1EA283E1584FB34004B0898 - isa - PBXBuildFile - - E1EA284A1584FB34004B0898 - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - SenTestingKit.framework - path - Library/Frameworks/SenTestingKit.framework - sourceTree - DEVELOPER_DIR - - E1EA28591584FB34004B0898 - - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - CLANG_ENABLE_OBJC_ARC - YES - CLANG_WARN_BOOL_CONVERSION - YES - CLANG_WARN_CONSTANT_CONVERSION - YES - CLANG_WARN_EMPTY_BODY - YES - CLANG_WARN_ENUM_CONVERSION - YES - CLANG_WARN_INT_CONVERSION - YES - CLANG_WARN_UNREACHABLE_CODE - YES - CLANG_WARN__DUPLICATE_METHOD_MATCH - YES - CODE_SIGN_IDENTITY[sdk=iphoneos*] - iPhone Developer - COPY_PHASE_STRIP - NO - ENABLE_STRICT_OBJC_MSGSEND - YES - GCC_C_LANGUAGE_STANDARD - gnu99 - GCC_DYNAMIC_NO_PIC - NO - GCC_OPTIMIZATION_LEVEL - 0 - GCC_PREPROCESSOR_DEFINITIONS - - DEBUG=1 - $(inherited) - - GCC_SYMBOLS_PRIVATE_EXTERN - NO - GCC_VERSION - com.apple.compilers.llvm.clang.1_0 - GCC_WARN_64_TO_32_BIT_CONVERSION - YES - GCC_WARN_ABOUT_RETURN_TYPE - YES - GCC_WARN_UNDECLARED_SELECTOR - YES - GCC_WARN_UNINITIALIZED_AUTOS - YES - GCC_WARN_UNUSED_FUNCTION - YES - GCC_WARN_UNUSED_VARIABLE - YES - IPHONEOS_DEPLOYMENT_TARGET - 5.1 - ONLY_ACTIVE_ARCH - YES - SDKROOT - iphoneos - - isa - XCBuildConfiguration - name - Debug - - E1EA285A1584FB34004B0898 - - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - CLANG_ENABLE_OBJC_ARC - YES - CLANG_WARN_BOOL_CONVERSION - YES - CLANG_WARN_CONSTANT_CONVERSION - YES - CLANG_WARN_EMPTY_BODY - YES - CLANG_WARN_ENUM_CONVERSION - YES - CLANG_WARN_INT_CONVERSION - YES - CLANG_WARN_UNREACHABLE_CODE - YES - CLANG_WARN__DUPLICATE_METHOD_MATCH - YES - CODE_SIGN_IDENTITY[sdk=iphoneos*] - iPhone Developer - COPY_PHASE_STRIP - YES - ENABLE_STRICT_OBJC_MSGSEND - YES - GCC_C_LANGUAGE_STANDARD - gnu99 - GCC_VERSION - com.apple.compilers.llvm.clang.1_0 - GCC_WARN_64_TO_32_BIT_CONVERSION - YES - GCC_WARN_ABOUT_RETURN_TYPE - YES - GCC_WARN_UNDECLARED_SELECTOR - YES - GCC_WARN_UNINITIALIZED_AUTOS - YES - GCC_WARN_UNUSED_FUNCTION - YES - GCC_WARN_UNUSED_VARIABLE - YES - IPHONEOS_DEPLOYMENT_TARGET - 5.1 - OTHER_CFLAGS - -DNS_BLOCK_ASSERTIONS=1 - SDKROOT - iphoneos - VALIDATE_PRODUCT - YES - - isa - XCBuildConfiguration - name - Release - - E1EA285B1584FB34004B0898 - - buildConfigurations - - E1EA285C1584FB34004B0898 - E1EA285D1584FB34004B0898 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - E1EA285C1584FB34004B0898 - - baseConfigurationReference - A0A4BDA3DD423D4BD3957A1D - buildSettings - - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - LinkedStoryboards/LinkedStoryboards-Prefix.pch - INFOPLIST_FILE - LinkedStoryboards/LinkedStoryboards-Info.plist - IPHONEOS_DEPLOYMENT_TARGET - 6.0 - PRODUCT_NAME - $(TARGET_NAME) - WRAPPER_EXTENSION - app - - isa - XCBuildConfiguration - name - Debug - - E1EA285D1584FB34004B0898 - - baseConfigurationReference - 561707EF9ED5A1D8A6A62369 - buildSettings - - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - LinkedStoryboards/LinkedStoryboards-Prefix.pch - INFOPLIST_FILE - LinkedStoryboards/LinkedStoryboards-Info.plist - IPHONEOS_DEPLOYMENT_TARGET - 6.0 - PRODUCT_NAME - $(TARGET_NAME) - WRAPPER_EXTENSION - app - - isa - XCBuildConfiguration - name - Release - - E1EA28611584FB56004B0898 - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - file.storyboard - path - SecondaryStoryboard.storyboard - sourceTree - <group> - - E1EA28621584FB56004B0898 - - fileRef - E1EA28611584FB56004B0898 - isa - PBXBuildFile - - E1EA28631584FB5B004B0898 - - children - - E1EA283E1584FB34004B0898 - E1EA28681584FDB7004B0898 - E1EA28691584FDB7004B0898 - E1EA286B1584FDC4004B0898 - E1EA286C1584FDC4004B0898 - - isa - PBXGroup - name - Main Storyboard - sourceTree - <group> - - E1EA28641584FB62004B0898 - - children - - E1EA28611584FB56004B0898 - E1EBCA6B1585263C00892759 - E1EBCA6C1585263C00892759 - E1EBCA6E1585265000892759 - E1EBCA6F1585265000892759 - - isa - PBXGroup - name - Secondary Storyboard - sourceTree - <group> - - E1EA28681584FDB7004B0898 - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - LSHelloViewController.h - sourceTree - <group> - - E1EA28691584FDB7004B0898 - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - LSHelloViewController.m - sourceTree - <group> - - E1EA286A1584FDB7004B0898 - - fileRef - E1EA28691584FDB7004B0898 - isa - PBXBuildFile - - E1EA286B1584FDC4004B0898 - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - LSRandomNumberViewController.h - sourceTree - <group> - - E1EA286C1584FDC4004B0898 - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - LSRandomNumberViewController.m - sourceTree - <group> - - E1EA286D1584FDC4004B0898 - - fileRef - E1EA286C1584FDC4004B0898 - isa - PBXBuildFile - - E1EBCA6B1585263C00892759 - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - LSLinkedViewController.h - sourceTree - <group> - - E1EBCA6C1585263C00892759 - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - LSLinkedViewController.m - sourceTree - <group> - - E1EBCA6D1585263C00892759 - - fileRef - E1EBCA6C1585263C00892759 - isa - PBXBuildFile - - E1EBCA6E1585265000892759 - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - LSChooseViewController.h - sourceTree - <group> - - E1EBCA6F1585265000892759 - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - LSChooseViewController.m - sourceTree - <group> - - E1EBCA701585265000892759 - - fileRef - E1EBCA6F1585265000892759 - isa - PBXBuildFile - - E1EBCA7115857B3700892759 - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - file.storyboard - path - TertiaryStoryboard.storyboard - sourceTree - <group> - - E1EBCA7215857B3700892759 - - fileRef - E1EBCA7115857B3700892759 - isa - PBXBuildFile - - E1EBCA7315857B3F00892759 - - children - - E1EBCA7115857B3700892759 - E1EBCA7415857C0F00892759 - E1EBCA7515857C0F00892759 - - isa - PBXGroup - name - Tertiary Storyboard - sourceTree - <group> - - E1EBCA7415857C0F00892759 - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - LSParameterReceivingViewController.h - sourceTree - <group> - - E1EBCA7515857C0F00892759 - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - LSParameterReceivingViewController.m - sourceTree - <group> - - E1EBCA7615857C0F00892759 - - fileRef - E1EBCA7515857C0F00892759 - isa - PBXBuildFile - - E1EBCA7715857C3B00892759 - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - file.storyboard - path - ModalStoryboard.storyboard - sourceTree - <group> - - E1EBCA7815857C3B00892759 - - fileRef - E1EBCA7715857C3B00892759 - isa - PBXBuildFile - - E1EBCA7915857C4100892759 - - children - - E1EBCA7715857C3B00892759 - E1EBCA7A15857D4A00892759 - E1EBCA7B15857D4A00892759 - - isa - PBXGroup - name - Modal Storyboard - sourceTree - <group> - - E1EBCA7A15857D4A00892759 - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - LSModalViewController.h - sourceTree - <group> - - E1EBCA7B15857D4A00892759 - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - LSModalViewController.m - sourceTree - <group> - - E1EBCA7C15857D4A00892759 - - fileRef - E1EBCA7B15857D4A00892759 - isa - PBXBuildFile - - E1FBA003182EF33D00E3ECB8 - - buildActionMask - 2147483647 - files - - E1FBA01C182EF4F000E3ECB8 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - E1FBA004182EF33D00E3ECB8 - - buildActionMask - 2147483647 - files - - E1FBA009182EF33D00E3ECB8 - E1FBA00B182EF33D00E3ECB8 - E1FBA00A182EF33D00E3ECB8 - 93EF28A8048E4DC9A07C18DE - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - E1FBA005182EF33D00E3ECB8 - - buildActionMask - 2147483647 - files - - E1FBA011182EF33D00E3ECB8 - - isa - PBXResourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - E1FBA006182EF33D00E3ECB8 - - buildConfigurationList - E1FBA017182EF33D00E3ECB8 - buildPhases - - 23A0C12EF1794FA9BCBF07CC - E1FBA003182EF33D00E3ECB8 - E1FBA004182EF33D00E3ECB8 - E1FBA005182EF33D00E3ECB8 - 5FC3D13C91AE431A8F10ABE7 - - buildRules - - dependencies - - E1FBA016182EF33D00E3ECB8 - - isa - PBXNativeTarget - name - UI Tests - productName - UI Tests - productReference - E1FBA007182EF33D00E3ECB8 - productType - com.apple.product-type.bundle.unit-test - - E1FBA007182EF33D00E3ECB8 - - explicitFileType - wrapper.cfbundle - includeInIndex - 0 - isa - PBXFileReference - path - UI Tests.octest - sourceTree - BUILT_PRODUCTS_DIR - - E1FBA008182EF33D00E3ECB8 - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - XCTest.framework - path - Library/Frameworks/XCTest.framework - sourceTree - DEVELOPER_DIR - - E1FBA009182EF33D00E3ECB8 - - fileRef - E1FBA008182EF33D00E3ECB8 - isa - PBXBuildFile - - E1FBA00A182EF33D00E3ECB8 - - fileRef - E1EA282E1584FB34004B0898 - isa - PBXBuildFile - - E1FBA00B182EF33D00E3ECB8 - - fileRef - E1EA282C1584FB34004B0898 - isa - PBXBuildFile - - E1FBA00C182EF33D00E3ECB8 - - children - - E1FBA01B182EF4F000E3ECB8 - E1FBA00D182EF33D00E3ECB8 - - isa - PBXGroup - path - UI Tests - sourceTree - <group> - - E1FBA00D182EF33D00E3ECB8 - - children - - E1FBA00E182EF33D00E3ECB8 - E1FBA00F182EF33D00E3ECB8 - E1FBA014182EF33D00E3ECB8 - - isa - PBXGroup - name - Supporting Files - sourceTree - <group> - - E1FBA00E182EF33D00E3ECB8 - - isa - PBXFileReference - lastKnownFileType - text.plist.xml - path - UI Tests-Info.plist - sourceTree - <group> - - E1FBA00F182EF33D00E3ECB8 - - children - - E1FBA010182EF33D00E3ECB8 - - isa - PBXVariantGroup - name - InfoPlist.strings - sourceTree - <group> - - E1FBA010182EF33D00E3ECB8 - - isa - PBXFileReference - lastKnownFileType - text.plist.strings - name - en - path - en.lproj/InfoPlist.strings - sourceTree - <group> - - E1FBA011182EF33D00E3ECB8 - - fileRef - E1FBA00F182EF33D00E3ECB8 - isa - PBXBuildFile - - E1FBA014182EF33D00E3ECB8 - - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - UI Tests-Prefix.pch - sourceTree - <group> - - E1FBA015182EF33D00E3ECB8 - - containerPortal - E1EA281F1584FB33004B0898 - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - E1EA28271584FB34004B0898 - remoteInfo - LinkedStoryboards - - E1FBA016182EF33D00E3ECB8 - - isa - PBXTargetDependency - target - E1EA28271584FB34004B0898 - targetProxy - E1FBA015182EF33D00E3ECB8 - - E1FBA017182EF33D00E3ECB8 - - buildConfigurations - - E1FBA018182EF33D00E3ECB8 - E1FBA019182EF33D00E3ECB8 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - E1FBA018182EF33D00E3ECB8 - - baseConfigurationReference - 2989AE0FA10F8F29EA31DD5B - buildSettings - - BUNDLE_LOADER - $(BUILT_PRODUCTS_DIR)/LinkedStoryboards.app/LinkedStoryboards - CLANG_CXX_LANGUAGE_STANDARD - gnu++0x - CLANG_CXX_LIBRARY - libc++ - CLANG_ENABLE_MODULES - YES - CLANG_WARN_DIRECT_OBJC_ISA_USAGE - YES_ERROR - CLANG_WARN_OBJC_ROOT_CLASS - YES_ERROR - FRAMEWORK_SEARCH_PATHS - - $(SDKROOT)/Developer/Library/Frameworks - $(inherited) - $(DEVELOPER_FRAMEWORKS_DIR) - - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - UI Tests/UI Tests-Prefix.pch - GCC_PREPROCESSOR_DEFINITIONS - - DEBUG=1 - $(inherited) - - GCC_WARN_64_TO_32_BIT_CONVERSION - YES - GCC_WARN_ABOUT_RETURN_TYPE - YES_ERROR - INFOPLIST_FILE - UI Tests/UI Tests-Info.plist - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - OTHER_LDFLAGS - - -ObjC - -framework - CoreGraphics - -framework - SenTestingKit - -all_load - - PRODUCT_NAME - $(TARGET_NAME) - TEST_HOST - $(BUNDLE_LOADER) - WRAPPER_EXTENSION - octest - - isa - XCBuildConfiguration - name - Debug - - E1FBA019182EF33D00E3ECB8 - - baseConfigurationReference - 32D626759786D8E7189FFB4F - buildSettings - - BUNDLE_LOADER - $(BUILT_PRODUCTS_DIR)/LinkedStoryboards.app/LinkedStoryboards - CLANG_CXX_LANGUAGE_STANDARD - gnu++0x - CLANG_CXX_LIBRARY - libc++ - CLANG_ENABLE_MODULES - YES - CLANG_WARN_DIRECT_OBJC_ISA_USAGE - YES_ERROR - CLANG_WARN_OBJC_ROOT_CLASS - YES_ERROR - ENABLE_NS_ASSERTIONS - NO - FRAMEWORK_SEARCH_PATHS - - $(SDKROOT)/Developer/Library/Frameworks - $(inherited) - $(DEVELOPER_FRAMEWORKS_DIR) - - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - UI Tests/UI Tests-Prefix.pch - GCC_WARN_64_TO_32_BIT_CONVERSION - YES - GCC_WARN_ABOUT_RETURN_TYPE - YES_ERROR - INFOPLIST_FILE - UI Tests/UI Tests-Info.plist - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - OTHER_LDFLAGS - - -ObjC - -framework - CoreGraphics - -framework - SenTestingKit - -all_load - - PRODUCT_NAME - $(TARGET_NAME) - TEST_HOST - $(BUNDLE_LOADER) - WRAPPER_EXTENSION - octest - - isa - XCBuildConfiguration - name - Release - - E1FBA01B182EF4F000E3ECB8 - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - LSUITests.m - sourceTree - <group> - - E1FBA01C182EF4F000E3ECB8 - - fileRef - E1FBA01B182EF4F000E3ECB8 - isa - PBXBuildFile - - ED99E145DD924F70AD343604 - - fileRef - 9B8F156FF3D5495A8B3523A9 - isa - PBXBuildFile - - - rootObject - E1EA281F1584FB33004B0898 - - +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 93EF28A8048E4DC9A07C18DE /* libPods-UI Tests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DB090D4A30B14765A53D3ACE /* libPods-UI Tests.a */; }; + E1C8860017E53B4B00309733 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E1C885FF17E53B4B00309733 /* Default-568h@2x.png */; }; + E1EA282D1584FB34004B0898 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E1EA282C1584FB34004B0898 /* UIKit.framework */; }; + E1EA282F1584FB34004B0898 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E1EA282E1584FB34004B0898 /* Foundation.framework */; }; + E1EA28311584FB34004B0898 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E1EA28301584FB34004B0898 /* CoreGraphics.framework */; }; + E1EA28371584FB34004B0898 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E1EA28351584FB34004B0898 /* InfoPlist.strings */; }; + E1EA28391584FB34004B0898 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E1EA28381584FB34004B0898 /* main.m */; }; + E1EA283D1584FB34004B0898 /* LSAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E1EA283C1584FB34004B0898 /* LSAppDelegate.m */; }; + E1EA28401584FB34004B0898 /* MainStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E1EA283E1584FB34004B0898 /* MainStoryboard.storyboard */; }; + E1EA28621584FB56004B0898 /* SecondaryStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E1EA28611584FB56004B0898 /* SecondaryStoryboard.storyboard */; }; + E1EA286A1584FDB7004B0898 /* LSHelloViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E1EA28691584FDB7004B0898 /* LSHelloViewController.m */; }; + E1EA286D1584FDC4004B0898 /* LSRandomNumberViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E1EA286C1584FDC4004B0898 /* LSRandomNumberViewController.m */; }; + E1EBCA6D1585263C00892759 /* LSLinkedViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E1EBCA6C1585263C00892759 /* LSLinkedViewController.m */; }; + E1EBCA701585265000892759 /* LSChooseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E1EBCA6F1585265000892759 /* LSChooseViewController.m */; }; + E1EBCA7215857B3700892759 /* TertiaryStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E1EBCA7115857B3700892759 /* TertiaryStoryboard.storyboard */; }; + E1EBCA7615857C0F00892759 /* LSParameterReceivingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E1EBCA7515857C0F00892759 /* LSParameterReceivingViewController.m */; }; + E1EBCA7815857C3B00892759 /* ModalStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E1EBCA7715857C3B00892759 /* ModalStoryboard.storyboard */; }; + E1EBCA7C15857D4A00892759 /* LSModalViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E1EBCA7B15857D4A00892759 /* LSModalViewController.m */; }; + E1FBA009182EF33D00E3ECB8 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E1FBA008182EF33D00E3ECB8 /* XCTest.framework */; }; + E1FBA00A182EF33D00E3ECB8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E1EA282E1584FB34004B0898 /* Foundation.framework */; }; + E1FBA00B182EF33D00E3ECB8 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E1EA282C1584FB34004B0898 /* UIKit.framework */; }; + E1FBA011182EF33D00E3ECB8 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E1FBA00F182EF33D00E3ECB8 /* InfoPlist.strings */; }; + E1FBA01C182EF4F000E3ECB8 /* LSUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = E1FBA01B182EF4F000E3ECB8 /* LSUITests.m */; }; + ED99E145DD924F70AD343604 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 9B8F156FF3D5495A8B3523A9 /* libPods.a */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + E1FBA015182EF33D00E3ECB8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = E1EA281F1584FB33004B0898 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E1EA28271584FB34004B0898; + remoteInfo = LinkedStoryboards; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 2989AE0FA10F8F29EA31DD5B /* Pods-UI Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UI Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-UI Tests/Pods-UI Tests.debug.xcconfig"; sourceTree = ""; }; + 32D626759786D8E7189FFB4F /* Pods-UI Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UI Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-UI Tests/Pods-UI Tests.release.xcconfig"; sourceTree = ""; }; + 561707EF9ED5A1D8A6A62369 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = ""; }; + 9B8F156FF3D5495A8B3523A9 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; }; + A0A4BDA3DD423D4BD3957A1D /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = ""; }; + DB090D4A30B14765A53D3ACE /* libPods-UI Tests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-UI Tests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + E1C885FF17E53B4B00309733 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = ""; }; + E1EA28281584FB34004B0898 /* LinkedStoryboards.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LinkedStoryboards.app; sourceTree = BUILT_PRODUCTS_DIR; }; + E1EA282C1584FB34004B0898 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + E1EA282E1584FB34004B0898 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + E1EA28301584FB34004B0898 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + E1EA28341584FB34004B0898 /* LinkedStoryboards-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "LinkedStoryboards-Info.plist"; sourceTree = ""; }; + E1EA28361584FB34004B0898 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + E1EA28381584FB34004B0898 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + E1EA283A1584FB34004B0898 /* LinkedStoryboards-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "LinkedStoryboards-Prefix.pch"; sourceTree = ""; }; + E1EA283B1584FB34004B0898 /* LSAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LSAppDelegate.h; sourceTree = ""; }; + E1EA283C1584FB34004B0898 /* LSAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LSAppDelegate.m; sourceTree = ""; }; + E1EA283F1584FB34004B0898 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/MainStoryboard.storyboard; sourceTree = ""; }; + E1EA284A1584FB34004B0898 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; }; + E1EA28611584FB56004B0898 /* SecondaryStoryboard.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = SecondaryStoryboard.storyboard; sourceTree = ""; }; + E1EA28681584FDB7004B0898 /* LSHelloViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSHelloViewController.h; sourceTree = ""; }; + E1EA28691584FDB7004B0898 /* LSHelloViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSHelloViewController.m; sourceTree = ""; }; + E1EA286B1584FDC4004B0898 /* LSRandomNumberViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSRandomNumberViewController.h; sourceTree = ""; }; + E1EA286C1584FDC4004B0898 /* LSRandomNumberViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSRandomNumberViewController.m; sourceTree = ""; }; + E1EBCA6B1585263C00892759 /* LSLinkedViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSLinkedViewController.h; sourceTree = ""; }; + E1EBCA6C1585263C00892759 /* LSLinkedViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSLinkedViewController.m; sourceTree = ""; }; + E1EBCA6E1585265000892759 /* LSChooseViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSChooseViewController.h; sourceTree = ""; }; + E1EBCA6F1585265000892759 /* LSChooseViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSChooseViewController.m; sourceTree = ""; }; + E1EBCA7115857B3700892759 /* TertiaryStoryboard.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = TertiaryStoryboard.storyboard; sourceTree = ""; }; + E1EBCA7415857C0F00892759 /* LSParameterReceivingViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSParameterReceivingViewController.h; sourceTree = ""; }; + E1EBCA7515857C0F00892759 /* LSParameterReceivingViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSParameterReceivingViewController.m; sourceTree = ""; }; + E1EBCA7715857C3B00892759 /* ModalStoryboard.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = ModalStoryboard.storyboard; sourceTree = ""; }; + E1EBCA7A15857D4A00892759 /* LSModalViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSModalViewController.h; sourceTree = ""; }; + E1EBCA7B15857D4A00892759 /* LSModalViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSModalViewController.m; sourceTree = ""; }; + E1FBA007182EF33D00E3ECB8 /* UI Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "UI Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + E1FBA008182EF33D00E3ECB8 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + E1FBA00E182EF33D00E3ECB8 /* UI Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "UI Tests-Info.plist"; sourceTree = ""; }; + E1FBA010182EF33D00E3ECB8 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + E1FBA014182EF33D00E3ECB8 /* UI Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UI Tests-Prefix.pch"; sourceTree = ""; }; + E1FBA01B182EF4F000E3ECB8 /* LSUITests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSUITests.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + E1EA28251584FB34004B0898 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + E1EA282D1584FB34004B0898 /* UIKit.framework in Frameworks */, + E1EA282F1584FB34004B0898 /* Foundation.framework in Frameworks */, + E1EA28311584FB34004B0898 /* CoreGraphics.framework in Frameworks */, + ED99E145DD924F70AD343604 /* libPods.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E1FBA004182EF33D00E3ECB8 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + E1FBA009182EF33D00E3ECB8 /* XCTest.framework in Frameworks */, + E1FBA00B182EF33D00E3ECB8 /* UIKit.framework in Frameworks */, + E1FBA00A182EF33D00E3ECB8 /* Foundation.framework in Frameworks */, + 93EF28A8048E4DC9A07C18DE /* libPods-UI Tests.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 6BC9CA5E4ED0BCB1FC9BDADE /* Pods */ = { + isa = PBXGroup; + children = ( + A0A4BDA3DD423D4BD3957A1D /* Pods.debug.xcconfig */, + 561707EF9ED5A1D8A6A62369 /* Pods.release.xcconfig */, + 2989AE0FA10F8F29EA31DD5B /* Pods-UI Tests.debug.xcconfig */, + 32D626759786D8E7189FFB4F /* Pods-UI Tests.release.xcconfig */, + ); + name = Pods; + sourceTree = ""; + }; + E1EA281D1584FB33004B0898 = { + isa = PBXGroup; + children = ( + E1C885FF17E53B4B00309733 /* Default-568h@2x.png */, + E1EA28321584FB34004B0898 /* LinkedStoryboards */, + E1FBA00C182EF33D00E3ECB8 /* UI Tests */, + E1EA282B1584FB34004B0898 /* Frameworks */, + E1EA28291584FB34004B0898 /* Products */, + 6BC9CA5E4ED0BCB1FC9BDADE /* Pods */, + ); + sourceTree = ""; + }; + E1EA28291584FB34004B0898 /* Products */ = { + isa = PBXGroup; + children = ( + E1EA28281584FB34004B0898 /* LinkedStoryboards.app */, + E1FBA007182EF33D00E3ECB8 /* UI Tests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + E1EA282B1584FB34004B0898 /* Frameworks */ = { + isa = PBXGroup; + children = ( + E1EA282C1584FB34004B0898 /* UIKit.framework */, + E1EA282E1584FB34004B0898 /* Foundation.framework */, + E1EA28301584FB34004B0898 /* CoreGraphics.framework */, + E1EA284A1584FB34004B0898 /* SenTestingKit.framework */, + 9B8F156FF3D5495A8B3523A9 /* libPods.a */, + E1FBA008182EF33D00E3ECB8 /* XCTest.framework */, + DB090D4A30B14765A53D3ACE /* libPods-UI Tests.a */, + ); + name = Frameworks; + sourceTree = ""; + }; + E1EA28321584FB34004B0898 /* LinkedStoryboards */ = { + isa = PBXGroup; + children = ( + E1EA283B1584FB34004B0898 /* LSAppDelegate.h */, + E1EA283C1584FB34004B0898 /* LSAppDelegate.m */, + E1EA28631584FB5B004B0898 /* Main Storyboard */, + E1EA28641584FB62004B0898 /* Secondary Storyboard */, + E1EBCA7315857B3F00892759 /* Tertiary Storyboard */, + E1EBCA7915857C4100892759 /* Modal Storyboard */, + E1EA28331584FB34004B0898 /* Supporting Files */, + ); + path = LinkedStoryboards; + sourceTree = ""; + }; + E1EA28331584FB34004B0898 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + E1EA28341584FB34004B0898 /* LinkedStoryboards-Info.plist */, + E1EA28351584FB34004B0898 /* InfoPlist.strings */, + E1EA28381584FB34004B0898 /* main.m */, + E1EA283A1584FB34004B0898 /* LinkedStoryboards-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + E1EA28631584FB5B004B0898 /* Main Storyboard */ = { + isa = PBXGroup; + children = ( + E1EA283E1584FB34004B0898 /* MainStoryboard.storyboard */, + E1EA28681584FDB7004B0898 /* LSHelloViewController.h */, + E1EA28691584FDB7004B0898 /* LSHelloViewController.m */, + E1EA286B1584FDC4004B0898 /* LSRandomNumberViewController.h */, + E1EA286C1584FDC4004B0898 /* LSRandomNumberViewController.m */, + ); + name = "Main Storyboard"; + sourceTree = ""; + }; + E1EA28641584FB62004B0898 /* Secondary Storyboard */ = { + isa = PBXGroup; + children = ( + E1EA28611584FB56004B0898 /* SecondaryStoryboard.storyboard */, + E1EBCA6B1585263C00892759 /* LSLinkedViewController.h */, + E1EBCA6C1585263C00892759 /* LSLinkedViewController.m */, + E1EBCA6E1585265000892759 /* LSChooseViewController.h */, + E1EBCA6F1585265000892759 /* LSChooseViewController.m */, + ); + name = "Secondary Storyboard"; + sourceTree = ""; + }; + E1EBCA7315857B3F00892759 /* Tertiary Storyboard */ = { + isa = PBXGroup; + children = ( + E1EBCA7115857B3700892759 /* TertiaryStoryboard.storyboard */, + E1EBCA7415857C0F00892759 /* LSParameterReceivingViewController.h */, + E1EBCA7515857C0F00892759 /* LSParameterReceivingViewController.m */, + ); + name = "Tertiary Storyboard"; + sourceTree = ""; + }; + E1EBCA7915857C4100892759 /* Modal Storyboard */ = { + isa = PBXGroup; + children = ( + E1EBCA7715857C3B00892759 /* ModalStoryboard.storyboard */, + E1EBCA7A15857D4A00892759 /* LSModalViewController.h */, + E1EBCA7B15857D4A00892759 /* LSModalViewController.m */, + ); + name = "Modal Storyboard"; + sourceTree = ""; + }; + E1FBA00C182EF33D00E3ECB8 /* UI Tests */ = { + isa = PBXGroup; + children = ( + E1FBA01B182EF4F000E3ECB8 /* LSUITests.m */, + E1FBA00D182EF33D00E3ECB8 /* Supporting Files */, + ); + path = "UI Tests"; + sourceTree = ""; + }; + E1FBA00D182EF33D00E3ECB8 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + E1FBA00E182EF33D00E3ECB8 /* UI Tests-Info.plist */, + E1FBA00F182EF33D00E3ECB8 /* InfoPlist.strings */, + E1FBA014182EF33D00E3ECB8 /* UI Tests-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + E1EA28271584FB34004B0898 /* LinkedStoryboards */ = { + isa = PBXNativeTarget; + buildConfigurationList = E1EA285B1584FB34004B0898 /* Build configuration list for PBXNativeTarget "LinkedStoryboards" */; + buildPhases = ( + 810A94E555A2470393A833F7 /* Check Pods Manifest.lock */, + E1EA28241584FB34004B0898 /* Sources */, + E1EA28251584FB34004B0898 /* Frameworks */, + E1EA28261584FB34004B0898 /* Resources */, + E06690C9FEEC444E9CD77DB8 /* Copy Pods Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = LinkedStoryboards; + productName = LinkedStoryboards; + productReference = E1EA28281584FB34004B0898 /* LinkedStoryboards.app */; + productType = "com.apple.product-type.application"; + }; + E1FBA006182EF33D00E3ECB8 /* UI Tests */ = { + isa = PBXNativeTarget; + buildConfigurationList = E1FBA017182EF33D00E3ECB8 /* Build configuration list for PBXNativeTarget "UI Tests" */; + buildPhases = ( + 23A0C12EF1794FA9BCBF07CC /* Check Pods Manifest.lock */, + E1FBA003182EF33D00E3ECB8 /* Sources */, + E1FBA004182EF33D00E3ECB8 /* Frameworks */, + E1FBA005182EF33D00E3ECB8 /* Resources */, + 5FC3D13C91AE431A8F10ABE7 /* Copy Pods Resources */, + ); + buildRules = ( + ); + dependencies = ( + E1FBA016182EF33D00E3ECB8 /* PBXTargetDependency */, + ); + name = "UI Tests"; + productName = "UI Tests"; + productReference = E1FBA007182EF33D00E3ECB8 /* UI Tests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + E1EA281F1584FB33004B0898 /* Project object */ = { + isa = PBXProject; + attributes = { + CLASSPREFIX = LS; + LastUpgradeCheck = 0600; + ORGANIZATIONNAME = "Robert Brown"; + TargetAttributes = { + E1FBA006182EF33D00E3ECB8 = { + TestTargetID = E1EA28271584FB34004B0898; + }; + }; + }; + buildConfigurationList = E1EA28221584FB33004B0898 /* Build configuration list for PBXProject "LinkedStoryboards" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = E1EA281D1584FB33004B0898; + productRefGroup = E1EA28291584FB34004B0898 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + E1EA28271584FB34004B0898 /* LinkedStoryboards */, + E1FBA006182EF33D00E3ECB8 /* UI Tests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + E1EA28261584FB34004B0898 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E1EA28371584FB34004B0898 /* InfoPlist.strings in Resources */, + E1EA28401584FB34004B0898 /* MainStoryboard.storyboard in Resources */, + E1EA28621584FB56004B0898 /* SecondaryStoryboard.storyboard in Resources */, + E1EBCA7215857B3700892759 /* TertiaryStoryboard.storyboard in Resources */, + E1EBCA7815857C3B00892759 /* ModalStoryboard.storyboard in Resources */, + E1C8860017E53B4B00309733 /* Default-568h@2x.png in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E1FBA005182EF33D00E3ECB8 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E1FBA011182EF33D00E3ECB8 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 23A0C12EF1794FA9BCBF07CC /* Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Check Pods Manifest.lock"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; + showEnvVarsInLog = 0; + }; + 5FC3D13C91AE431A8F10ABE7 /* Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-UI Tests/Pods-UI Tests-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + 810A94E555A2470393A833F7 /* Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Check Pods Manifest.lock"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; + showEnvVarsInLog = 0; + }; + E06690C9FEEC444E9CD77DB8 /* Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + E1EA28241584FB34004B0898 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E1EA28391584FB34004B0898 /* main.m in Sources */, + E1EA283D1584FB34004B0898 /* LSAppDelegate.m in Sources */, + E1EA286A1584FDB7004B0898 /* LSHelloViewController.m in Sources */, + E1EA286D1584FDC4004B0898 /* LSRandomNumberViewController.m in Sources */, + E1EBCA6D1585263C00892759 /* LSLinkedViewController.m in Sources */, + E1EBCA701585265000892759 /* LSChooseViewController.m in Sources */, + E1EBCA7615857C0F00892759 /* LSParameterReceivingViewController.m in Sources */, + E1EBCA7C15857D4A00892759 /* LSModalViewController.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E1FBA003182EF33D00E3ECB8 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E1FBA01C182EF4F000E3ECB8 /* LSUITests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + E1FBA016182EF33D00E3ECB8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = E1EA28271584FB34004B0898 /* LinkedStoryboards */; + targetProxy = E1FBA015182EF33D00E3ECB8 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + E1EA28351584FB34004B0898 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + E1EA28361584FB34004B0898 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + E1EA283E1584FB34004B0898 /* MainStoryboard.storyboard */ = { + isa = PBXVariantGroup; + children = ( + E1EA283F1584FB34004B0898 /* en */, + ); + name = MainStoryboard.storyboard; + sourceTree = ""; + }; + E1FBA00F182EF33D00E3ECB8 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + E1FBA010182EF33D00E3ECB8 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + E1EA28591584FB34004B0898 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 5.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + E1EA285A1584FB34004B0898 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 5.1; + OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + E1EA285C1584FB34004B0898 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A0A4BDA3DD423D4BD3957A1D /* Pods.debug.xcconfig */; + buildSettings = { + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "LinkedStoryboards/LinkedStoryboards-Prefix.pch"; + INFOPLIST_FILE = "LinkedStoryboards/LinkedStoryboards-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + E1EA285D1584FB34004B0898 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 561707EF9ED5A1D8A6A62369 /* Pods.release.xcconfig */; + buildSettings = { + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "LinkedStoryboards/LinkedStoryboards-Prefix.pch"; + INFOPLIST_FILE = "LinkedStoryboards/LinkedStoryboards-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + E1FBA018182EF33D00E3ECB8 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2989AE0FA10F8F29EA31DD5B /* Pods-UI Tests.debug.xcconfig */; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/LinkedStoryboards.app/LinkedStoryboards"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "UI Tests/UI Tests-Prefix.pch"; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + INFOPLIST_FILE = "UI Tests/UI Tests-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + }; + name = Debug; + }; + E1FBA019182EF33D00E3ECB8 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 32D626759786D8E7189FFB4F /* Pods-UI Tests.release.xcconfig */; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/LinkedStoryboards.app/LinkedStoryboards"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + ENABLE_NS_ASSERTIONS = NO; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "UI Tests/UI Tests-Prefix.pch"; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + INFOPLIST_FILE = "UI Tests/UI Tests-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + E1EA28221584FB33004B0898 /* Build configuration list for PBXProject "LinkedStoryboards" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E1EA28591584FB34004B0898 /* Debug */, + E1EA285A1584FB34004B0898 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + E1EA285B1584FB34004B0898 /* Build configuration list for PBXNativeTarget "LinkedStoryboards" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E1EA285C1584FB34004B0898 /* Debug */, + E1EA285D1584FB34004B0898 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + E1FBA017182EF33D00E3ECB8 /* Build configuration list for PBXNativeTarget "UI Tests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E1FBA018182EF33D00E3ECB8 /* Debug */, + E1FBA019182EF33D00E3ECB8 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = E1EA281F1584FB33004B0898 /* Project object */; +} diff --git a/LinkedStoryboards/LinkedStoryboards.xcodeproj/xcshareddata/xcschemes/LinkedStoryboards.xcscheme b/LinkedStoryboards/LinkedStoryboards.xcodeproj/xcshareddata/xcschemes/LinkedStoryboards.xcscheme new file mode 100644 index 0000000..a83443d --- /dev/null +++ b/LinkedStoryboards/LinkedStoryboards.xcodeproj/xcshareddata/xcschemes/LinkedStoryboards.xcscheme @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/LinkedStoryboards/LinkedStoryboards.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/LinkedStoryboards/LinkedStoryboards.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings new file mode 100644 index 0000000..08de0be --- /dev/null +++ b/LinkedStoryboards/LinkedStoryboards.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings @@ -0,0 +1,8 @@ + + + + + IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded + + + diff --git a/LinkedTabs/LinkedTabs.xcodeproj/project.pbxproj b/LinkedTabs/LinkedTabs.xcodeproj/project.pbxproj index d9e2882..eed8b92 100644 --- a/LinkedTabs/LinkedTabs.xcodeproj/project.pbxproj +++ b/LinkedTabs/LinkedTabs.xcodeproj/project.pbxproj @@ -72,7 +72,7 @@ E1EBCA4515851A8500892759 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; }; E1EBCA6715851B4B00892759 /* FirstTabStoryboard.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = FirstTabStoryboard.storyboard; sourceTree = ""; }; E1EBCA6915851B5600892759 /* SecondTabStoryboard.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = SecondTabStoryboard.storyboard; sourceTree = ""; }; - E1FBA024182EFEB000E3ECB8 /* UI Tests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "UI Tests.octest"; sourceTree = BUILT_PRODUCTS_DIR; }; + E1FBA024182EFEB000E3ECB8 /* UI Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "UI Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; E1FBA025182EFEB000E3ECB8 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; E1FBA02B182EFEB000E3ECB8 /* UI Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "UI Tests-Info.plist"; sourceTree = ""; }; E1FBA02D182EFEB000E3ECB8 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; @@ -133,7 +133,7 @@ isa = PBXGroup; children = ( E1EBCA1815851A8500892759 /* LinkedTabs.app */, - E1FBA024182EFEB000E3ECB8 /* UI Tests.octest */, + E1FBA024182EFEB000E3ECB8 /* UI Tests.xctest */, ); name = Products; sourceTree = ""; @@ -258,7 +258,7 @@ ); name = "UI Tests"; productName = "UI Tests"; - productReference = E1FBA024182EFEB000E3ECB8 /* UI Tests.octest */; + productReference = E1FBA024182EFEB000E3ECB8 /* UI Tests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ @@ -559,7 +559,6 @@ IPHONEOS_DEPLOYMENT_TARGET = 7.0; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; - WRAPPER_EXTENSION = octest; }; name = Debug; }; @@ -587,7 +586,6 @@ IPHONEOS_DEPLOYMENT_TARGET = 7.0; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; - WRAPPER_EXTENSION = octest; }; name = Release; }; diff --git a/LinkedTabs/LinkedTabs.xcodeproj/xcshareddata/xcschemes/LinkedTabs.xcscheme b/LinkedTabs/LinkedTabs.xcodeproj/xcshareddata/xcschemes/LinkedTabs.xcscheme new file mode 100644 index 0000000..27ff26e --- /dev/null +++ b/LinkedTabs/LinkedTabs.xcodeproj/xcshareddata/xcschemes/LinkedTabs.xcscheme @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/LinkedTabs/LinkedTabs.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/LinkedTabs/LinkedTabs.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings new file mode 100644 index 0000000..08de0be --- /dev/null +++ b/LinkedTabs/LinkedTabs.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings @@ -0,0 +1,8 @@ + + + + + IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded + + +