mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-05-09 11:52:19 +08:00
Add REValidation
This commit is contained in:
@@ -39,6 +39,12 @@
|
||||
30939CF317949A10004D95A9 /* userpic5.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 30939CE717949A10004D95A9 /* userpic5.jpg */; };
|
||||
30939CF417949A10004D95A9 /* userpic6.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 30939CE817949A10004D95A9 /* userpic6.jpg */; };
|
||||
30939CF917949B2D004D95A9 /* REFormattedNumberField.m in Sources */ = {isa = PBXBuildFile; fileRef = 30939CF817949B2D004D95A9 /* REFormattedNumberField.m */; };
|
||||
30B00D5E17C56EEF0010D439 /* NSError+REValidation.m in Sources */ = {isa = PBXBuildFile; fileRef = 30B00D5217C56EEF0010D439 /* NSError+REValidation.m */; };
|
||||
30B00D5F17C56EEF0010D439 /* REValidation.m in Sources */ = {isa = PBXBuildFile; fileRef = 30B00D5417C56EEF0010D439 /* REValidation.m */; };
|
||||
30B00D6017C56EEF0010D439 /* REValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = 30B00D5617C56EEF0010D439 /* REValidator.m */; };
|
||||
30B00D6117C56EEF0010D439 /* REEmailValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = 30B00D5917C56EEF0010D439 /* REEmailValidator.m */; };
|
||||
30B00D6217C56EEF0010D439 /* RELengthValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = 30B00D5B17C56EEF0010D439 /* RELengthValidator.m */; };
|
||||
30B00D6317C56EEF0010D439 /* REPresenceValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = 30B00D5D17C56EEF0010D439 /* REPresenceValidator.m */; };
|
||||
30D1C7D617AC08F4001F731C /* First_Alt@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 30D1C7D217AC08F3001F731C /* First_Alt@2x.png */; };
|
||||
30D1C7D717AC08F4001F731C /* Last_Alt@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 30D1C7D317AC08F3001F731C /* Last_Alt@2x.png */; };
|
||||
30D1C7D817AC08F4001F731C /* Middle_Alt@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 30D1C7D417AC08F3001F731C /* Middle_Alt@2x.png */; };
|
||||
@@ -135,6 +141,18 @@
|
||||
30939CE817949A10004D95A9 /* userpic6.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = userpic6.jpg; sourceTree = "<group>"; };
|
||||
30939CF717949B2D004D95A9 /* REFormattedNumberField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = REFormattedNumberField.h; sourceTree = "<group>"; };
|
||||
30939CF817949B2D004D95A9 /* REFormattedNumberField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = REFormattedNumberField.m; sourceTree = "<group>"; };
|
||||
30B00D5117C56EEF0010D439 /* NSError+REValidation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSError+REValidation.h"; sourceTree = "<group>"; };
|
||||
30B00D5217C56EEF0010D439 /* NSError+REValidation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSError+REValidation.m"; sourceTree = "<group>"; };
|
||||
30B00D5317C56EEF0010D439 /* REValidation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = REValidation.h; sourceTree = "<group>"; };
|
||||
30B00D5417C56EEF0010D439 /* REValidation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = REValidation.m; sourceTree = "<group>"; };
|
||||
30B00D5517C56EEF0010D439 /* REValidator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = REValidator.h; sourceTree = "<group>"; };
|
||||
30B00D5617C56EEF0010D439 /* REValidator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = REValidator.m; sourceTree = "<group>"; };
|
||||
30B00D5817C56EEF0010D439 /* REEmailValidator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = REEmailValidator.h; sourceTree = "<group>"; };
|
||||
30B00D5917C56EEF0010D439 /* REEmailValidator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = REEmailValidator.m; sourceTree = "<group>"; };
|
||||
30B00D5A17C56EEF0010D439 /* RELengthValidator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RELengthValidator.h; sourceTree = "<group>"; };
|
||||
30B00D5B17C56EEF0010D439 /* RELengthValidator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RELengthValidator.m; sourceTree = "<group>"; };
|
||||
30B00D5C17C56EEF0010D439 /* REPresenceValidator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = REPresenceValidator.h; sourceTree = "<group>"; };
|
||||
30B00D5D17C56EEF0010D439 /* REPresenceValidator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = REPresenceValidator.m; sourceTree = "<group>"; };
|
||||
30D1C7D217AC08F3001F731C /* First_Alt@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "First_Alt@2x.png"; path = "Resources/First_Alt@2x.png"; sourceTree = "<group>"; };
|
||||
30D1C7D317AC08F3001F731C /* Last_Alt@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Last_Alt@2x.png"; path = "Resources/Last_Alt@2x.png"; sourceTree = "<group>"; };
|
||||
30D1C7D417AC08F3001F731C /* Middle_Alt@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Middle_Alt@2x.png"; path = "Resources/Middle_Alt@2x.png"; sourceTree = "<group>"; };
|
||||
@@ -301,6 +319,7 @@
|
||||
30939CF517949B2D004D95A9 /* Vendor */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
30B00D5017C56EEF0010D439 /* REValidation */,
|
||||
30939CF617949B2D004D95A9 /* REFormattedNumberField */,
|
||||
);
|
||||
path = Vendor;
|
||||
@@ -315,6 +334,33 @@
|
||||
path = REFormattedNumberField;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
30B00D5017C56EEF0010D439 /* REValidation */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
30B00D5117C56EEF0010D439 /* NSError+REValidation.h */,
|
||||
30B00D5217C56EEF0010D439 /* NSError+REValidation.m */,
|
||||
30B00D5317C56EEF0010D439 /* REValidation.h */,
|
||||
30B00D5417C56EEF0010D439 /* REValidation.m */,
|
||||
30B00D5517C56EEF0010D439 /* REValidator.h */,
|
||||
30B00D5617C56EEF0010D439 /* REValidator.m */,
|
||||
30B00D5717C56EEF0010D439 /* Validators */,
|
||||
);
|
||||
path = REValidation;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
30B00D5717C56EEF0010D439 /* Validators */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
30B00D5817C56EEF0010D439 /* REEmailValidator.h */,
|
||||
30B00D5917C56EEF0010D439 /* REEmailValidator.m */,
|
||||
30B00D5A17C56EEF0010D439 /* RELengthValidator.h */,
|
||||
30B00D5B17C56EEF0010D439 /* RELengthValidator.m */,
|
||||
30B00D5C17C56EEF0010D439 /* REPresenceValidator.h */,
|
||||
30B00D5D17C56EEF0010D439 /* REPresenceValidator.m */,
|
||||
);
|
||||
path = Validators;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
30DB064616E934AD006C9530 /* RETableViewManager */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
@@ -593,6 +639,12 @@
|
||||
303D966B17B7CCF800A418F3 /* XIBTestCell.m in Sources */,
|
||||
303D967217B7CDE300A418F3 /* XIBTestViewController.m in Sources */,
|
||||
30E5F50C17BBD163005CF1FE /* IndexedListViewController.m in Sources */,
|
||||
30B00D5E17C56EEF0010D439 /* NSError+REValidation.m in Sources */,
|
||||
30B00D5F17C56EEF0010D439 /* REValidation.m in Sources */,
|
||||
30B00D6017C56EEF0010D439 /* REValidator.m in Sources */,
|
||||
30B00D6117C56EEF0010D439 /* REEmailValidator.m in Sources */,
|
||||
30B00D6217C56EEF0010D439 /* RELengthValidator.m in Sources */,
|
||||
30B00D6317C56EEF0010D439 /* REPresenceValidator.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user