Skip to content

Commit 459350e

Browse files
build: update example ios config
1 parent f5638c5 commit 459350e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelpe
2828
flutter_ios_podfile_setup
2929

3030
target 'Runner' do
31+
pod 'PhoneNumberKit/PhoneNumberKitCore', :git => 'https://github.com/marmelroy/PhoneNumberKit', :tag => '3.5.8'
3132
use_frameworks!
3233
use_modular_headers!
3334

34-
pod 'PhoneNumberKit/PhoneNumberKitCore', :git => 'https://github.com/marmelroy/PhoneNumberKit', :tag => '3.5.8'
3535
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
3636
end
3737

example/ios/Podfile.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ PODS:
88
DEPENDENCIES:
99
- Flutter (from `Flutter`)
1010
- phone_number (from `.symlinks/plugins/phone_number/ios`)
11+
- PhoneNumberKit/PhoneNumberKitCore (from `https://github.com/marmelroy/PhoneNumberKit`, tag `3.5.8`)
1112

1213
SPEC REPOS:
1314
trunk:
@@ -18,6 +19,14 @@ EXTERNAL SOURCES:
1819
:path: Flutter
1920
phone_number:
2021
:path: ".symlinks/plugins/phone_number/ios"
22+
PhoneNumberKit:
23+
:git: https://github.com/marmelroy/PhoneNumberKit
24+
:tag: 3.5.8
25+
26+
CHECKOUT OPTIONS:
27+
PhoneNumberKit:
28+
:git: https://github.com/marmelroy/PhoneNumberKit
29+
:tag: 3.5.8
2130

2231
SPEC CHECKSUMS:
2332
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854

0 commit comments

Comments
 (0)