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 497be96 commit e7c626e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PhoneNumberKit.xcodeproj/project.pbxproj
Expand Up @@ -77,6 +77,7 @@
C6DF6CDF1D1B18D800259F4B /* PhoneNumberParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 342418811BB70F5200EE70E7 /* PhoneNumberParser.swift */; };
C6DF6CE01D1B18D800259F4B /* RegexManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34566C991BC112C500715E6B /* RegexManager.swift */; };
C913C439250295FF00612E04 /* CountryPickerTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C913C435250293CE00612E04 /* CountryPickerTableViewCell.swift */; };
C913C43B2502982700612E04 /* CountryPickerTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = C913C43A2502982700612E04 /* CountryPickerTableViewCell.xib */; };
C9D81F822348025700B75AB7 /* PhoneNumberTextFieldTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9D81F812348025700B75AB7 /* PhoneNumberTextFieldTests.swift */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -122,6 +123,7 @@
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>"; };
C913C43A2502982700612E04 /* CountryPickerTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = CountryPickerTableViewCell.xib; sourceTree = "<group>"; };
C9D81F812348025700B75AB7 /* PhoneNumberTextFieldTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PhoneNumberTextFieldTests.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -219,6 +221,7 @@
34566C991BC112C500715E6B /* RegexManager.swift */,
3424187F1BB705B500EE70E7 /* PhoneNumber.swift */,
34AA66011BDD160B00467912 /* Constants.swift */,
C913C43A2502982700612E04 /* CountryPickerTableViewCell.xib */,
3420CF5D1BE8959F00FAE34F /* Formatter.swift */,
343B850A1C62A25600918E46 /* PartialFormatter.swift */,
343B850B1C62A25600918E46 /* PhoneNumberTextField.swift */,
Expand Down Expand Up @@ -440,6 +443,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C913C43B2502982700612E04 /* CountryPickerTableViewCell.xib in Resources */,
34CA34522380307300788D7D /* PhoneNumberMetadata.json in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down

0 comments on commit e7c626e

Please sign in to comment.