Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bguidolim committed Aug 20, 2024
1 parent 3704f7b commit 28aee1b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 33 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run tests
run: |
Expand All @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run tests
run: |
Expand All @@ -54,7 +54,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build - iOS
run: |
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/stale.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/update_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: pip install xmljson

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Authorize
run: echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
Expand Down
4 changes: 2 additions & 2 deletions PhoneNumberKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PhoneNumberKit'
s.version = '3.8.0'
s.version = '4.0.0'
s.summary = 'Swift framework for working with phone numbers'
s.description = <<-DESC
A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.
Expand Down Expand Up @@ -29,7 +29,7 @@ Pod::Spec.new do |s|
core.resources = [
'PhoneNumberKit/Resources/PhoneNumberMetadata.json'
]
core.resource_bundles = {'PhoneNumberKitPrivacy' => ['PhoneNumberKit/Resources/PrivacyInfo.xcprivacy']}
core.resource_bundles = { 'PhoneNumberKitPrivacy' => ['PhoneNumberKit/Resources/PrivacyInfo.xcprivacy'] }
end

s.subspec 'UIKit' do |ui|
Expand Down

0 comments on commit 28aee1b

Please sign in to comment.