From 5c09c58a2cc83d0c0bd73580c08b58a11e2b7819 Mon Sep 17 00:00:00 2001 From: Ayaka Nonaka Date: Sun, 15 Mar 2015 12:11:38 -0700 Subject: [PATCH] Bump version to 1.5.0 --- Podfile.lock | 2 +- VENCalculatorInputView.podspec | 2 +- .../project.pbxproj | 20 +- VENCalculatorInputViewSample/Podfile.lock | 6 +- .../project.pbxproj | 1619 ++++++----------- 5 files changed, 551 insertions(+), 1098 deletions(-) diff --git a/Podfile.lock b/Podfile.lock index c334e03..1909bcf 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -13,4 +13,4 @@ SPEC CHECKSUMS: OCMock: b9836ab89d8d5e66cbe6333f93857037c310ee62 Specta: 9141310f46b1f68b676650ff2854e1ed0b74163a -COCOAPODS: 0.33.1 +COCOAPODS: 0.36.0 diff --git a/VENCalculatorInputView.podspec b/VENCalculatorInputView.podspec index 0b21ca6..192bec2 100644 --- a/VENCalculatorInputView.podspec +++ b/VENCalculatorInputView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "VENCalculatorInputView" - s.version = "1.4.0" + s.version = "1.5.0" s.summary = "Venmo-style calculator keyboard for iOS" s.description = <<-DESC A pretty calculator keyboard for iOS. Use it as a standalone keyboard or use our VENCalculatorInputTextField. diff --git a/VENCalculatorInputView.xcodeproj/project.pbxproj b/VENCalculatorInputView.xcodeproj/project.pbxproj index bd1adb7..ca1dd42 100644 --- a/VENCalculatorInputView.xcodeproj/project.pbxproj +++ b/VENCalculatorInputView.xcodeproj/project.pbxproj @@ -52,7 +52,7 @@ 2F74D09B196F533B0040C816 /* UITextField+VENCalculatorInputView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UITextField+VENCalculatorInputView.h"; sourceTree = ""; }; 2F74D09C196F533B0040C816 /* UITextField+VENCalculatorInputView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UITextField+VENCalculatorInputView.m"; sourceTree = ""; }; 2F74D09E196F53E20040C816 /* UITextField+VENCalculatorInputViewSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UITextField+VENCalculatorInputViewSpec.m"; sourceTree = ""; }; - 8ECCE86895A54E0F8FA38DA9 /* Pods-VENCalculatorInputViewTests.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VENCalculatorInputViewTests.xcconfig"; path = "Pods/Pods-VENCalculatorInputViewTests.xcconfig"; sourceTree = ""; }; + 382246DCE4C0E18FFC29538F /* Pods-VENCalculatorInputViewTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VENCalculatorInputViewTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-VENCalculatorInputViewTests/Pods-VENCalculatorInputViewTests.debug.xcconfig"; sourceTree = ""; }; B6F22CF918AC031100543816 /* libVENCalculatorInputView.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libVENCalculatorInputView.a; sourceTree = BUILT_PRODUCTS_DIR; }; B6F22CFC18AC031100543816 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; B6F22D0018AC031100543816 /* VENCalculatorInputView-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "VENCalculatorInputView-Prefix.pch"; sourceTree = ""; }; @@ -74,6 +74,7 @@ B6FD6360196BAB8700D1913C /* NSString+VENCalculatorInputView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+VENCalculatorInputView.h"; sourceTree = ""; }; B6FD6361196BAB8700D1913C /* NSString+VENCalculatorInputView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+VENCalculatorInputView.m"; sourceTree = ""; }; B6FD6363196BB09D00D1913C /* NSString+VENCalculatorInputViewSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+VENCalculatorInputViewSpec.m"; sourceTree = ""; }; + BA38E94872D6B1E128555B04 /* Pods-VENCalculatorInputViewTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VENCalculatorInputViewTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-VENCalculatorInputViewTests/Pods-VENCalculatorInputViewTests.release.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -99,6 +100,15 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 188C84F12C216EDAE3E7DA39 /* Pods */ = { + isa = PBXGroup; + children = ( + 382246DCE4C0E18FFC29538F /* Pods-VENCalculatorInputViewTests.debug.xcconfig */, + BA38E94872D6B1E128555B04 /* Pods-VENCalculatorInputViewTests.release.xcconfig */, + ); + name = Pods; + sourceTree = ""; + }; B6F22CF018AC031000543816 = { isa = PBXGroup; children = ( @@ -106,7 +116,7 @@ B6F22D1218AC031100543816 /* VENCalculatorInputViewTests */, B6F22CFB18AC031100543816 /* Frameworks */, B6F22CFA18AC031100543816 /* Products */, - 8ECCE86895A54E0F8FA38DA9 /* Pods-VENCalculatorInputViewTests.xcconfig */, + 188C84F12C216EDAE3E7DA39 /* Pods */, ); sourceTree = ""; }; @@ -280,7 +290,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Pods-VENCalculatorInputViewTests-resources.sh\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-VENCalculatorInputViewTests/Pods-VENCalculatorInputViewTests-resources.sh\"\n"; showEnvVarsInLog = 0; }; A953CD3FA4524205B403029C /* Check Pods Manifest.lock */ = { @@ -441,7 +451,7 @@ }; B6F22D2018AC031100543816 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8ECCE86895A54E0F8FA38DA9 /* Pods-VENCalculatorInputViewTests.xcconfig */; + baseConfigurationReference = 382246DCE4C0E18FFC29538F /* Pods-VENCalculatorInputViewTests.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; FRAMEWORK_SEARCH_PATHS = ( @@ -463,7 +473,7 @@ }; B6F22D2118AC031100543816 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8ECCE86895A54E0F8FA38DA9 /* Pods-VENCalculatorInputViewTests.xcconfig */; + baseConfigurationReference = BA38E94872D6B1E128555B04 /* Pods-VENCalculatorInputViewTests.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; FRAMEWORK_SEARCH_PATHS = ( diff --git a/VENCalculatorInputViewSample/Podfile.lock b/VENCalculatorInputViewSample/Podfile.lock index 71e7c28..d464da5 100644 --- a/VENCalculatorInputViewSample/Podfile.lock +++ b/VENCalculatorInputViewSample/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - VENCalculatorInputView (1.4.0) + - VENCalculatorInputView (1.5.0) DEPENDENCIES: - VENCalculatorInputView (from `./../`) @@ -9,6 +9,6 @@ EXTERNAL SOURCES: :path: ./../ SPEC CHECKSUMS: - VENCalculatorInputView: c531698d42004020f8c1b8bca5e9b860fafc187e + VENCalculatorInputView: d1c7d8de862c954853a33f9d96ff08dfcc771dbb -COCOAPODS: 0.33.1 +COCOAPODS: 0.36.0 diff --git a/VENCalculatorInputViewSample/VENCalculatorInputViewSample.xcodeproj/project.pbxproj b/VENCalculatorInputViewSample/VENCalculatorInputViewSample.xcodeproj/project.pbxproj index 1e65cac..b518573 100644 --- a/VENCalculatorInputViewSample/VENCalculatorInputViewSample.xcodeproj/project.pbxproj +++ b/VENCalculatorInputViewSample/VENCalculatorInputViewSample.xcodeproj/project.pbxproj @@ -1,1088 +1,531 @@ - - - - - archiveVersion - 1 - classes - - objectVersion - 46 - objects - - 09EF00F391EA4C63878E7489 - - buildActionMask - 2147483647 - files - - inputPaths - - isa - PBXShellScriptBuildPhase - name - Copy Pods Resources - outputPaths - - runOnlyForDeploymentPostprocessing - 0 - shellPath - /bin/sh - shellScript - "${SRCROOT}/Pods/Pods-VENCalculatorInputViewSample-resources.sh" - - showEnvVarsInLog - 0 - - 2CBB59849A1C47F0BF1325E8 - - fileRef - E99D08981FEF415990879498 - isa - PBXBuildFile - - 2D2AA7AEAC7741FCB800E285 - - 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 - - B64A633E18AAB0990091A465 - - children - - B64A635018AAB0990091A465 - B64A636F18AAB0990091A465 - B64A634918AAB0990091A465 - B64A634818AAB0990091A465 - E6EB89F5A1E94C7D980410B6 - - isa - PBXGroup - sourceTree - <group> - - B64A633F18AAB0990091A465 - - attributes - - CLASSPREFIX - VEN - LastUpgradeCheck - 0500 - ORGANIZATIONNAME - Venmo - TargetAttributes - - B64A636718AAB0990091A465 - - TestTargetID - B64A634618AAB0990091A465 - - - - buildConfigurationList - B64A634218AAB0990091A465 - compatibilityVersion - Xcode 3.2 - developmentRegion - English - hasScannedForEncodings - 0 - isa - PBXProject - knownRegions - - en - Base - - mainGroup - B64A633E18AAB0990091A465 - productRefGroup - B64A634818AAB0990091A465 - projectDirPath - - projectReferences - - projectRoot - - targets - - B64A634618AAB0990091A465 - B64A636718AAB0990091A465 - - - B64A634218AAB0990091A465 - - buildConfigurations - - B64A637718AAB09A0091A465 - B64A637818AAB09A0091A465 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - B64A634318AAB0990091A465 - - buildActionMask - 2147483647 - files - - B64A636118AAB0990091A465 - B64A635B18AAB0990091A465 - B64A635718AAB0990091A465 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - B64A634418AAB0990091A465 - - buildActionMask - 2147483647 - files - - B64A634D18AAB0990091A465 - B64A634F18AAB0990091A465 - B64A634B18AAB0990091A465 - 2CBB59849A1C47F0BF1325E8 - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - B64A634518AAB0990091A465 - - buildActionMask - 2147483647 - files - - B64A636318AAB0990091A465 - B64A635518AAB0990091A465 - B64A635E18AAB0990091A465 - - isa - PBXResourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - B64A634618AAB0990091A465 - - buildConfigurationList - B64A637918AAB09A0091A465 - buildPhases - - 2D2AA7AEAC7741FCB800E285 - B64A634318AAB0990091A465 - B64A634418AAB0990091A465 - B64A634518AAB0990091A465 - 09EF00F391EA4C63878E7489 - - buildRules - - dependencies - - isa - PBXNativeTarget - name - VENCalculatorInputViewSample - productName - VENCalculatorInputViewSample - productReference - B64A634718AAB0990091A465 - productType - com.apple.product-type.application - - B64A634718AAB0990091A465 - - explicitFileType - wrapper.application - includeInIndex - 0 - isa - PBXFileReference - path - VENCalculatorInputViewSample.app - sourceTree - BUILT_PRODUCTS_DIR - - B64A634818AAB0990091A465 - - children - - B64A634718AAB0990091A465 - B64A636818AAB0990091A465 - - isa - PBXGroup - name - Products - sourceTree - <group> - - B64A634918AAB0990091A465 - - children - - B64A634A18AAB0990091A465 - B64A634C18AAB0990091A465 - B64A634E18AAB0990091A465 - B64A636918AAB0990091A465 - E99D08981FEF415990879498 - - isa - PBXGroup - name - Frameworks - sourceTree - <group> - - B64A634A18AAB0990091A465 - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - Foundation.framework - path - System/Library/Frameworks/Foundation.framework - sourceTree - SDKROOT - - B64A634B18AAB0990091A465 - - fileRef - B64A634A18AAB0990091A465 - isa - PBXBuildFile - - B64A634C18AAB0990091A465 - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - CoreGraphics.framework - path - System/Library/Frameworks/CoreGraphics.framework - sourceTree - SDKROOT - - B64A634D18AAB0990091A465 - - fileRef - B64A634C18AAB0990091A465 - isa - PBXBuildFile - - B64A634E18AAB0990091A465 - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - UIKit.framework - path - System/Library/Frameworks/UIKit.framework - sourceTree - SDKROOT - - B64A634F18AAB0990091A465 - - fileRef - B64A634E18AAB0990091A465 - isa - PBXBuildFile - - B64A635018AAB0990091A465 - - children - - B64A635918AAB0990091A465 - B64A635A18AAB0990091A465 - B64A635C18AAB0990091A465 - B64A635F18AAB0990091A465 - B64A636018AAB0990091A465 - B64A636218AAB0990091A465 - B64A635118AAB0990091A465 - - isa - PBXGroup - path - VENCalculatorInputViewSample - sourceTree - <group> - - B64A635118AAB0990091A465 - - children - - B64A635218AAB0990091A465 - B64A635318AAB0990091A465 - B64A635618AAB0990091A465 - B64A635818AAB0990091A465 - - isa - PBXGroup - name - Supporting Files - sourceTree - <group> - - B64A635218AAB0990091A465 - - isa - PBXFileReference - lastKnownFileType - text.plist.xml - path - VENCalculatorInputViewSample-Info.plist - sourceTree - <group> - - B64A635318AAB0990091A465 - - children - - B64A635418AAB0990091A465 - - isa - PBXVariantGroup - name - InfoPlist.strings - sourceTree - <group> - - B64A635418AAB0990091A465 - - isa - PBXFileReference - lastKnownFileType - text.plist.strings - name - en - path - en.lproj/InfoPlist.strings - sourceTree - <group> - - B64A635518AAB0990091A465 - - fileRef - B64A635318AAB0990091A465 - isa - PBXBuildFile - - B64A635618AAB0990091A465 - - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - main.m - sourceTree - <group> - - B64A635718AAB0990091A465 - - fileRef - B64A635618AAB0990091A465 - isa - PBXBuildFile - - B64A635818AAB0990091A465 - - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - VENCalculatorInputViewSample-Prefix.pch - sourceTree - <group> - - B64A635918AAB0990091A465 - - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - VENAppDelegate.h - sourceTree - <group> - - B64A635A18AAB0990091A465 - - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - VENAppDelegate.m - sourceTree - <group> - - B64A635B18AAB0990091A465 - - fileRef - B64A635A18AAB0990091A465 - isa - PBXBuildFile - - B64A635C18AAB0990091A465 - - children - - B64A635D18AAB0990091A465 - - isa - PBXVariantGroup - name - Main.storyboard - sourceTree - <group> - - B64A635D18AAB0990091A465 - - isa - PBXFileReference - lastKnownFileType - file.storyboard - name - Base - path - Base.lproj/Main.storyboard - sourceTree - <group> - - B64A635E18AAB0990091A465 - - fileRef - B64A635C18AAB0990091A465 - isa - PBXBuildFile - - B64A635F18AAB0990091A465 - - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - VENViewController.h - sourceTree - <group> - - B64A636018AAB0990091A465 - - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - VENViewController.m - sourceTree - <group> - - B64A636118AAB0990091A465 - - fileRef - B64A636018AAB0990091A465 - isa - PBXBuildFile - - B64A636218AAB0990091A465 - - isa - PBXFileReference - lastKnownFileType - folder.assetcatalog - path - Images.xcassets - sourceTree - <group> - - B64A636318AAB0990091A465 - - fileRef - B64A636218AAB0990091A465 - isa - PBXBuildFile - - B64A636418AAB0990091A465 - - buildActionMask - 2147483647 - files - - B64A637618AAB09A0091A465 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - B64A636518AAB0990091A465 - - buildActionMask - 2147483647 - files - - B64A636A18AAB0990091A465 - B64A636C18AAB0990091A465 - B64A636B18AAB0990091A465 - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - B64A636618AAB0990091A465 - - buildActionMask - 2147483647 - files - - B64A637418AAB09A0091A465 - - isa - PBXResourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - B64A636718AAB0990091A465 - - buildConfigurationList - B64A637C18AAB09A0091A465 - buildPhases - - B64A636418AAB0990091A465 - B64A636518AAB0990091A465 - B64A636618AAB0990091A465 - - buildRules - - dependencies - - B64A636E18AAB0990091A465 - - isa - PBXNativeTarget - name - VENCalculatorInputViewSampleTests - productName - VENCalculatorInputViewSampleTests - productReference - B64A636818AAB0990091A465 - productType - com.apple.product-type.bundle.unit-test - - B64A636818AAB0990091A465 - - explicitFileType - wrapper.cfbundle - includeInIndex - 0 - isa - PBXFileReference - path - VENCalculatorInputViewSampleTests.xctest - sourceTree - BUILT_PRODUCTS_DIR - - B64A636918AAB0990091A465 - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - XCTest.framework - path - Library/Frameworks/XCTest.framework - sourceTree - DEVELOPER_DIR - - B64A636A18AAB0990091A465 - - fileRef - B64A636918AAB0990091A465 - isa - PBXBuildFile - - B64A636B18AAB0990091A465 - - fileRef - B64A634A18AAB0990091A465 - isa - PBXBuildFile - - B64A636C18AAB0990091A465 - - fileRef - B64A634E18AAB0990091A465 - isa - PBXBuildFile - - B64A636D18AAB0990091A465 - - containerPortal - B64A633F18AAB0990091A465 - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - B64A634618AAB0990091A465 - remoteInfo - VENCalculatorInputViewSample - - B64A636E18AAB0990091A465 - - isa - PBXTargetDependency - target - B64A634618AAB0990091A465 - targetProxy - B64A636D18AAB0990091A465 - - B64A636F18AAB0990091A465 - - children - - B64A637518AAB09A0091A465 - B64A637018AAB0990091A465 - - isa - PBXGroup - path - VENCalculatorInputViewSampleTests - sourceTree - <group> - - B64A637018AAB0990091A465 - - children - - B64A637118AAB0990091A465 - B64A637218AAB09A0091A465 - - isa - PBXGroup - name - Supporting Files - sourceTree - <group> - - B64A637118AAB0990091A465 - - isa - PBXFileReference - lastKnownFileType - text.plist.xml - path - VENCalculatorInputViewSampleTests-Info.plist - sourceTree - <group> - - B64A637218AAB09A0091A465 - - children - - B64A637318AAB09A0091A465 - - isa - PBXVariantGroup - name - InfoPlist.strings - sourceTree - <group> - - B64A637318AAB09A0091A465 - - isa - PBXFileReference - lastKnownFileType - text.plist.strings - name - en - path - en.lproj/InfoPlist.strings - sourceTree - <group> - - B64A637418AAB09A0091A465 - - fileRef - B64A637218AAB09A0091A465 - isa - PBXBuildFile - - B64A637518AAB09A0091A465 - - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - VENCalculatorInputViewSampleTests.m - sourceTree - <group> - - B64A637618AAB09A0091A465 - - fileRef - B64A637518AAB09A0091A465 - isa - PBXBuildFile - - B64A637718AAB09A0091A465 - - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - ARCHS - $(ARCHS_STANDARD_INCLUDING_64_BIT) - 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__DUPLICATE_METHOD_MATCH - YES - CODE_SIGN_IDENTITY[sdk=iphoneos*] - iPhone Developer - COPY_PHASE_STRIP - NO - 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_WARN_64_TO_32_BIT_CONVERSION - YES - GCC_WARN_ABOUT_RETURN_TYPE - YES_ERROR - GCC_WARN_UNDECLARED_SELECTOR - YES - GCC_WARN_UNINITIALIZED_AUTOS - YES - GCC_WARN_UNUSED_FUNCTION - YES - GCC_WARN_UNUSED_VARIABLE - YES - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - ONLY_ACTIVE_ARCH - YES - SDKROOT - iphoneos - - isa - XCBuildConfiguration - name - Debug - - B64A637818AAB09A0091A465 - - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - ARCHS - $(ARCHS_STANDARD_INCLUDING_64_BIT) - 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__DUPLICATE_METHOD_MATCH - YES - CODE_SIGN_IDENTITY[sdk=iphoneos*] - iPhone Developer - COPY_PHASE_STRIP - YES - ENABLE_NS_ASSERTIONS - NO - GCC_C_LANGUAGE_STANDARD - gnu99 - 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 - GCC_WARN_UNUSED_FUNCTION - YES - GCC_WARN_UNUSED_VARIABLE - YES - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - SDKROOT - iphoneos - VALIDATE_PRODUCT - YES - - isa - XCBuildConfiguration - name - Release - - B64A637918AAB09A0091A465 - - buildConfigurations - - B64A637A18AAB09A0091A465 - B64A637B18AAB09A0091A465 - - defaultConfigurationIsVisible - 0 - isa - XCConfigurationList - - B64A637A18AAB09A0091A465 - - baseConfigurationReference - E6EB89F5A1E94C7D980410B6 - buildSettings - - ASSETCATALOG_COMPILER_APPICON_NAME - AppIcon - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME - LaunchImage - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - VENCalculatorInputViewSample/VENCalculatorInputViewSample-Prefix.pch - INFOPLIST_FILE - VENCalculatorInputViewSample/VENCalculatorInputViewSample-Info.plist - PRODUCT_NAME - $(TARGET_NAME) - WRAPPER_EXTENSION - app - - isa - XCBuildConfiguration - name - Debug - - B64A637B18AAB09A0091A465 - - baseConfigurationReference - E6EB89F5A1E94C7D980410B6 - buildSettings - - ASSETCATALOG_COMPILER_APPICON_NAME - AppIcon - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME - LaunchImage - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - VENCalculatorInputViewSample/VENCalculatorInputViewSample-Prefix.pch - INFOPLIST_FILE - VENCalculatorInputViewSample/VENCalculatorInputViewSample-Info.plist - PRODUCT_NAME - $(TARGET_NAME) - WRAPPER_EXTENSION - app - - isa - XCBuildConfiguration - name - Release - - B64A637C18AAB09A0091A465 - - buildConfigurations - - B64A637D18AAB09A0091A465 - B64A637E18AAB09A0091A465 - - defaultConfigurationIsVisible - 0 - isa - XCConfigurationList - - B64A637D18AAB09A0091A465 - - buildSettings - - ARCHS - $(ARCHS_STANDARD_INCLUDING_64_BIT) - BUNDLE_LOADER - $(BUILT_PRODUCTS_DIR)/VENCalculatorInputViewSample.app/VENCalculatorInputViewSample - FRAMEWORK_SEARCH_PATHS - - $(SDKROOT)/Developer/Library/Frameworks - $(inherited) - $(DEVELOPER_FRAMEWORKS_DIR) - - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - VENCalculatorInputViewSample/VENCalculatorInputViewSample-Prefix.pch - GCC_PREPROCESSOR_DEFINITIONS - - DEBUG=1 - $(inherited) - - INFOPLIST_FILE - VENCalculatorInputViewSampleTests/VENCalculatorInputViewSampleTests-Info.plist - PRODUCT_NAME - $(TARGET_NAME) - TEST_HOST - $(BUNDLE_LOADER) - WRAPPER_EXTENSION - xctest - - isa - XCBuildConfiguration - name - Debug - - B64A637E18AAB09A0091A465 - - buildSettings - - ARCHS - $(ARCHS_STANDARD_INCLUDING_64_BIT) - BUNDLE_LOADER - $(BUILT_PRODUCTS_DIR)/VENCalculatorInputViewSample.app/VENCalculatorInputViewSample - FRAMEWORK_SEARCH_PATHS - - $(SDKROOT)/Developer/Library/Frameworks - $(inherited) - $(DEVELOPER_FRAMEWORKS_DIR) - - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - VENCalculatorInputViewSample/VENCalculatorInputViewSample-Prefix.pch - INFOPLIST_FILE - VENCalculatorInputViewSampleTests/VENCalculatorInputViewSampleTests-Info.plist - PRODUCT_NAME - $(TARGET_NAME) - TEST_HOST - $(BUNDLE_LOADER) - WRAPPER_EXTENSION - xctest - - isa - XCBuildConfiguration - name - Release - - E6EB89F5A1E94C7D980410B6 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - name - Pods-VENCalculatorInputViewSample.xcconfig - path - Pods/Pods-VENCalculatorInputViewSample.xcconfig - sourceTree - <group> - - E99D08981FEF415990879498 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - path - libPods-VENCalculatorInputViewSample.a - sourceTree - BUILT_PRODUCTS_DIR - - - rootObject - B64A633F18AAB0990091A465 - - +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 2CBB59849A1C47F0BF1325E8 /* libPods-VENCalculatorInputViewSample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E99D08981FEF415990879498 /* libPods-VENCalculatorInputViewSample.a */; }; + B64A634B18AAB0990091A465 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B64A634A18AAB0990091A465 /* Foundation.framework */; }; + B64A634D18AAB0990091A465 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B64A634C18AAB0990091A465 /* CoreGraphics.framework */; }; + B64A634F18AAB0990091A465 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B64A634E18AAB0990091A465 /* UIKit.framework */; }; + B64A635518AAB0990091A465 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = B64A635318AAB0990091A465 /* InfoPlist.strings */; }; + B64A635718AAB0990091A465 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = B64A635618AAB0990091A465 /* main.m */; }; + B64A635B18AAB0990091A465 /* VENAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B64A635A18AAB0990091A465 /* VENAppDelegate.m */; }; + B64A635E18AAB0990091A465 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B64A635C18AAB0990091A465 /* Main.storyboard */; }; + B64A636118AAB0990091A465 /* VENViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B64A636018AAB0990091A465 /* VENViewController.m */; }; + B64A636318AAB0990091A465 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B64A636218AAB0990091A465 /* Images.xcassets */; }; + B64A636A18AAB0990091A465 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B64A636918AAB0990091A465 /* XCTest.framework */; }; + B64A636B18AAB0990091A465 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B64A634A18AAB0990091A465 /* Foundation.framework */; }; + B64A636C18AAB0990091A465 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B64A634E18AAB0990091A465 /* UIKit.framework */; }; + B64A637418AAB09A0091A465 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = B64A637218AAB09A0091A465 /* InfoPlist.strings */; }; + B64A637618AAB09A0091A465 /* VENCalculatorInputViewSampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B64A637518AAB09A0091A465 /* VENCalculatorInputViewSampleTests.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + B64A636D18AAB0990091A465 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = B64A633F18AAB0990091A465 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B64A634618AAB0990091A465; + remoteInfo = VENCalculatorInputViewSample; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 220CB6253C40657765F007F6 /* Pods-VENCalculatorInputViewSample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VENCalculatorInputViewSample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-VENCalculatorInputViewSample/Pods-VENCalculatorInputViewSample.debug.xcconfig"; sourceTree = ""; }; + B64A634718AAB0990091A465 /* VENCalculatorInputViewSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = VENCalculatorInputViewSample.app; sourceTree = BUILT_PRODUCTS_DIR; }; + B64A634A18AAB0990091A465 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + B64A634C18AAB0990091A465 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + B64A634E18AAB0990091A465 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + B64A635218AAB0990091A465 /* VENCalculatorInputViewSample-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "VENCalculatorInputViewSample-Info.plist"; sourceTree = ""; }; + B64A635418AAB0990091A465 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + B64A635618AAB0990091A465 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + B64A635818AAB0990091A465 /* VENCalculatorInputViewSample-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "VENCalculatorInputViewSample-Prefix.pch"; sourceTree = ""; }; + B64A635918AAB0990091A465 /* VENAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VENAppDelegate.h; sourceTree = ""; }; + B64A635A18AAB0990091A465 /* VENAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VENAppDelegate.m; sourceTree = ""; }; + B64A635D18AAB0990091A465 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + B64A635F18AAB0990091A465 /* VENViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VENViewController.h; sourceTree = ""; }; + B64A636018AAB0990091A465 /* VENViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VENViewController.m; sourceTree = ""; }; + B64A636218AAB0990091A465 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + B64A636818AAB0990091A465 /* VENCalculatorInputViewSampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = VENCalculatorInputViewSampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + B64A636918AAB0990091A465 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + B64A637118AAB0990091A465 /* VENCalculatorInputViewSampleTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "VENCalculatorInputViewSampleTests-Info.plist"; sourceTree = ""; }; + B64A637318AAB09A0091A465 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + B64A637518AAB09A0091A465 /* VENCalculatorInputViewSampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VENCalculatorInputViewSampleTests.m; sourceTree = ""; }; + C38F1368BB419BF5E1EC2072 /* Pods-VENCalculatorInputViewSample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VENCalculatorInputViewSample.release.xcconfig"; path = "Pods/Target Support Files/Pods-VENCalculatorInputViewSample/Pods-VENCalculatorInputViewSample.release.xcconfig"; sourceTree = ""; }; + E99D08981FEF415990879498 /* libPods-VENCalculatorInputViewSample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-VENCalculatorInputViewSample.a"; sourceTree = BUILT_PRODUCTS_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + B64A634418AAB0990091A465 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B64A634D18AAB0990091A465 /* CoreGraphics.framework in Frameworks */, + B64A634F18AAB0990091A465 /* UIKit.framework in Frameworks */, + B64A634B18AAB0990091A465 /* Foundation.framework in Frameworks */, + 2CBB59849A1C47F0BF1325E8 /* libPods-VENCalculatorInputViewSample.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B64A636518AAB0990091A465 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B64A636A18AAB0990091A465 /* XCTest.framework in Frameworks */, + B64A636C18AAB0990091A465 /* UIKit.framework in Frameworks */, + B64A636B18AAB0990091A465 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 79FD9B5A446B4FD6EEB36C5D /* Pods */ = { + isa = PBXGroup; + children = ( + 220CB6253C40657765F007F6 /* Pods-VENCalculatorInputViewSample.debug.xcconfig */, + C38F1368BB419BF5E1EC2072 /* Pods-VENCalculatorInputViewSample.release.xcconfig */, + ); + name = Pods; + sourceTree = ""; + }; + B64A633E18AAB0990091A465 = { + isa = PBXGroup; + children = ( + B64A635018AAB0990091A465 /* VENCalculatorInputViewSample */, + B64A636F18AAB0990091A465 /* VENCalculatorInputViewSampleTests */, + B64A634918AAB0990091A465 /* Frameworks */, + B64A634818AAB0990091A465 /* Products */, + 79FD9B5A446B4FD6EEB36C5D /* Pods */, + ); + sourceTree = ""; + }; + B64A634818AAB0990091A465 /* Products */ = { + isa = PBXGroup; + children = ( + B64A634718AAB0990091A465 /* VENCalculatorInputViewSample.app */, + B64A636818AAB0990091A465 /* VENCalculatorInputViewSampleTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + B64A634918AAB0990091A465 /* Frameworks */ = { + isa = PBXGroup; + children = ( + B64A634A18AAB0990091A465 /* Foundation.framework */, + B64A634C18AAB0990091A465 /* CoreGraphics.framework */, + B64A634E18AAB0990091A465 /* UIKit.framework */, + B64A636918AAB0990091A465 /* XCTest.framework */, + E99D08981FEF415990879498 /* libPods-VENCalculatorInputViewSample.a */, + ); + name = Frameworks; + sourceTree = ""; + }; + B64A635018AAB0990091A465 /* VENCalculatorInputViewSample */ = { + isa = PBXGroup; + children = ( + B64A635918AAB0990091A465 /* VENAppDelegate.h */, + B64A635A18AAB0990091A465 /* VENAppDelegate.m */, + B64A635C18AAB0990091A465 /* Main.storyboard */, + B64A635F18AAB0990091A465 /* VENViewController.h */, + B64A636018AAB0990091A465 /* VENViewController.m */, + B64A636218AAB0990091A465 /* Images.xcassets */, + B64A635118AAB0990091A465 /* Supporting Files */, + ); + path = VENCalculatorInputViewSample; + sourceTree = ""; + }; + B64A635118AAB0990091A465 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + B64A635218AAB0990091A465 /* VENCalculatorInputViewSample-Info.plist */, + B64A635318AAB0990091A465 /* InfoPlist.strings */, + B64A635618AAB0990091A465 /* main.m */, + B64A635818AAB0990091A465 /* VENCalculatorInputViewSample-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + B64A636F18AAB0990091A465 /* VENCalculatorInputViewSampleTests */ = { + isa = PBXGroup; + children = ( + B64A637518AAB09A0091A465 /* VENCalculatorInputViewSampleTests.m */, + B64A637018AAB0990091A465 /* Supporting Files */, + ); + path = VENCalculatorInputViewSampleTests; + sourceTree = ""; + }; + B64A637018AAB0990091A465 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + B64A637118AAB0990091A465 /* VENCalculatorInputViewSampleTests-Info.plist */, + B64A637218AAB09A0091A465 /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + B64A634618AAB0990091A465 /* VENCalculatorInputViewSample */ = { + isa = PBXNativeTarget; + buildConfigurationList = B64A637918AAB09A0091A465 /* Build configuration list for PBXNativeTarget "VENCalculatorInputViewSample" */; + buildPhases = ( + 2D2AA7AEAC7741FCB800E285 /* Check Pods Manifest.lock */, + B64A634318AAB0990091A465 /* Sources */, + B64A634418AAB0990091A465 /* Frameworks */, + B64A634518AAB0990091A465 /* Resources */, + 09EF00F391EA4C63878E7489 /* Copy Pods Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = VENCalculatorInputViewSample; + productName = VENCalculatorInputViewSample; + productReference = B64A634718AAB0990091A465 /* VENCalculatorInputViewSample.app */; + productType = "com.apple.product-type.application"; + }; + B64A636718AAB0990091A465 /* VENCalculatorInputViewSampleTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = B64A637C18AAB09A0091A465 /* Build configuration list for PBXNativeTarget "VENCalculatorInputViewSampleTests" */; + buildPhases = ( + B64A636418AAB0990091A465 /* Sources */, + B64A636518AAB0990091A465 /* Frameworks */, + B64A636618AAB0990091A465 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + B64A636E18AAB0990091A465 /* PBXTargetDependency */, + ); + name = VENCalculatorInputViewSampleTests; + productName = VENCalculatorInputViewSampleTests; + productReference = B64A636818AAB0990091A465 /* VENCalculatorInputViewSampleTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + B64A633F18AAB0990091A465 /* Project object */ = { + isa = PBXProject; + attributes = { + CLASSPREFIX = VEN; + LastUpgradeCheck = 0500; + ORGANIZATIONNAME = Venmo; + TargetAttributes = { + B64A636718AAB0990091A465 = { + TestTargetID = B64A634618AAB0990091A465; + }; + }; + }; + buildConfigurationList = B64A634218AAB0990091A465 /* Build configuration list for PBXProject "VENCalculatorInputViewSample" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = B64A633E18AAB0990091A465; + productRefGroup = B64A634818AAB0990091A465 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + B64A634618AAB0990091A465 /* VENCalculatorInputViewSample */, + B64A636718AAB0990091A465 /* VENCalculatorInputViewSampleTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + B64A634518AAB0990091A465 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B64A636318AAB0990091A465 /* Images.xcassets in Resources */, + B64A635518AAB0990091A465 /* InfoPlist.strings in Resources */, + B64A635E18AAB0990091A465 /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B64A636618AAB0990091A465 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B64A637418AAB09A0091A465 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 09EF00F391EA4C63878E7489 /* 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-VENCalculatorInputViewSample/Pods-VENCalculatorInputViewSample-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + 2D2AA7AEAC7741FCB800E285 /* 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; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + B64A634318AAB0990091A465 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B64A636118AAB0990091A465 /* VENViewController.m in Sources */, + B64A635B18AAB0990091A465 /* VENAppDelegate.m in Sources */, + B64A635718AAB0990091A465 /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B64A636418AAB0990091A465 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B64A637618AAB09A0091A465 /* VENCalculatorInputViewSampleTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + B64A636E18AAB0990091A465 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = B64A634618AAB0990091A465 /* VENCalculatorInputViewSample */; + targetProxy = B64A636D18AAB0990091A465 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + B64A635318AAB0990091A465 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + B64A635418AAB0990091A465 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + B64A635C18AAB0990091A465 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + B64A635D18AAB0990091A465 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + B64A637218AAB09A0091A465 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + B64A637318AAB09A0091A465 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + B64A637718AAB09A0091A465 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; + 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__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + 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_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + B64A637818AAB09A0091A465 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; + 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__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + 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; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + B64A637A18AAB09A0091A465 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 220CB6253C40657765F007F6 /* Pods-VENCalculatorInputViewSample.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "VENCalculatorInputViewSample/VENCalculatorInputViewSample-Prefix.pch"; + INFOPLIST_FILE = "VENCalculatorInputViewSample/VENCalculatorInputViewSample-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + B64A637B18AAB09A0091A465 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C38F1368BB419BF5E1EC2072 /* Pods-VENCalculatorInputViewSample.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "VENCalculatorInputViewSample/VENCalculatorInputViewSample-Prefix.pch"; + INFOPLIST_FILE = "VENCalculatorInputViewSample/VENCalculatorInputViewSample-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + B64A637D18AAB09A0091A465 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/VENCalculatorInputViewSample.app/VENCalculatorInputViewSample"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "VENCalculatorInputViewSample/VENCalculatorInputViewSample-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "VENCalculatorInputViewSampleTests/VENCalculatorInputViewSampleTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + B64A637E18AAB09A0091A465 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/VENCalculatorInputViewSample.app/VENCalculatorInputViewSample"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "VENCalculatorInputViewSample/VENCalculatorInputViewSample-Prefix.pch"; + INFOPLIST_FILE = "VENCalculatorInputViewSampleTests/VENCalculatorInputViewSampleTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + B64A634218AAB0990091A465 /* Build configuration list for PBXProject "VENCalculatorInputViewSample" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B64A637718AAB09A0091A465 /* Debug */, + B64A637818AAB09A0091A465 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B64A637918AAB09A0091A465 /* Build configuration list for PBXNativeTarget "VENCalculatorInputViewSample" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B64A637A18AAB09A0091A465 /* Debug */, + B64A637B18AAB09A0091A465 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B64A637C18AAB09A0091A465 /* Build configuration list for PBXNativeTarget "VENCalculatorInputViewSampleTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B64A637D18AAB09A0091A465 /* Debug */, + B64A637E18AAB09A0091A465 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = B64A633F18AAB0990091A465 /* Project object */; +}