Skip to content

Commit dac7652

Browse files
committed
Release 1.5.0
1 parent d999c39 commit dac7652

9 files changed

Lines changed: 29 additions & 29 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ Use the Objective-C-compatible products directly if you need lower-level access:
4242
For Objective-C-compatible core APIs:
4343

4444
```ruby
45-
pod 'libPhoneNumber-iOS', '~> 1.4'
45+
pod 'libPhoneNumber-iOS', '~> 1.5'
4646
```
4747

4848
For the Swift-first facade:
4949

5050
```ruby
51-
pod 'libPhoneNumberSwift', '~> 1.4'
51+
pod 'libPhoneNumberSwift', '~> 1.5'
5252
```
5353

5454
Optional modules:
5555

5656
```ruby
57-
pod 'libPhoneNumberGeocoding', '~> 1.4'
58-
pod 'libPhoneNumberShortNumber', '~> 1.4'
57+
pod 'libPhoneNumberGeocoding', '~> 1.5'
58+
pod 'libPhoneNumberShortNumber', '~> 1.5'
5959
```
6060

6161
### Carthage

libPhoneNumber-Demo/libPhoneNumber-Demo-SPM.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
CLANG_WARN_UNREACHABLE_CODE = YES;
271271
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
272272
COPY_PHASE_STRIP = NO;
273-
CURRENT_PROJECT_VERSION = 1.4.0;
273+
CURRENT_PROJECT_VERSION = 1.5.0;
274274
DEBUG_INFORMATION_FORMAT = dwarf;
275275
ENABLE_STRICT_OBJC_MSGSEND = YES;
276276
ENABLE_TESTABILITY = YES;
@@ -288,7 +288,7 @@
288288
GCC_WARN_UNUSED_FUNCTION = YES;
289289
GCC_WARN_UNUSED_VARIABLE = YES;
290290
IPHONEOS_DEPLOYMENT_TARGET = 13.5;
291-
MARKETING_VERSION = 1.4.0;
291+
MARKETING_VERSION = 1.5.0;
292292
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
293293
MTL_FAST_MATH = YES;
294294
ONLY_ACTIVE_ARCH = YES;
@@ -326,7 +326,7 @@
326326
CLANG_WARN_UNREACHABLE_CODE = YES;
327327
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
328328
COPY_PHASE_STRIP = NO;
329-
CURRENT_PROJECT_VERSION = 1.4.0;
329+
CURRENT_PROJECT_VERSION = 1.5.0;
330330
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
331331
ENABLE_NS_ASSERTIONS = NO;
332332
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -338,7 +338,7 @@
338338
GCC_WARN_UNUSED_FUNCTION = YES;
339339
GCC_WARN_UNUSED_VARIABLE = YES;
340340
IPHONEOS_DEPLOYMENT_TARGET = 13.5;
341-
MARKETING_VERSION = 1.4.0;
341+
MARKETING_VERSION = 1.5.0;
342342
MTL_ENABLE_DEBUG_INFO = NO;
343343
MTL_FAST_MATH = YES;
344344
SDKROOT = iphoneos;

