Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalPethani99 committed Sep 4, 2020
1 parent faf11ef commit 2391bb3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions PhoneNumberKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@
C913C43D25029ACF00612E04 /* CountryPickerTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C913C435250293CE00612E04 /* CountryPickerTableViewCell.swift */; };
C913C43E25029ACF00612E04 /* CountryPickerTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C913C435250293CE00612E04 /* CountryPickerTableViewCell.swift */; };
C913C43F25029AD200612E04 /* CountryPickerTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C913C435250293CE00612E04 /* CountryPickerTableViewCell.swift */; };
C913C4482502A0E500612E04 /* CountryPickerTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C913C4462502A0E400612E04 /* CountryPickerTableViewCell.swift */; };
C913C4492502A0E500612E04 /* CountryPickerTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C913C4462502A0E400612E04 /* CountryPickerTableViewCell.swift */; };
C913C44A2502A0E500612E04 /* CountryPickerTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C913C4462502A0E400612E04 /* CountryPickerTableViewCell.swift */; };
C913C44B2502A0E500612E04 /* CountryPickerTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C913C4462502A0E400612E04 /* CountryPickerTableViewCell.swift */; };
C913C44C2502A0E500612E04 /* CountryPickerTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = C913C4472502A0E400612E04 /* CountryPickerTableViewCell.xib */; };
C913C44D2502A0E500612E04 /* CountryPickerTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = C913C4472502A0E400612E04 /* CountryPickerTableViewCell.xib */; };
C913C44E2502A0E500612E04 /* CountryPickerTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = C913C4472502A0E400612E04 /* CountryPickerTableViewCell.xib */; };
C913C44F2502A0E500612E04 /* CountryPickerTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = C913C4472502A0E400612E04 /* CountryPickerTableViewCell.xib */; };
C9D81F822348025700B75AB7 /* PhoneNumberTextFieldTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9D81F812348025700B75AB7 /* PhoneNumberTextFieldTests.swift */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -125,6 +133,8 @@
C6DF6CA71D1B145300259F4B /* PhoneNumberKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PhoneNumberKit.h; sourceTree = "<group>"; };
C6DF6CCC1D1B18B000259F4B /* PhoneNumberKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PhoneNumberKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
C913C435250293CE00612E04 /* CountryPickerTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CountryPickerTableViewCell.swift; path = UI/CountryPickerTableViewCell.swift; sourceTree = "<group>"; };
C913C4462502A0E400612E04 /* CountryPickerTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CountryPickerTableViewCell.swift; path = UI/CountryPickerTableViewCell.swift; sourceTree = "<group>"; };
C913C4472502A0E400612E04 /* CountryPickerTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = CountryPickerTableViewCell.xib; path = UI/CountryPickerTableViewCell.xib; sourceTree = "<group>"; };
C9D81F812348025700B75AB7 /* PhoneNumberTextFieldTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PhoneNumberTextFieldTests.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -222,6 +232,8 @@
34566C991BC112C500715E6B /* RegexManager.swift */,
3424187F1BB705B500EE70E7 /* PhoneNumber.swift */,
34AA66011BDD160B00467912 /* Constants.swift */,
C913C4462502A0E400612E04 /* CountryPickerTableViewCell.swift */,
C913C4472502A0E400612E04 /* CountryPickerTableViewCell.xib */,
3420CF5D1BE8959F00FAE34F /* Formatter.swift */,
343B850A1C62A25600918E46 /* PartialFormatter.swift */,
343B850B1C62A25600918E46 /* PhoneNumberTextField.swift */,
Expand Down Expand Up @@ -443,6 +455,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C913C44C2502A0E500612E04 /* CountryPickerTableViewCell.xib in Resources */,
34CA34522380307300788D7D /* PhoneNumberMetadata.json in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -459,6 +472,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C913C44D2502A0E500612E04 /* CountryPickerTableViewCell.xib in Resources */,
A863BC9B23801ABC00088460 /* PhoneNumberMetadata.json in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -467,6 +481,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C913C44E2502A0E500612E04 /* CountryPickerTableViewCell.xib in Resources */,
A863BC9C23801ABC00088460 /* PhoneNumberMetadata.json in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -475,6 +490,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C913C44F2502A0E500612E04 /* CountryPickerTableViewCell.xib in Resources */,
A863BC9D23801ABC00088460 /* PhoneNumberMetadata.json in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -501,6 +517,7 @@
342418801BB705B500EE70E7 /* PhoneNumber.swift in Sources */,
1B0651171E2AD698006AE849 /* PhoneNumberFormatter.swift in Sources */,
34AA66021BDD160B00467912 /* Constants.swift in Sources */,
C913C4482502A0E500612E04 /* CountryPickerTableViewCell.swift in Sources */,
342548F01BE7EED500FBE524 /* MetadataTypes.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -526,6 +543,7 @@
C6DF6C5A1D1B09DD00259F4B /* ParseManager.swift in Sources */,
C6DF6C5E1D1B09DD00259F4B /* PhoneNumberParser.swift in Sources */,
1B1A4DD723007580006AE849 /* PhoneNumberFormatter.swift in Sources */,
C913C4492502A0E500612E04 /* CountryPickerTableViewCell.swift in Sources */,
C6DF6C551D1B09DD00259F4B /* Formatter.swift in Sources */,
1B80904E2300B4DC006AE849 /* MetadataParsing.swift in Sources */,
C6DF6C5C1D1B09DD00259F4B /* PhoneNumber.swift in Sources */,
Expand All @@ -547,6 +565,7 @@
C6DF6CB81D1B159A00259F4B /* ParseManager.swift in Sources */,
C6DF6CBC1D1B159A00259F4B /* PhoneNumberParser.swift in Sources */,
1B1A4DD9230075A6006AE849 /* PhoneNumberFormatter.swift in Sources */,
C913C44A2502A0E500612E04 /* CountryPickerTableViewCell.swift in Sources */,
C6DF6CB31D1B159A00259F4B /* Formatter.swift in Sources */,
1B80904F2300B4DC006AE849 /* MetadataParsing.swift in Sources */,
C6DF6CBA1D1B159A00259F4B /* PhoneNumber.swift in Sources */,
Expand All @@ -568,6 +587,7 @@
C6DF6CDB1D1B18D800259F4B /* ParseManager.swift in Sources */,
C6DF6CDF1D1B18D800259F4B /* PhoneNumberParser.swift in Sources */,
C6DF6CD61D1B18D800259F4B /* Formatter.swift in Sources */,
C913C44B2502A0E500612E04 /* CountryPickerTableViewCell.swift in Sources */,
C6DF6CDD1D1B18D800259F4B /* PhoneNumber.swift in Sources */,
C6DF6CD51D1B18D800259F4B /* Constants.swift in Sources */,
1B8090502300B4DD006AE849 /* MetadataParsing.swift in Sources */,
Expand Down

0 comments on commit 2391bb3

Please sign in to comment.