From 212d334ce67be707e39eff9cdb8be472266376e3 Mon Sep 17 00:00:00 2001 From: Roman Efimov Date: Tue, 11 Mar 2014 09:08:16 -0700 Subject: [PATCH] iOS 7.1 updates --- .../Cells/RETableViewNumberCell.h | 1 - .../Cells/RETableViewTextCell.h | 2 +- .../Cells/RETableViewTextCell.m | 2 - RETableViewManager/RETableViewManager.m | 6 +- .../Pods/Pods.xcodeproj/project.pbxproj | 2411 +++++------------ .../project.pbxproj | 4 +- .../Controllers/ControlsViewController.m | 4 +- 7 files changed, 693 insertions(+), 1737 deletions(-) diff --git a/RETableViewManager/Cells/RETableViewNumberCell.h b/RETableViewManager/Cells/RETableViewNumberCell.h index ba83d54..ef01738 100644 --- a/RETableViewManager/Cells/RETableViewNumberCell.h +++ b/RETableViewManager/Cells/RETableViewNumberCell.h @@ -29,6 +29,5 @@ @interface RETableViewNumberCell : RETableViewTextCell @property (strong, readwrite, nonatomic) RENumberItem *item; -@property (strong, readonly, nonatomic) REFormattedNumberField *textField; @end diff --git a/RETableViewManager/Cells/RETableViewTextCell.h b/RETableViewManager/Cells/RETableViewTextCell.h index 941ed08..7fddd62 100644 --- a/RETableViewManager/Cells/RETableViewTextCell.h +++ b/RETableViewManager/Cells/RETableViewTextCell.h @@ -29,6 +29,6 @@ @interface RETableViewTextCell : RETableViewCell @property (strong, readwrite, nonatomic) RETextItem *item; -@property (strong, readonly, nonatomic) UITextField *textField; +@property (strong, readwrite, nonatomic) UITextField *textField; @end diff --git a/RETableViewManager/Cells/RETableViewTextCell.m b/RETableViewManager/Cells/RETableViewTextCell.m index 43b06e6..62898e1 100644 --- a/RETableViewManager/Cells/RETableViewTextCell.m +++ b/RETableViewManager/Cells/RETableViewTextCell.m @@ -28,8 +28,6 @@ @interface RETableViewTextCell () -@property (strong, readwrite, nonatomic) UITextField *textField; - @end @implementation RETableViewTextCell diff --git a/RETableViewManager/RETableViewManager.m b/RETableViewManager/RETableViewManager.m index 299e954..7f4dfce 100755 --- a/RETableViewManager/RETableViewManager.m +++ b/RETableViewManager/RETableViewManager.m @@ -306,7 +306,7 @@ [section removeItemAtIndex:indexPath.row]; [tableView deleteRowsAtIndexPaths:@[indexPath] withRowAnimation:UITableViewRowAnimationAutomatic]; - for (int i = indexPath.row; i < section.items.count; i++) { + for (NSInteger i = indexPath.row; i < section.items.count; i++) { RETableViewItem *afterItem = [[section items] objectAtIndex:i]; RETableViewCell *cell = (RETableViewCell *)[tableView cellForRowAtIndexPath:afterItem.indexPath]; cell.rowIndex--; @@ -318,7 +318,7 @@ [section removeItemAtIndex:indexPath.row]; [tableView deleteRowsAtIndexPaths:@[indexPath] withRowAnimation:UITableViewRowAnimationAutomatic]; - for (int i = indexPath.row; i < section.items.count; i++) { + for (NSInteger i = indexPath.row; i < section.items.count; i++) { RETableViewItem *afterItem = [[section items] objectAtIndex:i]; RETableViewCell *cell = (RETableViewCell *)[tableView cellForRowAtIndexPath:afterItem.indexPath]; cell.rowIndex--; @@ -858,7 +858,7 @@ [self.delegate scrollViewWillBeginZooming:self.tableView withView:view]; } -- (void)scrollViewDidEndZooming:(UIScrollView *)scrollView withView:(UIView *)view atScale:(float)scale +- (void)scrollViewDidEndZooming:(UIScrollView *)scrollView withView:(UIView *)view atScale:(CGFloat)scale { // Forward to UIScrollView delegate // diff --git a/RETableViewManagerExample/Pods/Pods.xcodeproj/project.pbxproj b/RETableViewManagerExample/Pods/Pods.xcodeproj/project.pbxproj index 6769b0f..bb2c0ee 100644 --- a/RETableViewManagerExample/Pods/Pods.xcodeproj/project.pbxproj +++ b/RETableViewManagerExample/Pods/Pods.xcodeproj/project.pbxproj @@ -1,1725 +1,686 @@ - - - - - archiveVersion - 1 - classes - - objectVersion - 46 - objects - - 03DEB9C3B8EB42F9A0C35D17 - - buildActionMask - 2147483647 - files - - 945A779AC9FA44699577BCD7 - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 094A00BA41724279AE5EA1BD - - children - - DA14DA01030044E68720BEC9 - F48F5B096ED645948DAAC1F3 - 5557462F34AD4885AB92812F - BE274E235280442B8F4BA229 - AE0AF70B8523498987773330 - - isa - PBXGroup - name - REFormattedNumberField - path - REFormattedNumberField - sourceTree - <group> - - 09CA2C6EE5DD4BF19B30D5E9 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text - path - Pods-acknowledgements.markdown - sourceTree - <group> - - 0DBBA8524ABB485F95695854 - - baseConfigurationReference - DA93F1C0CE754B9E87037EB1 - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - ARCHS - $(ARCHS_STANDARD) - COPY_PHASE_STRIP - YES - DSTROOT - /tmp/xcodeproj.dst - GCC_C_LANGUAGE_STANDARD - gnu99 - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - Pods-REFormattedNumberField-prefix.pch - GCC_VERSION - com.apple.compilers.llvm.clang.1_0 - INSTALL_PATH - $(BUILT_PRODUCTS_DIR) - IPHONEOS_DEPLOYMENT_TARGET - 6.0 - OTHER_CFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - - OTHER_CPLUSPLUSFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - - OTHER_LDFLAGS - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - VALIDATE_PRODUCT - YES - - isa - XCBuildConfiguration - name - Release - - 0FDB2950B98E46D3B916A197 - - buildConfigurations - - A1E2C74CA48B43D4B8043DBF - 16A9449EBAA64A0D97F18529 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 10C788E17BD6428F956265B3 - - fileRef - ED23A94ABDD84DACA167ECD8 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 11066463637B4A5BBFDCE28D - - baseConfigurationReference - 6D493EB2724E456CBA3695A0 - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - ARCHS - $(ARCHS_STANDARD) - COPY_PHASE_STRIP - NO - DSTROOT - /tmp/xcodeproj.dst - GCC_C_LANGUAGE_STANDARD - gnu99 - GCC_DYNAMIC_NO_PIC - NO - GCC_OPTIMIZATION_LEVEL - 0 - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREPROCESSOR_DEFINITIONS - - DEBUG=1 - $(inherited) - - GCC_SYMBOLS_PRIVATE_EXTERN - NO - GCC_VERSION - com.apple.compilers.llvm.clang.1_0 - INSTALL_PATH - $(BUILT_PRODUCTS_DIR) - IPHONEOS_DEPLOYMENT_TARGET - 6.0 - OTHER_LDFLAGS - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Debug - - 11F2141C06C34F0696CAF16B - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - RELengthValidator.h - path - REValidation/Validators/RELengthValidator.h - sourceTree - <group> - - 16A9449EBAA64A0D97F18529 - - baseConfigurationReference - F00932423D314EFCA27749C4 - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - ARCHS - $(ARCHS_STANDARD) - COPY_PHASE_STRIP - YES - DSTROOT - /tmp/xcodeproj.dst - GCC_C_LANGUAGE_STANDARD - gnu99 - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - Pods-REValidation-prefix.pch - GCC_VERSION - com.apple.compilers.llvm.clang.1_0 - INSTALL_PATH - $(BUILT_PRODUCTS_DIR) - IPHONEOS_DEPLOYMENT_TARGET - 6.0 - OTHER_CFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - - OTHER_CPLUSPLUSFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - - OTHER_LDFLAGS - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - VALIDATE_PRODUCT - YES - - isa - XCBuildConfiguration - name - Release - - 17D9504ED94549BF82B78AAA - - buildConfigurations - - 11066463637B4A5BBFDCE28D - 74E976B316154E96BDBC987C - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 18362193A8454B3D864BC38B - - fileRef - 7A0D6AA04D4E4ACD96B6F7DF - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 1AE1927A18BA426592A2A1F7 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - Pods-dummy.m - sourceTree - <group> - - 1AF0AA41421449DA9AA9D6F9 - - fileRef - F1E52D8A0545496288DDA142 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 1BED84736AAA4D67AFE1ADA1 - - fileRef - 94D9CBC32D0047A49634A49E - isa - PBXBuildFile - - 1DA692E689384B11930CA9C3 - - fileRef - C3B1CC3F2B83446D9D1C341C - isa - PBXBuildFile - - 1EBA5CD0BF8E4277B2FCF1B7 - - buildActionMask - 2147483647 - files - - 18362193A8454B3D864BC38B - 1DA692E689384B11930CA9C3 - 10C788E17BD6428F956265B3 - 7CF2B39A0F5248E9A2BF44B1 - 1AF0AA41421449DA9AA9D6F9 - 76E0206D4109476E8E7B5B12 - C83C231B1D3D497EBE5A9808 - E48359B5621348159301D509 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 1F7F17C976314203A34B408D - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-REFormattedNumberField.xcconfig - sourceTree - <group> - - 232F8BB280F946EEB53E3540 - - containerPortal - 5E9E2665FDE74F749D4EC5D1 - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - 45BE629DA5A64D4489539FC0 - remoteInfo - Pods-REValidation - - 23405CEE3F4B44C2A2EAA78C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.plist.xml - path - Pods-acknowledgements.plist - sourceTree - <group> - - 2B68B26057984EB4B381CFB2 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - Pods-REFormattedNumberField-prefix.pch - sourceTree - <group> - - 2C8A69D797E048109A8C42B7 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - REEmailValidator.h - path - REValidation/Validators/REEmailValidator.h - sourceTree - <group> - - 2E324B6FE06846E496F4C967 - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - Foundation.framework - path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/Foundation.framework - sourceTree - DEVELOPER_DIR - - 2F9C1DA05AF042E3BC632BFC - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.script.sh - path - Pods-resources.sh - sourceTree - <group> - - 33CCE4EFB5374870A0631147 - - fileRef - 8F88673B72E744D09E9741D6 - isa - PBXBuildFile - - 347D3AA9026D4E88BE3FE0A1 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - REURLValidator.m - path - REValidation/Validators/REURLValidator.m - sourceTree - <group> - - 3717F86433674F1A903F9D11 - - fileRef - 736501EE1E48492EAC7886ED - isa - PBXBuildFile - - 3779636CE6164153BD0B1F99 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text - name - Podfile - path - ../Podfile - sourceTree - SOURCE_ROOT - xcLanguageSpecificationIdentifier - xcode.lang.ruby - - 44D873C1F4E348E09C1D9624 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - path - libPods-REFormattedNumberField.a - sourceTree - BUILT_PRODUCTS_DIR - - 45BE629DA5A64D4489539FC0 - - buildConfigurationList - 0FDB2950B98E46D3B916A197 - buildPhases - - 1EBA5CD0BF8E4277B2FCF1B7 - DFE653B085AF4BE1A5FE50A9 - 6E45E870AB364E40957FA10A - - buildRules - - dependencies - - isa - PBXNativeTarget - name - Pods-REValidation - productName - Pods-REValidation - productReference - 8F88673B72E744D09E9741D6 - productType - com.apple.product-type.library.static - - 462E6E14A4A3498683C036DD - - buildActionMask - 2147483647 - files - - 8A40566D33AD40639A3AA9C6 - 8B0F78AE853E423FB781BC06 - 33CCE4EFB5374870A0631147 - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 46CC6E7CB8F242089ED10E99 - - baseConfigurationReference - DA93F1C0CE754B9E87037EB1 - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - ARCHS - $(ARCHS_STANDARD) - COPY_PHASE_STRIP - NO - DSTROOT - /tmp/xcodeproj.dst - GCC_C_LANGUAGE_STANDARD - gnu99 - GCC_DYNAMIC_NO_PIC - NO - GCC_OPTIMIZATION_LEVEL - 0 - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - Pods-REFormattedNumberField-prefix.pch - GCC_PREPROCESSOR_DEFINITIONS - - DEBUG=1 - $(inherited) - - GCC_SYMBOLS_PRIVATE_EXTERN - NO - GCC_VERSION - com.apple.compilers.llvm.clang.1_0 - INSTALL_PATH - $(BUILT_PRODUCTS_DIR) - IPHONEOS_DEPLOYMENT_TARGET - 6.0 - OTHER_LDFLAGS - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Debug - - 4985F9B0A8E54B91A76ED994 - - isa - PBXTargetDependency - target - 45BE629DA5A64D4489539FC0 - targetProxy - 232F8BB280F946EEB53E3540 - - 4C33A0C8C01744B5A432ACEB - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-REValidation.xcconfig - sourceTree - <group> - - 4D8A2BE4E3EA4C598CC9CDC8 - - fileRef - 2C8A69D797E048109A8C42B7 - isa - PBXBuildFile - - 4EB8474587164464A867A79A - - fileRef - F0A735DE00DA4467A9BC95D1 - isa - PBXBuildFile - - 4F84A09E646E445B8468145A - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - RELengthValidator.m - path - REValidation/Validators/RELengthValidator.m - sourceTree - <group> - - 518415C2A89C4EAD97CBE79A - - children - - F0A735DE00DA4467A9BC95D1 - 7A0D6AA04D4E4ACD96B6F7DF - 2C8A69D797E048109A8C42B7 - ED23A94ABDD84DACA167ECD8 - 11F2141C06C34F0696CAF16B - 4F84A09E646E445B8468145A - 736501EE1E48492EAC7886ED - F1E52D8A0545496288DDA142 - B809A1CE287742CE845B2AD0 - 347D3AA9026D4E88BE3FE0A1 - C9A2617182F0457F96927171 - F64424F0CBEE4B87965F9E58 - 81CF6765BD594B32B746A4B9 - DFEA07CD144144CCB0092F3C - 6C7CDA5E545C4D1A84142BBA - - isa - PBXGroup - name - REValidation - path - REValidation - sourceTree - <group> - - 5522CE6FA4ED41C1B79685D6 - - fileRef - DA14DA01030044E68720BEC9 - isa - PBXBuildFile - - 5557462F34AD4885AB92812F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - REFormattedNumberField.h - path - REFormattedNumberField/REFormattedNumberField.h - sourceTree - <group> - - 5743A2B2E70C4F478F126409 - - buildActionMask - 2147483647 - files - - 5FAE3BFAC84C4C03A7C49824 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 5E6F46CEDCDD4006B36632BA - - fileRef - 11F2141C06C34F0696CAF16B - isa - PBXBuildFile - - 5E9E2665FDE74F749D4EC5D1 - - attributes - - LastUpgradeCheck - 0500 - - buildConfigurationList - 7FEEF6E545404248ACD89C2E - compatibilityVersion - Xcode 3.2 - developmentRegion - English - hasScannedForEncodings - 0 - isa - PBXProject - knownRegions - - en - - mainGroup - CCC77A320030414EA1817DED - productRefGroup - A80E90EA6CCD44D2958867EA - projectDirPath - - projectReferences - - projectRoot - - targets - - DF765171086147B88B394503 - 74A2A2D1E0054AFCA4655040 - 45BE629DA5A64D4489539FC0 - - - 5FAE3BFAC84C4C03A7C49824 - - fileRef - 1AE1927A18BA426592A2A1F7 - isa - PBXBuildFile - - 6C7CDA5E545C4D1A84142BBA - - children - - 4C33A0C8C01744B5A432ACEB - F00932423D314EFCA27749C4 - C3B1CC3F2B83446D9D1C341C - AA05B3FD2D38489E9F544D40 - - isa - PBXGroup - name - Support Files - sourceTree - SOURCE_ROOT - - 6D493EB2724E456CBA3695A0 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods.xcconfig - sourceTree - <group> - - 6E45E870AB364E40957FA10A - - buildActionMask - 2147483647 - files - - 4EB8474587164464A867A79A - 4D8A2BE4E3EA4C598CC9CDC8 - 5E6F46CEDCDD4006B36632BA - 3717F86433674F1A903F9D11 - A86AFDD8BBCA4C8987CAAF06 - EDB8CD2108B24D51AB1CDFEB - F6B98378FD6B4946BDF6A61A - - isa - PBXHeadersBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 736501EE1E48492EAC7886ED - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - REPresenceValidator.h - path - REValidation/Validators/REPresenceValidator.h - sourceTree - <group> - - 74A2A2D1E0054AFCA4655040 - - buildConfigurationList - CEC4AACF330A4AAEBA27DD3F - buildPhases - - CA26D7E8885242E58CA151DA - 03DEB9C3B8EB42F9A0C35D17 - ECBD8259F5E245C7AC8049E5 - - buildRules - - dependencies - - isa - PBXNativeTarget - name - Pods-REFormattedNumberField - productName - Pods-REFormattedNumberField - productReference - 44D873C1F4E348E09C1D9624 - productType - com.apple.product-type.library.static - - 74E976B316154E96BDBC987C - - baseConfigurationReference - 6D493EB2724E456CBA3695A0 - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - ARCHS - $(ARCHS_STANDARD) - COPY_PHASE_STRIP - YES - DSTROOT - /tmp/xcodeproj.dst - GCC_C_LANGUAGE_STANDARD - gnu99 - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_VERSION - com.apple.compilers.llvm.clang.1_0 - INSTALL_PATH - $(BUILT_PRODUCTS_DIR) - IPHONEOS_DEPLOYMENT_TARGET - 6.0 - OTHER_CFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - - OTHER_CPLUSPLUSFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - - OTHER_LDFLAGS - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - VALIDATE_PRODUCT - YES - - isa - XCBuildConfiguration - name - Release - - 76E0206D4109476E8E7B5B12 - - fileRef - 347D3AA9026D4E88BE3FE0A1 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 7A0D6AA04D4E4ACD96B6F7DF - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSError+REValidation.m - path - REValidation/NSError+REValidation.m - sourceTree - <group> - - 7B08C3D3A9E640FCAC4BD65C - - containerPortal - 5E9E2665FDE74F749D4EC5D1 - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - 74A2A2D1E0054AFCA4655040 - remoteInfo - Pods-REFormattedNumberField - - 7CF2B39A0F5248E9A2BF44B1 - - fileRef - 4F84A09E646E445B8468145A - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 7FEEF6E545404248ACD89C2E - - buildConfigurations - - FF267C947B2146588DF61681 - DC6D99C553F5454996E8BCA6 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 81CF6765BD594B32B746A4B9 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - REValidator.h - path - REValidation/REValidator.h - sourceTree - <group> - - 8A40566D33AD40639A3AA9C6 - - fileRef - 2E324B6FE06846E496F4C967 - isa - PBXBuildFile - - 8B0F78AE853E423FB781BC06 - - fileRef - 44D873C1F4E348E09C1D9624 - isa - PBXBuildFile - - 8F88673B72E744D09E9741D6 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - path - libPods-REValidation.a - sourceTree - BUILT_PRODUCTS_DIR - - 945A779AC9FA44699577BCD7 - - fileRef - 2E324B6FE06846E496F4C967 - isa - PBXBuildFile - - 94D9CBC32D0047A49634A49E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - Pods-REFormattedNumberField-dummy.m - sourceTree - <group> - - 94EC1D59531C40D6A4F491AE - - fileRef - 2E324B6FE06846E496F4C967 - isa - PBXBuildFile - - 9568D5CE05BE42D99B9B633C - - children - - 6D493EB2724E456CBA3695A0 - 09CA2C6EE5DD4BF19B30D5E9 - 23405CEE3F4B44C2A2EAA78C - 1AE1927A18BA426592A2A1F7 - CAD52C627CFD483F9EE6446E - 2F9C1DA05AF042E3BC632BFC - - isa - PBXGroup - name - Pods - sourceTree - <group> - - A1E2C74CA48B43D4B8043DBF - - baseConfigurationReference - F00932423D314EFCA27749C4 - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - ARCHS - $(ARCHS_STANDARD) - COPY_PHASE_STRIP - NO - DSTROOT - /tmp/xcodeproj.dst - GCC_C_LANGUAGE_STANDARD - gnu99 - GCC_DYNAMIC_NO_PIC - NO - GCC_OPTIMIZATION_LEVEL - 0 - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - Pods-REValidation-prefix.pch - GCC_PREPROCESSOR_DEFINITIONS - - DEBUG=1 - $(inherited) - - GCC_SYMBOLS_PRIVATE_EXTERN - NO - GCC_VERSION - com.apple.compilers.llvm.clang.1_0 - INSTALL_PATH - $(BUILT_PRODUCTS_DIR) - IPHONEOS_DEPLOYMENT_TARGET - 6.0 - OTHER_LDFLAGS - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Debug - - A6A629155F7D457CAA7CA993 - - fileRef - 5557462F34AD4885AB92812F - isa - PBXBuildFile - - A6D4182F3EEC474A91766E03 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - path - libPods.a - sourceTree - BUILT_PRODUCTS_DIR - - A80E90EA6CCD44D2958867EA - - children - - A6D4182F3EEC474A91766E03 - 44D873C1F4E348E09C1D9624 - 8F88673B72E744D09E9741D6 - - isa - PBXGroup - name - Products - sourceTree - <group> - - A86AFDD8BBCA4C8987CAAF06 - - fileRef - B809A1CE287742CE845B2AD0 - isa - PBXBuildFile - - AA05B3FD2D38489E9F544D40 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - Pods-REValidation-prefix.pch - sourceTree - <group> - - AE0AF70B8523498987773330 - - children - - 1F7F17C976314203A34B408D - DA93F1C0CE754B9E87037EB1 - 94D9CBC32D0047A49634A49E - 2B68B26057984EB4B381CFB2 - - isa - PBXGroup - name - Support Files - sourceTree - SOURCE_ROOT - - B10D934D03A540ADAD5FD88F - - children - - 9568D5CE05BE42D99B9B633C - - isa - PBXGroup - name - Targets Support Files - sourceTree - <group> - - B809A1CE287742CE845B2AD0 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - REURLValidator.h - path - REValidation/Validators/REURLValidator.h - sourceTree - <group> - - BE274E235280442B8F4BA229 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - REFormattedNumberField.m - path - REFormattedNumberField/REFormattedNumberField.m - sourceTree - <group> - - C1C1DCEF4A044BE28417F34D - - fileRef - BE274E235280442B8F4BA229 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - C3B1CC3F2B83446D9D1C341C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - Pods-REValidation-dummy.m - sourceTree - <group> - - C734C0504CEC45C1ABF06095 - - isa - PBXTargetDependency - target - 74A2A2D1E0054AFCA4655040 - targetProxy - 7B08C3D3A9E640FCAC4BD65C - - C83C231B1D3D497EBE5A9808 - - fileRef - F64424F0CBEE4B87965F9E58 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - C9A2617182F0457F96927171 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - REValidation.h - path - REValidation/REValidation.h - sourceTree - <group> - - CA26D7E8885242E58CA151DA - - buildActionMask - 2147483647 - files - - D8FD2F0EB7794BF09B719146 - 1BED84736AAA4D67AFE1ADA1 - C1C1DCEF4A044BE28417F34D - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - CAD52C627CFD483F9EE6446E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - Pods-environment.h - sourceTree - <group> - - CCC77A320030414EA1817DED - - children - - 3779636CE6164153BD0B1F99 - D52D786DAD544E7DA6872298 - D13F401199284706860BC640 - A80E90EA6CCD44D2958867EA - B10D934D03A540ADAD5FD88F - - isa - PBXGroup - sourceTree - <group> - - CEC4AACF330A4AAEBA27DD3F - - buildConfigurations - - 46CC6E7CB8F242089ED10E99 - 0DBBA8524ABB485F95695854 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - D13F401199284706860BC640 - - children - - 094A00BA41724279AE5EA1BD - 518415C2A89C4EAD97CBE79A - - isa - PBXGroup - name - Pods - sourceTree - <group> - - D412A4ACCC4A4C0CAC23BB25 - - children - - 2E324B6FE06846E496F4C967 - - isa - PBXGroup - name - iOS - sourceTree - <group> - - D52D786DAD544E7DA6872298 - - children - - D412A4ACCC4A4C0CAC23BB25 - - isa - PBXGroup - name - Frameworks - sourceTree - <group> - - D8FD2F0EB7794BF09B719146 - - fileRef - F48F5B096ED645948DAAC1F3 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - DA14DA01030044E68720BEC9 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSString+RENumberFormat.h - path - REFormattedNumberField/NSString+RENumberFormat.h - sourceTree - <group> - - DA93F1C0CE754B9E87037EB1 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-REFormattedNumberField-Private.xcconfig - sourceTree - <group> - - DC6D99C553F5454996E8BCA6 - - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - CLANG_CXX_LANGUAGE_STANDARD - gnu++0x - CLANG_CXX_LIBRARY - libc++ - CLANG_ENABLE_MODULES - YES - CLANG_ENABLE_OBJC_ARC - NO - 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 - COPY_PHASE_STRIP - NO - 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 - 6.0 - STRIP_INSTALLED_PRODUCT - NO - VALIDATE_PRODUCT - YES - - isa - XCBuildConfiguration - name - Release - - DF765171086147B88B394503 - - buildConfigurationList - 17D9504ED94549BF82B78AAA - buildPhases - - 5743A2B2E70C4F478F126409 - 462E6E14A4A3498683C036DD - - buildRules - - dependencies - - C734C0504CEC45C1ABF06095 - 4985F9B0A8E54B91A76ED994 - - isa - PBXNativeTarget - name - Pods - productName - Pods - productReference - A6D4182F3EEC474A91766E03 - productType - com.apple.product-type.library.static - - DFE653B085AF4BE1A5FE50A9 - - buildActionMask - 2147483647 - files - - 94EC1D59531C40D6A4F491AE - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - DFEA07CD144144CCB0092F3C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - REValidator.m - path - REValidation/REValidator.m - sourceTree - <group> - - E48359B5621348159301D509 - - fileRef - DFEA07CD144144CCB0092F3C - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - ECBD8259F5E245C7AC8049E5 - - buildActionMask - 2147483647 - files - - 5522CE6FA4ED41C1B79685D6 - A6A629155F7D457CAA7CA993 - - isa - PBXHeadersBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - ED23A94ABDD84DACA167ECD8 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - REEmailValidator.m - path - REValidation/Validators/REEmailValidator.m - sourceTree - <group> - - EDB8CD2108B24D51AB1CDFEB - - fileRef - C9A2617182F0457F96927171 - isa - PBXBuildFile - - F00932423D314EFCA27749C4 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-REValidation-Private.xcconfig - sourceTree - <group> - - F0A735DE00DA4467A9BC95D1 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSError+REValidation.h - path - REValidation/NSError+REValidation.h - sourceTree - <group> - - F1E52D8A0545496288DDA142 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - REPresenceValidator.m - path - REValidation/Validators/REPresenceValidator.m - sourceTree - <group> - - F48F5B096ED645948DAAC1F3 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSString+RENumberFormat.m - path - REFormattedNumberField/NSString+RENumberFormat.m - sourceTree - <group> - - F64424F0CBEE4B87965F9E58 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - REValidation.m - path - REValidation/REValidation.m - sourceTree - <group> - - F6B98378FD6B4946BDF6A61A - - fileRef - 81CF6765BD594B32B746A4B9 - isa - PBXBuildFile - - FF267C947B2146588DF61681 - - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - CLANG_CXX_LANGUAGE_STANDARD - gnu++0x - CLANG_CXX_LIBRARY - libc++ - CLANG_ENABLE_MODULES - YES - CLANG_ENABLE_OBJC_ARC - NO - 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 - COPY_PHASE_STRIP - 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_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 - 6.0 - ONLY_ACTIVE_ARCH - YES - STRIP_INSTALLED_PRODUCT - NO - - isa - XCBuildConfiguration - name - Debug - - - rootObject - 5E9E2665FDE74F749D4EC5D1 - - +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 10C788E17BD6428F956265B3 /* REEmailValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = ED23A94ABDD84DACA167ECD8 /* REEmailValidator.m */; settings = {COMPILER_FLAGS = "-fobjc-arc -DOS_OBJECT_USE_OBJC=0"; }; }; + 18362193A8454B3D864BC38B /* NSError+REValidation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A0D6AA04D4E4ACD96B6F7DF /* NSError+REValidation.m */; settings = {COMPILER_FLAGS = "-fobjc-arc -DOS_OBJECT_USE_OBJC=0"; }; }; + 1AF0AA41421449DA9AA9D6F9 /* REPresenceValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = F1E52D8A0545496288DDA142 /* REPresenceValidator.m */; settings = {COMPILER_FLAGS = "-fobjc-arc -DOS_OBJECT_USE_OBJC=0"; }; }; + 1BED84736AAA4D67AFE1ADA1 /* Pods-REFormattedNumberField-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 94D9CBC32D0047A49634A49E /* Pods-REFormattedNumberField-dummy.m */; }; + 1DA692E689384B11930CA9C3 /* Pods-REValidation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C3B1CC3F2B83446D9D1C341C /* Pods-REValidation-dummy.m */; }; + 33CCE4EFB5374870A0631147 /* libPods-REValidation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8F88673B72E744D09E9741D6 /* libPods-REValidation.a */; }; + 3717F86433674F1A903F9D11 /* REPresenceValidator.h in Headers */ = {isa = PBXBuildFile; fileRef = 736501EE1E48492EAC7886ED /* REPresenceValidator.h */; }; + 4D8A2BE4E3EA4C598CC9CDC8 /* REEmailValidator.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C8A69D797E048109A8C42B7 /* REEmailValidator.h */; }; + 4EB8474587164464A867A79A /* NSError+REValidation.h in Headers */ = {isa = PBXBuildFile; fileRef = F0A735DE00DA4467A9BC95D1 /* NSError+REValidation.h */; }; + 5522CE6FA4ED41C1B79685D6 /* NSString+RENumberFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = DA14DA01030044E68720BEC9 /* NSString+RENumberFormat.h */; }; + 5E6F46CEDCDD4006B36632BA /* RELengthValidator.h in Headers */ = {isa = PBXBuildFile; fileRef = 11F2141C06C34F0696CAF16B /* RELengthValidator.h */; }; + 5FAE3BFAC84C4C03A7C49824 /* Pods-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AE1927A18BA426592A2A1F7 /* Pods-dummy.m */; }; + 76E0206D4109476E8E7B5B12 /* REURLValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = 347D3AA9026D4E88BE3FE0A1 /* REURLValidator.m */; settings = {COMPILER_FLAGS = "-fobjc-arc -DOS_OBJECT_USE_OBJC=0"; }; }; + 7CF2B39A0F5248E9A2BF44B1 /* RELengthValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F84A09E646E445B8468145A /* RELengthValidator.m */; settings = {COMPILER_FLAGS = "-fobjc-arc -DOS_OBJECT_USE_OBJC=0"; }; }; + 8A40566D33AD40639A3AA9C6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2E324B6FE06846E496F4C967 /* Foundation.framework */; }; + 8B0F78AE853E423FB781BC06 /* libPods-REFormattedNumberField.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 44D873C1F4E348E09C1D9624 /* libPods-REFormattedNumberField.a */; }; + 945A779AC9FA44699577BCD7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2E324B6FE06846E496F4C967 /* Foundation.framework */; }; + 94EC1D59531C40D6A4F491AE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2E324B6FE06846E496F4C967 /* Foundation.framework */; }; + A6A629155F7D457CAA7CA993 /* REFormattedNumberField.h in Headers */ = {isa = PBXBuildFile; fileRef = 5557462F34AD4885AB92812F /* REFormattedNumberField.h */; }; + A86AFDD8BBCA4C8987CAAF06 /* REURLValidator.h in Headers */ = {isa = PBXBuildFile; fileRef = B809A1CE287742CE845B2AD0 /* REURLValidator.h */; }; + C1C1DCEF4A044BE28417F34D /* REFormattedNumberField.m in Sources */ = {isa = PBXBuildFile; fileRef = BE274E235280442B8F4BA229 /* REFormattedNumberField.m */; settings = {COMPILER_FLAGS = "-fobjc-arc -DOS_OBJECT_USE_OBJC=0"; }; }; + C83C231B1D3D497EBE5A9808 /* REValidation.m in Sources */ = {isa = PBXBuildFile; fileRef = F64424F0CBEE4B87965F9E58 /* REValidation.m */; settings = {COMPILER_FLAGS = "-fobjc-arc -DOS_OBJECT_USE_OBJC=0"; }; }; + D8FD2F0EB7794BF09B719146 /* NSString+RENumberFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = F48F5B096ED645948DAAC1F3 /* NSString+RENumberFormat.m */; settings = {COMPILER_FLAGS = "-fobjc-arc -DOS_OBJECT_USE_OBJC=0"; }; }; + E48359B5621348159301D509 /* REValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = DFEA07CD144144CCB0092F3C /* REValidator.m */; settings = {COMPILER_FLAGS = "-fobjc-arc -DOS_OBJECT_USE_OBJC=0"; }; }; + EDB8CD2108B24D51AB1CDFEB /* REValidation.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A2617182F0457F96927171 /* REValidation.h */; }; + F6B98378FD6B4946BDF6A61A /* REValidator.h in Headers */ = {isa = PBXBuildFile; fileRef = 81CF6765BD594B32B746A4B9 /* REValidator.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 232F8BB280F946EEB53E3540 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 5E9E2665FDE74F749D4EC5D1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 45BE629DA5A64D4489539FC0; + remoteInfo = "Pods-REValidation"; + }; + 7B08C3D3A9E640FCAC4BD65C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 5E9E2665FDE74F749D4EC5D1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 74A2A2D1E0054AFCA4655040; + remoteInfo = "Pods-REFormattedNumberField"; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 09CA2C6EE5DD4BF19B30D5E9 /* Pods-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-acknowledgements.markdown"; sourceTree = ""; }; + 11F2141C06C34F0696CAF16B /* RELengthValidator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RELengthValidator.h; path = REValidation/Validators/RELengthValidator.h; sourceTree = ""; }; + 1AE1927A18BA426592A2A1F7 /* Pods-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-dummy.m"; sourceTree = ""; }; + 1F7F17C976314203A34B408D /* Pods-REFormattedNumberField.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-REFormattedNumberField.xcconfig"; sourceTree = ""; }; + 23405CEE3F4B44C2A2EAA78C /* Pods-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-acknowledgements.plist"; sourceTree = ""; }; + 2B68B26057984EB4B381CFB2 /* Pods-REFormattedNumberField-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-REFormattedNumberField-prefix.pch"; sourceTree = ""; }; + 2C8A69D797E048109A8C42B7 /* REEmailValidator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REEmailValidator.h; path = REValidation/Validators/REEmailValidator.h; sourceTree = ""; }; + 2E324B6FE06846E496F4C967 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + 2F9C1DA05AF042E3BC632BFC /* Pods-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-resources.sh"; sourceTree = ""; }; + 347D3AA9026D4E88BE3FE0A1 /* REURLValidator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REURLValidator.m; path = REValidation/Validators/REURLValidator.m; sourceTree = ""; }; + 3779636CE6164153BD0B1F99 /* Podfile */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 44D873C1F4E348E09C1D9624 /* libPods-REFormattedNumberField.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-REFormattedNumberField.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 4C33A0C8C01744B5A432ACEB /* Pods-REValidation.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-REValidation.xcconfig"; sourceTree = ""; }; + 4F84A09E646E445B8468145A /* RELengthValidator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RELengthValidator.m; path = REValidation/Validators/RELengthValidator.m; sourceTree = ""; }; + 5557462F34AD4885AB92812F /* REFormattedNumberField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REFormattedNumberField.h; path = REFormattedNumberField/REFormattedNumberField.h; sourceTree = ""; }; + 6D493EB2724E456CBA3695A0 /* Pods.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Pods.xcconfig; sourceTree = ""; }; + 736501EE1E48492EAC7886ED /* REPresenceValidator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REPresenceValidator.h; path = REValidation/Validators/REPresenceValidator.h; sourceTree = ""; }; + 7A0D6AA04D4E4ACD96B6F7DF /* NSError+REValidation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+REValidation.m"; path = "REValidation/NSError+REValidation.m"; sourceTree = ""; }; + 81CF6765BD594B32B746A4B9 /* REValidator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REValidator.h; path = REValidation/REValidator.h; sourceTree = ""; }; + 8F88673B72E744D09E9741D6 /* libPods-REValidation.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-REValidation.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 94D9CBC32D0047A49634A49E /* Pods-REFormattedNumberField-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-REFormattedNumberField-dummy.m"; sourceTree = ""; }; + A6D4182F3EEC474A91766E03 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; }; + AA05B3FD2D38489E9F544D40 /* Pods-REValidation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-REValidation-prefix.pch"; sourceTree = ""; }; + B809A1CE287742CE845B2AD0 /* REURLValidator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REURLValidator.h; path = REValidation/Validators/REURLValidator.h; sourceTree = ""; }; + BE274E235280442B8F4BA229 /* REFormattedNumberField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REFormattedNumberField.m; path = REFormattedNumberField/REFormattedNumberField.m; sourceTree = ""; }; + C3B1CC3F2B83446D9D1C341C /* Pods-REValidation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-REValidation-dummy.m"; sourceTree = ""; }; + C9A2617182F0457F96927171 /* REValidation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REValidation.h; path = REValidation/REValidation.h; sourceTree = ""; }; + CAD52C627CFD483F9EE6446E /* Pods-environment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-environment.h"; sourceTree = ""; }; + DA14DA01030044E68720BEC9 /* NSString+RENumberFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RENumberFormat.h"; path = "REFormattedNumberField/NSString+RENumberFormat.h"; sourceTree = ""; }; + DA93F1C0CE754B9E87037EB1 /* Pods-REFormattedNumberField-Private.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-REFormattedNumberField-Private.xcconfig"; sourceTree = ""; }; + DFEA07CD144144CCB0092F3C /* REValidator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REValidator.m; path = REValidation/REValidator.m; sourceTree = ""; }; + ED23A94ABDD84DACA167ECD8 /* REEmailValidator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REEmailValidator.m; path = REValidation/Validators/REEmailValidator.m; sourceTree = ""; }; + F00932423D314EFCA27749C4 /* Pods-REValidation-Private.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-REValidation-Private.xcconfig"; sourceTree = ""; }; + F0A735DE00DA4467A9BC95D1 /* NSError+REValidation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+REValidation.h"; path = "REValidation/NSError+REValidation.h"; sourceTree = ""; }; + F1E52D8A0545496288DDA142 /* REPresenceValidator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REPresenceValidator.m; path = REValidation/Validators/REPresenceValidator.m; sourceTree = ""; }; + F48F5B096ED645948DAAC1F3 /* NSString+RENumberFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RENumberFormat.m"; path = "REFormattedNumberField/NSString+RENumberFormat.m"; sourceTree = ""; }; + F64424F0CBEE4B87965F9E58 /* REValidation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REValidation.m; path = REValidation/REValidation.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 03DEB9C3B8EB42F9A0C35D17 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 945A779AC9FA44699577BCD7 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 462E6E14A4A3498683C036DD /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 8A40566D33AD40639A3AA9C6 /* Foundation.framework in Frameworks */, + 8B0F78AE853E423FB781BC06 /* libPods-REFormattedNumberField.a in Frameworks */, + 33CCE4EFB5374870A0631147 /* libPods-REValidation.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + DFE653B085AF4BE1A5FE50A9 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 94EC1D59531C40D6A4F491AE /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 094A00BA41724279AE5EA1BD /* REFormattedNumberField */ = { + isa = PBXGroup; + children = ( + DA14DA01030044E68720BEC9 /* NSString+RENumberFormat.h */, + F48F5B096ED645948DAAC1F3 /* NSString+RENumberFormat.m */, + 5557462F34AD4885AB92812F /* REFormattedNumberField.h */, + BE274E235280442B8F4BA229 /* REFormattedNumberField.m */, + AE0AF70B8523498987773330 /* Support Files */, + ); + path = REFormattedNumberField; + sourceTree = ""; + }; + 518415C2A89C4EAD97CBE79A /* REValidation */ = { + isa = PBXGroup; + children = ( + F0A735DE00DA4467A9BC95D1 /* NSError+REValidation.h */, + 7A0D6AA04D4E4ACD96B6F7DF /* NSError+REValidation.m */, + 2C8A69D797E048109A8C42B7 /* REEmailValidator.h */, + ED23A94ABDD84DACA167ECD8 /* REEmailValidator.m */, + 11F2141C06C34F0696CAF16B /* RELengthValidator.h */, + 4F84A09E646E445B8468145A /* RELengthValidator.m */, + 736501EE1E48492EAC7886ED /* REPresenceValidator.h */, + F1E52D8A0545496288DDA142 /* REPresenceValidator.m */, + B809A1CE287742CE845B2AD0 /* REURLValidator.h */, + 347D3AA9026D4E88BE3FE0A1 /* REURLValidator.m */, + C9A2617182F0457F96927171 /* REValidation.h */, + F64424F0CBEE4B87965F9E58 /* REValidation.m */, + 81CF6765BD594B32B746A4B9 /* REValidator.h */, + DFEA07CD144144CCB0092F3C /* REValidator.m */, + 6C7CDA5E545C4D1A84142BBA /* Support Files */, + ); + path = REValidation; + sourceTree = ""; + }; + 6C7CDA5E545C4D1A84142BBA /* Support Files */ = { + isa = PBXGroup; + children = ( + 4C33A0C8C01744B5A432ACEB /* Pods-REValidation.xcconfig */, + F00932423D314EFCA27749C4 /* Pods-REValidation-Private.xcconfig */, + C3B1CC3F2B83446D9D1C341C /* Pods-REValidation-dummy.m */, + AA05B3FD2D38489E9F544D40 /* Pods-REValidation-prefix.pch */, + ); + name = "Support Files"; + sourceTree = SOURCE_ROOT; + }; + 9568D5CE05BE42D99B9B633C /* Pods */ = { + isa = PBXGroup; + children = ( + 6D493EB2724E456CBA3695A0 /* Pods.xcconfig */, + 09CA2C6EE5DD4BF19B30D5E9 /* Pods-acknowledgements.markdown */, + 23405CEE3F4B44C2A2EAA78C /* Pods-acknowledgements.plist */, + 1AE1927A18BA426592A2A1F7 /* Pods-dummy.m */, + CAD52C627CFD483F9EE6446E /* Pods-environment.h */, + 2F9C1DA05AF042E3BC632BFC /* Pods-resources.sh */, + ); + name = Pods; + sourceTree = ""; + }; + A80E90EA6CCD44D2958867EA /* Products */ = { + isa = PBXGroup; + children = ( + A6D4182F3EEC474A91766E03 /* libPods.a */, + 44D873C1F4E348E09C1D9624 /* libPods-REFormattedNumberField.a */, + 8F88673B72E744D09E9741D6 /* libPods-REValidation.a */, + ); + name = Products; + sourceTree = ""; + }; + AE0AF70B8523498987773330 /* Support Files */ = { + isa = PBXGroup; + children = ( + 1F7F17C976314203A34B408D /* Pods-REFormattedNumberField.xcconfig */, + DA93F1C0CE754B9E87037EB1 /* Pods-REFormattedNumberField-Private.xcconfig */, + 94D9CBC32D0047A49634A49E /* Pods-REFormattedNumberField-dummy.m */, + 2B68B26057984EB4B381CFB2 /* Pods-REFormattedNumberField-prefix.pch */, + ); + name = "Support Files"; + sourceTree = SOURCE_ROOT; + }; + B10D934D03A540ADAD5FD88F /* Targets Support Files */ = { + isa = PBXGroup; + children = ( + 9568D5CE05BE42D99B9B633C /* Pods */, + ); + name = "Targets Support Files"; + sourceTree = ""; + }; + CCC77A320030414EA1817DED = { + isa = PBXGroup; + children = ( + 3779636CE6164153BD0B1F99 /* Podfile */, + D52D786DAD544E7DA6872298 /* Frameworks */, + D13F401199284706860BC640 /* Pods */, + A80E90EA6CCD44D2958867EA /* Products */, + B10D934D03A540ADAD5FD88F /* Targets Support Files */, + ); + sourceTree = ""; + }; + D13F401199284706860BC640 /* Pods */ = { + isa = PBXGroup; + children = ( + 094A00BA41724279AE5EA1BD /* REFormattedNumberField */, + 518415C2A89C4EAD97CBE79A /* REValidation */, + ); + name = Pods; + sourceTree = ""; + }; + D412A4ACCC4A4C0CAC23BB25 /* iOS */ = { + isa = PBXGroup; + children = ( + 2E324B6FE06846E496F4C967 /* Foundation.framework */, + ); + name = iOS; + sourceTree = ""; + }; + D52D786DAD544E7DA6872298 /* Frameworks */ = { + isa = PBXGroup; + children = ( + D412A4ACCC4A4C0CAC23BB25 /* iOS */, + ); + name = Frameworks; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 6E45E870AB364E40957FA10A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 4EB8474587164464A867A79A /* NSError+REValidation.h in Headers */, + 4D8A2BE4E3EA4C598CC9CDC8 /* REEmailValidator.h in Headers */, + 5E6F46CEDCDD4006B36632BA /* RELengthValidator.h in Headers */, + 3717F86433674F1A903F9D11 /* REPresenceValidator.h in Headers */, + A86AFDD8BBCA4C8987CAAF06 /* REURLValidator.h in Headers */, + EDB8CD2108B24D51AB1CDFEB /* REValidation.h in Headers */, + F6B98378FD6B4946BDF6A61A /* REValidator.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + ECBD8259F5E245C7AC8049E5 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 5522CE6FA4ED41C1B79685D6 /* NSString+RENumberFormat.h in Headers */, + A6A629155F7D457CAA7CA993 /* REFormattedNumberField.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 45BE629DA5A64D4489539FC0 /* Pods-REValidation */ = { + isa = PBXNativeTarget; + buildConfigurationList = 0FDB2950B98E46D3B916A197 /* Build configuration list for PBXNativeTarget "Pods-REValidation" */; + buildPhases = ( + 1EBA5CD0BF8E4277B2FCF1B7 /* Sources */, + DFE653B085AF4BE1A5FE50A9 /* Frameworks */, + 6E45E870AB364E40957FA10A /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "Pods-REValidation"; + productName = "Pods-REValidation"; + productReference = 8F88673B72E744D09E9741D6 /* libPods-REValidation.a */; + productType = "com.apple.product-type.library.static"; + }; + 74A2A2D1E0054AFCA4655040 /* Pods-REFormattedNumberField */ = { + isa = PBXNativeTarget; + buildConfigurationList = CEC4AACF330A4AAEBA27DD3F /* Build configuration list for PBXNativeTarget "Pods-REFormattedNumberField" */; + buildPhases = ( + CA26D7E8885242E58CA151DA /* Sources */, + 03DEB9C3B8EB42F9A0C35D17 /* Frameworks */, + ECBD8259F5E245C7AC8049E5 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "Pods-REFormattedNumberField"; + productName = "Pods-REFormattedNumberField"; + productReference = 44D873C1F4E348E09C1D9624 /* libPods-REFormattedNumberField.a */; + productType = "com.apple.product-type.library.static"; + }; + DF765171086147B88B394503 /* Pods */ = { + isa = PBXNativeTarget; + buildConfigurationList = 17D9504ED94549BF82B78AAA /* Build configuration list for PBXNativeTarget "Pods" */; + buildPhases = ( + 5743A2B2E70C4F478F126409 /* Sources */, + 462E6E14A4A3498683C036DD /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + C734C0504CEC45C1ABF06095 /* PBXTargetDependency */, + 4985F9B0A8E54B91A76ED994 /* PBXTargetDependency */, + ); + name = Pods; + productName = Pods; + productReference = A6D4182F3EEC474A91766E03 /* libPods.a */; + productType = "com.apple.product-type.library.static"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 5E9E2665FDE74F749D4EC5D1 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0510; + }; + buildConfigurationList = 7FEEF6E545404248ACD89C2E /* Build configuration list for PBXProject "Pods" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = CCC77A320030414EA1817DED; + productRefGroup = A80E90EA6CCD44D2958867EA /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + DF765171086147B88B394503 /* Pods */, + 74A2A2D1E0054AFCA4655040 /* Pods-REFormattedNumberField */, + 45BE629DA5A64D4489539FC0 /* Pods-REValidation */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXSourcesBuildPhase section */ + 1EBA5CD0BF8E4277B2FCF1B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 18362193A8454B3D864BC38B /* NSError+REValidation.m in Sources */, + 1DA692E689384B11930CA9C3 /* Pods-REValidation-dummy.m in Sources */, + 10C788E17BD6428F956265B3 /* REEmailValidator.m in Sources */, + 7CF2B39A0F5248E9A2BF44B1 /* RELengthValidator.m in Sources */, + 1AF0AA41421449DA9AA9D6F9 /* REPresenceValidator.m in Sources */, + 76E0206D4109476E8E7B5B12 /* REURLValidator.m in Sources */, + C83C231B1D3D497EBE5A9808 /* REValidation.m in Sources */, + E48359B5621348159301D509 /* REValidator.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 5743A2B2E70C4F478F126409 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 5FAE3BFAC84C4C03A7C49824 /* Pods-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CA26D7E8885242E58CA151DA /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D8FD2F0EB7794BF09B719146 /* NSString+RENumberFormat.m in Sources */, + 1BED84736AAA4D67AFE1ADA1 /* Pods-REFormattedNumberField-dummy.m in Sources */, + C1C1DCEF4A044BE28417F34D /* REFormattedNumberField.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 4985F9B0A8E54B91A76ED994 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 45BE629DA5A64D4489539FC0 /* Pods-REValidation */; + targetProxy = 232F8BB280F946EEB53E3540 /* PBXContainerItemProxy */; + }; + C734C0504CEC45C1ABF06095 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 74A2A2D1E0054AFCA4655040 /* Pods-REFormattedNumberField */; + targetProxy = 7B08C3D3A9E640FCAC4BD65C /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 0DBBA8524ABB485F95695854 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DA93F1C0CE754B9E87037EB1 /* Pods-REFormattedNumberField-Private.xcconfig */; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COPY_PHASE_STRIP = YES; + DSTROOT = /tmp/xcodeproj.dst; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "Pods-REFormattedNumberField-prefix.pch"; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)"; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + OTHER_CFLAGS = ( + "-DNS_BLOCK_ASSERTIONS=1", + "$(inherited)", + ); + OTHER_CPLUSPLUSFLAGS = ( + "-DNS_BLOCK_ASSERTIONS=1", + "$(inherited)", + ); + OTHER_LDFLAGS = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = "$(TARGET_NAME)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 11066463637B4A5BBFDCE28D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6D493EB2724E456CBA3695A0 /* Pods.xcconfig */; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COPY_PHASE_STRIP = NO; + DSTROOT = /tmp/xcodeproj.dst; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)"; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + OTHER_LDFLAGS = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = "$(TARGET_NAME)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + 16A9449EBAA64A0D97F18529 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F00932423D314EFCA27749C4 /* Pods-REValidation-Private.xcconfig */; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COPY_PHASE_STRIP = YES; + DSTROOT = /tmp/xcodeproj.dst; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "Pods-REValidation-prefix.pch"; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)"; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + OTHER_CFLAGS = ( + "-DNS_BLOCK_ASSERTIONS=1", + "$(inherited)", + ); + OTHER_CPLUSPLUSFLAGS = ( + "-DNS_BLOCK_ASSERTIONS=1", + "$(inherited)", + ); + OTHER_LDFLAGS = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = "$(TARGET_NAME)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46CC6E7CB8F242089ED10E99 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DA93F1C0CE754B9E87037EB1 /* Pods-REFormattedNumberField-Private.xcconfig */; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COPY_PHASE_STRIP = NO; + DSTROOT = /tmp/xcodeproj.dst; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "Pods-REFormattedNumberField-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)"; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + OTHER_LDFLAGS = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = "$(TARGET_NAME)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + 74E976B316154E96BDBC987C /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6D493EB2724E456CBA3695A0 /* Pods.xcconfig */; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COPY_PHASE_STRIP = YES; + DSTROOT = /tmp/xcodeproj.dst; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)"; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + OTHER_CFLAGS = ( + "-DNS_BLOCK_ASSERTIONS=1", + "$(inherited)", + ); + OTHER_CPLUSPLUSFLAGS = ( + "-DNS_BLOCK_ASSERTIONS=1", + "$(inherited)", + ); + OTHER_LDFLAGS = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = "$(TARGET_NAME)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + A1E2C74CA48B43D4B8043DBF /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F00932423D314EFCA27749C4 /* Pods-REValidation-Private.xcconfig */; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COPY_PHASE_STRIP = NO; + DSTROOT = /tmp/xcodeproj.dst; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "Pods-REValidation-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)"; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + OTHER_LDFLAGS = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = "$(TARGET_NAME)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + DC6D99C553F5454996E8BCA6 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = NO; + 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; + COPY_PHASE_STRIP = NO; + 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 = 6.0; + STRIP_INSTALLED_PRODUCT = NO; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + FF267C947B2146588DF61681 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = NO; + 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; + COPY_PHASE_STRIP = 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_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 = 6.0; + ONLY_ACTIVE_ARCH = YES; + STRIP_INSTALLED_PRODUCT = NO; + }; + name = Debug; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 0FDB2950B98E46D3B916A197 /* Build configuration list for PBXNativeTarget "Pods-REValidation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + A1E2C74CA48B43D4B8043DBF /* Debug */, + 16A9449EBAA64A0D97F18529 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 17D9504ED94549BF82B78AAA /* Build configuration list for PBXNativeTarget "Pods" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 11066463637B4A5BBFDCE28D /* Debug */, + 74E976B316154E96BDBC987C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 7FEEF6E545404248ACD89C2E /* Build configuration list for PBXProject "Pods" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FF267C947B2146588DF61681 /* Debug */, + DC6D99C553F5454996E8BCA6 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + CEC4AACF330A4AAEBA27DD3F /* Build configuration list for PBXNativeTarget "Pods-REFormattedNumberField" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 46CC6E7CB8F242089ED10E99 /* Debug */, + 0DBBA8524ABB485F95695854 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 5E9E2665FDE74F749D4EC5D1 /* Project object */; +} diff --git a/RETableViewManagerExample/RETableViewManagerExample.xcodeproj/project.pbxproj b/RETableViewManagerExample/RETableViewManagerExample.xcodeproj/project.pbxproj index 22c69cf..1efba6a 100644 --- a/RETableViewManagerExample/RETableViewManagerExample.xcodeproj/project.pbxproj +++ b/RETableViewManagerExample/RETableViewManagerExample.xcodeproj/project.pbxproj @@ -537,7 +537,7 @@ 30EF93A716E039B800B84981 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0460; + LastUpgradeCheck = 0510; ORGANIZATIONNAME = "Roman Efimov"; }; buildConfigurationList = 30EF93AA16E039B800B84981 /* Build configuration list for PBXProject "RETableViewManagerExample" */; @@ -767,7 +767,6 @@ isa = XCBuildConfiguration; baseConfigurationReference = E4370D63D1564228A75E7BD2 /* Pods.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "RETableViewManagerExample/RETableViewManagerExample-Prefix.pch"; GCC_WARN_UNUSED_FUNCTION = YES; @@ -784,7 +783,6 @@ isa = XCBuildConfiguration; baseConfigurationReference = E4370D63D1564228A75E7BD2 /* Pods.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "RETableViewManagerExample/RETableViewManagerExample-Prefix.pch"; GCC_WARN_UNUSED_FUNCTION = YES; diff --git a/RETableViewManagerExample/RETableViewManagerExample/Classes/Controllers/ControlsViewController.m b/RETableViewManagerExample/RETableViewManagerExample/Classes/Controllers/ControlsViewController.m index 709b615..89524e8 100644 --- a/RETableViewManagerExample/RETableViewManagerExample/Classes/Controllers/ControlsViewController.m +++ b/RETableViewManagerExample/RETableViewManagerExample/Classes/Controllers/ControlsViewController.m @@ -99,10 +99,10 @@ NSLog(@"Value: %@", item.value ? @"YES" : @"NO"); }]; self.segmentItem = [RESegmentedItem itemWithTitle:@"Segmented" segmentedControlTitles:@[@"One", @"Two"] value:1 switchValueChangeHandler:^(RESegmentedItem *item) { - NSLog(@"Value: %i", item.value); + NSLog(@"Value: %li", (long)item.value); }]; self.segmentItem2 = [RESegmentedItem itemWithTitle:nil segmentedControlImages:@[[UIImage imageNamed:@"Heart"], [UIImage imageNamed:@"Heart_Highlighted"]] value:0 switchValueChangeHandler:^(RESegmentedItem *item) { - NSLog(@"Value: %i", item.value); + NSLog(@"Value: %li", (long)item.value); }]; self.segmentItem2.tintColor = [UIColor orangeColor]; self.floatItem = [REFloatItem itemWithTitle:@"Float item" value:0.3 sliderValueChangeHandler:^(REFloatItem *item) {