libPhoneNumber-Demo/libPhoneNumber-Demo.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
CLANG_WARN_UNREACHABLE_CODE = YES;
307307
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
308308
COPY_PHASE_STRIP = NO;
309-
CURRENT_PROJECT_VERSION = 1.4.0;
309+
CURRENT_PROJECT_VERSION = 1.5.0;
310310
DEBUG_INFORMATION_FORMAT = dwarf;
311311
ENABLE_STRICT_OBJC_MSGSEND = YES;
312312
ENABLE_TESTABILITY = YES;
@@ -324,7 +324,7 @@
324324
GCC_WARN_UNUSED_FUNCTION = YES;
325325
GCC_WARN_UNUSED_VARIABLE = YES;
326326
IPHONEOS_DEPLOYMENT_TARGET = 13.5;
327-
MARKETING_VERSION = 1.4.0;
327+
MARKETING_VERSION = 1.5.0;
328328
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
329329
MTL_FAST_MATH = YES;
330330
ONLY_ACTIVE_ARCH = YES;
@@ -363,7 +363,7 @@
363363
CLANG_WARN_UNREACHABLE_CODE = YES;
364364
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
365365
COPY_PHASE_STRIP = NO;
366-
CURRENT_PROJECT_VERSION = 1.4.0;
366+
CURRENT_PROJECT_VERSION = 1.5.0;
367367
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
368368
ENABLE_NS_ASSERTIONS = NO;
369369
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -375,7 +375,7 @@
375375
GCC_WARN_UNUSED_FUNCTION = YES;
376376
GCC_WARN_UNUSED_VARIABLE = YES;
377377
IPHONEOS_DEPLOYMENT_TARGET = 13.5;
378-
MARKETING_VERSION = 1.4.0;
378+
MARKETING_VERSION = 1.5.0;
379379
MTL_ENABLE_DEBUG_INFO = NO;
380380
MTL_FAST_MATH = YES;
381381
SDKROOT = iphoneos;

libPhoneNumber-GeocodingParser/libPhoneNumber-GeocodingParser.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
CLANG_WARN_UNREACHABLE_CODE = YES;
316316
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
317317
COPY_PHASE_STRIP = NO;
318-
CURRENT_PROJECT_VERSION = 1.4.0;
318+
CURRENT_PROJECT_VERSION = 1.5.0;
319319
DEAD_CODE_STRIPPING = YES;
320320
DEBUG_INFORMATION_FORMAT = dwarf;
321321
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -334,7 +334,7 @@
334334
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
335335
GCC_WARN_UNUSED_FUNCTION = YES;
336336
GCC_WARN_UNUSED_VARIABLE = YES;
337-
MARKETING_VERSION = 1.4.0;
337+
MARKETING_VERSION = 1.5.0;
338338
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
339339
MTL_FAST_MATH = YES;
340340
ONLY_ACTIVE_ARCH = YES;
@@ -376,7 +376,7 @@
376376
CLANG_WARN_UNREACHABLE_CODE = YES;
377377
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
378378
COPY_PHASE_STRIP = NO;
379-
CURRENT_PROJECT_VERSION = 1.4.0;
379+
CURRENT_PROJECT_VERSION = 1.5.0;
380380
DEAD_CODE_STRIPPING = YES;
381381
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
382382
ENABLE_NS_ASSERTIONS = NO;
@@ -389,7 +389,7 @@
389389
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
390390
GCC_WARN_UNUSED_FUNCTION = YES;
391391
GCC_WARN_UNUSED_VARIABLE = YES;
392-
MARKETING_VERSION = 1.4.0;
392+
MARKETING_VERSION = 1.5.0;
393393
MTL_ENABLE_DEBUG_INFO = NO;
394394
MTL_FAST_MATH = YES;
395395
SDKROOT = macosx;

libPhoneNumber-iOS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "libPhoneNumber-iOS"
3-
s.version = "1.4.0"
3+
s.version = "1.5.0"
44
s.summary = "iOS library for parsing, formatting, storing and validating international phone numbers from libphonenumber library."
55
s.description = "libPhoneNumber for iOS. iOS library for parsing, formatting, storing and validating international phone numbers from libphonenumber library."
66
s.homepage = "https://github.com/iziz/libPhoneNumber-iOS.git"

