Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
MOB-6532 update to 8.13.27 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
bozhchenko authored Jan 26, 2024
1 parent 8ae5353 commit 0484b70
Show file tree
Hide file tree
Showing 4 changed files with 4,380 additions and 4,362 deletions.
5 changes: 5 additions & 0 deletions MetadataGenerator/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,11 @@ - (void)testWithRealData {
[phoneUtil format:phoneJP numberFormat:NBEPhoneNumberFormatINTERNATIONAL error:nil]);
NSLog(@"- isValidNumber %@", [phoneUtil isValidNumber:phoneJP] ? @"Y" : @"N");
NSLog(@"- isPossibleNumber %@", [phoneUtil isPossibleNumber:phoneJP] ? @"Y" : @"N");

// Maryland Test
NBPhoneNumber *phoneMaryland = [phoneUtil parse:@"227-203-4183" defaultRegion:@"US" error:nil];
NSLog(@"- isValidNumber %@", [phoneUtil isValidNumber:phoneMaryland] ? @"Y" : @"N");
NSLog(@"- isPossibleNumber %@", [phoneUtil isPossibleNumber:phoneMaryland] ? @"Y" : @"N");
}

- (NSString *)stringWithRandomNumber {
Expand Down
2 changes: 1 addition & 1 deletion libPhoneNumber-iOS.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "libPhoneNumber-iOS"
s.version = "0.9.31"
s.version = "0.9.32"
s.summary = "iOS library for parsing, formatting, storing and validating international phone numbers from libphonenumber library."
s.description = <<-DESC
libPhoneNumber for iOS
Expand Down
Loading

0 comments on commit 0484b70

Please sign in to comment.