Changeset 895 for apps/iphone/superbook/trunk
- Timestamp:
- 09/07/11 08:27:31 (21 months ago)
- Location:
- apps/iphone/superbook/trunk
- Files:
-
- 3 added
- 1 removed
- 2 modified
-
Classes/LocateThem_ViewController.m (modified) (1 diff)
-
DotTel_SDK/Classes/Reachability (added)
-
DotTel_SDK/Classes/Reachability/Reachability.h (added)
-
DotTel_SDK/Classes/Reachability/Reachability.m (added)
-
ShareKit/Reachability (deleted)
-
Superbook.xcodeproj/project.pbxproj (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/superbook/trunk/Classes/LocateThem_ViewController.m
r886 r895 73 73 [telSearch setKeyboardType:UIKeyboardTypeASCIICapable]; 74 74 [telSearch setAutocorrectionType:UITextAutocorrectionTypeNo]; 75 telSearch.placeholder = NSLocalizedString(@"Search boxPlaceholder", @"Placeholder string in .tel search box");75 telSearch.placeholder = NSLocalizedString(@"Search TelPages", @"Placeholder string in .tel search box"); 76 76 keyboardShown = NO; 77 77 [[NSNotificationCenter defaultCenter] addObserver:self -
apps/iphone/superbook/trunk/Superbook.xcodeproj/project.pbxproj
r893 r895 282 282 384BA03513CDB4CF0051C986 /* SBContact.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SBContact.m; sourceTree = "<group>"; }; 283 283 38527484100A82E9005F4329 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Localizable.strings; sourceTree = "<group>"; }; 284 385BD6C60EBF694500D32EB0 /* DnsResolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DnsResolver.h; sourceTree = "<group>"; };285 284 385BD6C70EBF694500D32EB0 /* DnsResolver.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DnsResolver.m; sourceTree = "<group>"; }; 286 285 385BD6C80EBF694500D32EB0 /* RecordLoc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RecordLoc.h; sourceTree = "<group>"; }; … … 806 805 isa = PBXGroup; 807 806 children = ( 808 38 5BD6C60EBF694500D32EB0 /* DnsResolver.h*/,807 38AE2FFC14151A5D0004CE2F /* Reachability */, 809 808 385BD6C70EBF694500D32EB0 /* DnsResolver.m */, 810 809 38D163240F861E2E00A97E88 /* NetworkUtility.h */, … … 893 892 38AE2FEF14151A5D0004CE2F /* Customize UI */, 894 893 38AE2FF814151A5D0004CE2F /* Localization */, 895 38AE2FFC14151A5D0004CE2F /* Reachability */,896 894 38AE2FFF14151A5D0004CE2F /* Sharers */, 897 895 38AE304114151A5D0004CE2F /* SHKConfig.h */,