libPhoneNumber.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@
13941394
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
13951395
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
13961396
COPY_PHASE_STRIP = NO;
1397-
CURRENT_PROJECT_VERSION = 1.4.0;
1397+
CURRENT_PROJECT_VERSION = 1.5.0;
13981398
ENABLE_STRICT_OBJC_MSGSEND = YES;
13991399
ENABLE_TESTABILITY = YES;
14001400
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -1416,7 +1416,7 @@
14161416
GCC_WARN_UNUSED_VARIABLE = YES;
14171417
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
14181418
MACOSX_DEPLOYMENT_TARGET = 10.13;
1419-
MARKETING_VERSION = 1.4.0;
1419+
MARKETING_VERSION = 1.5.0;
14201420
ONLY_ACTIVE_ARCH = YES;
14211421
OTHER_CFLAGS = "";
14221422
SDKROOT = iphoneos;
@@ -1456,7 +1456,7 @@
14561456
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
14571457
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
14581458
COPY_PHASE_STRIP = YES;
1459-
CURRENT_PROJECT_VERSION = 1.4.0;
1459+
CURRENT_PROJECT_VERSION = 1.5.0;
14601460
ENABLE_STRICT_OBJC_MSGSEND = YES;
14611461
GCC_C_LANGUAGE_STANDARD = gnu99;
14621462
GCC_GENERATE_TEST_COVERAGE_FILES = YES;
@@ -1470,7 +1470,7 @@
14701470
GCC_WARN_UNUSED_VARIABLE = YES;
14711471
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
14721472
MACOSX_DEPLOYMENT_TARGET = 10.13;
1473-
MARKETING_VERSION = 1.4.0;
1473+
MARKETING_VERSION = 1.5.0;
14741474
OTHER_CFLAGS = "";
14751475
SDKROOT = iphoneos;
14761476
SWIFT_COMPILATION_MODE = wholemodule;

libPhoneNumberGeocoding.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "libPhoneNumberGeocoding"
3-
s.version = "1.4.0"
3+
s.version = "1.5.0"
44
s.summary = "Geocoding Features for libPhoneNumber-iOS"
55
s.description = "libPhoneNumberGeocoding for iOS. iOS library for gathering region descriptions for any phone number. This library stores geocoding metadata on disk space."
66
s.homepage = "https://github.com/iziz/libPhoneNumber-iOS.git"
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
2828

2929
s.resources = "libPhoneNumberGeocodingMetaData/*.bundle"
3030

31-
s.dependency 'libPhoneNumber-iOS', '~> 1.4.0'
31+
s.dependency 'libPhoneNumber-iOS', '~> 1.5.0'
3232

3333
s.source_files = [
3434
'libPhoneNumberGeocoding/**/*.{h,m}',

libPhoneNumberShortNumber.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "libPhoneNumberShortNumber"
3-
s.version = "1.4.0"
3+
s.version = "1.5.0"
44
s.summary = "Short Number Support for libPhoneNumber-iOS"
55
s.description = "libPhoneNumberShortNumber for iOS. iOS library for implementing libPhoneNumber features on short numbers."
66
s.homepage = "https://github.com/iziz/libPhoneNumber-iOS.git"
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
2727

2828
s.private_header_files = 'libPhoneNumberShortNumberInternal/**/*.h'
2929

30-
s.dependency 'libPhoneNumber-iOS', '~> 1.4.0'
30+
s.dependency 'libPhoneNumber-iOS', '~> 1.5.0'
3131

3232
s.source_files = [
3333
'libPhoneNumberShortNumberInternal/**/*.{h,m}',

libPhoneNumberSwift.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "libPhoneNumberSwift"
3-
s.version = "1.4.0"
3+
s.version = "1.5.0"
44
s.summary = "Swift-first facade for libPhoneNumber-iOS"
55
s.description = "Swift-first facade over the stable Objective-C libPhoneNumber-iOS core."
66
s.homepage = "https://github.com/iziz/libPhoneNumber-iOS.git"
@@ -24,9 +24,9 @@ Pod::Spec.new do |s|
2424
s.swift_version = "5.5"
2525
s.requires_arc = true
2626

27-
s.dependency 'libPhoneNumber-iOS', '~> 1.4.0'
28-
s.dependency 'libPhoneNumberGeocoding', '~> 1.4.0'
29-
s.dependency 'libPhoneNumberShortNumber', '~> 1.4.0'
27+
s.dependency 'libPhoneNumber-iOS', '~> 1.5.0'
28+
s.dependency 'libPhoneNumberGeocoding', '~> 1.5.0'
29+
s.dependency 'libPhoneNumberShortNumber', '~> 1.5.0'
3030

3131
s.source_files = [
3232
'libPhoneNumberSwift/**/*.swift',

0 commit comments

Comments
 (0)