diff --git a/.travis.yml b/.travis.yml index eb05adc2..6509c1f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ osx_image: xcode15 language: swift -xcode_project: CountryPicker/CountryPicker.xcodeproj +xcode_project: Framework/Framework.xcodeproj script: - - xcodebuild clean build test -enableCodeCoverage YES -project CountryPicker/CountryPicker.xcodeproj -scheme CountryPicker -destination 'platform=iOS Simulator,OS=13.0,name=iPhone 8' ONLY_ACTIVE_ARCH=YES + - xcodebuild clean build test -enableCodeCoverage YES -project Framework/Framework.xcodeproj -scheme Framework -destination 'platform=iOS Simulator,OS=17.0,name=iPhone 14' ONLY_ACTIVE_ARCH=YES after_success: - bash <(curl -s https://codecov.io/bash) diff --git a/CountryPicker/CountryPicker.xcodeproj/project.pbxproj b/CountryPicker/CountryPicker.xcodeproj/project.pbxproj deleted file mode 100644 index f9ae34d0..00000000 --- a/CountryPicker/CountryPicker.xcodeproj/project.pbxproj +++ /dev/null @@ -1,622 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 48; - objects = { - -/* Begin PBXBuildFile section */ - 858BBDC225A6D6AC00DB5AE9 /* CountryPickerControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 858BBDC125A6D6AC00DB5AE9 /* CountryPickerControllerTests.swift */; }; - 858BBDCE25A70F3A00DB5AE9 /* CountryPickerEngine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 858BBDCD25A70F3A00DB5AE9 /* CountryPickerEngine.swift */; }; - 858BBDDE25A7239B00DB5AE9 /* CountryPickerEngineTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 858BBDD225A70F5100DB5AE9 /* CountryPickerEngineTests.swift */; }; - 858BBDE825A72A8500DB5AE9 /* CountryPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A4F58F020EF429C000CAFE5 /* CountryPickerController.swift */; }; - 858BBE0125A7407B00DB5AE9 /* TableViewHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 858BBE0025A7407B00DB5AE9 /* TableViewHelpers.swift */; }; - 858BBE0925A81C8200DB5AE9 /* CountryPickerControllerWithSectionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 858BBE0825A81C8200DB5AE9 /* CountryPickerControllerWithSectionTests.swift */; }; - 858BBE1125A81EC900DB5AE9 /* UIViewControllerHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 858BBE1025A81EC900DB5AE9 /* UIViewControllerHelpers.swift */; }; - 85DFED3625A1C9B6000BB85C /* CountryCellTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85DFED2E25A1C974000BB85C /* CountryCellTests.swift */; }; - 85DFED4625A2214A000BB85C /* CountryPickerViewTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85DFED4525A2214A000BB85C /* CountryPickerViewTests.swift */; }; - 9657E56E2399167400B4B89B /* CountryPickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9657E56D2399167300B4B89B /* CountryPickerView.swift */; }; - 9687D64223A3C11E00AC0D8D /* ComponentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9687D64123A3C11E00AC0D8D /* ComponentView.swift */; }; - 9A4F58F120EF429C000CAFE5 /* Constant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A4F58EB20EF429B000CAFE5 /* Constant.swift */; }; - 9A4F58F220EF429C000CAFE5 /* CountryCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A4F58EC20EF429B000CAFE5 /* CountryCell.swift */; }; - 9A4F58F320EF429C000CAFE5 /* CountryPickerWithSectionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A4F58ED20EF429B000CAFE5 /* CountryPickerWithSectionViewController.swift */; }; - 9A4F58F420EF429C000CAFE5 /* Country.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A4F58EE20EF429C000CAFE5 /* Country.swift */; }; - 9A4F58F520EF429C000CAFE5 /* CountryManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A4F58EF20EF429C000CAFE5 /* CountryManager.swift */; }; - 9A4F58FE20EF42AA000CAFE5 /* CountryManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A4F58FD20EF42AA000CAFE5 /* CountryManagerTests.swift */; }; - 9A4F590020EF42AA000CAFE5 /* CountryPicker.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E0519E282054FDE500C77B45 /* CountryPicker.framework */; }; - D87A146B2A86945A00EF17E1 /* CountryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D87A146A2A86945A00EF17E1 /* CountryTests.swift */; }; - E03F5FE22055163C00FA5B61 /* CountryPickerController.bundle in Resources */ = {isa = PBXBuildFile; fileRef = E03F5FDE2055163C00FA5B61 /* CountryPickerController.bundle */; }; - E0519E2D2054FDE500C77B45 /* CountryPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = E0519E2B2054FDE500C77B45 /* CountryPicker.h */; settings = {ATTRIBUTES = (Public, ); }; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 9A4F590120EF42AA000CAFE5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = E0519E1F2054FDE500C77B45 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E0519E272054FDE500C77B45; - remoteInfo = CountryPicker; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 0D5BDA8022741FEA00A055D4 /* CountryPickerUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CountryPickerUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 858BBDC125A6D6AC00DB5AE9 /* CountryPickerControllerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryPickerControllerTests.swift; sourceTree = ""; }; - 858BBDCD25A70F3A00DB5AE9 /* CountryPickerEngine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryPickerEngine.swift; sourceTree = ""; }; - 858BBDD225A70F5100DB5AE9 /* CountryPickerEngineTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryPickerEngineTests.swift; sourceTree = ""; }; - 858BBE0025A7407B00DB5AE9 /* TableViewHelpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TableViewHelpers.swift; sourceTree = ""; }; - 858BBE0825A81C8200DB5AE9 /* CountryPickerControllerWithSectionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryPickerControllerWithSectionTests.swift; sourceTree = ""; }; - 858BBE1025A81EC900DB5AE9 /* UIViewControllerHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIViewControllerHelpers.swift; sourceTree = ""; }; - 85DFED2E25A1C974000BB85C /* CountryCellTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryCellTests.swift; sourceTree = ""; }; - 85DFED4525A2214A000BB85C /* CountryPickerViewTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryPickerViewTests.swift; sourceTree = ""; }; - 9657E56D2399167300B4B89B /* CountryPickerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryPickerView.swift; sourceTree = ""; }; - 9687D64123A3C11E00AC0D8D /* ComponentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ComponentView.swift; sourceTree = ""; }; - 9A4F58EB20EF429B000CAFE5 /* Constant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constant.swift; sourceTree = ""; }; - 9A4F58EC20EF429B000CAFE5 /* CountryCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CountryCell.swift; sourceTree = ""; }; - 9A4F58ED20EF429B000CAFE5 /* CountryPickerWithSectionViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CountryPickerWithSectionViewController.swift; sourceTree = ""; }; - 9A4F58EE20EF429C000CAFE5 /* Country.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Country.swift; sourceTree = ""; }; - 9A4F58EF20EF429C000CAFE5 /* CountryManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CountryManager.swift; sourceTree = ""; }; - 9A4F58F020EF429C000CAFE5 /* CountryPickerController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CountryPickerController.swift; sourceTree = ""; }; - 9A4F58FB20EF42AA000CAFE5 /* CountryPickerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CountryPickerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 9A4F58FD20EF42AA000CAFE5 /* CountryManagerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryManagerTests.swift; sourceTree = ""; }; - 9A4F58FF20EF42AA000CAFE5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - D87A146A2A86945A00EF17E1 /* CountryTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CountryTests.swift; sourceTree = ""; }; - E03F5FDE2055163C00FA5B61 /* CountryPickerController.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = CountryPickerController.bundle; sourceTree = ""; }; - E0519E282054FDE500C77B45 /* CountryPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CountryPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E0519E2B2054FDE500C77B45 /* CountryPicker.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CountryPicker.h; sourceTree = ""; }; - E0519E2C2054FDE500C77B45 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 0D5BDA7D22741FEA00A055D4 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9A4F58F820EF42AA000CAFE5 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 9A4F590020EF42AA000CAFE5 /* CountryPicker.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E0519E242054FDE500C77B45 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 9687D64023A3C0EE00AC0D8D /* PickerView */ = { - isa = PBXGroup; - children = ( - 9657E56D2399167300B4B89B /* CountryPickerView.swift */, - 9687D64123A3C11E00AC0D8D /* ComponentView.swift */, - ); - path = PickerView; - sourceTree = ""; - }; - 9A4F58FC20EF42AA000CAFE5 /* CountryPickerTests */ = { - isa = PBXGroup; - children = ( - D87A146A2A86945A00EF17E1 /* CountryTests.swift */, - 9A4F58FD20EF42AA000CAFE5 /* CountryManagerTests.swift */, - 858BBE0025A7407B00DB5AE9 /* TableViewHelpers.swift */, - 85DFED2E25A1C974000BB85C /* CountryCellTests.swift */, - 85DFED4525A2214A000BB85C /* CountryPickerViewTests.swift */, - 858BBDD225A70F5100DB5AE9 /* CountryPickerEngineTests.swift */, - 858BBDC125A6D6AC00DB5AE9 /* CountryPickerControllerTests.swift */, - 858BBE0825A81C8200DB5AE9 /* CountryPickerControllerWithSectionTests.swift */, - 9A4F58FF20EF42AA000CAFE5 /* Info.plist */, - 858BBE1025A81EC900DB5AE9 /* UIViewControllerHelpers.swift */, - ); - path = CountryPickerTests; - sourceTree = ""; - }; - E0519E1E2054FDE500C77B45 = { - isa = PBXGroup; - children = ( - E0519E2A2054FDE500C77B45 /* CountryPicker */, - 9A4F58FC20EF42AA000CAFE5 /* CountryPickerTests */, - E0519E292054FDE500C77B45 /* Products */, - ); - sourceTree = ""; - }; - E0519E292054FDE500C77B45 /* Products */ = { - isa = PBXGroup; - children = ( - E0519E282054FDE500C77B45 /* CountryPicker.framework */, - 9A4F58FB20EF42AA000CAFE5 /* CountryPickerTests.xctest */, - 0D5BDA8022741FEA00A055D4 /* CountryPickerUITests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - E0519E2A2054FDE500C77B45 /* CountryPicker */ = { - isa = PBXGroup; - children = ( - 9A4F58EB20EF429B000CAFE5 /* Constant.swift */, - 9A4F58EE20EF429C000CAFE5 /* Country.swift */, - 9A4F58EF20EF429C000CAFE5 /* CountryManager.swift */, - 9A4F58EC20EF429B000CAFE5 /* CountryCell.swift */, - 9A4F58F020EF429C000CAFE5 /* CountryPickerController.swift */, - 9A4F58ED20EF429B000CAFE5 /* CountryPickerWithSectionViewController.swift */, - 858BBDCD25A70F3A00DB5AE9 /* CountryPickerEngine.swift */, - E03F5FDE2055163C00FA5B61 /* CountryPickerController.bundle */, - E0519E2B2054FDE500C77B45 /* CountryPicker.h */, - E0519E2C2054FDE500C77B45 /* Info.plist */, - 9687D64023A3C0EE00AC0D8D /* PickerView */, - ); - path = CountryPicker; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - E0519E252054FDE500C77B45 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - E0519E2D2054FDE500C77B45 /* CountryPicker.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 0D5BDA7F22741FEA00A055D4 /* CountryPickerUITests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 0D5BDA8722741FEA00A055D4 /* Build configuration list for PBXNativeTarget "CountryPickerUITests" */; - buildPhases = ( - 0D5BDA7C22741FEA00A055D4 /* Sources */, - 0D5BDA7D22741FEA00A055D4 /* Frameworks */, - 0D5BDA7E22741FEA00A055D4 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = CountryPickerUITests; - productName = CountryPickerUITests; - productReference = 0D5BDA8022741FEA00A055D4 /* CountryPickerUITests.xctest */; - productType = "com.apple.product-type.bundle.ui-testing"; - }; - 9A4F58FA20EF42AA000CAFE5 /* CountryPickerTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 9A4F590320EF42AA000CAFE5 /* Build configuration list for PBXNativeTarget "CountryPickerTests" */; - buildPhases = ( - 9A4F58F720EF42AA000CAFE5 /* Sources */, - 9A4F58F820EF42AA000CAFE5 /* Frameworks */, - 9A4F58F920EF42AA000CAFE5 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 9A4F590220EF42AA000CAFE5 /* PBXTargetDependency */, - ); - name = CountryPickerTests; - productName = CountryPickerTests; - productReference = 9A4F58FB20EF42AA000CAFE5 /* CountryPickerTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; - E0519E272054FDE500C77B45 /* CountryPicker */ = { - isa = PBXNativeTarget; - buildConfigurationList = E0519E302054FDE500C77B45 /* Build configuration list for PBXNativeTarget "CountryPicker" */; - buildPhases = ( - E0519E232054FDE500C77B45 /* Sources */, - E0519E242054FDE500C77B45 /* Frameworks */, - E0519E252054FDE500C77B45 /* Headers */, - E0519E262054FDE500C77B45 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = CountryPicker; - productName = CountryPicker; - productReference = E0519E282054FDE500C77B45 /* CountryPicker.framework */; - productType = "com.apple.product-type.framework"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - E0519E1F2054FDE500C77B45 /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 1020; - LastUpgradeCheck = 1220; - ORGANIZATIONNAME = "SuryaKant Sharma"; - TargetAttributes = { - 0D5BDA7F22741FEA00A055D4 = { - CreatedOnToolsVersion = 10.2; - ProvisioningStyle = Automatic; - }; - 9A4F58FA20EF42AA000CAFE5 = { - CreatedOnToolsVersion = 9.4; - LastSwiftMigration = 1020; - ProvisioningStyle = Automatic; - }; - E0519E272054FDE500C77B45 = { - CreatedOnToolsVersion = 9.0; - LastSwiftMigration = 1020; - ProvisioningStyle = Automatic; - }; - }; - }; - buildConfigurationList = E0519E222054FDE500C77B45 /* Build configuration list for PBXProject "CountryPicker" */; - compatibilityVersion = "Xcode 8.0"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = E0519E1E2054FDE500C77B45; - productRefGroup = E0519E292054FDE500C77B45 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - E0519E272054FDE500C77B45 /* CountryPicker */, - 9A4F58FA20EF42AA000CAFE5 /* CountryPickerTests */, - 0D5BDA7F22741FEA00A055D4 /* CountryPickerUITests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 0D5BDA7E22741FEA00A055D4 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9A4F58F920EF42AA000CAFE5 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E0519E262054FDE500C77B45 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E03F5FE22055163C00FA5B61 /* CountryPickerController.bundle in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 0D5BDA7C22741FEA00A055D4 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9A4F58F720EF42AA000CAFE5 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 858BBE0125A7407B00DB5AE9 /* TableViewHelpers.swift in Sources */, - 858BBE0925A81C8200DB5AE9 /* CountryPickerControllerWithSectionTests.swift in Sources */, - 85DFED3625A1C9B6000BB85C /* CountryCellTests.swift in Sources */, - 858BBDC225A6D6AC00DB5AE9 /* CountryPickerControllerTests.swift in Sources */, - 9A4F58FE20EF42AA000CAFE5 /* CountryManagerTests.swift in Sources */, - 858BBE1125A81EC900DB5AE9 /* UIViewControllerHelpers.swift in Sources */, - D87A146B2A86945A00EF17E1 /* CountryTests.swift in Sources */, - 858BBDDE25A7239B00DB5AE9 /* CountryPickerEngineTests.swift in Sources */, - 85DFED4625A2214A000BB85C /* CountryPickerViewTests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E0519E232054FDE500C77B45 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9657E56E2399167400B4B89B /* CountryPickerView.swift in Sources */, - 9A4F58F420EF429C000CAFE5 /* Country.swift in Sources */, - 9A4F58F220EF429C000CAFE5 /* CountryCell.swift in Sources */, - 9687D64223A3C11E00AC0D8D /* ComponentView.swift in Sources */, - 9A4F58F320EF429C000CAFE5 /* CountryPickerWithSectionViewController.swift in Sources */, - 858BBDCE25A70F3A00DB5AE9 /* CountryPickerEngine.swift in Sources */, - 858BBDE825A72A8500DB5AE9 /* CountryPickerController.swift in Sources */, - 9A4F58F520EF429C000CAFE5 /* CountryManager.swift in Sources */, - 9A4F58F120EF429C000CAFE5 /* Constant.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 9A4F590220EF42AA000CAFE5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = E0519E272054FDE500C77B45 /* CountryPicker */; - targetProxy = 9A4F590120EF42AA000CAFE5 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 0D5BDA8522741FEA00A055D4 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = YES; - CODE_SIGN_STYLE = Automatic; - INFOPLIST_FILE = CountryPickerUITests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.2; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.Surya.CountryPickerUITests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 0D5BDA8622741FEA00A055D4 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = YES; - CODE_SIGN_STYLE = Automatic; - INFOPLIST_FILE = CountryPickerUITests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.2; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MTL_FAST_MATH = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.Surya.CountryPickerUITests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; - 9A4F590420EF42AA000CAFE5 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CODE_SIGN_STYLE = Automatic; - INFOPLIST_FILE = CountryPickerTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.suryakant.CountryPickerTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 9A4F590520EF42AA000CAFE5 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CODE_SIGN_STYLE = Automatic; - INFOPLIST_FILE = CountryPickerTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.suryakant.CountryPickerTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; - E0519E2E2054FDE500C77B45 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - E0519E2F2054FDE500C77B45 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 3.0; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - E0519E312054FDE500C77B45 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_IDENTITY = ""; - CODE_SIGN_STYLE = Automatic; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = CountryPicker/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.GitHub.CountryPicker.CountryPicker; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - E0519E322054FDE500C77B45 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_IDENTITY = ""; - CODE_SIGN_STYLE = Automatic; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = CountryPicker/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.GitHub.CountryPicker.CountryPicker; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 0D5BDA8722741FEA00A055D4 /* Build configuration list for PBXNativeTarget "CountryPickerUITests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 0D5BDA8522741FEA00A055D4 /* Debug */, - 0D5BDA8622741FEA00A055D4 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 9A4F590320EF42AA000CAFE5 /* Build configuration list for PBXNativeTarget "CountryPickerTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 9A4F590420EF42AA000CAFE5 /* Debug */, - 9A4F590520EF42AA000CAFE5 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - E0519E222054FDE500C77B45 /* Build configuration list for PBXProject "CountryPicker" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E0519E2E2054FDE500C77B45 /* Debug */, - E0519E2F2054FDE500C77B45 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - E0519E302054FDE500C77B45 /* Build configuration list for PBXNativeTarget "CountryPicker" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E0519E312054FDE500C77B45 /* Debug */, - E0519E322054FDE500C77B45 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = E0519E1F2054FDE500C77B45 /* Project object */; -} diff --git a/CountryPicker/CountryPicker.xcodeproj/project.xcworkspace/xcuserdata/ashishkakkad.xcuserdatad/UserInterfaceState.xcuserstate b/CountryPicker/CountryPicker.xcodeproj/project.xcworkspace/xcuserdata/ashishkakkad.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index aab24f23..00000000 Binary files a/CountryPicker/CountryPicker.xcodeproj/project.xcworkspace/xcuserdata/ashishkakkad.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ diff --git a/CountryPicker/CountryPicker.xcodeproj/project.xcworkspace/xcuserdata/macmini.xcuserdatad/UserInterfaceState.xcuserstate b/CountryPicker/CountryPicker.xcodeproj/project.xcworkspace/xcuserdata/macmini.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index 53c70ff6..00000000 Binary files a/CountryPicker/CountryPicker.xcodeproj/project.xcworkspace/xcuserdata/macmini.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ diff --git a/CountryPicker/CountryPicker.xcodeproj/project.xcworkspace/xcuserdata/sharkesmonken.xcuserdatad/UserInterfaceState.xcuserstate b/CountryPicker/CountryPicker.xcodeproj/project.xcworkspace/xcuserdata/sharkesmonken.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index f8bf73a8..00000000 Binary files a/CountryPicker/CountryPicker.xcodeproj/project.xcworkspace/xcuserdata/sharkesmonken.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ diff --git a/CountryPicker/CountryPicker.xcodeproj/project.xcworkspace/xcuserdata/suryakantsharma-pro.xcuserdatad/UserInterfaceState.xcuserstate b/CountryPicker/CountryPicker.xcodeproj/project.xcworkspace/xcuserdata/suryakantsharma-pro.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index 44e4572d..00000000 Binary files a/CountryPicker/CountryPicker.xcodeproj/project.xcworkspace/xcuserdata/suryakantsharma-pro.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ diff --git a/CountryPicker/CountryPicker.xcodeproj/project.xcworkspace/xcuserdata/suryakantsharma.xcuserdatad/UserInterfaceState.xcuserstate b/CountryPicker/CountryPicker.xcodeproj/project.xcworkspace/xcuserdata/suryakantsharma.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index ab731953..00000000 Binary files a/CountryPicker/CountryPicker.xcodeproj/project.xcworkspace/xcuserdata/suryakantsharma.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ diff --git a/CountryPicker/CountryPicker.xcodeproj/xcshareddata/xcbaselines/9A4F58FA20EF42AA000CAFE5.xcbaseline/44E52721-4D60-4648-A138-B6B580ABDF01.plist b/CountryPicker/CountryPicker.xcodeproj/xcshareddata/xcbaselines/9A4F58FA20EF42AA000CAFE5.xcbaseline/44E52721-4D60-4648-A138-B6B580ABDF01.plist deleted file mode 100644 index cbf83f87..00000000 --- a/CountryPicker/CountryPicker.xcodeproj/xcshareddata/xcbaselines/9A4F58FA20EF42AA000CAFE5.xcbaseline/44E52721-4D60-4648-A138-B6B580ABDF01.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - classNames - - CountryPickerTests - - testPerformanceLoadAndSortCountries() - - com.apple.XCTPerformanceMetric_WallClockTime - - baselineAverage - 0.00705 - baselineIntegrationDisplayName - Local Baseline - - - - - - diff --git a/CountryPicker/CountryPicker.xcodeproj/xcshareddata/xcbaselines/9A4F58FA20EF42AA000CAFE5.xcbaseline/BFAB8672-6E8A-45D3-9C13-7F2BDFD9192A.plist b/CountryPicker/CountryPicker.xcodeproj/xcshareddata/xcbaselines/9A4F58FA20EF42AA000CAFE5.xcbaseline/BFAB8672-6E8A-45D3-9C13-7F2BDFD9192A.plist deleted file mode 100644 index 6a3ab9ba..00000000 --- a/CountryPicker/CountryPicker.xcodeproj/xcshareddata/xcbaselines/9A4F58FA20EF42AA000CAFE5.xcbaseline/BFAB8672-6E8A-45D3-9C13-7F2BDFD9192A.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - classNames - - CountryPickerTests - - testPerformanceLoadAndSortCountries() - - com.apple.XCTPerformanceMetric_WallClockTime - - baselineAverage - 0.00351 - baselineIntegrationDisplayName - Local Baseline - - - - - - diff --git a/CountryPicker/CountryPicker.xcodeproj/xcshareddata/xcbaselines/9A4F58FA20EF42AA000CAFE5.xcbaseline/C4F06D83-03F0-4234-ACBA-34F7790022B8.plist b/CountryPicker/CountryPicker.xcodeproj/xcshareddata/xcbaselines/9A4F58FA20EF42AA000CAFE5.xcbaseline/C4F06D83-03F0-4234-ACBA-34F7790022B8.plist deleted file mode 100644 index 89b39bd3..00000000 --- a/CountryPicker/CountryPicker.xcodeproj/xcshareddata/xcbaselines/9A4F58FA20EF42AA000CAFE5.xcbaseline/C4F06D83-03F0-4234-ACBA-34F7790022B8.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - classNames - - CountryPickerTests - - testPerformanceLoadAndSortCountries() - - com.apple.XCTPerformanceMetric_WallClockTime - - baselineAverage - 0.00757 - baselineIntegrationDisplayName - Local Baseline - - - - - - diff --git a/CountryPicker/CountryPicker.xcodeproj/xcshareddata/xcbaselines/9A4F58FA20EF42AA000CAFE5.xcbaseline/D3660A8F-BFFC-4CFD-9B5D-394733148F7C.plist b/CountryPicker/CountryPicker.xcodeproj/xcshareddata/xcbaselines/9A4F58FA20EF42AA000CAFE5.xcbaseline/D3660A8F-BFFC-4CFD-9B5D-394733148F7C.plist deleted file mode 100644 index 7bfe47be..00000000 --- a/CountryPicker/CountryPicker.xcodeproj/xcshareddata/xcbaselines/9A4F58FA20EF42AA000CAFE5.xcbaseline/D3660A8F-BFFC-4CFD-9B5D-394733148F7C.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - classNames - - CountryPickerTests - - testPerformanceLoadAndSortCountries() - - com.apple.XCTPerformanceMetric_WallClockTime - - baselineAverage - 0.0093161 - baselineIntegrationDisplayName - Local Baseline - - - - - - diff --git a/CountryPicker/CountryPicker.xcodeproj/xcshareddata/xcbaselines/9A4F58FA20EF42AA000CAFE5.xcbaseline/FAF46ED0-99EF-4E1D-A531-9553BB89B47C.plist b/CountryPicker/CountryPicker.xcodeproj/xcshareddata/xcbaselines/9A4F58FA20EF42AA000CAFE5.xcbaseline/FAF46ED0-99EF-4E1D-A531-9553BB89B47C.plist deleted file mode 100644 index ca7cc31a..00000000 --- a/CountryPicker/CountryPicker.xcodeproj/xcshareddata/xcbaselines/9A4F58FA20EF42AA000CAFE5.xcbaseline/FAF46ED0-99EF-4E1D-A531-9553BB89B47C.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - classNames - - CountryPickerTests - - testPerformanceLoadAndSortCountries() - - com.apple.XCTPerformanceMetric_WallClockTime - - baselineAverage - 0.00641 - baselineIntegrationDisplayName - Local Baseline - - - - - - diff --git a/CountryPicker/CountryPicker.xcodeproj/xcshareddata/xcbaselines/9A4F58FA20EF42AA000CAFE5.xcbaseline/Info.plist b/CountryPicker/CountryPicker.xcodeproj/xcshareddata/xcbaselines/9A4F58FA20EF42AA000CAFE5.xcbaseline/Info.plist deleted file mode 100644 index 2cacb839..00000000 --- a/CountryPicker/CountryPicker.xcodeproj/xcshareddata/xcbaselines/9A4F58FA20EF42AA000CAFE5.xcbaseline/Info.plist +++ /dev/null @@ -1,164 +0,0 @@ - - - - - runDestinationsByUUID - - 44E52721-4D60-4648-A138-B6B580ABDF01 - - localComputer - - busSpeedInMHz - 400 - cpuCount - 1 - cpuKind - Quad-Core Intel Core i5 - cpuSpeedInMHz - 2300 - logicalCPUCoresPerPackage - 8 - modelCode - MacBookPro15,2 - physicalCPUCoresPerPackage - 4 - platformIdentifier - com.apple.platform.macosx - - targetArchitecture - x86_64 - targetDevice - - modelCode - iPhone10,4 - platformIdentifier - com.apple.platform.iphonesimulator - - - BFAB8672-6E8A-45D3-9C13-7F2BDFD9192A - - localComputer - - busSpeedInMHz - 100 - cpuCount - 1 - cpuKind - Dual-Core Intel Core i7 - cpuSpeedInMHz - 2500 - logicalCPUCoresPerPackage - 4 - modelCode - MacBookPro14,1 - physicalCPUCoresPerPackage - 2 - platformIdentifier - com.apple.platform.macosx - - targetArchitecture - x86_64 - targetDevice - - modelCode - iPod9,1 - platformIdentifier - com.apple.platform.iphonesimulator - - - C4F06D83-03F0-4234-ACBA-34F7790022B8 - - localComputer - - busSpeedInMHz - 100 - cpuCount - 1 - cpuKind - Dual-Core Intel Core i5 - cpuSpeedInMHz - 2600 - logicalCPUCoresPerPackage - 4 - modelCode - Macmini7,1 - physicalCPUCoresPerPackage - 2 - platformIdentifier - com.apple.platform.macosx - - targetArchitecture - x86_64 - targetDevice - - modelCode - iPod9,1 - platformIdentifier - com.apple.platform.iphonesimulator - - - D3660A8F-BFFC-4CFD-9B5D-394733148F7C - - localComputer - - busSpeedInMHz - 100 - cpuCount - 1 - cpuKind - Intel Core i5 - cpuSpeedInMHz - 2300 - logicalCPUCoresPerPackage - 4 - modelCode - MacBookPro14,1 - physicalCPUCoresPerPackage - 2 - platformIdentifier - com.apple.platform.macosx - - targetArchitecture - x86_64 - targetDevice - - modelCode - iPhone11,4 - platformIdentifier - com.apple.platform.iphonesimulator - - - FAF46ED0-99EF-4E1D-A531-9553BB89B47C - - localComputer - - busSpeedInMHz - 100 - cpuCount - 1 - cpuKind - Intel Core i5 - cpuSpeedInMHz - 2300 - logicalCPUCoresPerPackage - 4 - modelCode - MacBookPro14,1 - physicalCPUCoresPerPackage - 2 - platformIdentifier - com.apple.platform.macosx - - targetArchitecture - x86_64 - targetDevice - - modelCode - iPhone11,8 - platformIdentifier - com.apple.platform.iphonesimulator - - - - - diff --git a/CountryPicker/CountryPicker.xcodeproj/xcshareddata/xcschemes/CountryPicker.xcscheme b/CountryPicker/CountryPicker.xcodeproj/xcshareddata/xcschemes/CountryPicker.xcscheme deleted file mode 100644 index 6207c642..00000000 --- a/CountryPicker/CountryPicker.xcodeproj/xcshareddata/xcschemes/CountryPicker.xcscheme +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/CountryPicker/CountryPicker.xcodeproj/xcuserdata/ashishkakkad.xcuserdatad/xcschemes/xcschememanagement.plist b/CountryPicker/CountryPicker.xcodeproj/xcuserdata/ashishkakkad.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index 53b4c86d..00000000 --- a/CountryPicker/CountryPicker.xcodeproj/xcuserdata/ashishkakkad.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,19 +0,0 @@ - - - - - SchemeUserState - - CountryPicker.xcscheme - - orderHint - 0 - - CountryPickerUITestCase.xcscheme - - orderHint - 1 - - - - diff --git a/CountryPicker/CountryPicker.xcodeproj/xcuserdata/macmini.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/CountryPicker/CountryPicker.xcodeproj/xcuserdata/macmini.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist deleted file mode 100644 index fe2b4541..00000000 --- a/CountryPicker/CountryPicker.xcodeproj/xcuserdata/macmini.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ /dev/null @@ -1,5 +0,0 @@ - - - diff --git a/CountryPicker/CountryPicker.xcodeproj/xcuserdata/macmini.xcuserdatad/xcschemes/xcschememanagement.plist b/CountryPicker/CountryPicker.xcodeproj/xcuserdata/macmini.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index 17d2f136..00000000 --- a/CountryPicker/CountryPicker.xcodeproj/xcuserdata/macmini.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,47 +0,0 @@ - - - - - SchemeUserState - - CountryPicker.xcscheme - - orderHint - 0 - - CountryPicker.xcscheme_^#shared#^_ - - orderHint - 0 - - CountryPickerTests.xcscheme - - orderHint - 1 - - CountryPickerUITestCase.xcscheme - - orderHint - 1 - - CountryPickerUITestCase.xcscheme_^#shared#^_ - - orderHint - 1 - - - SuppressBuildableAutocreation - - 9A4F58FA20EF42AA000CAFE5 - - primary - - - E0519E272054FDE500C77B45 - - primary - - - - - diff --git a/CountryPicker/CountryPicker.xcodeproj/xcuserdata/suryakantsharma-pro.xcuserdatad/xcschemes/xcschememanagement.plist b/CountryPicker/CountryPicker.xcodeproj/xcuserdata/suryakantsharma-pro.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index b572bb81..00000000 --- a/CountryPicker/CountryPicker.xcodeproj/xcuserdata/suryakantsharma-pro.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,32 +0,0 @@ - - - - - SchemeUserState - - CountryPicker.xcscheme_^#shared#^_ - - orderHint - 0 - - TestTarget.xcscheme_^#shared#^_ - - orderHint - 2 - - - SuppressBuildableAutocreation - - 0D5BDA7F22741FEA00A055D4 - - primary - - - 0D5BDA8B22746C6000A055D4 - - primary - - - - - diff --git a/CountryPicker/CountryPicker.xcodeproj/xcuserdata/suryakantsharma.xcuserdatad/xcschemes/xcschememanagement.plist b/CountryPicker/CountryPicker.xcodeproj/xcuserdata/suryakantsharma.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index d582a180..00000000 --- a/CountryPicker/CountryPicker.xcodeproj/xcuserdata/suryakantsharma.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,27 +0,0 @@ - - - - - SchemeUserState - - CountryPicker.xcscheme_^#shared#^_ - - orderHint - 1 - - CountryPickerUITests.xcscheme_^#shared#^_ - - orderHint - 2 - - - SuppressBuildableAutocreation - - E0519E272054FDE500C77B45 - - primary - - - - - diff --git a/CountryPicker/CountryPicker/CountryCell.swift b/CountryPicker/CountryPicker/CountryCell.swift deleted file mode 100644 index 5bd03540..00000000 --- a/CountryPicker/CountryPicker/CountryCell.swift +++ /dev/null @@ -1,185 +0,0 @@ -// -// CountryCell.swift -// CountryCodeInSwift3 -// -// Created by cl-macmini-68 on 09/02/17. -// Copyright © 2017 Suryakant. All rights reserved. -// - -import UIKit - -class CountryCell: UITableViewCell { - - // MARK: - Variables - static let reuseIdentifier = String(describing: CountryCell.self) - - let checkMarkImageView: UIImageView = { - let imageView = UIImageView() - imageView.translatesAutoresizingMaskIntoConstraints = false - imageView.contentMode = .scaleAspectFit - imageView.widthAnchor.constraint(equalToConstant: 20).isActive = true - imageView.heightAnchor.constraint(equalToConstant: 25).isActive = true - return imageView - }() - - var flagStyle: CountryFlagStyle { - return CountryFlagStyle.normal - } - - let nameLabel: UILabel = { - let label = UILabel() - label.adjustsFontForContentSizeCategory = true - label.translatesAutoresizingMaskIntoConstraints = false - return label - }() - - let diallingCodeLabel: UILabel = { - let label = UILabel() - label.adjustsFontForContentSizeCategory = true - label.translatesAutoresizingMaskIntoConstraints = false - return label - }() - - let separatorLineView: UIView = { - let view = UIView() - view.backgroundColor = .gray - view.translatesAutoresizingMaskIntoConstraints = false - view.heightAnchor.constraint(equalToConstant: 1).isActive = true - return view - }() - - let flagImageView: UIImageView = { - let imageView = UIImageView() - imageView.contentMode = .scaleToFill - imageView.translatesAutoresizingMaskIntoConstraints = false - imageView.widthAnchor.constraint(equalToConstant: 40).isActive = true - imageView.heightAnchor.constraint(equalToConstant: 26).isActive = true - return imageView - }() - - - // MARK: - Private properties - private var countryContentStackView: UIStackView = { - let stackView = UIStackView() - stackView.translatesAutoresizingMaskIntoConstraints = false - stackView.spacing = 15 - stackView.alignment = .center - stackView.distribution = .fill - return stackView - }() - - private var countryInfoStackView: UIStackView = { - let stackView = UIStackView() - stackView.spacing = 5 - stackView.axis = .vertical - stackView.alignment = .fill - stackView.distribution = .fill - return stackView - }() - - - private(set) var countryFlagStackView: UIStackView = UIStackView() - private var countryCheckStackView: UIStackView = UIStackView() - - - // MARK: - Model - var country: Country! { - didSet { - nameLabel.text = country.countryName - diallingCodeLabel.text = country.dialingCode - flagImageView.image = country.flag - } - } - - override func layoutSubviews() { - super.layoutSubviews() - setupViews() - } -} - -extension CountryCell { - - func setupViews() { - - // Add country flag & check mark views - countryFlagStackView.addArrangedSubview(flagImageView) - countryCheckStackView.addArrangedSubview(checkMarkImageView) - - // Add country info sub views - countryInfoStackView.addArrangedSubview(nameLabel) - countryInfoStackView.addArrangedSubview(diallingCodeLabel) - - // Add stackviews into country content stack - countryContentStackView.addArrangedSubview(countryFlagStackView) - countryContentStackView.addArrangedSubview(countryInfoStackView) - countryContentStackView.addArrangedSubview(countryCheckStackView) - - contentView.addSubview(countryContentStackView) - contentView.addSubview(separatorLineView) - - // Configure constraints on country content stack - countryContentStackView.leftAnchor.constraint(equalTo: contentView.safeAreaLayoutGuide.leftAnchor, constant: 15).isActive = true - countryContentStackView.rightAnchor.constraint(equalTo: contentView.safeAreaLayoutGuide.rightAnchor, constant: -30).isActive = true - countryContentStackView.topAnchor.constraint(equalTo: contentView.safeAreaLayoutGuide.topAnchor, constant: 4).isActive = true - countryContentStackView.bottomAnchor.constraint(equalTo: separatorLineView.topAnchor, constant: -4).isActive = true - - // Configure constraints on separator view - separatorLineView.bottomAnchor.constraint(equalTo: contentView.bottomAnchor).isActive = true - separatorLineView.rightAnchor.constraint(equalTo: contentView.rightAnchor).isActive = true - separatorLineView.leftAnchor.constraint(equalTo: contentView.leftAnchor).isActive = true - } - - - /// Apply some styling on flag image view - /// - /// - Note: By default, `CountryFlagStyle.nromal` style is applied on the flag image view. - /// - /// - Parameter style: Flag style kind - - func applyFlagStyle(_ style: CountryFlagStyle) { - - // Cleae all constraints from flag image view - NSLayoutConstraint.deactivate(flagImageView.constraints) - layoutIfNeeded() - - switch style { - case .corner: - // Corner style - flagImageView.widthAnchor.constraint(equalToConstant: 40).isActive = true - flagImageView.heightAnchor.constraint(equalToConstant: 26).isActive = true - flagImageView.layer.cornerRadius = 4 - flagImageView.clipsToBounds = true - flagImageView.contentMode = .scaleAspectFill - case .circular: - // Circular style - flagImageView.widthAnchor.constraint(equalToConstant: 34).isActive = true - flagImageView.heightAnchor.constraint(equalToConstant: 34).isActive = true - flagImageView.layer.cornerRadius = 34 / 2 - flagImageView.clipsToBounds = true - flagImageView.contentMode = .scaleAspectFill - default: - // Apply default styling - flagImageView.widthAnchor.constraint(equalToConstant: 40).isActive = true - flagImageView.heightAnchor.constraint(equalToConstant: 26).isActive = true - flagImageView.contentMode = .scaleToFill - } - } - - - /// Hides dialing code label - /// - /// - Parameter state: Visibility boolean state. By default it's set to `True` - func hideDialCode(_ state: Bool = true) { - diallingCodeLabel.isHidden = state - } - - - /// Hides country flag view - /// - /// - Parameter state: Visibility boolean state. By default it's set to `True` - func hideFlag(_ state: Bool = true) { - countryFlagStackView.isHidden = state - } - -} - diff --git a/CountryPicker/CountryPicker/CountryPicker.h b/CountryPicker/CountryPicker/CountryPicker.h deleted file mode 100644 index b5246170..00000000 --- a/CountryPicker/CountryPicker/CountryPicker.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// CountryPicker.h -// CountryPicker -// -// Created by SuryaKant Sharma on 11/03/18. -// Copyright © 2018 SuryaKant Sharma. All rights reserved. -// - -#import - -//! Project version number for CountryPicker. -FOUNDATION_EXPORT double CountryPickerVersionNumber; - -//! Project version string for CountryPicker. -FOUNDATION_EXPORT const unsigned char CountryPickerVersionString[]; - -// In this header, you should import all the public headers of your framework using statements like #import - - diff --git a/CountryPicker/CountryPicker/CountryPickerController.swift b/CountryPicker/CountryPicker/CountryPickerController.swift deleted file mode 100644 index b23963a6..00000000 --- a/CountryPicker/CountryPicker/CountryPickerController.swift +++ /dev/null @@ -1,350 +0,0 @@ -// -// CountryPickerController.swift -// CountryCodeInSwift3 -// -// Created by cl-macmini-68 on 09/02/17. -// Copyright © 2017 Suryakant. All rights reserved. -// - -import UIKit - -/// Country flag styles -public enum CountryFlagStyle { - - // Corner style will be applied - case corner - - // Circular style will be applied - case circular - - // Rectangle style will be applied - case normal -} - - -open class CountryPickerController: UIViewController { - - // MARK: - Variables - internal var countries = [Country]() { - didSet { - tableView.reloadData() - } - } - - internal var filterCountries = [Country]() { - didSet { - tableView.reloadData() - } - } - - internal var applySearch = false - // To be set by client - public var onSelectCountry: OnSelectCountryCallback? - - #if SWIFT_PACKAGE - let bundle = Bundle.module - #else - let bundle = Bundle(for: CountryPickerController.self) - #endif - - //MARK: View and ViewController - internal lazy var searchController: UISearchController = { - let searchController = UISearchController(searchResultsController: nil) - searchController.hidesNavigationBarDuringPresentation = true - searchController.searchBar.barStyle = .default - searchController.searchBar.sizeToFit() - searchController.searchBar.delegate = self - return searchController - }() - - internal lazy var tableView: UITableView = { - let tableView = UITableView() - tableView.translatesAutoresizingMaskIntoConstraints = false - tableView.contentInsetAdjustmentBehavior = .never - tableView.delegate = self - tableView.dataSource = self - tableView.separatorStyle = .none - tableView.contentInset = UIEdgeInsets.zero - tableView.estimatedRowHeight = 70.0 - tableView.rowHeight = UITableView.automaticDimension - return tableView - }() - - public var favoriteCountriesLocaleIdentifiers = [String]() { - didSet { - self.loadCountries() - self.tableView.reloadData() - } - } - internal var isFavoriteEnable: Bool { return !favoriteCountries.isEmpty } - internal var favoriteCountries: [Country] { - return self.favoriteCountriesLocaleIdentifiers - .compactMap {manager.country(withCode: $0) } - } - /// Properties for countryPicker controller - public var statusBarStyle: UIStatusBarStyle? = .default - public var isStatusBarVisible = true - - public struct Configuration { - public var flagStyle: CountryFlagStyle = CountryFlagStyle.normal - public var labelFont: UIFont = UIFont.preferredFont(forTextStyle: .title3) - public var labelColor: UIColor = UIColor.black - public var detailFont: UIFont = UIFont.preferredFont(forTextStyle: .subheadline) - public var detailColor: UIColor = UIColor.lightGray - public var separatorLineColor: UIColor = UIColor(red: 249/255.0, green: 248/255.0, blue: 252/255.0, alpha: 1.0) - public var isCountryFlagHidden: Bool = false - public var isCountryDialHidden: Bool = false - } - - public var configuration = Configuration() { - didSet { - if isViewLoaded { - tableView.reloadData() - } - } - } - - internal var checkMarkImage: UIImage? { - return UIImage(named: "tickMark", in: bundle, compatibleWith: nil)?.withRenderingMode(.alwaysTemplate) - } - internal var manager: CountryListDataSource - internal var engine: CountryPickerEngine - - init(manager: CountryListDataSource) { - self.manager = manager - self.engine = CountryPickerEngine(countries: manager.allCountries([])) - super.init(nibName: nil, bundle: nil) - } - - required public init?(coder: NSCoder) { - fatalError("init(coder:) has not been implemented") - } - - // MARK: - View life cycle - private func setUpsSearchController() { - navigationItem.searchController = searchController - definesPresentationContext = true - } - - override open func viewDidLoad() { - super.viewDidLoad() - if #available(iOS 13.0, *) { - view.backgroundColor = UIColor.systemBackground - } else { - view.backgroundColor = UIColor.white - } - - // Setup view bar buttons - let uiBarButtonItem = UIBarButtonItem(barButtonSystemItem: .stop, - target: self, - action: #selector(self.crossButtonClicked(_:))) - - navigationItem.leftBarButtonItem = uiBarButtonItem - - // Setup table view and cells - setUpTableView() - - tableView.register(CountryCell.self, forCellReuseIdentifier: CountryCell.reuseIdentifier) - - // Setup search controller view - setUpsSearchController() - } - - override open func viewWillAppear(_ animated: Bool) { - super.viewWillAppear(true) - loadCountries() - navigationItem.hidesSearchBarWhenScrolling = false - } - - override open func viewDidAppear(_ animated: Bool) { - super.viewDidAppear(animated) - navigationItem.hidesSearchBarWhenScrolling = true - - /// Request for previous country and automatically scroll table view to item - if let previousCountry = manager.lastCountrySelected { - scrollToCountry(previousCountry) - } - } - - private func setUpTableView() { - - view.addSubview(tableView) - NSLayoutConstraint.activate([ - tableView.leadingAnchor.constraint(equalTo: view.safeAreaLayoutGuide.leadingAnchor), - tableView.trailingAnchor.constraint(equalTo: view.safeAreaLayoutGuide.trailingAnchor), - tableView.topAnchor.constraint(equalTo: view.safeAreaLayoutGuide.topAnchor), - tableView.bottomAnchor.constraint(equalTo: view.bottomAnchor) - ]) - - } - - open class func presentController( - on viewController: UIViewController, - configuration: (CountryPickerController) -> Void = {_ in }, - manager: CountryListDataSource = CountryManager.shared, - handler: @escaping OnSelectCountryCallback) { - - let controller = CountryPickerController(manager: manager) - controller.onSelectCountry = handler - configuration(controller) - let navigationController = UINavigationController(rootViewController: controller) - viewController.present(navigationController, animated: true, completion: nil) - } - /*** - This method returns CountryPickerController. Client is reponsible for embeddeding in navigation controller or any other view accordingly. - */ - open class func create(manager: CountryListDataSource = CountryManager.shared, - handler: @escaping OnSelectCountryCallback) -> CountryPickerController { - let controller = CountryPickerController(manager: manager) - controller.onSelectCountry = handler - return controller - } - - - // MARK: - Cross Button Action - @objc private func crossButtonClicked(_ sender: UIBarButtonItem) { - self.dismiss(animated: true, completion: nil) - } -} - - -// MARK: - Internal Methods -internal extension CountryPickerController { - - func loadCountries() { - countries = manager.allCountries(favoriteCountriesLocaleIdentifiers) - } - - /// - /// Automatically scrolls the `TableView` to a particular section on expected chosen country. - /// - /// Under the hood, it tries to find several indexes for section title and expectd chosen country otherwise execution stops. - /// Then constructs an `IndexPath` and scrolls the rows to that particular path with animation (If enabled). - /// - /// - Parameter country: Expected chosen country - /// - Parameter animated: Scrolling animation state and by default its set to `False`. - - func scrollToCountry(_ country: Country, animated: Bool = false) { - - // Find country index - let countryMatchIndex = countries.firstIndex(where: { $0.countryCode == country.countryCode}) - - if let itemIndexPath = countryMatchIndex { - let previousCountryIndex = IndexPath(item: itemIndexPath, section: 0) - tableView.scrollToRow(at: previousCountryIndex, at: .middle, animated: animated) - } - } -} - - -// MARK: - TableView DataSource -extension CountryPickerController: UITableViewDelegate, UITableViewDataSource { - - public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int { - return applySearch ? filterCountries.count : countries.count - } - - public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { - - guard let cell = tableView.dequeueReusableCell(withIdentifier: CountryCell.reuseIdentifier) as? CountryCell else { - fatalError("Cell with Identifier CountryTableViewCell cann't dequed") - } - - cell.accessoryType = .none - cell.checkMarkImageView.isHidden = true - cell.checkMarkImageView.image = checkMarkImage - - var country: Country - - if applySearch { - country = filterCountries[indexPath.row] - } else { - country = countries[indexPath.row] - } - - if let lastSelectedCountry = manager.lastCountrySelected { - cell.checkMarkImageView.isHidden = country.countryCode == lastSelectedCountry.countryCode ? false : true - } - - cell.country = country - setUpCellProperties(cell: cell) - - return cell - } - - func setUpCellProperties(cell: CountryCell) { - // Auto-hide flag & dial labels - cell.hideFlag(configuration.isCountryFlagHidden) - cell.hideDialCode(configuration.isCountryDialHidden) - - cell.nameLabel.font = configuration.labelFont - if #available(iOS 13.0, *) { - cell.nameLabel.textColor = UIColor.label - } else { - // Fallback on earlier versions - cell.nameLabel.textColor = configuration.labelColor - } - cell.diallingCodeLabel.font = configuration.detailFont - cell.diallingCodeLabel.textColor = configuration.detailColor - cell.separatorLineView.backgroundColor = configuration.separatorLineColor - cell.applyFlagStyle(configuration.flagStyle) - } - - // MARK: - TableView Delegate - public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { - var selectedCountry = countries[indexPath.row] - var dismissWithAnimation = true - - if applySearch { - selectedCountry = filterCountries[indexPath.row] - dismissWithAnimation = false - } - - onSelectCountry?(selectedCountry) - manager.lastCountrySelected = selectedCountry - - dismiss(animated: dismissWithAnimation, completion: nil) - } - - public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) - -> CGFloat { - return 60.0 - } - -} - -// MARK: - UISearchBarDelegate -extension CountryPickerController: UISearchBarDelegate { - - public func searchBar(_ searchBar: UISearchBar, textDidChange searchText: String) { - - let searchTextTrimmed = searchBar.text?.lowercased().trimmingCharacters(in: .whitespacesAndNewlines) - - guard let searchText = searchTextTrimmed, !searchText.isEmpty else { - self.applySearch = false - self.filterCountries.removeAll() - self.tableView.reloadData() - return - } - - applySearch = true - filterCountries.removeAll() - - let filteredCountries = engine - .filterCountries(searchText: searchText) - - // Append filtered countries - filterCountries.append(contentsOf: filteredCountries) - } - - public func searchBarCancelButtonClicked(_ searchBar: UISearchBar) { - searchBar.resignFirstResponder() - searchBar.text = "" - applySearch = false - tableView.reloadData() - } - - public func searchBarSearchButtonClicked(_ searchBar: UISearchBar) { - searchBar.endEditing(true) - } -} diff --git a/CountryPicker/CountryPicker/CountryPickerEngine.swift b/CountryPicker/CountryPicker/CountryPickerEngine.swift deleted file mode 100644 index 9f66e5cc..00000000 --- a/CountryPicker/CountryPicker/CountryPickerEngine.swift +++ /dev/null @@ -1,44 +0,0 @@ -// -// CountryPickerEngine.swift -// CountryPicker -// -// Created by Github on 07/01/21. -// Copyright © 2021 SuryaKant Sharma. All rights reserved. -// - -import Foundation - -struct CountryPickerEngine { - let countries: [Country] - let filterOptions: Set - - init(countries: [Country] = CountryManager.shared.countries, filterOptions: Set = CountryManager.shared.filters) { - self.countries = countries - self.filterOptions = filterOptions - } - - func filterCountries(searchText: String) -> [Country] { - countries.compactMap { (country) -> Country? in - - // Filter country by country name first character - if filterOptions.contains(.countryName), country.countryName.capitalized.contains(searchText.capitalized) { - return country - } - - // Filter country by country code and utilise `CountryFilterOptions` - if filterOptions.contains(.countryCode), - country.countryCode.capitalized.contains(searchText.capitalized) { - return country - } - - // Filter country by digit country code and utilise `CountryFilterOptions` - if filterOptions.contains(.countryDialCode), - let digitCountryCode = country.digitCountrycode, - digitCountryCode.contains(searchText) { - return country - } - - return nil - }.removeDuplicates() - } -} diff --git a/CountryPicker/CountryPicker/CountryPickerWithSectionViewController.swift b/CountryPicker/CountryPicker/CountryPickerWithSectionViewController.swift deleted file mode 100644 index 405059f0..00000000 --- a/CountryPicker/CountryPicker/CountryPickerWithSectionViewController.swift +++ /dev/null @@ -1,263 +0,0 @@ -// -// CountryPickerWithSectionViewController.swift -// CountryCodeInSwift3 -// -// Created by SuryaKant Sharma on 16/12/17. -// Copyright © 2017 Suryakant. All rights reserved. -// - -import UIKit - -open class CountryPickerWithSectionViewController: CountryPickerController { - - // MARK: - Variables - private(set) var sections: [Character] = [] - private(set) var sectionCoutries = [Character: [Country]]() - private(set) var searchHeaderTitle: Character = "A" - - // MARK: - View Life Cycle - override open func viewDidLoad() { - super.viewDidLoad() - tableView.dataSource = nil - tableView.delegate = nil - } - - override open func viewWillAppear(_ animated: Bool) { - super.viewWillAppear(animated) - fetchSectionCountries() - tableView.dataSource = self - tableView.delegate = self - } - - open override func viewDidAppear(_ animated: Bool) { - navigationItem.hidesSearchBarWhenScrolling = true - scrollToPreviousCountryIfNeeded() - } - - internal func scrollToPreviousCountryIfNeeded() { - /// Request for previous country and automatically scroll table view to item - if let previousCountry = manager.lastCountrySelected { - let previousCountryFirstCharacter = previousCountry.countryName.first! - scrollToCountry(previousCountry, withSection: previousCountryFirstCharacter) - } - } - - open override class func presentController( - on viewController: UIViewController, - configuration: (CountryPickerController) -> Void = {_ in }, - manager: CountryListDataSource = CountryManager.shared, - handler:@escaping OnSelectCountryCallback) { - - let controller = CountryPickerWithSectionViewController(manager: manager) - controller.onSelectCountry = handler - configuration(controller) - let navigationController = UINavigationController(rootViewController: controller) - viewController.present(navigationController, animated: true, completion: nil) - } - -} - - -// MARK: - Internal Methods -internal extension CountryPickerWithSectionViewController { - - /// - /// Automatically scrolls the `TableView` to a particular section on expected chosen country. - /// - /// Under the hood, it tries to find several indexes for section title and expectd chosen country otherwise execution stops. - /// Then constructs an `IndexPath` and scrolls the rows to that particular path with animation (If enabled). - /// - /// - Parameter country: Expected chosen country - /// - Parameter sectionTitle: Character value as table section title. - /// - Parameter animated: Scrolling animation state and by default its set to `False`. - - func scrollToCountry(_ country: Country, withSection sectionTitle: Character, animated: Bool = false) { - - if applySearch { return } - - // Find country index - let countryMatchIndex = sectionCoutries[sectionTitle]?.firstIndex(where: { $0.countryCode == country.countryCode}) - - // Find section title index - let countrySectionKeyIndexes = sectionCoutries.keys.map { $0 }.sorted() - let countryMatchSectionIndex = countrySectionKeyIndexes.firstIndex(of: sectionTitle) - - guard let row = countryMatchIndex, var section = countryMatchSectionIndex else { - return - } - if isFavoriteEnable { // If favourite enable first section is by default reserved for favourite - section += 1 - } - tableView.scrollToRow(at: IndexPath(row: row, section: section), at: .middle, animated: true) - } - - - func fetchSectionCountries() { - // For Favourite case we need first section empty - if isFavoriteEnable { - sections.append(contentsOf: "") - } - sections = countries.map { String($0.countryName.prefix(1)).first! } - .removeDuplicates() - .sorted(by: <) - for section in sections { - let sectionCountries = countries.filter({ $0.countryName.first! == section }).removeDuplicates() - sectionCoutries[section] = sectionCountries - } - } -} - - -// MARK: - TableView DataSource -extension CountryPickerWithSectionViewController { - - func numberOfSections(in tableView: UITableView) -> Int { - if applySearch { - return 1 - } - return isFavoriteEnable ? sections.count + 1 : sections.count - } - - override public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int { - guard !applySearch else { return filterCountries.count } - return numberOfRowFor(section: section) - } - - func numberOfRowFor(section: Int) -> Int { - if isFavoriteEnable { - if section == 0 { - return favoriteCountries.count - } - let character = sections[section-1] - return sectionCoutries[character]!.count - } - let character = sections[section] - return sectionCoutries[character]!.count - } - - func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? { - guard !applySearch else { - return String(searchHeaderTitle) - } - - if isFavoriteEnable { - if section == 0 { - return nil - } - return sections[section-1].description - } - - return sections[section].description - } - - override public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { - - guard let cell = tableView.dequeueReusableCell(withIdentifier: CountryCell.reuseIdentifier) as? CountryCell else { - fatalError("Cell with Identifier CountryTableViewCell cann't dequed") - } - - cell.accessoryType = .none - cell.checkMarkImageView.isHidden = true - cell.checkMarkImageView.image = checkMarkImage - - var country: Country - - if applySearch { - country = filterCountries[indexPath.row] - } else if isFavoriteEnable { - if indexPath.section == 0 { - country = favoriteCountries[indexPath.row] - } else { - let character = sections[indexPath.section-1] - country = sectionCoutries[character]![indexPath.row] - } - } else { - let character = sections[indexPath.section] - country = sectionCoutries[character]![indexPath.row] - } - - if let alreadySelectedCountry = manager.lastCountrySelected { - cell.checkMarkImageView.isHidden = country.countryCode == alreadySelectedCountry.countryCode ? false : true - } - - cell.country = country - setUpCellProperties(cell: cell) - - return cell - } - - func sectionIndexTitles(for tableView: UITableView) -> [String]? { - return sections.map {String($0)} - } - - func tableView(_ tableView: UITableView, sectionForSectionIndexTitle title: String, at index: Int) -> Int { - return sections.firstIndex(of: Character(title))! - } -} - -// MARK: - Override SearchBar Delegate -extension CountryPickerWithSectionViewController { - public override func searchBar(_ searchBar: UISearchBar, textDidChange searchText: String) { - super.searchBar(searchBar, textDidChange: searchText) - if !searchText.isEmpty { - searchHeaderTitle = searchText.first ?? "A" - } - } -} - -// MARK: - TableViewDelegate -extension CountryPickerWithSectionViewController { - override public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { - switch applySearch { - case true: - let country = filterCountries[indexPath.row] - triggerCallbackAndDismiss(with: country) - case false: - var country: Country? - if isFavoriteEnable { - if indexPath.section == 0 { - country = favoriteCountries[indexPath.row] - } else { - let character = sections[indexPath.section-1] - country = sectionCoutries[character]![indexPath.row] - } - } else { - let character = sections[indexPath.section] - country = sectionCoutries[character]![indexPath.row] - } - guard let _country = country else { - #if DEBUG - print("fail to get country") - #endif - return - } - triggerCallbackAndDismiss(with: _country) - } - } - - private func triggerCallbackAndDismiss(with country: Country) { - onSelectCountry?(country) - manager.lastCountrySelected = country - if let presentedVC = self.presentedViewController { - presentedVC.dismiss(animated: false) { - self.dismiss(animated: true, completion: nil) - } - } else { - self.dismiss(animated: true, completion: nil) - } - - } -} - -// MARK: - Array Extenstion -extension Array where Element: Equatable { - func removeDuplicates() -> [Element] { - var uniqueValues = [Element]() - forEach { - if !uniqueValues.contains($0) { - uniqueValues.append($0) - } - } - return uniqueValues - } -} diff --git a/CountryPicker/CountryPicker/Info.plist b/CountryPicker/CountryPicker/Info.plist deleted file mode 100644 index 1007fd9d..00000000 --- a/CountryPicker/CountryPicker/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/CountryPicker/CountryPicker/PickerView/ComponentView.swift b/CountryPicker/CountryPicker/PickerView/ComponentView.swift deleted file mode 100644 index c9c73b66..00000000 --- a/CountryPicker/CountryPicker/PickerView/ComponentView.swift +++ /dev/null @@ -1,83 +0,0 @@ -// -// ComponentView.swift -// CountryPicker -// -// Created by Hardeep Singh on 13/12/19. -// Copyright © 2019 SuryaKant Sharma. All rights reserved. -// - -import UIKit - -internal class ComponentView: UIView { - - private(set) var imageView = UIImageView() - private(set) var countryNameLabel = UILabel() - private(set) var diallingCodeLabel = UILabel() - - internal var padding: CGFloat = 0.0 - private(set) var maxWdith: CGFloat = 0.09 - - override init(frame: CGRect) { - - super.init(frame: frame) - - // Image View - imageView.tag = 101 - imageView.layer.cornerRadius = 5.0 - imageView.clipsToBounds = true - imageView.contentMode = .scaleAspectFill - self.addSubview(imageView) - - // Country name label - countryNameLabel.tag = 102 - countryNameLabel.text = "United State" - countryNameLabel.textColor = .black - countryNameLabel.font = UIFont.systemFont(ofSize: 14) - self.addSubview(countryNameLabel) - - // Dialling code label - diallingCodeLabel.tag = 103 - diallingCodeLabel.textColor = .darkGray - diallingCodeLabel.font = UIFont.systemFont(ofSize: 11) - self.addSubview(diallingCodeLabel) - setUp() - } - - required init?(coder: NSCoder) { - fatalError("init(coder:) has not been implemented") - } - - func setUp() { - // Cell Size - let height = self.frame.size.height - - // Image Size - let imageSize = (height - (padding * 2)) - let imageViewFrame = CGRect(x: padding, y: padding, width: imageSize, height: imageSize) - self.imageView.frame = imageViewFrame - - // CountryName Label Size - let xPoint = imageViewFrame.maxX + 5 - var yPoint: CGFloat = 0.0 - let paddingWidth = self.frame.size.width - (imageViewFrame.maxX + (padding * 2)) - - let labelMaxSize = CGSize(width: paddingWidth, height: (height - 10) / 2.0) - let countryNameSize = countryNameLabel.sizeThatFits(labelMaxSize) - - let diallingCodeSize = diallingCodeLabel.sizeThatFits(labelMaxSize) - yPoint = max((height - (countryNameSize.height + diallingCodeSize.height)) / 2.0, 0.0) - - let countryNameLabelFrame = CGRect(x: xPoint, y: yPoint, width: countryNameSize.width, - height: countryNameSize.height) - countryNameLabel.frame = countryNameLabelFrame - - yPoint += countryNameSize.height - let diallingCodeLabelFrame = CGRect(x: xPoint, y: yPoint, width: diallingCodeSize.width, - height: diallingCodeSize.height) - diallingCodeLabel.frame = diallingCodeLabelFrame - - let maxWidthRequired = countryNameSize.width + (padding * 2) + imageSize - maxWdith = maxWidthRequired - } -} - diff --git a/CountryPicker/CountryPicker/PickerView/CountryPickerView.swift b/CountryPicker/CountryPicker/PickerView/CountryPickerView.swift deleted file mode 100644 index a38557c2..00000000 --- a/CountryPicker/CountryPicker/PickerView/CountryPickerView.swift +++ /dev/null @@ -1,142 +0,0 @@ -// -// CountryPickerView.swift -// CountryPicker -// -// Created by Hardeep Singh on 05/12/19. -// Copyright © 2019 SuryaKant Sharma. All rights reserved. -// - -import UIKit - -open class CountryPickerView: UIPickerView { - - private var selectedCountry: Country? - private let rowHeight: CGFloat = 45.0 - // ISO 3166-1 alpha-2 two-letter country codes. - private var countryCodes: [String] = [String]() { - didSet { - self.updatePickList() - } - } - - private var allCountryList: [Country] = [Country]() - - private var didSelectCountryCallback: (OnSelectCountryCallback)? - - private(set) var pickList: [Country] = [Country]() { - didSet { - self.reloadComponent(0) - } - } - - private func updatePickList() { - var tempList = countryCodes - let list = allCountryList.filter { (country) -> Bool in - if let index = tempList.firstIndex(of: country.countryCode) { - tempList.remove(at: index) - return true - } - return false - } - self.pickList = list - } - - init(allCountryList: [Country], selectedCountry: Country? = nil) { - super.init(frame: CGRect.zero) - self.allCountryList = allCountryList - self.selectedCountry = selectedCountry - self.configure() - } - - required public init?(coder: NSCoder) { - super.init(coder: coder) - self.allCountryList = CountryManager.shared.countries - self.selectedCountry = CountryManager.shared.currentCountry - configure() - } - - - public func onSelectCountry(callback: @escaping OnSelectCountryCallback) { - self.didSelectCountryCallback = callback - } - - private func configure() { - self.pickList = allCountryList - - self.delegate = self - self.dataSource = self - } - - open override func layoutSubviews() { - super.layoutSubviews() - self.scrollToSelectedCountry() - } - - // MARK: - Public API - private func scrollToSelectedCountry() { - guard let selectedCountry = selectedCountry else { - return - } - if let index = allCountryList.firstIndex( - where: { $0 == selectedCountry }) { - self.selectRow(index, inComponent: 0, animated: false) - } - } - - // ISO 3166-1 alpha-2 two-letter country codes. - public func setPickList(codes: String...) { - self.countryCodes = codes - } - - public func setSelectedCountry(_ selectedCountry: Country?) { - self.selectedCountry = selectedCountry - } - - public static func loadPickerView(allCountryList: [Country] = CountryManager.shared.countries, selectedCountry: Country? = CountryManager.shared.currentCountry, didSelectCountry: @escaping OnSelectCountryCallback) -> CountryPickerView { - let countryPicker = CountryPickerView(allCountryList: allCountryList, selectedCountry: selectedCountry) - countryPicker.didSelectCountryCallback = didSelectCountry - return countryPicker - } -} - -// MARK: UIPickerViewDataSource methods -extension CountryPickerView: UIPickerViewDataSource { - - public func numberOfComponents(in pickerView: UIPickerView) -> Int { - 1 - } - - public func pickerView(_ pickerView: UIPickerView, numberOfRowsInComponent component: Int) -> Int { - pickList.count - } - -} - -// MARK: UIPickerViewDelegate methods -extension CountryPickerView: UIPickerViewDelegate { - - public func pickerView(_ pickerView: UIPickerView, viewForRow row: Int, - forComponent component: Int, reusing view: UIView?) -> UIView { - var reuseableView = view as? ComponentView - if reuseableView == nil { - let rect = CGRect(x: 0, y: 0, width: 200, height: 40.0) - reuseableView = ComponentView(frame: rect) - } - - let country = pickList[row] - reuseableView?.imageView.image = country.flag - reuseableView?.countryNameLabel.text = country.countryName - reuseableView?.diallingCodeLabel.text = country.dialingCode - - return reuseableView! - } - - public func pickerView(_ pickerView: UIPickerView, rowHeightForComponent component: Int) -> CGFloat { - return rowHeight - } - - public func pickerView(_ pickerView: UIPickerView, didSelectRow row: Int, inComponent component: Int) { - let country = pickList[row] - didSelectCountryCallback?(country) - } -} diff --git a/CountryPicker/CountryPicker/tickMark.png b/CountryPicker/CountryPicker/tickMark.png deleted file mode 100644 index 902e1b97..00000000 Binary files a/CountryPicker/CountryPicker/tickMark.png and /dev/null differ diff --git a/CountryPicker/CountryPickerTests/CountryCellTests.swift b/CountryPicker/CountryPickerTests/CountryCellTests.swift deleted file mode 100644 index c30ff4d4..00000000 --- a/CountryPicker/CountryPickerTests/CountryCellTests.swift +++ /dev/null @@ -1,102 +0,0 @@ -// -// CountryCellTests.swift -// CountryPickerTests -// -// Created by Github on 03/01/21. -// Copyright © 2021 SuryaKant Sharma. All rights reserved. -// - -import XCTest -@testable import CountryPicker - -class CountryCellTests: XCTestCase { - - func test_cellDisplay_correct_country() { - let country = Country(countryCode: "IN") - let sut = CountryCell() - XCTAssertNil(sut.country) - sut.country = country - - XCTAssertEqual(sut.nameLabel.text, "India") - XCTAssertEqual(sut.diallingCodeLabel.text, "+91") - XCTAssertNotNil(sut.flagImageView) - XCTAssertEqual(sut.flagStyle, .normal) - - - sut.country = Country(countryCode: "US") - - XCTAssertEqual(sut.nameLabel.text, "United States") - XCTAssertEqual(sut.diallingCodeLabel.text, "+1") - XCTAssertNotNil(sut.flagImageView) - XCTAssertEqual(sut.flagStyle, .normal) - } - - func test_cellDisplay_withSubviews() { - let sut = CountryCell() - - sut.startLifeCycle() - - XCTAssertNotNil(sut.checkMarkImageView.superview) - XCTAssertNotNil(sut.flagImageView.superview) - XCTAssertNotNil(sut.nameLabel.superview) - XCTAssertNotNil(sut.diallingCodeLabel.superview) - XCTAssertNotNil(sut.separatorLineView.superview) - - } - - func test_cellDisplay_withApplyFlagStyleCircular() { - let sut = CountryCell() - - sut.startLifeCycle() - sut.applyFlagStyle(.circular) - - sut.layoutIfNeeded() - XCTAssertTrue(sut.flagImageView.clipsToBounds) - - XCTAssertEqual(sut.flagImageView.frame.width, sut.flagImageView.frame.height) - } - - func test_cellDisplay_withApplyFlagStyleCorner() { - let sut = CountryCell() - - sut.startLifeCycle() - sut.applyFlagStyle(.corner) - - XCTAssertEqual(sut.flagImageView.layer.cornerRadius, 4) - } - - func test_cellDisplay_withApplyFlagStyleNormal() { - let sut = CountryCell() - - sut.startLifeCycle() - sut.applyFlagStyle(.normal) - - XCTAssertEqual(sut.flagImageView.layer.cornerRadius, 0) - XCTAssertEqual(sut.flagImageView.contentMode, .scaleToFill) - } - - func test_hideDailCode_shouldHideDiallingCodeLabel() { - let sut = CountryCell() - sut.startLifeCycle() - - sut.hideDialCode(true) - XCTAssertEqual(sut.diallingCodeLabel.isHidden, true) - } - - func test_hideFlag_shouldHideFlagImageView() { - let sut = CountryCell() - sut.startLifeCycle() - sut.hideFlag(true) - - XCTAssertTrue(sut.countryFlagStackView.isHidden) - sut.hideFlag(false) - XCTAssertFalse(sut.countryFlagStackView.isHidden) - } -} - -extension UIView { - func startLifeCycle() { - setNeedsLayout() - layoutIfNeeded() - } -} diff --git a/CountryPicker/CountryPickerTests/CountryPickerControllerTests.swift b/CountryPicker/CountryPickerTests/CountryPickerControllerTests.swift deleted file mode 100644 index 9d97adaf..00000000 --- a/CountryPicker/CountryPickerTests/CountryPickerControllerTests.swift +++ /dev/null @@ -1,284 +0,0 @@ -// -// CountryPickerControllerTests.swift -// CountryPickerTests -// -// Created by Github on 07/01/21. -// Copyright © 2021 SuryaKant Sharma. All rights reserved. -// - -import Foundation -import XCTest - -@testable import CountryPicker - -class countryPickerControllerTests: XCTestCase { - - func test_presentController_shouldAbleToSetCallback_afterSelectCountry() { - - var logCallbackCounter = 0 - var selectedCountry: Country? - - let callback: OnSelectCountryCallback = { country in - logCallbackCounter += 1 - selectedCountry = country - } - let sut = makeSUT(callback: callback) - let country = Country(countryCode: "IN") - sut.onSelectCountry?(country) - - XCTAssertEqual(selectedCountry, country) - XCTAssertEqual(logCallbackCounter, 1) - } - - func test_table_numberOfRows_shouldbeEqualToZero_whenNoSearchAppliedAndWithZeroCountry() { - let countries = [Country]() - let sut = makeSUT(manager: CountryManagerSpy(countries: countries)) - sut.applySearch = false - - XCTAssertEqual(sut.tableView.numberOfRows(inSection: 0), countries.count) - - } - - func test_table_numberOfRows_shouldbeEqualToTotalNumberOfCountries_whenNoSearchApplied() { - let countries = [Country(countryCode: "IN"), - Country(countryCode: "US")] - let sut = makeSUT(manager: CountryManagerSpy(countries: countries)) - sut.applySearch = false - - XCTAssertEqual(sut.tableView.numberOfRows(inSection: 0), countries.count) - } - - func test_whenAppliedFilter_table_numberOfRows_shouldbeEqualTo() { - let sut = makeSUT() - sut.applySearch = true - sut.filterCountries = [Country(countryCode: "IN")] - XCTAssertEqual(sut.tableView.numberOfRows(inSection: 0), 1) - } - - func test_tableView_shouldReturnCell_withRightConfiguration_withoutFilter() { - let managerSpy = CountryManagerSpy(countries: [Country(countryCode: "AF")]) - let sut = makeSUT(manager: managerSpy) - let cell = sut.tableView.cell(at: 0) as? CountryCell - - XCTAssertEqual(cell?.nameLabel.text , "Afghanistan") - XCTAssertEqual(cell?.diallingCodeLabel.text , "+93") - XCTAssertNotNil(cell?.flagImageView) - - XCTAssertEqual(managerSpy.allCountriesFuncCallerCounter, 2, "Init also use allcountries function so counter will call 2 times") - XCTAssertEqual(managerSpy.countryWithCodeFuncCallerCounter, 0) - } - - func test_tableView_shouldReturnCell_withRightConfiguration_withFilter() { - let sut = makeSUT() - sut.filterCountries = [Country(countryCode: "IN")] - sut.applySearch = true - let cell = sut.tableView.cell(at: 0) as? CountryCell - - XCTAssertEqual(cell?.nameLabel.text , "India") - XCTAssertEqual(cell?.diallingCodeLabel.text , "+91") - XCTAssertNotNil(cell?.flagImageView) - } - - func test_selectTableView_atIndex_shouldTriggerCallback_withRightArgument_withoutFilter() { - var logCallbackCounter = 0 - let managerSpy = CountryManagerSpy(countries: [Country(countryCode: "AF"), Country(countryCode: "IN")]) - - var selectedCountry: Country? - - let callback: OnSelectCountryCallback = { country in - logCallbackCounter += 1 - selectedCountry = country - } - - let sut = makeSUT(manager: managerSpy, callback: callback) - sut.tableView.select(row: 0) - - - XCTAssertEqual(logCallbackCounter, 1) - XCTAssertEqual(selectedCountry, Country(countryCode: "AF")) - XCTAssertEqual(managerSpy.lastCountrySelected, selectedCountry) - XCTAssertEqual(managerSpy.lastCountrySelected, selectedCountry) - } - - func test_selectTableView_atIndex_shouldTriggerCallback_withRightArgument_withFilter() { - var logCallbackCounter = 0 - var selectedCountry: Country? - - let callback: OnSelectCountryCallback = { country in - logCallbackCounter += 1 - selectedCountry = country - } - - let managerSpy = CountryManagerSpy(countries: [Country(countryCode: "AF"), Country(countryCode: "IN"), Country(countryCode: "US")]) - - let sut = makeSUT(manager: managerSpy, callback: callback) - sut.applySearch = true - sut.filterCountries = [Country(countryCode: "IN"), Country(countryCode: "US")] - sut.tableView.select(row: 1) - - XCTAssertEqual(logCallbackCounter, 1) - XCTAssertEqual(selectedCountry, Country(countryCode: "US")) - } - - func test_tableViewHeightForRow() { - let sut = makeSUT() - - XCTAssertEqual(sut.tableView.delegate?.tableView?(sut.tableView, heightForRowAt: IndexPath(item: 0, section: 0)), 60.0) - } - - func test_shouldSetUpSeachbar() { - let sut = makeSUT() - let searchController = sut.navigationItem.searchController - XCTAssertNotNil(searchController) - - XCTAssertEqual(searchController?.hidesNavigationBarDuringPresentation, true) - XCTAssertEqual(searchController?.searchBar.barStyle, .default) - XCTAssertNotNil(searchController?.searchBar.delegate) - - XCTAssertEqual(sut.definesPresentationContext, true) - } - - func test_searchShouldAble_toReloadTableView_withRelatedCountries() { - let totalCountries = [Country(countryCode: "AF"), - Country(countryCode: "IN"), - Country(countryCode: "US")] - - let managerSpy = CountryManagerSpy(countries: totalCountries) - - let sut = makeSUT(manager: managerSpy) - sut.engine = CountryPickerEngine(countries: totalCountries, filterOptions: [.countryCode]) - sut.applySearch = true - sut.searchController.searchBar.simulateSearch(text: "US") - XCTAssertEqual(sut.tableView.numberOfRows(inSection: 0), 1) - } - - func test_searchEmptyShouldAble_toReloadTableView_withRelatedCountries() { - let countries = [Country(countryCode: "AF"), Country(countryCode: "IN"), Country(countryCode: "US")] - let managerSpy = CountryManagerSpy(countries: countries) - - let sut = makeSUT(manager: managerSpy) - sut.applySearch = true - sut.searchController.searchBar.simulateSearch(text: "") - XCTAssertEqual(sut.tableView.numberOfRows(inSection: 0), countries.count) - } - - func test_searchCancelShould_reloadTableView_withoutFilter() { - let countries = [Country(countryCode: "AF"), Country(countryCode: "IN"), Country(countryCode: "US")] - let managerSpy = CountryManagerSpy(countries: countries) - - let sut = makeSUT(manager: managerSpy) - sut.applySearch = true - let searchBar = sut.searchController.searchBar - searchBar.simulateSearch(text: "US") - - searchBar.delegate?.searchBarCancelButtonClicked?(searchBar) - - XCTAssertEqual(sut.applySearch, false) - XCTAssertEqual(searchBar.text, "") - XCTAssertEqual(searchBar.isFirstResponder, false) - - XCTAssertEqual(sut.tableView.numberOfRows(inSection: 0), countries.count) - } - - - func test_whenKeyboardsearchbutton_clickedShould_makeResignSearchBarFirstResponder() { - let sut = makeSUT() - let searchBar = sut.searchController.searchBar - searchBar.becomeFirstResponder() - - searchBar.delegate?.searchBarSearchButtonClicked?(searchBar) - - XCTAssertEqual(searchBar.isFirstResponder, false) - } - - - func test_scrollToCountry_shouldMakeTableViewScrollToIndex() { - let countries = [Country(countryCode: "AF"), Country(countryCode: "IN"), Country(countryCode: "US")] - let managerSpy = CountryManagerSpy(countries: countries) - - let sut = makeSUT(manager: managerSpy) - let country = Country(countryCode: "IN") - - guard let countryIndex = countries.firstIndex(where: { $0.countryCode == country.countryCode}) else { return } - sut.scrollToCountry(country) - - XCTAssertTrue(sut.tableView.indexPathsForVisibleRows?.contains(IndexPath(row: countryIndex, section: 0)) ?? false ) - } - - func test_setFavouriteCountries_shouldReloadCountriesAndTableView() { - let countries = [Country(countryCode: "AF"), Country(countryCode: "IN"), Country(countryCode: "US")] - let favCountries = [Country(countryCode: "US"), Country(countryCode: "IN")] - - let managerSpy = CountryManagerSpy(countries: countries, favouriteCountries: favCountries) - - let sut = makeSUT(manager: managerSpy) - sut.favoriteCountriesLocaleIdentifiers = ["US", "IN"] - - XCTAssertEqual(sut.favoriteCountries, favCountries) - XCTAssertEqual(sut.isFavoriteEnable, true) - let cell1 = sut.tableView.cell(at: 0) as? CountryCell - let cell2 = sut.tableView.cell(at: 1) as? CountryCell - - XCTAssertEqual(cell1?.nameLabel.text, "United States") - XCTAssertEqual(cell2?.nameLabel.text, "India") - XCTAssertEqual(sut.tableView.dataSource?.tableView(sut.tableView, numberOfRowsInSection: 0), countries.count + favCountries.count) - XCTAssertEqual(managerSpy.allCountriesFuncCallerCounter, 3) - } - - //MARK: - Helpers - func makeSUT(presentingVC: UIViewController = UIViewController(), - manager: CountryListDataSource = CountryManagerSpy(), - callback: OnSelectCountryCallback? = nil) -> CountryPickerController { - let sut = CountryPickerController(manager: manager) - sut.onSelectCountry = callback - sut.startLifeCycle() - return sut - } -} - - -private extension UIBarButtonItem { - func simulateTap() { - target!.performSelector(onMainThread: action!, with: nil, waitUntilDone: true) - } -} - -extension UISearchBar { - func simulateSearch(text: String) { - self.text = text - delegate?.searchBar?(self, textDidChange: text) - } -} - - -class CountryManagerSpy: CountryListDataSource { - var countryWithCodeFuncCallerCounter = 0 - var allCountriesFuncCallerCounter = 0 - - let countries: [Country] - let favouriteCountries: [Country] - private var _lastCountrySelected: Country? - - init(countries: [Country] = [], - lastCountrySelected: Country? = nil, - favouriteCountries: [Country] = []) { - self.countries = countries - _lastCountrySelected = lastCountrySelected - self.favouriteCountries = favouriteCountries - } - - func country(withCode code: String) -> Country? { - countryWithCodeFuncCallerCounter += 1 - return countries.first { $0.countryCode == code } - } - - func allCountries(_ favoriteCountriesLocaleIdentifiers: [String]) -> [Country] { - allCountriesFuncCallerCounter += 1 - return favouriteCountries + countries - } - - var lastCountrySelected: Country? { - get { _lastCountrySelected} - set {_lastCountrySelected = newValue} - } -} diff --git a/CountryPicker/CountryPickerTests/CountryPickerControllerWithSectionTests.swift b/CountryPicker/CountryPickerTests/CountryPickerControllerWithSectionTests.swift deleted file mode 100644 index f3defad1..00000000 --- a/CountryPicker/CountryPickerTests/CountryPickerControllerWithSectionTests.swift +++ /dev/null @@ -1,406 +0,0 @@ -// -// CountryPickerControllerWithSectionTests.swift -// CountryPickerTests -// -// Created by Github on 08/01/21. -// Copyright © 2021 SuryaKant Sharma. All rights reserved. -// - -import Foundation -import XCTest -@testable import CountryPicker - -class CountryPickerControllerWithSectionTests: XCTestCase { - - func test_presentController_shouldAbleToSetCallback() { - - var logCallbackCounter = 0 - var selectedCountry: Country? - - let callback:(Country) -> Void = { country in - logCallbackCounter += 1 - selectedCountry = country - } - let sut = makeSUT(callback: callback) - let country = Country(countryCode: "IN") - sut.onSelectCountry?(country) - - - XCTAssertEqual(selectedCountry, country) - XCTAssertEqual(logCallbackCounter, 1) - } - - func test_table_numberOfSection_equalToUniqueCountries() { - let sut = makeSUT() - sut.applySearch = false - - sut.countries = [Country(countryCode: "IN"), Country(countryCode: "US"), Country(countryCode: "IDN")] - sut.fetchSectionCountries() - - - XCTAssertEqual(sut.sections, ["I", "U"]) - XCTAssertEqual(sut.sectionCoutries["I"]?.contains(Country(countryCode: "IN")), true) - XCTAssertEqual(sut.sectionCoutries["I"]?.contains(Country(countryCode: "IDN")), true) - XCTAssertEqual(sut.sectionCoutries["U"]?.contains(Country(countryCode: "US")), true) - - sut.favoriteCountriesLocaleIdentifiers = ["IN"] - sut.fetchSectionCountries() - } - - func test_scrollToCountryShould_scrollTableViewToContryIndexPath() { - let sut = makeSUT(manager: makeSpy()) - sut.applySearch = false - sut.loadCountries() - let countryUnderTest = Country(countryCode: "IN") - let row = sut.sectionCoutries["I"]? - .firstIndex(where: { $0.countryCode == countryUnderTest.countryCode}) ?? 0 - let section = sut.sectionCoutries.keys.map { $0 }.sorted().firstIndex(of: "I") ?? 0 - - sut.scrollToCountry(Country(countryCode: "IN"), withSection: countryUnderTest.countryName.first!, animated: false) - - - XCTAssertTrue(sut.tableView.indexPathsForVisibleRows?.contains(IndexPath(row: row, section: section)) ?? false ) - } - - func test_scrollToCountryShould_whenApplySearchShouldNotScroll() { - let sut = makeSUT(manager: makeSpy()) - sut.applySearch = true - sut.loadCountries() - let country = Country(countryCode: "IN") - - let row = sut.sectionCoutries["I"]?.firstIndex(where: { $0.countryCode == country.countryCode}) ?? 0 - let section = sut.sectionCoutries.keys.map { $0 }.sorted().firstIndex(of: "I") ?? 0 - - sut.scrollToCountry(Country(countryCode: "IN"), withSection: country.countryName.first!, animated: false) - - - XCTAssertFalse(sut.tableView.indexPathsForVisibleRows?.contains(IndexPath(row: row, section: section)) ?? false ) - - } - - func test_numberOfSection_withOutApplySearch_withOutFavorite() { - let sut = makeSUT() - sut.applySearch = false - let sectionCount = sut.tableView.dataSource?.numberOfSections?(in: sut.tableView) - - XCTAssertEqual(sectionCount, sut.sections.count) - } - - func test_numberOfSection_withApplySearch_shouldAlwaysRetrunOneSection() { - let sut = makeSUT() - sut.applySearch = true - - let sectionCount = sut.tableView.dataSource?.numberOfSections?(in: sut.tableView) - sut.applySearch = true - XCTAssertEqual(sectionCount, 1) - sut.favoriteCountriesLocaleIdentifiers = ["IN"] - XCTAssertEqual(sectionCount, 1) - } - - func test_numberOfRowsInSection_withAppliedSeach_shouldShowOnlyFilterCountryCount() { - let sut = makeSUT(manager: makeSpy()) - sut.applySearch = true - - XCTAssertEqual(sut.tableView.numberOfRows(inSection: 0), sut.filterCountries.count) - - sut.favoriteCountriesLocaleIdentifiers = ["IN"] - XCTAssertEqual(sut.tableView.dataSource?.tableView(sut.tableView, numberOfRowsInSection: 0), sut.filterCountries.count) - } - - func test_numberOfRowsInSection_withoutAppliedSeach_shouldShowCountryOnSection() { - let sut = makeSUT(manager: makeSpy()) - sut.applySearch = false - - let section = 0 - let rowsCount = sut.tableView.dataSource?.tableView(sut.tableView, numberOfRowsInSection: section) - XCTAssertEqual(rowsCount, sut.firstSectionCount) - } - - func test_numberOfRowsInSection_withoutAppliedSeach_withFavourites() { - let sut = makeSUT(manager: makeSpy()) - sut.applySearch = false - let favouriteIdetifiers = ["AF", "US"] - sut.favoriteCountriesLocaleIdentifiers = favouriteIdetifiers - - - XCTAssertEqual(sut.tableView.dataSource?.tableView(sut.tableView, numberOfRowsInSection: 0), favouriteIdetifiers.count) - - XCTAssertEqual(sut.tableView.dataSource?.tableView(sut.tableView, numberOfRowsInSection: 1), sut.firstSectionCount) - } - - func test_titleForHeaderInSectionInRow_withAppliedSearch_shouldReturnSearchTitle() { - let sut = makeSUT(manager: makeSpy()) - let tableView = sut.tableView - sut.applySearch = true - - XCTAssertEqual(tableView.dataSource?.tableView?(tableView, titleForHeaderInSection: 0), "A") - } - - func test_titleForHeaderInSectionInRow_withoutAppliedSearch_shouldReturnSearchTitle() { - let sut = makeSUT(manager: makeSpy()) - - let tableView = sut.tableView - sut.applySearch = false - - XCTAssertEqual(tableView.dataSource?.tableView?(tableView, titleForHeaderInSection: 0), "A") - - sut.favoriteCountriesLocaleIdentifiers = ["IN"] - XCTAssertNil(tableView.dataSource?.tableView?(tableView, titleForHeaderInSection: 0)) - } - - func test_cellConfiguration_ofTableView_withoutAppliedSearch() { - let sut = makeSUT(manager: makeSpy()) - - let tableView = sut.tableView - sut.applySearch = false - - let cell = tableView.dataSource?.tableView(tableView, cellForRowAt: IndexPath(row: 0, section: 0)) as? CountryCell - XCTAssertEqual(cell?.country, Country(countryCode: "AF")) - } - - func test_cellConfiguration_ofTableView_withAppliedSearch() { - let sut = makeSUT() - let tableView = sut.tableView - - sut.filterCountries = [Country(countryCode: "IN")] - sut.applySearch = true - - let cell = tableView.dataSource?.tableView(tableView, cellForRowAt: IndexPath(row: 0, section: 0)) as? CountryCell - XCTAssertEqual(cell?.country, Country(countryCode: "IN")) - } - - func test_cellConfiguration_ofTableView_withoutAppliedSearchWithFavourite() { - let countryManager = makeSpy() - countryManager.lastCountrySelected = Country(countryCode: "IN") - let sut = makeSUT(manager: countryManager) - - let tableView = sut.tableView - - sut.favoriteCountriesLocaleIdentifiers = ["IN", "US"] - sut.applySearch = false - - let cell = tableView.dataSource?.tableView(tableView, cellForRowAt: IndexPath(row: 0, section: 0)) as? CountryCell - XCTAssertEqual(cell?.country, Country(countryCode: "IN")) - XCTAssertEqual(cell?.checkMarkImageView.isHidden, false) - - let cell2 = tableView.dataSource?.tableView(tableView, cellForRowAt: IndexPath(row: 1, section: 0)) as? CountryCell - XCTAssertEqual(cell2?.country, Country(countryCode: "US")) - - let cell3 = tableView.dataSource?.tableView(tableView, cellForRowAt: IndexPath(row: 0, section: 1)) as? CountryCell - XCTAssertEqual(cell3?.country, Country(countryCode: "AF")) - } - - - func test_sectionForIndexTitles() { - let sut = makeSUT(manager: makeSpy()) - let tableView = sut.tableView - let sectionTitle = tableView.dataSource?.sectionIndexTitles?(for: tableView) ?? [] - XCTAssertEqual(sectionTitle, sut.sections.map {String($0)}) - } - - func test_titleForSectionIndex() { - let sut = makeSUT(manager: makeSpy()) - let tableView = sut.tableView - let character = "A" - let index = tableView.dataSource?.tableView?(tableView, sectionForSectionIndexTitle: character, at: 0) - let matchIndex = sut.sections.firstIndex(of: Character(character)) - XCTAssertNotNil(matchIndex) - XCTAssertEqual(index, matchIndex!) - } - - func test_searchEmptyShouldAble_toReloadTableView_withRelatedCountries() { - let totalCountries = [Country(countryCode: "AF"), - Country(countryCode: "IN"), - Country(countryCode: "US")] - - let manager = makeSpy() - let sut = makeSUT(manager: manager) - sut.engine = CountryPickerEngine(countries: totalCountries, filterOptions: [.countryCode]) - - sut.applySearch = true - sut.searchController.searchBar.simulateSearch(text: "IN") - - XCTAssertEqual(sut.tableView.numberOfRows(inSection: 0), 1) - XCTAssertEqual(sut.searchHeaderTitle, "I") - } - - func test_tableView_didSelectShould_triggerCallbackWithRightCountry_withUserSearch() { - let totalCountries = [Country(countryCode: "AF"), - Country(countryCode: "IN"), - Country(countryCode: "US")] - - var logCallbackCounter = 0 - var selectedCountry: Country? - let callback:(Country) -> Void = { country in - logCallbackCounter += 1 - selectedCountry = country - } - - let countryManager = makeSpy() - let sut = makeSUT(manager: countryManager,callback: callback) - sut.engine = CountryPickerEngine(countries: totalCountries, filterOptions: [.countryCode]) - - sut.searchController.searchBar.simulateSearch(text: "IN") - sut.tableView.select(row: 0) - - XCTAssertEqual(countryManager.lastCountrySelected, totalCountries[1]) - XCTAssertNotNil(selectedCountry) - XCTAssertEqual(selectedCountry!, totalCountries[1]) - XCTAssertEqual(logCallbackCounter, 1) - } - - func test_tableView_didSelectShould_triggerCallbackWithRightCountry_withoutUserSearch_withFavourite() { - var logCallbackCounter = 0 - var selectedCountry: Country? - let india = Country(countryCode: "IN") - let unitedStates = Country(countryCode: "US") - let afganistan = Country(countryCode: "AF") - - let callback:(Country) -> Void = { country in - logCallbackCounter += 1 - selectedCountry = country - } - - let countryManager = makeSpy() - countryManager.lastCountrySelected = nil - let sut = makeSUT(manager: countryManager, callback: callback) - sut.favoriteCountriesLocaleIdentifiers = ["IN", "US"] - sut.tableView.select(row: 0) - - XCTAssertEqual(selectedCountry, india) - XCTAssertEqual(logCallbackCounter, 1) - XCTAssertEqual(countryManager.lastCountrySelected, india) - - sut.tableView.select(row: 1) - - XCTAssertEqual(selectedCountry, unitedStates) - XCTAssertEqual(logCallbackCounter, 2) - XCTAssertEqual(countryManager.lastCountrySelected, unitedStates) - - sut.tableView.select(row: 0, section: 1) - - XCTAssertEqual(selectedCountry, afganistan) - XCTAssertEqual(logCallbackCounter, 3) - XCTAssertEqual(countryManager.lastCountrySelected, afganistan) - } - - func test_tableView_didSelectShould_triggerCallbackWithRightCountry_withoutUserSearch_withoutFavouriteSet() { - var logCallbackCounter = 0 - var selectedCountry: Country? - let afganistan = Country(countryCode: "AF") - let callback:(Country) -> Void = { country in - logCallbackCounter += 1 - selectedCountry = country - } - let countryManager = makeSpy() - countryManager.lastCountrySelected = nil - let sut = makeSUT(manager: countryManager, callback: callback) - sut.tableView.select(row: 0) - - XCTAssertEqual(selectedCountry, afganistan) - XCTAssertEqual(logCallbackCounter, 1) - XCTAssertEqual(countryManager.lastCountrySelected, afganistan) - } - - func test_scrollToPreviousShould_scrollToPreviousCountryInTableView() { - let sut = makeSUT(manager: makeSpy()) - let india = Country(countryCode: "IN") - sut.loadCountries() - sut.scrollToPreviousCountryIfNeeded() - let isIndiaCellVisible = sut.tableView.visibleCells.filter { cell in - guard let cell = cell as? CountryCell else { return false } - return cell.country == india - }.compactMap{$0}.first - XCTAssertNotNil(isIndiaCellVisible) - } - - func test_scrollToPreviousShould_scrollToPreviousCountryInTableView_whenFavouriteEnable() { - let favouriteCountryIdentifiers = ["US", - "IN"] - - let manager = CountryManagerSpy(countries: [Country(countryCode: "AF"), - Country(countryCode: "US")], - favouriteCountries: favouriteCountryIdentifiers.compactMap { Country(countryCode: $0) - }) - let sut = makeSUT(manager: manager) - sut.favoriteCountriesLocaleIdentifiers = favouriteCountryIdentifiers - let india = Country(countryCode: "IN") - sut.loadCountries() - - manager.lastCountrySelected = india - sut.scrollToPreviousCountryIfNeeded() - let isIndiaCellCount = sut.tableView.visibleCells.filter { cell in - guard let cell = cell as? CountryCell else { return false } - return cell.country == india - }.compactMap{$0}.count - XCTAssertEqual(isIndiaCellCount, 1) - } - -// func test_inFilterCountries_whenSelected_shouldDismissCountryController() { -// -// // Given -// var logCallbackCounter = 0 -// var selectedCountry: Country? -// let india = Country(countryCode: "IN") -// let callback:(Country) -> Void = { country in -// logCallbackCounter += 1 -// selectedCountry = country -// } -// let countryManager = makeSpy() -// countryManager.lastCountrySelected = nil -// let rootVC = UIViewController() -// -// let navigation = UINavigationController(rootViewController: rootVC) -// -// let window = UIWindow(frame: UIScreen.main.bounds) -// window.rootViewController = navigation -// window.makeKeyAndVisible() -// -// -// let sut = makeSUT(manager: countryManager, -// presentingVC: rootVC, callback: callback) -// -// XCTAssertEqual(sut.presentingViewController, navigation) -// -// // when -// sut.searchController.searchBar.becomeFirstResponder() -// sut.searchController.searchBar.simulateSearch(text: "IN") -// sut.tableView.select(row: 0) -// -// // then -// XCTAssertNil(sut.presentingViewController) -// } - - //MARK: - Helpers - func makeSUT(manager: CountryListDataSource = CountryManagerSpy(), - presentingVC: UIViewController = UIViewController(), callback:((Country) -> Void)? = nil) -> CountryPickerWithSectionViewController { - let sut = CountryPickerWithSectionViewController(manager: manager) - sut.onSelectCountry = callback - sut.startLifeCycle() - presentingVC.present(sut, animated: false) - return sut - } - - - func makeSpy(_ countries: [Country] = defaultCountries) -> CountryManagerSpy { - CountryManagerSpy(countries: countries) - } -} - -private extension CountryPickerWithSectionViewController { - var firstSectionCount: Int { - sectionCoutries["A"]!.count - } -} - -private let defaultCountries = - [Country(countryCode: "IN"), - Country(countryCode: "AF"), - Country(countryCode: "US")] - -extension CountryPickerWithSectionViewController { - open override func dismiss(animated flag: Bool, completion: (() -> Void)? = nil) { - super.dismiss(animated: false, - completion: completion) - } -} diff --git a/CountryPicker/CountryPickerTests/CountryPickerEngineTests.swift b/CountryPicker/CountryPickerTests/CountryPickerEngineTests.swift deleted file mode 100644 index b9392482..00000000 --- a/CountryPicker/CountryPickerTests/CountryPickerEngineTests.swift +++ /dev/null @@ -1,66 +0,0 @@ -// -// CountryPickerEngineTests.swift -// CountryPickerTests -// -// Created by Github on 07/01/21. -// Copyright © 2021 SuryaKant Sharma. All rights reserved. -// - -import XCTest -@testable import CountryPicker - -class CountryPickerEngineTests: XCTestCase { - - func test_filterCountries_shouldFilterCountryNameCorrectCountries() { - let countries = [Country(countryCode: "IN"), Country(countryCode: "US")] - let sut = CountryPickerEngine(countries: countries, filterOptions: [.countryName]) - - let filters = sut.filterCountries(searchText: "ind") - - XCTAssertEqual(filters, [countries[0]]) - } - - func test_filterCountries_shouldFilterCountryCodesCorrectCountries() { - let countries = [Country(countryCode: "IN"), Country(countryCode: "US")] - let sut = CountryPickerEngine(countries: countries, filterOptions: [.countryCode]) - - let filters = sut.filterCountries(searchText: "U") - XCTAssertEqual(filters, [countries[1]]) - - let filtersWithI = sut.filterCountries(searchText: "I") - XCTAssertEqual(filtersWithI, [countries[0]]) - - let filtersWithD = sut.filterCountries(searchText: "D") - XCTAssertEqual(filtersWithD, []) - } - - - func test_filterCountries_shouldFilterDialingCodesCorrectCountries() { - let countries = [Country(countryCode: "IN"), Country(countryCode: "US")] - let sut = CountryPickerEngine(countries: countries, filterOptions: [.countryDialCode]) - - let filters = sut.filterCountries(searchText: "IN") - - XCTAssertEqual(filters, []) - - let dialingfilters = sut.filterCountries(searchText: "1") - - XCTAssertEqual(dialingfilters.first?.countryCode, "IN") - XCTAssertEqual(dialingfilters[1].countryCode, "US") - - - let dialingfiltersOnly9 = sut.filterCountries(searchText: "9") - - XCTAssertEqual(dialingfiltersOnly9, [countries[0]]) - } - - - func test_filterCountries_shouldFilterCorrectCountries() { - let countries = [Country(countryCode: "IN"), Country(countryCode: "US")] - let sut = CountryPickerEngine(countries: countries, filterOptions: [.countryCode, .countryName]) - - let filters = sut.filterCountries(searchText: "us") - - XCTAssertTrue(filters.contains(Country(countryCode: "US"))) - } -} diff --git a/CountryPicker/CountryPickerTests/CountryPickerViewTests.swift b/CountryPicker/CountryPickerTests/CountryPickerViewTests.swift deleted file mode 100644 index 613bcde8..00000000 --- a/CountryPicker/CountryPickerTests/CountryPickerViewTests.swift +++ /dev/null @@ -1,122 +0,0 @@ -// -// CountryPickerViewTests.swift -// CountryPickerTests -// -// Created by Github on 03/01/21. -// Copyright © 2021 SuryaKant Sharma. All rights reserved. -// - -import Foundation -import XCTest -@testable import CountryPicker - -class CountryPickerViewTests: XCTestCase { - - let countries = [Country(countryCode: "IN"), Country(countryCode: "US")] - - func test_init_shouldLoadView_with_givenCountries() { - let sut = makeSUT() - let numberOfComponent = sut.dataSource?.numberOfComponents(in: sut) - XCTAssertEqual(numberOfComponent, 1) - let numberOfRows = sut.dataSource?.pickerView(sut, numberOfRowsInComponent: 0) - XCTAssertEqual(numberOfRows, countries.count) - // Should be default selected for index 0 - XCTAssertEqual(sut.selectedRow(inComponent: 0), 0) - } - - func test_shouldAbletoCall_Callback_when_userSelectCountry() { - let countries = [Country(countryCode: "IN"), Country(countryCode: "US")] - var logCallbackCounter = 0 - var selectedCountry: Country? - let sut = CountryPickerView.loadPickerView(allCountryList: countries) { country in - logCallbackCounter += 1 - selectedCountry = country - } - - sut.pickerView(sut, didSelectRow: 0, inComponent: 0) - - XCTAssertEqual(selectedCountry, countries[0]) - XCTAssertEqual(logCallbackCounter, 1) - } - - func test_shouldAbletoCallCallback_whenCallbackSetExplictly() { - let countries = [Country(countryCode: "IN"), Country(countryCode: "US")] - var logCallbackCounter = 0 - var selectedCountry: Country? - let sut = CountryPickerView(allCountryList: countries) - sut.onSelectCountry { country in - logCallbackCounter += 1 - selectedCountry = country - } - sut.pickerView(sut, didSelectRow: 0, inComponent: 0) - - XCTAssertEqual(selectedCountry, countries[0]) - XCTAssertEqual(logCallbackCounter, 1) - } - - - func test_pickerView_dataSource() { - let sut = makeSUT() - - XCTAssertEqual(sut.dataSource?.numberOfComponents(in: sut), 1) - XCTAssertEqual(sut.dataSource?.pickerView(sut, numberOfRowsInComponent: 0), countries.count) - } - - - func test_pickerView_shouldScrollToSelectedCountry() { - XCTAssertEqual(makeSUT(selectedCountry: countries[1]).selectedRow(inComponent: 0), 1) - } - - func test_pickerView_shouldReturnCorrectReusableViewForEachComponent() { - let sut = makeSUT() - let view = sut.pickerView(sut, viewForRow: 1, forComponent: 0, reusing: nil) as? ComponentView - - XCTAssertNotNil(view) - XCTAssertNotNil(view?.imageView.image) - XCTAssertEqual(view?.countryNameLabel.text, "United States") - XCTAssertEqual(view?.diallingCodeLabel.text, "+1") - } - - func test_pickerView_shouldReturnRowHeight() { - let sut = makeSUT() - let height = sut.pickerView(sut, rowHeightForComponent: 1) - - XCTAssertEqual(height, 45.0) - } - - func test_setPickListCountryCodes_shouldAbleToUpdateCountries() { - let sut = makeSUT() - XCTAssertEqual(sut.dataSource?.pickerView(sut, numberOfRowsInComponent: 0), 2) - sut.setPickList(codes: "IN") - XCTAssertEqual(sut.pickList.count , 1) - - let numberOfRows = sut.dataSource?.pickerView(sut, numberOfRowsInComponent: 0) - XCTAssertEqual(numberOfRows, 1) - } - - func test_setSelectedCountry() { - let sut = makeSUT() - let selectedCountry = Country(countryCode: "US") - sut.setSelectedCountry(selectedCountry) - let selectedRowInUI = sut.selectedRow(inComponent: 0) - let selectedCountryInUI = countries[selectedRowInUI] - - XCTAssertEqual(selectedCountryInUI.countryName, selectedCountry.countryName) - XCTAssertEqual(selectedCountryInUI.countryCode, selectedCountry.countryCode) - } - - func test_scrollToSelectCountry_shouldNotScroll_ifSelectedCountryIsNil() { - let sut = CountryPickerView(allCountryList: countries, selectedCountry: nil) - - XCTAssertEqual(sut.selectedRow(inComponent: 0), 0) - - } - - // MARK :- Helpers - func makeSUT(selectedCountry: Country? = nil ) -> CountryPickerView { - let sut = CountryPickerView(allCountryList: countries, selectedCountry: selectedCountry) - return sut - } -} - - diff --git a/CountryPicker/CountryPickerTests/CountryTests.swift b/CountryPicker/CountryPickerTests/CountryTests.swift deleted file mode 100644 index eda34716..00000000 --- a/CountryPicker/CountryPickerTests/CountryTests.swift +++ /dev/null @@ -1,58 +0,0 @@ -// -// CountryTest.swift -// CountryPickerTests -// -// Created by Github on 03/01/21. -// Copyright © 2021 SuryaKant Sharma. All rights reserved. -// - -import Foundation -import XCTest -@testable import CountryPicker - -class CountryTests: XCTestCase { - - func test_afterInit() { - let sut = Country(countryCode: "IN") - - XCTAssertEqual(sut.countryCode, "IN") - XCTAssertEqual(sut.countryName, "India") - XCTAssertEqual(sut.dialingCode, "+91") - XCTAssertEqual(sut.digitCountrycode, "91") - XCTAssertNotNil(sut.flag) - XCTAssertEqual(sut.imagePath, "CountryPickerController.bundle/IN") - } - - func test_CountryNameWithLocal_returnRightCountryName() { - let sut = Country(countryCode: "IN") - let local = Locale(identifier: "en") - - let countryName = sut.countryName(with: local) - - XCTAssertEqual(countryName, "India") - - let nepalIndianLocal = Locale(identifier: "ne_IN") - XCTAssertEqual(sut.countryName(with: nepalIndianLocal), "भारत") - } - - func test_CountryNameWithLocalIdentifier_returnRightCountryName() { - let sut = Country(countryCode: "IN") - let localIdentifier = "en" - - let countryName = sut.countryName(withLocaleIdentifier: localIdentifier) - - XCTAssertEqual(countryName, "India") - - let nepalIndianLocal = "ne_IN" - XCTAssertEqual(sut.countryName(withLocaleIdentifier: nepalIndianLocal), "भारत") - } - - func test_mapCountryCode_returnRightCountryName() { - XCTAssertEqual(mapCountryName("US"), "United States") - } - - func test_equalCountries() { - XCTAssertEqual(Country(countryCode: "IN"), Country(countryCode: "IN")) - XCTAssertNotEqual(Country(countryCode: "IN"), Country(countryCode: "US")) - } -} diff --git a/CountryPicker/CountryPickerTests/Info.plist b/CountryPicker/CountryPickerTests/Info.plist deleted file mode 100644 index 6c40a6cd..00000000 --- a/CountryPicker/CountryPickerTests/Info.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleVersion - 1 - - diff --git a/CountryPicker/CountryPickerTests/TableViewHelpers.swift b/CountryPicker/CountryPickerTests/TableViewHelpers.swift deleted file mode 100644 index bb904f63..00000000 --- a/CountryPicker/CountryPickerTests/TableViewHelpers.swift +++ /dev/null @@ -1,30 +0,0 @@ -// -// TableViewHelpers.swift -// QuizApp -// -// Created by SuryaKant Sharma on 13/12/20. -// - -import UIKit - -extension UITableView { - func cell(at index: Int) -> UITableViewCell? { - dataSource?.tableView(self, cellForRowAt: IndexPath(row: index, section: 0)) - } - - func title(at row: Int) -> String? { - cell(at: row)?.textLabel?.text - } - - func select(row: Int, section: Int = 0) { - let indexPath = IndexPath(row: row, section: section) - self.selectRow(at: indexPath, animated: false, scrollPosition: .none) - self.delegate?.tableView?(self, didSelectRowAt: indexPath) - } - - func deSelect(row: Int) { - let indexPath = IndexPath(row: row, section: 0) - self.deselectRow(at: indexPath, animated: false) - self.delegate?.tableView?(self, didDeselectRowAt: indexPath) - } -} diff --git a/CountryPicker/CountryPickerTests/UIViewControllerHelpers.swift b/CountryPicker/CountryPickerTests/UIViewControllerHelpers.swift deleted file mode 100644 index 639fff5f..00000000 --- a/CountryPicker/CountryPickerTests/UIViewControllerHelpers.swift +++ /dev/null @@ -1,18 +0,0 @@ -// -// UIViewControllerHelpers.swift -// CountryPickerTests -// -// Created by Github on 08/01/21. -// Copyright © 2021 SuryaKant Sharma. All rights reserved. -// - -import UIKit - -extension UIViewController { - func startLifeCycle() { - _ = view - view.setNeedsLayout() - view.layoutIfNeeded() - beginAppearanceTransition(true, animated: true) - } -} diff --git a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcodeproj/project.pbxproj b/CountryPicker/Examples/CoCoaPods/CountryPickerExample.xcodeproj/project.pbxproj similarity index 66% rename from CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcodeproj/project.pbxproj rename to CountryPicker/Examples/CoCoaPods/CountryPickerExample.xcodeproj/project.pbxproj index 410f921b..c8790a1a 100644 --- a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcodeproj/project.pbxproj +++ b/CountryPicker/Examples/CoCoaPods/CountryPickerExample.xcodeproj/project.pbxproj @@ -7,26 +7,26 @@ objects = { /* Begin PBXBuildFile section */ - 5443296EC08E0D102E3BDA04 /* Pods_CountryPicker13_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D397B4D5701AB2358F150419 /* Pods_CountryPicker13_Example.framework */; }; - 963F9EDB2A890CFE0044ECE8 /* CountryPickerWheelDemoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 963F9EDA2A890CFE0044ECE8 /* CountryPickerWheelDemoView.swift */; }; - 963F9EDD2A890D550044ECE8 /* RootContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 963F9EDC2A890D550044ECE8 /* RootContainerView.swift */; }; - D80BAE282A3F0EA5006E41F2 /* CountryPicker13_ExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = D80BAE272A3F0EA5006E41F2 /* CountryPicker13_ExampleApp.swift */; }; - D80BAE2A2A3F0EA5006E41F2 /* MainView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D80BAE292A3F0EA5006E41F2 /* MainView.swift */; }; - D80BAE2C2A3F0EA6006E41F2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D80BAE2B2A3F0EA6006E41F2 /* Assets.xcassets */; }; - D80BAE2F2A3F0EA6006E41F2 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D80BAE2E2A3F0EA6006E41F2 /* Preview Assets.xcassets */; }; + 6F910D19D801A05153F00070 /* Pods_CountryPickerExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A03BC866BC22FDD6A25347B2 /* Pods_CountryPickerExample.framework */; }; + D8CBB0952BDE0A1D00D46CB9 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D8CBB08D2BDE0A1D00D46CB9 /* Preview Assets.xcassets */; }; + D8CBB0962BDE0A1D00D46CB9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D8CBB08F2BDE0A1D00D46CB9 /* Assets.xcassets */; }; + D8CBB0972BDE0A1D00D46CB9 /* CountryPicker13_ExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CBB0902BDE0A1D00D46CB9 /* CountryPicker13_ExampleApp.swift */; }; + D8CBB0982BDE0A1D00D46CB9 /* CountryPickerWheelDemoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CBB0912BDE0A1D00D46CB9 /* CountryPickerWheelDemoView.swift */; }; + D8CBB0992BDE0A1D00D46CB9 /* MainView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CBB0922BDE0A1D00D46CB9 /* MainView.swift */; }; + D8CBB09A2BDE0A1D00D46CB9 /* RootContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CBB0932BDE0A1D00D46CB9 /* RootContainerView.swift */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - 81F5C4CEDA78413D8739541E /* Pods-CountryPicker13+Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CountryPicker13+Example.release.xcconfig"; path = "Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example.release.xcconfig"; sourceTree = ""; }; - 963F9EDA2A890CFE0044ECE8 /* CountryPickerWheelDemoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryPickerWheelDemoView.swift; sourceTree = ""; }; - 963F9EDC2A890D550044ECE8 /* RootContainerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootContainerView.swift; sourceTree = ""; }; - D397B4D5701AB2358F150419 /* Pods_CountryPicker13_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CountryPicker13_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - D80BAE242A3F0EA5006E41F2 /* CountryPicker13+Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "CountryPicker13+Example.app"; sourceTree = BUILT_PRODUCTS_DIR; }; - D80BAE272A3F0EA5006E41F2 /* CountryPicker13_ExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryPicker13_ExampleApp.swift; sourceTree = ""; }; - D80BAE292A3F0EA5006E41F2 /* MainView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainView.swift; sourceTree = ""; }; - D80BAE2B2A3F0EA6006E41F2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - D80BAE2E2A3F0EA6006E41F2 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; - EEF3316BA36FAB0479525EB1 /* Pods-CountryPicker13+Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CountryPicker13+Example.debug.xcconfig"; path = "Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example.debug.xcconfig"; sourceTree = ""; }; + A03BC866BC22FDD6A25347B2 /* Pods_CountryPickerExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CountryPickerExample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + C0B9125FC53ECB3D165B3139 /* Pods-CountryPickerExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CountryPickerExample.release.xcconfig"; path = "Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample.release.xcconfig"; sourceTree = ""; }; + D5FF9F5C00EE625C1F786440 /* Pods-CountryPickerExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CountryPickerExample.debug.xcconfig"; path = "Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample.debug.xcconfig"; sourceTree = ""; }; + D80BAE242A3F0EA5006E41F2 /* CountryPickerExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CountryPickerExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; + D8CBB08D2BDE0A1D00D46CB9 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; + D8CBB08F2BDE0A1D00D46CB9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + D8CBB0902BDE0A1D00D46CB9 /* CountryPicker13_ExampleApp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CountryPicker13_ExampleApp.swift; sourceTree = ""; }; + D8CBB0912BDE0A1D00D46CB9 /* CountryPickerWheelDemoView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CountryPickerWheelDemoView.swift; sourceTree = ""; }; + D8CBB0922BDE0A1D00D46CB9 /* MainView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainView.swift; sourceTree = ""; }; + D8CBB0932BDE0A1D00D46CB9 /* RootContainerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RootContainerView.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -34,7 +34,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 5443296EC08E0D102E3BDA04 /* Pods_CountryPicker13_Example.framework in Frameworks */, + 6F910D19D801A05153F00070 /* Pods_CountryPickerExample.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -44,79 +44,80 @@ A54A81121CF7427C6F1BCD09 /* Pods */ = { isa = PBXGroup; children = ( - EEF3316BA36FAB0479525EB1 /* Pods-CountryPicker13+Example.debug.xcconfig */, - 81F5C4CEDA78413D8739541E /* Pods-CountryPicker13+Example.release.xcconfig */, + D5FF9F5C00EE625C1F786440 /* Pods-CountryPickerExample.debug.xcconfig */, + C0B9125FC53ECB3D165B3139 /* Pods-CountryPickerExample.release.xcconfig */, ); path = Pods; sourceTree = ""; }; - D80BAE1B2A3F0EA5006E41F2 = { + D12B4AEFC3A238099A369D62 /* Frameworks */ = { isa = PBXGroup; children = ( - D80BAE262A3F0EA5006E41F2 /* CountryPicker13+Example */, - D80BAE252A3F0EA5006E41F2 /* Products */, - D8DB27E42A50310D00877202 /* Frameworks */, - A54A81121CF7427C6F1BCD09 /* Pods */, + A03BC866BC22FDD6A25347B2 /* Pods_CountryPickerExample.framework */, ); + name = Frameworks; sourceTree = ""; }; - D80BAE252A3F0EA5006E41F2 /* Products */ = { + D80BAE1B2A3F0EA5006E41F2 = { isa = PBXGroup; children = ( - D80BAE242A3F0EA5006E41F2 /* CountryPicker13+Example.app */, + D8CBB0942BDE0A1D00D46CB9 /* CountryPickerExample */, + D80BAE252A3F0EA5006E41F2 /* Products */, + A54A81121CF7427C6F1BCD09 /* Pods */, + D12B4AEFC3A238099A369D62 /* Frameworks */, ); - name = Products; sourceTree = ""; }; - D80BAE262A3F0EA5006E41F2 /* CountryPicker13+Example */ = { + D80BAE252A3F0EA5006E41F2 /* Products */ = { isa = PBXGroup; children = ( - D80BAE272A3F0EA5006E41F2 /* CountryPicker13_ExampleApp.swift */, - D80BAE292A3F0EA5006E41F2 /* MainView.swift */, - D80BAE2B2A3F0EA6006E41F2 /* Assets.xcassets */, - D80BAE2D2A3F0EA6006E41F2 /* Preview Content */, - 963F9EDA2A890CFE0044ECE8 /* CountryPickerWheelDemoView.swift */, - 963F9EDC2A890D550044ECE8 /* RootContainerView.swift */, + D80BAE242A3F0EA5006E41F2 /* CountryPickerExample.app */, ); - path = "CountryPicker13+Example"; + name = Products; sourceTree = ""; }; - D80BAE2D2A3F0EA6006E41F2 /* Preview Content */ = { + D8CBB08E2BDE0A1D00D46CB9 /* Preview Content */ = { isa = PBXGroup; children = ( - D80BAE2E2A3F0EA6006E41F2 /* Preview Assets.xcassets */, + D8CBB08D2BDE0A1D00D46CB9 /* Preview Assets.xcassets */, ); path = "Preview Content"; sourceTree = ""; }; - D8DB27E42A50310D00877202 /* Frameworks */ = { + D8CBB0942BDE0A1D00D46CB9 /* CountryPickerExample */ = { isa = PBXGroup; children = ( - D397B4D5701AB2358F150419 /* Pods_CountryPicker13_Example.framework */, + D8CBB08E2BDE0A1D00D46CB9 /* Preview Content */, + D8CBB08F2BDE0A1D00D46CB9 /* Assets.xcassets */, + D8CBB0902BDE0A1D00D46CB9 /* CountryPicker13_ExampleApp.swift */, + D8CBB0912BDE0A1D00D46CB9 /* CountryPickerWheelDemoView.swift */, + D8CBB0922BDE0A1D00D46CB9 /* MainView.swift */, + D8CBB0932BDE0A1D00D46CB9 /* RootContainerView.swift */, ); - name = Frameworks; + name = CountryPickerExample; + path = CountryPickerExample/CountryPickerExample; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - D80BAE232A3F0EA5006E41F2 /* CountryPicker13+Example */ = { + D80BAE232A3F0EA5006E41F2 /* CountryPickerExample */ = { isa = PBXNativeTarget; - buildConfigurationList = D80BAE322A3F0EA6006E41F2 /* Build configuration list for PBXNativeTarget "CountryPicker13+Example" */; + buildConfigurationList = D80BAE322A3F0EA6006E41F2 /* Build configuration list for PBXNativeTarget "CountryPickerExample" */; buildPhases = ( - 0737B159C2DAA7C6F61A2E54 /* [CP] Check Pods Manifest.lock */, + 42222E74B24B8896F825B5B1 /* [CP] Check Pods Manifest.lock */, D80BAE202A3F0EA5006E41F2 /* Sources */, D80BAE212A3F0EA5006E41F2 /* Frameworks */, D80BAE222A3F0EA5006E41F2 /* Resources */, - B69944AE98887C67E8C2924A /* [CP] Embed Pods Frameworks */, + A7B4743B073A8819FB15C27A /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); dependencies = ( ); - name = "CountryPicker13+Example"; + name = CountryPickerExample; productName = "CountryPicker13+Example"; - productReference = D80BAE242A3F0EA5006E41F2 /* CountryPicker13+Example.app */; + productReference = D80BAE242A3F0EA5006E41F2 /* CountryPickerExample.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ @@ -134,7 +135,7 @@ }; }; }; - buildConfigurationList = D80BAE1F2A3F0EA5006E41F2 /* Build configuration list for PBXProject "CountryPicker13+Example" */; + buildConfigurationList = D80BAE1F2A3F0EA5006E41F2 /* Build configuration list for PBXProject "CountryPickerExample" */; compatibilityVersion = "Xcode 14.0"; developmentRegion = en; hasScannedForEncodings = 0; @@ -147,7 +148,7 @@ projectDirPath = ""; projectRoot = ""; targets = ( - D80BAE232A3F0EA5006E41F2 /* CountryPicker13+Example */, + D80BAE232A3F0EA5006E41F2 /* CountryPickerExample */, ); }; /* End PBXProject section */ @@ -157,15 +158,15 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - D80BAE2F2A3F0EA6006E41F2 /* Preview Assets.xcassets in Resources */, - D80BAE2C2A3F0EA6006E41F2 /* Assets.xcassets in Resources */, + D8CBB0962BDE0A1D00D46CB9 /* Assets.xcassets in Resources */, + D8CBB0952BDE0A1D00D46CB9 /* Preview Assets.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 0737B159C2DAA7C6F61A2E54 /* [CP] Check Pods Manifest.lock */ = { + 42222E74B24B8896F825B5B1 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -180,28 +181,28 @@ outputFileListPaths = ( ); outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-CountryPicker13+Example-checkManifestLockResult.txt", + "$(DERIVED_FILE_DIR)/Pods-CountryPickerExample-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; - B69944AE98887C67E8C2924A /* [CP] Embed Pods Frameworks */ = { + A7B4743B073A8819FB15C27A /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks-${CONFIGURATION}-input-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-frameworks-${CONFIGURATION}-input-files.xcfilelist", ); name = "[CP] Embed Pods Frameworks"; outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks-${CONFIGURATION}-output-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-frameworks-${CONFIGURATION}-output-files.xcfilelist", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ @@ -211,10 +212,10 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 963F9EDD2A890D550044ECE8 /* RootContainerView.swift in Sources */, - D80BAE2A2A3F0EA5006E41F2 /* MainView.swift in Sources */, - D80BAE282A3F0EA5006E41F2 /* CountryPicker13_ExampleApp.swift in Sources */, - 963F9EDB2A890CFE0044ECE8 /* CountryPickerWheelDemoView.swift in Sources */, + D8CBB09A2BDE0A1D00D46CB9 /* RootContainerView.swift in Sources */, + D8CBB0982BDE0A1D00D46CB9 /* CountryPickerWheelDemoView.swift in Sources */, + D8CBB0992BDE0A1D00D46CB9 /* MainView.swift in Sources */, + D8CBB0972BDE0A1D00D46CB9 /* CountryPicker13_ExampleApp.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -337,13 +338,13 @@ }; D80BAE332A3F0EA6006E41F2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EEF3316BA36FAB0479525EB1 /* Pods-CountryPicker13+Example.debug.xcconfig */; + baseConfigurationReference = D5FF9F5C00EE625C1F786440 /* Pods-CountryPickerExample.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_ASSET_PATHS = "\"CountryPicker13+Example/Preview Content\""; + DEVELOPMENT_ASSET_PATHS = ""; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; @@ -351,6 +352,7 @@ INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + IPHONEOS_DEPLOYMENT_TARGET = 15; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -366,13 +368,13 @@ }; D80BAE342A3F0EA6006E41F2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 81F5C4CEDA78413D8739541E /* Pods-CountryPicker13+Example.release.xcconfig */; + baseConfigurationReference = C0B9125FC53ECB3D165B3139 /* Pods-CountryPickerExample.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_ASSET_PATHS = "\"CountryPicker13+Example/Preview Content\""; + DEVELOPMENT_ASSET_PATHS = ""; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; @@ -380,6 +382,7 @@ INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + IPHONEOS_DEPLOYMENT_TARGET = 15; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -396,7 +399,7 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - D80BAE1F2A3F0EA5006E41F2 /* Build configuration list for PBXProject "CountryPicker13+Example" */ = { + D80BAE1F2A3F0EA5006E41F2 /* Build configuration list for PBXProject "CountryPickerExample" */ = { isa = XCConfigurationList; buildConfigurations = ( D80BAE302A3F0EA6006E41F2 /* Debug */, @@ -405,7 +408,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D80BAE322A3F0EA6006E41F2 /* Build configuration list for PBXNativeTarget "CountryPicker13+Example" */ = { + D80BAE322A3F0EA6006E41F2 /* Build configuration list for PBXNativeTarget "CountryPickerExample" */ = { isa = XCConfigurationList; buildConfigurations = ( D80BAE332A3F0EA6006E41F2 /* Debug */, diff --git a/CountryPicker/CountryPicker.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/CountryPicker/Examples/CoCoaPods/CountryPickerExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from CountryPicker/CountryPicker.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to CountryPicker/Examples/CoCoaPods/CountryPickerExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/CountryPicker/CountryPicker.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/CountryPicker/Examples/CoCoaPods/CountryPickerExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from CountryPicker/CountryPicker.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to CountryPicker/Examples/CoCoaPods/CountryPickerExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcodeproj/xcshareddata/xcschemes/CountryPicker13+Example.xcscheme b/CountryPicker/Examples/CoCoaPods/CountryPickerExample.xcodeproj/xcshareddata/xcschemes/CountryPicker13+Example.xcscheme similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcodeproj/xcshareddata/xcschemes/CountryPicker13+Example.xcscheme rename to CountryPicker/Examples/CoCoaPods/CountryPickerExample.xcodeproj/xcshareddata/xcschemes/CountryPicker13+Example.xcscheme diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/SKCountryPicker.xcscheme b/CountryPicker/Examples/CoCoaPods/CountryPickerExample.xcodeproj/xcshareddata/xcschemes/CountryPickerExample.xcscheme similarity index 60% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/SKCountryPicker.xcscheme rename to CountryPicker/Examples/CoCoaPods/CountryPickerExample.xcodeproj/xcshareddata/xcschemes/CountryPickerExample.xcscheme index 7f34eec2..0408dd37 100644 --- a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/SKCountryPicker.xcscheme +++ b/CountryPicker/Examples/CoCoaPods/CountryPickerExample.xcodeproj/xcshareddata/xcschemes/CountryPickerExample.xcscheme @@ -1,10 +1,11 @@ + buildImplicitDependencies = "YES" + buildArchitectures = "Automatic"> + BlueprintIdentifier = "D80BAE232A3F0EA5006E41F2" + BuildableName = "CountryPickerExample.app" + BlueprintName = "CountryPickerExample" + ReferencedContainer = "container:CountryPickerExample.xcodeproj"> @@ -39,6 +40,16 @@ debugDocumentVersioning = "YES" debugServiceExtension = "internal" allowLocationSimulation = "YES"> + + + + - + + BlueprintIdentifier = "D80BAE232A3F0EA5006E41F2" + BuildableName = "CountryPickerExample.app" + BlueprintName = "CountryPickerExample" + ReferencedContainer = "container:CountryPickerExample.xcodeproj"> - + diff --git a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcworkspace/contents.xcworkspacedata b/CountryPicker/Examples/CoCoaPods/CountryPickerExample.xcworkspace/contents.xcworkspacedata similarity index 75% rename from CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcworkspace/contents.xcworkspacedata rename to CountryPicker/Examples/CoCoaPods/CountryPickerExample.xcworkspace/contents.xcworkspacedata index 50bb02ec..2743850a 100644 --- a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcworkspace/contents.xcworkspacedata +++ b/CountryPicker/Examples/CoCoaPods/CountryPickerExample.xcworkspace/contents.xcworkspacedata @@ -2,7 +2,7 @@ + location = "group:CountryPickerExample.xcodeproj"> diff --git a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/CountryPicker/Examples/CoCoaPods/CountryPickerExample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to CountryPicker/Examples/CoCoaPods/CountryPickerExample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/Assets.xcassets/AccentColor.colorset/Contents.json b/CountryPicker/Examples/CoCoaPods/CountryPickerExample/CountryPickerExample/Assets.xcassets/AccentColor.colorset/Contents.json similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/Assets.xcassets/AccentColor.colorset/Contents.json rename to CountryPicker/Examples/CoCoaPods/CountryPickerExample/CountryPickerExample/Assets.xcassets/AccentColor.colorset/Contents.json diff --git a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/Assets.xcassets/AppIcon.appiconset/Contents.json b/CountryPicker/Examples/CoCoaPods/CountryPickerExample/CountryPickerExample/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/Assets.xcassets/AppIcon.appiconset/Contents.json rename to CountryPicker/Examples/CoCoaPods/CountryPickerExample/CountryPickerExample/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/Assets.xcassets/Contents.json b/CountryPicker/Examples/CoCoaPods/CountryPickerExample/CountryPickerExample/Assets.xcassets/Contents.json similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/Assets.xcassets/Contents.json rename to CountryPicker/Examples/CoCoaPods/CountryPickerExample/CountryPickerExample/Assets.xcassets/Contents.json diff --git a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/CountryPicker13_ExampleApp.swift b/CountryPicker/Examples/CoCoaPods/CountryPickerExample/CountryPickerExample/CountryPicker13_ExampleApp.swift similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/CountryPicker13_ExampleApp.swift rename to CountryPicker/Examples/CoCoaPods/CountryPickerExample/CountryPickerExample/CountryPicker13_ExampleApp.swift diff --git a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/CountryPickerWheelDemoView.swift b/CountryPicker/Examples/CoCoaPods/CountryPickerExample/CountryPickerExample/CountryPickerWheelDemoView.swift similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/CountryPickerWheelDemoView.swift rename to CountryPicker/Examples/CoCoaPods/CountryPickerExample/CountryPickerExample/CountryPickerWheelDemoView.swift diff --git a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/MainView.swift b/CountryPicker/Examples/CoCoaPods/CountryPickerExample/CountryPickerExample/MainView.swift similarity index 97% rename from CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/MainView.swift rename to CountryPicker/Examples/CoCoaPods/CountryPickerExample/CountryPickerExample/MainView.swift index 7981863d..8d8e2d31 100644 --- a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/MainView.swift +++ b/CountryPicker/Examples/CoCoaPods/CountryPickerExample/CountryPickerExample/MainView.swift @@ -96,13 +96,13 @@ struct MainView: View { }) { Text("Pick Country") .font(.title3) + .fontWeight(.bold) .padding() .padding(.horizontal) .frame(minWidth: 300) - .bold() .foregroundColor(.white) .background(Color.blue) - .cornerRadius(10) // Apply corner radius + .cornerRadius(10) } diff --git a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/Preview Content/Preview Assets.xcassets/Contents.json b/CountryPicker/Examples/CoCoaPods/CountryPickerExample/CountryPickerExample/Preview Content/Preview Assets.xcassets/Contents.json similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/Preview Content/Preview Assets.xcassets/Contents.json rename to CountryPicker/Examples/CoCoaPods/CountryPickerExample/CountryPickerExample/Preview Content/Preview Assets.xcassets/Contents.json diff --git a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/RootContainerView.swift b/CountryPicker/Examples/CoCoaPods/CountryPickerExample/CountryPickerExample/RootContainerView.swift similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/RootContainerView.swift rename to CountryPicker/Examples/CoCoaPods/CountryPickerExample/CountryPickerExample/RootContainerView.swift diff --git a/CountryPicker/Examples/CoCoaPods/Podfile b/CountryPicker/Examples/CoCoaPods/Podfile new file mode 100644 index 00000000..a0c9d14b --- /dev/null +++ b/CountryPicker/Examples/CoCoaPods/Podfile @@ -0,0 +1,13 @@ +# Uncomment the next line to define a global platform for your project +# platform :ios, '15.0' + +target 'CountryPickerExample' do + # Comment the next line if you don't want to use dynamic frameworks + use_frameworks! + +# pod 'SKCountryPicker', :git => 'https://github.com/SURYAKANTSHARMA/CountryPicker', :branch => 'iOS15AndAbove' + pod 'SKCountryPicker', path: '../../..' + + # Pods for CountryPickerExample + +end diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Local Podspecs/SKCountryPicker.podspec.json b/CountryPicker/Examples/CoCoaPods/Pods/Local Podspecs/SKCountryPicker.podspec.json similarity index 82% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/Local Podspecs/SKCountryPicker.podspec.json rename to CountryPicker/Examples/CoCoaPods/Pods/Local Podspecs/SKCountryPicker.podspec.json index cb05e95e..c8e08068 100644 --- a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Local Podspecs/SKCountryPicker.podspec.json +++ b/CountryPicker/Examples/CoCoaPods/Pods/Local Podspecs/SKCountryPicker.podspec.json @@ -21,11 +21,11 @@ "tag": "3.0.0", "branch": "iOS15AndAbove" }, - "source_files": "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/**/*.{swift}", + "source_files": "CountryPicker/Sources/**/*.{swift}", "exclude_files": "Classes/Exclude", "resource_bundles": { "CountryPickerController": [ - "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/*" + "CountryPicker/Sources/CountryPickerController.bundle/*" ] }, "swift_version": "5.0" diff --git a/CountryPicker/Examples/CoCoaPods/Pods/Pods.xcodeproj/project.pbxproj b/CountryPicker/Examples/CoCoaPods/Pods/Pods.xcodeproj/project.pbxproj new file mode 100644 index 00000000..540ae15b --- /dev/null +++ b/CountryPicker/Examples/CoCoaPods/Pods/Pods.xcodeproj/project.pbxproj @@ -0,0 +1,2764 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 56; + objects = { + +/* Begin PBXBuildFile section */ + 0095ECAF6F6F30EA23A56EC60629F48F /* AM.png in Resources */ = {isa = PBXBuildFile; fileRef = 9417BB721E06792E3035852115849589 /* AM.png */; }; + 017EA40ADAE7FF17AC4B5D6BB8E9459B /* CK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9EA688BCC5148A56CD84B6068FEC4F8D /* CK@2x.png */; }; + 01A1A42E3E864E4FE542A95C997A0C8B /* PF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 854B857EA8763309F384BFED27E6B33A /* PF@2x.png */; }; + 01A1E725EFBA78DC2BEC2E1A874C0F2E /* KH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B6B6F80FC834C13DDB3418DE97A1E316 /* KH@2x.png */; }; + 01BE81050D29A77A53D3A03A78AACF8D /* CN.png in Resources */ = {isa = PBXBuildFile; fileRef = 5C9A286E6566D01AC360C8C4A42C3A71 /* CN.png */; }; + 022D5C52B5B7BCBC2388DB34614FA825 /* MV.png in Resources */ = {isa = PBXBuildFile; fileRef = 6865A103F38078E20CCA4D42889D4ADC /* MV.png */; }; + 0485D8B1FA1EE69CE1D0EBA810522F60 /* GD.png in Resources */ = {isa = PBXBuildFile; fileRef = 47F38C9C1DF085D1437571AAB5FCD82E /* GD.png */; }; + 0498E3DD4CBDCA5C8FBD97F5B5ABCF0D /* GP.png in Resources */ = {isa = PBXBuildFile; fileRef = DF6E67C26C7662795EEDF51E8EB1C854 /* GP.png */; }; + 04F5CCE512404CB845D5F9205ABBEC7A /* SS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 56483EDD4814FA27CD3E93E539A5EBF2 /* SS@2x.png */; }; + 04FA9EA4B2DD1BFEFB42B6CE9A49E7BD /* NU.png in Resources */ = {isa = PBXBuildFile; fileRef = 20A025126B9AECC6AD61862C2B91D76B /* NU.png */; }; + 0527D7E86BAFD4A26BFB07E6ABC80058 /* IO.png in Resources */ = {isa = PBXBuildFile; fileRef = F4CFCDBD426EB5D89F7F3F1A9C86D454 /* IO.png */; }; + 0548EDD64FA69C8D1C9038FF39E39611 /* EG.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C073BF85ECCB4AA9253AF31C40F4DC5 /* EG.png */; }; + 059A8EAE813F9269E9C3195FA344D23A /* XK.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F58E8CABB8F015B6A79760C86DE997C /* XK.png */; }; + 05B62A5E5796FE9EDE6946C0FF7D55C4 /* VI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C93EA18F9B2374346B0F097E2FDC288F /* VI@2x.png */; }; + 05F8D86F3D81768D1893B41EE4C2ED3E /* PM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CA75C95EF4A34CE464A516365D743063 /* PM@2x.png */; }; + 061B88C6E4590E12344EA3A31EF9CC4A /* FO.png in Resources */ = {isa = PBXBuildFile; fileRef = 227BD6CDDE315986A25C00D4425BB563 /* FO.png */; }; + 06E35A42BF01CA12C7C3556665F6D798 /* JM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 009960869F89A9E67BE6AC21194367AA /* JM@2x.png */; }; + 07303F595219A5F2811712147B8A0187 /* ST@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C7FB6DD501043DD5F96241FDA979B227 /* ST@2x.png */; }; + 075C47C326F07482CEA1870656C6FD11 /* GB@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = ECCB30E510B88979EFD31905325A8FF1 /* GB@2x.png */; }; + 07E0FE4575E90FCAEF6EC6C974BEF4DD /* CountryPickerWithSectionViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41AC1F3473C4036B5912E27C2915E4DB /* CountryPickerWithSectionViewModel.swift */; }; + 0944A8F87AA097674038D1D08BC3DEB0 /* KE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1CEBC337B86CB6DE5585238095014F66 /* KE@2x.png */; }; + 09C47E37BD96C50D7CC8E55F1E9C7305 /* LC.png in Resources */ = {isa = PBXBuildFile; fileRef = D3E2E90BFC1EB24C4C8831EC109C8594 /* LC.png */; }; + 0A7110535955E0B10CE772B80B3208C2 /* PG.png in Resources */ = {isa = PBXBuildFile; fileRef = 3BC88641B63E0C89C653BBD177C777C0 /* PG.png */; }; + 0B4D3BCB09DA2C2C17ACC30BB6FAE52E /* CC.png in Resources */ = {isa = PBXBuildFile; fileRef = D4BEAE7A92D730EE082AAFB7FD45D2A4 /* CC.png */; }; + 0B6AB42AF56392CB28836A7FE6D579BA /* EE.png in Resources */ = {isa = PBXBuildFile; fileRef = 8778A4E1CB5A3751757E80EA3D2C1C22 /* EE.png */; }; + 0B7F418B5A2D3AAEFD2119424A161825 /* DE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9933E789B88F88EDD78C57166F1B2888 /* DE@2x.png */; }; + 0C5768D95D49E614E2F3347CE50436CC /* TT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 533151860D829BE0B0709241E78F75C4 /* TT@2x.png */; }; + 0C8150350EE7F75E7DC829B3635CFB64 /* FJ.png in Resources */ = {isa = PBXBuildFile; fileRef = 4A5DA555D0A1921E544F3C163E47FB56 /* FJ.png */; }; + 0CF3FDFB0DF74A8B2512E5B395C7A3A5 /* MC.png in Resources */ = {isa = PBXBuildFile; fileRef = 04AA90FAF52AC9642818985DB287B15C /* MC.png */; }; + 0CFF764115E23C0BAEF0EE75980DAB85 /* SI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 36476E9BF9556A5CC323A34A5BE741B2 /* SI@2x.png */; }; + 0DA33637CDDE4377EF5EB9BE2AAF8586 /* LC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 09BEC00B01252771FA5333434A50898B /* LC@2x.png */; }; + 0E0DAF1510B8994C5074DC51EEFCDC12 /* GI.png in Resources */ = {isa = PBXBuildFile; fileRef = 4B678BA9FF8508F4379262D9FD2B4AC9 /* GI.png */; }; + 0E16E27CBEE5BA770F53FE219328E0FE /* BM.png in Resources */ = {isa = PBXBuildFile; fileRef = C795A810B50D4C7313E41B5341F21A05 /* BM.png */; }; + 0E7ECBE55A84FFC0FA6C094194F84939 /* NE.png in Resources */ = {isa = PBXBuildFile; fileRef = 542EC74FBDBFCCB6D9A3E66173F366F6 /* NE.png */; }; + 0F055B17DC828764B9CD71FC3BD7A76E /* NG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3FDD675C7619C3A2B6D3314C35FAE0AF /* NG@2x.png */; }; + 0F9C0B47B556FF89280D9D609674403D /* RS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5AF14C90CAFF6C77A609E9EF2C816D05 /* RS@2x.png */; }; + 10184B2BB53DEC5D36E97D497F3655A6 /* RE.png in Resources */ = {isa = PBXBuildFile; fileRef = 23A04856C6B05A746CA3B893C25C6D94 /* RE.png */; }; + 11F09D7F162D07AE9F8CCE5CEA59DA7B /* CU.png in Resources */ = {isa = PBXBuildFile; fileRef = 593A699B487CE0FF4C358E87D879F8EF /* CU.png */; }; + 138B131A017D2A68710A3FBE23BB13F7 /* SH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 82646C735FA7C1AF45964DDD3F0A5EA7 /* SH@2x.png */; }; + 139B495A2DCA6DFC8A98AAB872C87742 /* SB@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BC6B4B82FDCA463519E062C2CEB3D7BA /* SB@2x.png */; }; + 146417A255B9E78B9C5E14B6BE0953D6 /* AD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3B0EA755D8ECEB15F5608EE068833128 /* AD@2x.png */; }; + 14D48492EFC2DD06B2142ACC28B83AC7 /* PY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 39F43C0B2374502D3450CD81DECBF061 /* PY@2x.png */; }; + 157B878DC39E15215260C38D017FBCAE /* CO.png in Resources */ = {isa = PBXBuildFile; fileRef = 30D2B4C070EFE70EFB45AEF0C935E06C /* CO.png */; }; + 1592E6BE0C20480F13499EEB4ABFA160 /* IR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C11A2D6FBE65F9CE343FE5884DAF757A /* IR@2x.png */; }; + 16AAD7A5B17B2507D38DD80906912554 /* AX.png in Resources */ = {isa = PBXBuildFile; fileRef = 1CA38B84B670FCFD0463E67B14E4B5CE /* AX.png */; }; + 179300FCF50A1EAEEAAAFA71C425B55F /* FO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7EDE3119B057724EF197156776269088 /* FO@2x.png */; }; + 17BEDC506C36B8DB8DE36EA5EB783E58 /* WF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CAB81B89B2A3709E2D59644BD6030590 /* WF@2x.png */; }; + 18B538ABA31BF27C963AEF00422BFD0E /* KP.png in Resources */ = {isa = PBXBuildFile; fileRef = A25005643D7DD4C7346967E7B4FDE5F5 /* KP.png */; }; + 18E3737A60BDF250B0537740F5462F62 /* HR.png in Resources */ = {isa = PBXBuildFile; fileRef = 6DE1E354C54BA830FCADE2DF355FC555 /* HR.png */; }; + 194B635266C3FF96ED27397BA2CFBE02 /* MR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 78301524C86D77AC315FD913BBC7875E /* MR@2x.png */; }; + 1982BB1B7C0FC83EE00F3A54946EA44C /* AM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 53FDCC3771F0FAEE2075C72702BFD7F4 /* AM@2x.png */; }; + 19EDBD40F38D00622A94D05E6930CE50 /* ET@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1C36D13D0942B73A692F5246977A2CF0 /* ET@2x.png */; }; + 19F2B6531A23899831C0767F997E8871 /* TZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7875D31AEA249F7CAA6485624E94C614 /* TZ@2x.png */; }; + 1A034917E3A6F821666BA177FE3BC251 /* EC.png in Resources */ = {isa = PBXBuildFile; fileRef = 2A8591CFE3D714A01665D9E003B99942 /* EC.png */; }; + 1CA2A5CD50FAA5A153F7CE2F47EA434C /* LS.png in Resources */ = {isa = PBXBuildFile; fileRef = AE24C4758F4C5B65A03FDAECB6240726 /* LS.png */; }; + 1CB238A2F0AC331BA831EED22C468A02 /* AO.png in Resources */ = {isa = PBXBuildFile; fileRef = C6FFA3467959B376F3AFC96C56577DAF /* AO.png */; }; + 1E1B9F955615E5D8E604DF02572C9895 /* countries.plist in Resources */ = {isa = PBXBuildFile; fileRef = 2172979CE76C4CFF2210E03A4679E5A5 /* countries.plist */; }; + 1E693E8818401EF0D5FB00C84FA9C4BD /* LV.png in Resources */ = {isa = PBXBuildFile; fileRef = 0A23F74084C93F9FE0E525339868A56F /* LV.png */; }; + 1F6EF92EABDD3B90EEB1FFBE776AED0E /* NE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3EB05C145EC6C18174617200CA2F0210 /* NE@2x.png */; }; + 2036A1E764DE92A370B43D1739BA5845 /* ES.png in Resources */ = {isa = PBXBuildFile; fileRef = 1CC371A099CAB08274C77B70BCEC77F9 /* ES.png */; }; + 226663D00B56CC47D3D099F944F5168E /* HM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A74C8B6D0B777F361FC4EF7CD444C928 /* HM@2x.png */; }; + 2392E0ACA250016AC858E7338D1C7E52 /* SK.png in Resources */ = {isa = PBXBuildFile; fileRef = F253B28765E7068CB222D553C556CA19 /* SK.png */; }; + 248D6B8C63E067084FBC53C2F2A12758 /* KM.png in Resources */ = {isa = PBXBuildFile; fileRef = 0B317BFE447B687F2F8243369B11F1AF /* KM.png */; }; + 24D1F1E7FE759E5D416C5034DB5A675E /* SA.png in Resources */ = {isa = PBXBuildFile; fileRef = 4A6AAB47C2082C3D06A8ED5AA9519332 /* SA.png */; }; + 24D791C746DD9CCC9BE51127C71534B3 /* ST.png in Resources */ = {isa = PBXBuildFile; fileRef = B73D36E1E9CF4C6F589EE0B57E4F07A7 /* ST.png */; }; + 25134947DC0B5C07E7DE99C6737E112D /* HK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AB944645DAFDCE34DC6F8DA7272B266F /* HK@2x.png */; }; + 251B16A68196DC0DB4C5F395586EEA1A /* GA.png in Resources */ = {isa = PBXBuildFile; fileRef = 67092AE1295EE7DD4444BE9D96FCA68F /* GA.png */; }; + 266558E3CCE48B32871F17DB5E42F2C1 /* CountryPickerWithSections.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3BB6BA5307ADE2C4305F2DBB9BD6FA6 /* CountryPickerWithSections.swift */; }; + 26B823709E706882F4E612307F022D21 /* PK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C4C9E5A05C0B4DA91EAC0CB4B7C7A57D /* PK@2x.png */; }; + 26CCF119B6045624BC5687B1CF7A980E /* AZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 38CE375C7FD6E68792E18A86326C0CF3 /* AZ@2x.png */; }; + 26D043DEB2C4DB3EDDFBA8081395DEFC /* BB@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 82DD12CF6FC94297BF488D25B82DE1C6 /* BB@2x.png */; }; + 273B7A2A9207AAF20D5BA951F1A07EC8 /* BN.png in Resources */ = {isa = PBXBuildFile; fileRef = 6CF9E379A9C7D4D0E02D076E0A23F361 /* BN.png */; }; + 2822121D14E672687016016023AF7D08 /* UZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4123D4F7F34FDFD16373657162478949 /* UZ@2x.png */; }; + 286B495C0D365C2CF437A87B13D4F31B /* LY.png in Resources */ = {isa = PBXBuildFile; fileRef = 4000061380ECC9D6C33A3CF73FAD73B4 /* LY.png */; }; + 28843263A8092C96740A9825090EF7B0 /* BE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0A3627853317AD89F3BE14B9332B9DF5 /* BE@2x.png */; }; + 28BE547076E4FA1F26BD5931F9CADCBF /* RO.png in Resources */ = {isa = PBXBuildFile; fileRef = 173758FE4B1843B074A68AB6D310B5B4 /* RO.png */; }; + 28D3EE0105F988C4A90EE6A9A4F21FA6 /* KW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 79C5309829E957AB25A415F822C78548 /* KW@2x.png */; }; + 29A464D3F7763B5B0B104B1F36A99EDC /* CW.png in Resources */ = {isa = PBXBuildFile; fileRef = 16061DAEA0845176AE3A5EA09EFA2177 /* CW.png */; }; + 2A6BBDC351AA2A2749B55DD5324538F4 /* RU.png in Resources */ = {isa = PBXBuildFile; fileRef = 92E03BE385C399455EF545D96F3BD8A3 /* RU.png */; }; + 2B62471461891BB72E6C91E77D801E0C /* BT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9BCF20A96B1928AC424DB4FB47E01E9D /* BT@2x.png */; }; + 2BDFB237C74BDAC43C84FA4EED4349E0 /* VE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 679852A17D3B52EF4D1D3DFB9CABFB22 /* VE@2x.png */; }; + 2CEF497D6C0107EA362B6281BC6E9EEC /* CC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 00E6315F6AE216B51696F837A2A6E7B0 /* CC@2x.png */; }; + 2D95D1FFEA651D1D03567D06E5438603 /* SZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 263A6EFBA6320F48D66DEFAF02CE3F90 /* SZ@2x.png */; }; + 2E354446E2C11BDD932C01EBBBB232E7 /* AR.png in Resources */ = {isa = PBXBuildFile; fileRef = 014ADF03A178A6AC07D8A7D91D3097FC /* AR.png */; }; + 2E8D5B7D16029C729739A7232A3D2778 /* BZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 24B1475F38AF0E642CDB63B3C38CD948 /* BZ@2x.png */; }; + 2EC0633944FE39D1B2B4F904CB82F763 /* KG.png in Resources */ = {isa = PBXBuildFile; fileRef = A983ABB0BA6768079A1E4BFD226999B3 /* KG.png */; }; + 2FBCC22B5C0C9DDD41CF62E69AC634A9 /* ZA.png in Resources */ = {isa = PBXBuildFile; fileRef = 1B2D1521A754065CF31C0ECC5253D287 /* ZA.png */; }; + 2FD40E61A160A4440B7DF639B596EAA2 /* PN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 61A51D48765AE27B2452D44DAF08E830 /* PN@2x.png */; }; + 3099BE4BB4162BDA9C99137FC9FE83EA /* NF.png in Resources */ = {isa = PBXBuildFile; fileRef = 4070D47F0A38F684BC122ECA1BFC24D0 /* NF.png */; }; + 30B9711D3E544A3F90EB6507BC88F0AB /* VU.png in Resources */ = {isa = PBXBuildFile; fileRef = 5AC132376B642C5DAF904F63D7B488E1 /* VU.png */; }; + 30CD8B8FF3944CB2F64F4637AFB72FD8 /* LV@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 27943D05C9ECCAE253474D780783395C /* LV@2x.png */; }; + 30E1E990AC855589D302DF933823D233 /* ME@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 92D4CC6795BCFF45519A1BE12E08F952 /* ME@2x.png */; }; + 325D88B4A0B1A37311DA9CB6D261A377 /* HN.png in Resources */ = {isa = PBXBuildFile; fileRef = 295B09AFB1503ABA3FCBA00C5DBF73F8 /* HN.png */; }; + 32A7FBF633716358ABA12DBA2C0BD111 /* BV@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0AC5003246A74586E5A83773141E798D /* BV@2x.png */; }; + 33FF163F4DA6BF6E32954F2D1B702B75 /* MG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 16F3693B03698DC01EAC43FBAF232856 /* MG@2x.png */; }; + 348EF796F395856DA883A337A9A93B71 /* CH.png in Resources */ = {isa = PBXBuildFile; fileRef = 4B5DDBEE0C2AD18D3CA6E74753F76CF4 /* CH.png */; }; + 35AF19B870C019340EAC346E8EE60D28 /* MH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CBEF79B905C705D9510CAA30BFFF9D29 /* MH@2x.png */; }; + 36D73A70F574B19C4D437E461E3D626A /* IS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = EDB94BCA58E9541948AEF2D4146B6072 /* IS@2x.png */; }; + 37B85265AE3CA328054A51A512EE6635 /* TK.png in Resources */ = {isa = PBXBuildFile; fileRef = 2DD3E05D4BE1A3B19B7AD157979FC812 /* TK.png */; }; + 37CD08B9B16FC68347F73A3DD1BFF488 /* CF.png in Resources */ = {isa = PBXBuildFile; fileRef = 5564A26F9392BC130B7E75357A23F34A /* CF.png */; }; + 37DA738AABC9C1024B7F6B52B5EE1512 /* CY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4119DC3D3C6C5846A445E0B66921AB96 /* CY@2x.png */; }; + 3817B64E359985D4B05E344FCEF6F09D /* GR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9E3F111828D2EA69A89251A901A94BBE /* GR@2x.png */; }; + 384E5D67E40567A72EBA5C5D3217CCE5 /* BS.png in Resources */ = {isa = PBXBuildFile; fileRef = 51090CAB7518BA38C51C531CE8533180 /* BS.png */; }; + 39B34FF5FA5DC61924084B49C1DA3977 /* PS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0D8F02BBACB1D67E8A82B20788AB433F /* PS@2x.png */; }; + 3A0F56C8771BA7F678E8A3445783B1E1 /* GS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F66A5CF592014E0FF1026D339193D9BD /* GS@2x.png */; }; + 3A5FC72263A10D2D2AD17C7CFE3F53FD /* PS.png in Resources */ = {isa = PBXBuildFile; fileRef = 7C06D23C74D849F2E458FDF81ADBFC19 /* PS.png */; }; + 3A82821A534CBCCE3CEF0270051E3EF3 /* IQ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 835E8343AAC5BC429F443591427E0E12 /* IQ@2x.png */; }; + 3AB39EE9FF45A7966D0E681B273235FF /* SM.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FAEEA7C0B1CCC471EFA091C9AFC1F21 /* SM.png */; }; + 3ABB0E248E9761C1AF38F80263199737 /* BM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 360ECC72FD37A468D11E93A829056660 /* BM@2x.png */; }; + 3AFF9EE8C046DE0220E8EEF984ADD6F9 /* AQ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D45AC89A7E9AC920C9557AEA09945025 /* AQ@2x.png */; }; + 3C3FE73344917E801C9796D21AE0CB7E /* HU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4CE25533B6D3CBA2CC42183730429F97 /* HU@2x.png */; }; + 3C6858F13EF18EB5C384F7A37422AEF7 /* EH.png in Resources */ = {isa = PBXBuildFile; fileRef = 8EBE8332734A1AB25CCA31F7B5C5F16A /* EH.png */; }; + 3C7C7D13CCB9E647BCA155BA27B51042 /* DJ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4CED281B3733D3A974BD4D753DEEA7E3 /* DJ@2x.png */; }; + 3CF06D32C688C6D64712EA753320892C /* SI.png in Resources */ = {isa = PBXBuildFile; fileRef = 0C99EFC4E5D99F6256FF07742682EA42 /* SI.png */; }; + 3D5B0DBA2930EF754FC93057C8948C34 /* TT.png in Resources */ = {isa = PBXBuildFile; fileRef = 33C5E4B5C27D547B6A4A8F10BE399CFC /* TT.png */; }; + 3D8E2D9CD683CF81FD99386A1F320630 /* TV@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BA4CC7D7C5DD1FE3997516CED104EDC4 /* TV@2x.png */; }; + 3F7ECCDD0F16E5D76DEEC9D47A5781C6 /* BD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DF331F1BB05EB6C1C74C069C6967F1D5 /* BD@2x.png */; }; + 3FEDBBF9E53C16849EE48AB80688D253 /* LA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 778C1E149F3043BDE72FCA3D119E0485 /* LA@2x.png */; }; + 40C8E72BAA39FFD0F866D732D659E608 /* BW.png in Resources */ = {isa = PBXBuildFile; fileRef = DD5F37B9982A09AB7B67818A2CA9823C /* BW.png */; }; + 4163922EC473B48445D21701433D5D56 /* LK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B1EB1C36C270EC31C1F8AD1AD212EA76 /* LK@2x.png */; }; + 418439BB4013B2F94E98BD0E23B73070 /* CY.png in Resources */ = {isa = PBXBuildFile; fileRef = 7FF729F076CBC846BD8BBB7CC14D946E /* CY.png */; }; + 41AC787038495F5A28EF596AE7EF2878 /* MV@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 204EF96BCD2FE49ED2B3F6E9961EA478 /* MV@2x.png */; }; + 421477BE9D06D95234686B968B1A0BF7 /* KZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 228123CFD141C444D62D94471A6B236D /* KZ@2x.png */; }; + 422102C0B7F788B4C0D193F28E9223FA /* GH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 13D5FF7B87EFF68FF49173C812BE16C8 /* GH@2x.png */; }; + 4280D4E139DA8676AE0BC1C2B31EAFF2 /* MK.png in Resources */ = {isa = PBXBuildFile; fileRef = 39B395A8FE93055F2E11FED90216EB32 /* MK.png */; }; + 4315A31232868A1596894B9108DBE504 /* CI.png in Resources */ = {isa = PBXBuildFile; fileRef = 797483CF791C43396FC48A568BFADD1C /* CI.png */; }; + 442AE7DD993D4B00F7057D6F1AA24B2E /* AW.png in Resources */ = {isa = PBXBuildFile; fileRef = 821AECDB0F83BEE116FC432DBF562AA8 /* AW.png */; }; + 44EE90A1C79284833E5FBB2F03F7B2E8 /* PR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0320AC100A56A1F9E1CE33AE906F0D01 /* PR@2x.png */; }; + 45628E6F8ED90F06A228BA3AC040FD56 /* ET.png in Resources */ = {isa = PBXBuildFile; fileRef = A19DB0786C41E8954BE7EBC3B0F5792D /* ET.png */; }; + 45803DBDC4F172F7D8425B87413805FD /* AU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BA55962C0BC50FEB0E12248ABCCD4694 /* AU@2x.png */; }; + 459909AE19681082E6ABBA3E546A8486 /* LU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 125B42B21480370A3D28CA8BCA7016C2 /* LU@2x.png */; }; + 45DC4E1F52134E3000C011C0E57173C4 /* IM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9781E8EB0F988E2D3E42D47AFF62AE7C /* IM@2x.png */; }; + 46505254F9AE9008F31D8C30B8D43521 /* GQ.png in Resources */ = {isa = PBXBuildFile; fileRef = A24C5195B2F17F3E7728621B50E924BD /* GQ.png */; }; + 472902249A7F7F41A54F9C4DCB056A73 /* AO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E744D30C9EA3120235C08EA33ABE7747 /* AO@2x.png */; }; + 473320492BAAD8A4F243ED669886513A /* CM.png in Resources */ = {isa = PBXBuildFile; fileRef = D9C96F768BC5ADBD27606D004690D60C /* CM.png */; }; + 473598E3A6A4582AB73AD2BD5B80AA24 /* CU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 56ED8369E5954B4D85D7E652125C31F9 /* CU@2x.png */; }; + 47512A5A5ADDC20C5A34AF1A61B0D1F7 /* BF.png in Resources */ = {isa = PBXBuildFile; fileRef = 380B418FDE83BE774287CA8605B6CA6E /* BF.png */; }; + 475F31745ECE9853A75EBA47C8E38011 /* BR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E38B0034D60EF403A4389F64D7268C9D /* BR@2x.png */; }; + 47CC67C0A24723B6AF8A5EDB5D2A29DB /* MZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6D7AC5BE809D9A3675C52540B020DF3F /* MZ@2x.png */; }; + 480D2ACFB694E3B4BB5A3EB661D7D776 /* DM.png in Resources */ = {isa = PBXBuildFile; fileRef = 7ACDFAF3934477386886C52D67FC134C /* DM.png */; }; + 4880CB5A742EAC2456F91A09967138D8 /* MQ.png in Resources */ = {isa = PBXBuildFile; fileRef = 1ACAD10AC6547E46D7E490F3E436327D /* MQ.png */; }; + 48847B9195B4C9C5715040D2E2BD5777 /* CD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 19C61FBFF9B2331C5F1B2CABCA8E80C8 /* CD@2x.png */; }; + 48E01E3282578023605E35CB1E7F4A93 /* DE.png in Resources */ = {isa = PBXBuildFile; fileRef = FFA481D69D0D8D7A43BFC099E1DB96D5 /* DE.png */; }; + 490FA97489D59A928248AF25386985C9 /* SY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2879A427B06969219E184A64363BC6A6 /* SY@2x.png */; }; + 494F1A7F4480E285376F457115D140B8 /* SH.png in Resources */ = {isa = PBXBuildFile; fileRef = AF8CE0EE18D81A23EB2FD29EAF9CBC42 /* SH.png */; }; + 49990E27C0F7395862F6536D39703EC7 /* HR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 45AFA85A634CED1C6097DDF7DB46BE12 /* HR@2x.png */; }; + 4AA1ED1151B4CD4601B26F63B7D14F68 /* SE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CC37BD098D2EC1F1B699C99477426C3C /* SE@2x.png */; }; + 4AE88D2C1B3C900F189FD9D3DCCA47E8 /* AD.png in Resources */ = {isa = PBXBuildFile; fileRef = 46842119AE9A0E5F988AC2944E206859 /* AD.png */; }; + 4B8CDD6B889CA72293B731F3D7E3F508 /* LY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A302627196087E2B0CB353A3367B678F /* LY@2x.png */; }; + 4C292FCC011091C20DB55AC3ACEC710E /* GI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C0A55BEF770D6D9963C2DA903EF1B202 /* GI@2x.png */; }; + 4CED243D7B5387D30A72600CE829716A /* MU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 006353AC21FB152E8AC40035CA17A9DE /* MU@2x.png */; }; + 4D915188A2550427C2B06FB693F91E5E /* MM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 516272B03396F37DC9769987C24523B0 /* MM@2x.png */; }; + 4E068347EAC588BAF8A30422D7E51B92 /* SC.png in Resources */ = {isa = PBXBuildFile; fileRef = CE442D1AADA6B3A98300E24FDFFC1846 /* SC.png */; }; + 4EFC180D771AE503ACFC22B30E104435 /* CX@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E9F4C659F9454B25805B700BF8AAE2F3 /* CX@2x.png */; }; + 4FA4A76ACC7EFA87F4AD5CF94BF5DD75 /* PH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F99956D98F85A7F7ABB3A4682A10CA9A /* PH@2x.png */; }; + 4FC2D2B50E7A16C9280FD10866B2B755 /* FR.png in Resources */ = {isa = PBXBuildFile; fileRef = B93400C6FB2581060C1641855B454969 /* FR.png */; }; + 50626F0F5AEA9820F654DB44886286E0 /* IT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 13CA556A5D238A4B42DCFC7BE20AA75B /* IT@2x.png */; }; + 519AC8273CCF25D32AE0F510A60E5E7A /* SD.png in Resources */ = {isa = PBXBuildFile; fileRef = 5C6F3D9F501B97472249831598CB201D /* SD.png */; }; + 51CEB61AAD01BAB8EDEFFCEDD8F62FF9 /* AL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8117092AF4D0D7B368C65B970F556626 /* AL@2x.png */; }; + 521A7CAC22BC039A71A7F429640BA47F /* BQ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8176B5311B8CF333CF5C148B9AEF0458 /* BQ@2x.png */; }; + 52DAE768E3D519E90CFCDDD3689780D1 /* JO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 13A57B10655C3FBD14AA8FF8C6A414BD /* JO@2x.png */; }; + 52DB5EDD9909B38FDF29EFC43872CC60 /* ER.png in Resources */ = {isa = PBXBuildFile; fileRef = 88A3C6A35C2D9EFBF26A94C90BC7FE9D /* ER.png */; }; + 5349A422F9CB93B6B51250AD3807D28A /* SR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AF5963ABDDDCD22AACBD8B2ABF036701 /* SR@2x.png */; }; + 536CC3D1DD418C6AFE5A908A4DCF3C66 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2882F552396DF34327813063FA56C07 /* Configuration.swift */; }; + 53994C6921C9BC29B5EB3B856F53A929 /* TN.png in Resources */ = {isa = PBXBuildFile; fileRef = 8833399B2809B2E0CB56C13044B5AC5A /* TN.png */; }; + 53D6E0F78BBB89C6093858AB745F8CA9 /* BH.png in Resources */ = {isa = PBXBuildFile; fileRef = 428522A8F739C592CFD78E161E189711 /* BH.png */; }; + 546FF757099B75F4444EBFB6A786E909 /* SL.png in Resources */ = {isa = PBXBuildFile; fileRef = E70AE37A19D1193F8E777FD059FFC02F /* SL.png */; }; + 54743FACA0B7FFD7776245EEA0F67333 /* Pods-CountryPickerExample-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 49DCAE5D4B37EE67363BAC071D35CA3E /* Pods-CountryPickerExample-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 54B03B11BECA72532CD69D29CE261750 /* CG.png in Resources */ = {isa = PBXBuildFile; fileRef = AF6F0AC46A9CF11984F6C8EF4BDDB93A /* CG.png */; }; + 55611092AADA5024D09DBE5CEFAFBFE0 /* TC.png in Resources */ = {isa = PBXBuildFile; fileRef = 068014D15BB1456027E5B879B9F0F910 /* TC.png */; }; + 5562CDAE6E603772F7FD514CB5957421 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */; }; + 55E89DFFF6B9E25BC0FF583130FFF4C1 /* MS.png in Resources */ = {isa = PBXBuildFile; fileRef = F228047A1732BC25EE20380B5D25F6A8 /* MS.png */; }; + 56E765CC33D8FF5AA40C822ADF35F0B1 /* GY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C2F1DF4EFCFAE24CDF986DC893DD10EA /* GY@2x.png */; }; + 57CB909965915BD41F18DF7D9E2C4816 /* IS.png in Resources */ = {isa = PBXBuildFile; fileRef = 6E0FAC18CCEE17D15E421F3B5CA30157 /* IS.png */; }; + 588C9C6328081DEA399C4E9BEB209ACF /* Constant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 126037055D2BF1DA3F74AD291F7FFB1F /* Constant.swift */; }; + 5915851F26BAB4364C2C442EA3F26DDE /* IQ.png in Resources */ = {isa = PBXBuildFile; fileRef = 4CC1DEAEBCBC0E656E22AF0B4C6B24E7 /* IQ.png */; }; + 597E336B0CFE82BFA6ADA8D8718966AD /* BJ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 713EF9AD7626F752A303F66AAABB7CFA /* BJ@2x.png */; }; + 5AADFEFF137023285CE2EAD72E8A9454 /* LK.png in Resources */ = {isa = PBXBuildFile; fileRef = 21B98481AE7DD68BD8D94B38E5124231 /* LK.png */; }; + 5AC0DA3EF4B0BA1A8ABF64234973EFAA /* AQ.png in Resources */ = {isa = PBXBuildFile; fileRef = B26B0AF7555258AFE2007CC355012D88 /* AQ.png */; }; + 5ADE92C2A12F1503A7FD4EF00CC51B72 /* SZ.png in Resources */ = {isa = PBXBuildFile; fileRef = CE1F89259ED1ECD895C4DFC3AA0FBA63 /* SZ.png */; }; + 5B337661A55E0511E3F8A424818BEE73 /* TF.png in Resources */ = {isa = PBXBuildFile; fileRef = 8B89015FB806F880874BA949BA221006 /* TF.png */; }; + 5B71EC8638CAD3B2C4754129F3984079 /* SectionMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 143B09A9B7A69FC540FC0F99B8ADE40D /* SectionMapper.swift */; }; + 5BD6190987EDCCC83085FD0DC8AE9EED /* MO.png in Resources */ = {isa = PBXBuildFile; fileRef = 36C46E5D2823EA9C9FBBF82ADF55D7D7 /* MO.png */; }; + 5CB9F99B2B0401827FAFFB583961EF81 /* NI.png in Resources */ = {isa = PBXBuildFile; fileRef = 7CE663BF92DB27223199A77DA72652FC /* NI.png */; }; + 5D9F7ED1A90EB2810EFBA5EEB11B71EF /* BZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 91039DA1E14BEBAD5B7BD33D5AD4A2CD /* BZ.png */; }; + 5E4FFD8D78ABEE74772D4E542422955F /* BG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7BECFE2E54195D167AFA0FC423B20936 /* BG@2x.png */; }; + 5EB82FEBEDE3FAD495D8FB9D4C6B4A42 /* BI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2C6331AA239E97792790E9D0DD5EBA5B /* BI@2x.png */; }; + 5F006501F3FACB1315370FA6B76E162B /* GT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AC876DE8839EA3ACB5DCE31A7F204748 /* GT@2x.png */; }; + 60615CE25E512716C145D88B6AC30A31 /* ML.png in Resources */ = {isa = PBXBuildFile; fileRef = 3996C06A821D23E43EF79448B9688F4E /* ML.png */; }; + 610DC2ECB706B442DE053D04AAC6EF66 /* CD.png in Resources */ = {isa = PBXBuildFile; fileRef = DF438F48CCC5256B9627E4713F9DD91E /* CD.png */; }; + 62ADCC66D06AC712264E9CEA6570FD34 /* HM.png in Resources */ = {isa = PBXBuildFile; fileRef = C12024254203DC74EEDC9A85E10EEA3F /* HM.png */; }; + 6341993A4D22DFFA34F585B3DF5C78F9 /* VN.png in Resources */ = {isa = PBXBuildFile; fileRef = 4F77AADB1E9B90E9129FE56B7BB87782 /* VN.png */; }; + 6429B7E7CFAD5E75261D7A0F14BE52CE /* MZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 6DF068ED7CCDD88FC0BC2100D62BD273 /* MZ.png */; }; + 6440D22D5C65589B30D361E990C9D268 /* GM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 01E9D5A76E993748AE64F960C7752A45 /* GM@2x.png */; }; + 6482E85B0A69CB655E75C16B1ED500B2 /* PL.png in Resources */ = {isa = PBXBuildFile; fileRef = D6A61C8811A5C477F6CD3B5D570817D6 /* PL.png */; }; + 64BFAD09EE186119FB2A8EE7C1F33C12 /* MP@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E5A72231EC68CB8CCE86990B010E3440 /* MP@2x.png */; }; + 64DD78D15FDEBFD2EDCA05D97118D514 /* ID@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3F15D5C705C955DC4FB613FFAE51E131 /* ID@2x.png */; }; + 64FAECCF7AF53AF77ECD13E07D31CF0B /* VA.png in Resources */ = {isa = PBXBuildFile; fileRef = C06417BBC38BD1C3BE1CF819E26F779C /* VA.png */; }; + 65193888A8A810719ACAA7DC4D0F7AA5 /* UY.png in Resources */ = {isa = PBXBuildFile; fileRef = 19ECD14F8994D8E33D913515A795DA85 /* UY.png */; }; + 655CE5925E3D6BB3954FC600EFBBC172 /* GH.png in Resources */ = {isa = PBXBuildFile; fileRef = E89C8BE887BB766B8DD1D85CCC8DA6E9 /* GH.png */; }; + 65A2E907A659D76A1EF46F4DF8FDA14C /* GL.png in Resources */ = {isa = PBXBuildFile; fileRef = 26492A5EE9A70C326F34E21E065F3197 /* GL.png */; }; + 66C58D877AAEC02757BBE295F782F7EC /* YE.png in Resources */ = {isa = PBXBuildFile; fileRef = 0E8527532FD671969CADEB4C1F5F2FF6 /* YE.png */; }; + 66ECBEF6347CC53C48B215149B3F06C0 /* SJ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C502507C3E4B05349BCE9B0627E1EEDB /* SJ@2x.png */; }; + 67F8AD7FF321E5A9F750F0527D9A93B3 /* OM.png in Resources */ = {isa = PBXBuildFile; fileRef = F97457E86CDD471048E9327696A04E71 /* OM.png */; }; + 6875EA43B86C92410353774DD89A38D1 /* IO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3D4BAE0236E1452BCFDE844C68D11C83 /* IO@2x.png */; }; + 68C7D2BA1B3B41F2BF5EE7E1680155E8 /* TG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 52E24A3729A43D79DC53229A68F262E6 /* TG@2x.png */; }; + 68F6C2E2621D2AC46B8FF235E9506F13 /* LS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E7EBC1CD91651B9A459DE5480C9AB6A9 /* LS@2x.png */; }; + 696E4B7EBC2E19EC87A757A6F9F727EE /* JO.png in Resources */ = {isa = PBXBuildFile; fileRef = A768D611303DA194EE83AFB89A03169B /* JO.png */; }; + 698B856A75DFED18771FE7AB1B1957D2 /* GE.png in Resources */ = {isa = PBXBuildFile; fileRef = 3276D213F14515902E8CFCBDDA5DAE64 /* GE.png */; }; + 69C3B10C317EE5413B3C1856AB34D6EB /* QA.png in Resources */ = {isa = PBXBuildFile; fileRef = 8A67BB776B9A45B0D875E0ABB99ACC28 /* QA.png */; }; + 69E976D5BFFDC7D63CAF266DB88DC231 /* BL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CFA4482E79158ADCAFAE7E1F6E0D7C6A /* BL@2x.png */; }; + 6B0ADBA64BC2B362F7D88EAD77D5BF97 /* GB.png in Resources */ = {isa = PBXBuildFile; fileRef = 2C9B2D9C4E7886BB149406D9F74F2FC6 /* GB.png */; }; + 6B456D32E021C7A932411E4FDC0E0050 /* QA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DE9F15B2A1B12BAE3C6B39BCD5ABA53B /* QA@2x.png */; }; + 6B75E55FB7D7159B573A73BC95322C7F /* SY.png in Resources */ = {isa = PBXBuildFile; fileRef = 927B0AEA94F69778872F3CB970F7D22C /* SY.png */; }; + 6BBEC536DFB9D8BACCB1536D04E5D4BB /* CountryManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7AD982C5B614B1A9B60435AE68A51E1 /* CountryManager.swift */; }; + 6C635395097AEAA180D3C656C6FEE823 /* US@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2F228C6536B9D8A046ED131391FC1B8D /* US@2x.png */; }; + 6CA6A7C4095EF53A222E5918043B3A39 /* HK.png in Resources */ = {isa = PBXBuildFile; fileRef = 00511076892CA0BD1B622B3B7EBEFAD8 /* HK.png */; }; + 6CEA610076D6A02C9128BAB4A7402144 /* SR.png in Resources */ = {isa = PBXBuildFile; fileRef = C52596A54482201E4E5A2C85B718639F /* SR.png */; }; + 6D69A61B90337D037B75D83FE20201DC /* MD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 11D05AE5DB40FD270D20B18EA663DE65 /* MD@2x.png */; }; + 6DC5959EFB7EDC591D4A145226DCBB1E /* AW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5AEDCE552FE4C989D402BB6287DEEDFE /* AW@2x.png */; }; + 6EC3222196477D582B39DB445B8DF274 /* IL.png in Resources */ = {isa = PBXBuildFile; fileRef = 650FDA2A9AE3C9FFCDD41AE984E26032 /* IL.png */; }; + 6F2A2DDFBA750F6BF46E0925B71F49C5 /* GQ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F17614AEBC2B0E48264CCFCCABDFC223 /* GQ@2x.png */; }; + 6F375297B0D9CF6A1DD3BFF6AB538B30 /* LI.png in Resources */ = {isa = PBXBuildFile; fileRef = 1ACE392BBB8BD4F15CB849E88741F36C /* LI.png */; }; + 6FA00E81B9219FD743F65168325917C8 /* VG.png in Resources */ = {isa = PBXBuildFile; fileRef = 862E47D6FD8ABEDD943FE2814AA019DD /* VG.png */; }; + 70A1B32B53633D8E5B5E5CC51F02F1A7 /* TW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CE5CBB2C674C63D5B56027349541C2D4 /* TW@2x.png */; }; + 7112A1CA8362A106F6CA6E3B3E1A4201 /* LB.png in Resources */ = {isa = PBXBuildFile; fileRef = 1AF65187E6B85A564CD657AA604B635F /* LB.png */; }; + 721FDB4BACD19D1EBF4592238E3A5876 /* VI.png in Resources */ = {isa = PBXBuildFile; fileRef = 9BEAC62D01ED2811BF92C9B90BF13E3C /* VI.png */; }; + 72F20B358BDF7DCFACC38EF4E99178DA /* DZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8AFBF274A00D72DF60CE7BB631BCFDDE /* DZ@2x.png */; }; + 737329DA5B0933473C25367F8A04BF57 /* UG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DCBD48697D3B306DCD66996588E50836 /* UG@2x.png */; }; + 737BE726621DBA1189E1B569A7C6ECC0 /* MX@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D7DFCD664AEDF52FE6A8F789BB61CA8D /* MX@2x.png */; }; + 755C8D7B269B6D69B5D36419A75F7082 /* NR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C88132B635F5ACBCA905EC22CD2598F2 /* NR@2x.png */; }; + 75709D8BF913C4F0803E03116D28738D /* GU.png in Resources */ = {isa = PBXBuildFile; fileRef = A189AB92BA9F9712684DAFCB88557743 /* GU.png */; }; + 7623BAA3B776EA0342D11D1FEF20CD25 /* CV@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 122656FBF7B09076CD80CC0A333BB3AC /* CV@2x.png */; }; + 76CEF0AD426BFAB1625FBEC1C9A8170A /* KH.png in Resources */ = {isa = PBXBuildFile; fileRef = F8FF04E08E133CBB4E271C58BE7C6851 /* KH.png */; }; + 77B1C56907178634E9DB6AE3A7B7C4DC /* RW.png in Resources */ = {isa = PBXBuildFile; fileRef = DE6026470306CD247BF13C3544848552 /* RW.png */; }; + 782709C999ED4CAB79352668B848773A /* MX.png in Resources */ = {isa = PBXBuildFile; fileRef = 3891242BF8682A0764A7456C05679A62 /* MX.png */; }; + 78EF31B03F5666D337A7383E0ADFDFC6 /* SKCountryPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EA25C916FA2FC4F93398A68D4E51F7CA /* SKCountryPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 78FB63A95DBEC8709A945245D15C40DF /* KP@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2777D0C5ECDDAF567A1042F1367D7503 /* KP@2x.png */; }; + 7906A58E9A975880212B4BC79D84EEA5 /* IN.png in Resources */ = {isa = PBXBuildFile; fileRef = 80D1930D7846C460E9623C22D561C005 /* IN.png */; }; + 793CE76A91697BF98B4E6F90C012971F /* PE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 61DC53E710A2D02618ADEF68BBB84E68 /* PE@2x.png */; }; + 798B828DB1E14E251BF9AA9A3FBA4D40 /* NG.png in Resources */ = {isa = PBXBuildFile; fileRef = FB3C13953D6B2EDEF61575691C187510 /* NG.png */; }; + 7A38335F17F2B02FAD43858455B41981 /* IL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5122B889776016DF22C50528570DEDAA /* IL@2x.png */; }; + 7AB95C14AC506139E9381411B7E5846E /* CA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A9472EC699645F85C0CA8BCCE9425B89 /* CA@2x.png */; }; + 7AD4D14A3FCC250F4BCF65364E67578D /* LA.png in Resources */ = {isa = PBXBuildFile; fileRef = 201C4FFA9E25D3F5665135F891BB8B3A /* LA.png */; }; + 7B2139C18CEE245405A4C55F57A3C7C0 /* VU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 47D901291224D0B77E88E5ADB7E36930 /* VU@2x.png */; }; + 7BFCE72F9A25631DBF7437C22F12F25F /* KI.png in Resources */ = {isa = PBXBuildFile; fileRef = 5373337F18463C19F9797985EC0594F5 /* KI.png */; }; + 7D1D78588CC2B58FF87A2678AF57F26A /* BT.png in Resources */ = {isa = PBXBuildFile; fileRef = 261EDFDB583F74E273238F16B59BA809 /* BT.png */; }; + 7D37EE87ED7A2B63E12BBED17022483C /* BR.png in Resources */ = {isa = PBXBuildFile; fileRef = 814081658C26622411DB134BC01676AC /* BR.png */; }; + 7DF84C3891664D17C726E96DAC173A8D /* KE.png in Resources */ = {isa = PBXBuildFile; fileRef = 6E433DA8A7241F4F740C597AD8267A24 /* KE.png */; }; + 7E375F95541232786D489C0F186CC953 /* HT.png in Resources */ = {isa = PBXBuildFile; fileRef = 9CCFC852C5A4170B265E5EE9A3C1CCD4 /* HT.png */; }; + 7E4912A7902C6AFD40593C2697CE3317 /* BE.png in Resources */ = {isa = PBXBuildFile; fileRef = 20B23FA8C74EA8E436C077E782204CB5 /* BE.png */; }; + 7E7C32A9D7C6C1AB5587E734F395DED7 /* MR.png in Resources */ = {isa = PBXBuildFile; fileRef = E0AE35622E04280014E1113D5B71C07C /* MR.png */; }; + 7ECDD11C00F6AB3716E332021F9A9274 /* LT.png in Resources */ = {isa = PBXBuildFile; fileRef = F9C4E9D6D63E0EC3878411870B393D6F /* LT.png */; }; + 7F103965362C44DEAF091DEB286B2277 /* SN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 03D50E4B23B8C8491C97E8504EC17F37 /* SN@2x.png */; }; + 7F81AA6C25B6CFD434359813E33C8C7A /* PT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A7ACF5E35EC3206384D2F117349B7DE4 /* PT@2x.png */; }; + 7F9BDE1A47C9BD167308A4895FF3B80E /* NP.png in Resources */ = {isa = PBXBuildFile; fileRef = EABBB2450157672CCC9E4BD5CAD5B34F /* NP.png */; }; + 8174B91E01B10197A5BB97256B4F6CC2 /* JM.png in Resources */ = {isa = PBXBuildFile; fileRef = 265CFCB7F017C95FCD9FE82479E820B8 /* JM.png */; }; + 81949CAD3B88A0F3EEA87159C4D47050 /* TF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 67E9DA2115670A59F9F8C4696AE830A2 /* TF@2x.png */; }; + 81F58DF392FA7B67971B68B916354F21 /* AE.png in Resources */ = {isa = PBXBuildFile; fileRef = DADEEEA4A1FC24CB0B78A96605E88840 /* AE.png */; }; + 82E927AABC31E07B6355921D44BA7A39 /* Country.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AF427A137B432BCE604C0E3D2B4A7BA /* Country.swift */; }; + 82F287E0397B5C4DB6CE1537C6C7C94A /* KR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 38E70E91918C3DE47C4C3182EA3C7827 /* KR@2x.png */; }; + 8338FD2D49ACCD791EC7468DC8789E1E /* UA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 94AD97F613DBE3BE1A9F1B5354E9D729 /* UA@2x.png */; }; + 839CD3B26536F8830377A63E021C3826 /* WF.png in Resources */ = {isa = PBXBuildFile; fileRef = 0D5F6263E27E57A67512094639F32317 /* WF.png */; }; + 83DBC47E52CC9F20212D96F5B63F2045 /* KM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FE6092CD26201614F42798533CBCC33D /* KM@2x.png */; }; + 83E54A3F76C6E8D1145273E23CAC2BDA /* BY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 51504A4B8AF41F36BAB4B911994C5B50 /* BY@2x.png */; }; + 845D8D78BEC2C24A4894A15C6B78ACD0 /* FJ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5F94DC2C471B1916DA7E7A8715194C75 /* FJ@2x.png */; }; + 84A9E75FC4C54EDEB67A122724796F73 /* BA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B89E14F65CF7CDF7C3FFB5E0D48CD811 /* BA@2x.png */; }; + 851EE5DD87E2FED70ADF5AD795F2109A /* NC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3221CB3D72AFF0F16F5B9BBF88A881AF /* NC@2x.png */; }; + 85466AABA8FF78E51DCCB5929394F6E5 /* CR.png in Resources */ = {isa = PBXBuildFile; fileRef = E23C66F373B814FD561451D296E6376D /* CR.png */; }; + 856B8CF1355440E9A631F2ED1F9096E6 /* MU.png in Resources */ = {isa = PBXBuildFile; fileRef = 9531DA613967ACA29F431BFC73AACE70 /* MU.png */; }; + 85D8822A4CC083B9A877642492951FC7 /* PT.png in Resources */ = {isa = PBXBuildFile; fileRef = 8A3C711C4EEC2E058194CCD069F74CD8 /* PT.png */; }; + 865495388F326379CA11EFC0BA6E5FA1 /* SG.png in Resources */ = {isa = PBXBuildFile; fileRef = 9E98EF0481274895A06C567DEEF949AC /* SG.png */; }; + 86A6196FD60F74423CB3F0AC1991F496 /* KI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 799E3619CFAE47AF5F0D88E311B06EE0 /* KI@2x.png */; }; + 86AEBAC318AEF49A2796DCC834C88B0C /* SV.png in Resources */ = {isa = PBXBuildFile; fileRef = C91B957606A7316F3CC39BB9DFD08282 /* SV.png */; }; + 86C33A9C460EF6F2B33EA1B50E98B300 /* CountryPickerController.bundle in Resources */ = {isa = PBXBuildFile; fileRef = DE277629B5C09BE727E2EA152C0F7D19 /* CountryPickerController.bundle */; }; + 87A103769CD6879EBCE022DB6F919286 /* DJ.png in Resources */ = {isa = PBXBuildFile; fileRef = CEB629B470C8C897070A248C43D7F418 /* DJ.png */; }; + 882E5D46D7E764D40AD75E2ADD80ACC1 /* JE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6190E7000F64C75BA1DB564220C8163B /* JE@2x.png */; }; + 88A0A50A56D08BEE79772562C0D57498 /* YT.png in Resources */ = {isa = PBXBuildFile; fileRef = 0E936B91D0F7F705D00AC2EE8BC54DB9 /* YT.png */; }; + 88D2B69689628C41506711CD38D38694 /* AU.png in Resources */ = {isa = PBXBuildFile; fileRef = 9C6F63247861FDB42B8C280944175125 /* AU.png */; }; + 89E50F0C45AE534F1345E529C9CFD377 /* CL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 61EAACBCC0FCFAFDFE47F0F32297D399 /* CL@2x.png */; }; + 89F420B303FE02DE0FD9A000E4939540 /* FR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 518D63F29972121C94F6D9A19C695DFE /* FR@2x.png */; }; + 89FE36AE681A4066E68D197ACDB747AE /* SO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 452F032ECC748F0AB914858BD57C3945 /* SO@2x.png */; }; + 8A232D02EA6AB1583CEE4978D0E3D8B1 /* ES@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6258D8C22A8C113320A357FAB46886F8 /* ES@2x.png */; }; + 8B74FA00378D370DE07CCFB1EA35A0B3 /* PH.png in Resources */ = {isa = PBXBuildFile; fileRef = 797E3DC0FA21B94C259EAFFE596CF018 /* PH.png */; }; + 8BDEE7AAAE20A9E19937330476760B4E /* HT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4009562EB49B17300387CA988F7C9408 /* HT@2x.png */; }; + 8C422D6A15F1B7BF712B649452B80ECD /* CV.png in Resources */ = {isa = PBXBuildFile; fileRef = 602A377F605B5561F0817F87D686E48A /* CV.png */; }; + 8CDE47A99DC2DC5A5F53C945307862B2 /* AR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 088EC19EB479B8CD643B8088D4A6E36B /* AR@2x.png */; }; + 8CDEF58EB9CB5ADF8D0AD394C843A531 /* DZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 0DB86D58B141AF789F1D7452F8F17E66 /* DZ.png */; }; + 8CF6E15B13D09167E108DCBBDB04D25E /* ZA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0E1ADF9B82B2CB04F7970E8AE538C9BF /* ZA@2x.png */; }; + 8D3CD1B1EA239FD6CB051D551C3C37D8 /* TH.png in Resources */ = {isa = PBXBuildFile; fileRef = 8876C392730EF1C6A1B7B03DBE518EEC /* TH.png */; }; + 8D52D9574E6E31991DD2BAD77A1C00C4 /* KN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 68E73CA4865AD636DCFF5C7C3E8651E6 /* KN@2x.png */; }; + 8DC5F95D68FBB5CB699ED449BFCF449D /* CZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F4BB87E3CDE00DDA7DECBD37A0C4AB83 /* CZ@2x.png */; }; + 8DDD56A8D6306677BE5C8A067E26ACDF /* LR.png in Resources */ = {isa = PBXBuildFile; fileRef = 00B6EEEEA449C85DFE948E0B3AABC872 /* LR.png */; }; + 8E059378CD6517D774FBF2F017B64A2B /* SD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 068B9669AF83CB4E9D933C381092B445 /* SD@2x.png */; }; + 8EAC957D2549BE0A4F77754DA1AED26A /* ME.png in Resources */ = {isa = PBXBuildFile; fileRef = C220FD53A98DF03B56060E4062CCAF5E /* ME.png */; }; + 8ED1D7D3EA80E7BC1D0AFB67A865C114 /* CK.png in Resources */ = {isa = PBXBuildFile; fileRef = CE516BB05C0CE7F26BD62E94DB889D43 /* CK.png */; }; + 8FBD174AEBCB3C02347AC04CBBCA26AF /* VC.png in Resources */ = {isa = PBXBuildFile; fileRef = 0D589406C9DC51C55221F99B77FA2CB0 /* VC.png */; }; + 8FFCE0DE427251D46975CFDB13CBA18F /* MA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 38038717283438A1251241A5658002E0 /* MA@2x.png */; }; + 900B609E0C7582B10B062CC2812B8207 /* KR.png in Resources */ = {isa = PBXBuildFile; fileRef = A06DAEFECB3376E8697CFF8076C9F66E /* KR.png */; }; + 9079698DC5000D216EEF9E47EEEA1174 /* SS.png in Resources */ = {isa = PBXBuildFile; fileRef = 42BA42D5F23B552477085FCD5F37F862 /* SS.png */; }; + 91944EA4FE237BA51B5D8CC7958DFC94 /* PW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 04D74AC6DF0B57AED6715FB7050A570B /* PW@2x.png */; }; + 91FD62992E531B72BF95E652F159A604 /* TH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0EC787D0524B097B64358E676DBDF9CE /* TH@2x.png */; }; + 922C70DB5F74D9BA2580DF7FE3CF94D4 /* DK.png in Resources */ = {isa = PBXBuildFile; fileRef = 820B1F8D71440833205D909262AF3DD6 /* DK.png */; }; + 9283779F9F1C5F48959DFFF7EBF303A8 /* RE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FFEF0AEE2A4851B077C8E100C097CC2 /* RE@2x.png */; }; + 92D23B9126958525C3593F8088C88585 /* DK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8E301E40CA3F943BCE1A3E0E2C8505C5 /* DK@2x.png */; }; + 92F502046E0AD45A950E3AB917422A36 /* PL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 84B9CCF589626333E5AFDEC4E5CC8EF3 /* PL@2x.png */; }; + 930B4ADB98A3CEF0CCE4DD65C132A973 /* TM.png in Resources */ = {isa = PBXBuildFile; fileRef = B8AF39B3A541285A2ADF290265600B02 /* TM.png */; }; + 931140AEB3927C6CAF4736EFD1101796 /* UZ.png in Resources */ = {isa = PBXBuildFile; fileRef = ECC3E700E07C4D1CBA744284DA8DF047 /* UZ.png */; }; + 93AE22716CF76808EF26EFC172FE00EC /* TO.png in Resources */ = {isa = PBXBuildFile; fileRef = AB541B582B4FE1FA7740527814E892B3 /* TO.png */; }; + 93AE6AA2B5F34B54618858193FBC92E3 /* CountryPickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 015CE2742048FB248107D983C5BCE916 /* CountryPickerView.swift */; }; + 94CE867599FEABCA5B58DAD05158BAE9 /* MD.png in Resources */ = {isa = PBXBuildFile; fileRef = 5865AB6AF5C3A06CCF0C121F767C8FD3 /* MD.png */; }; + 95D832D4F579C82BF948038DF3495B09 /* AG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4AB9DE715BB7AFC326983914C2D8EFBF /* AG@2x.png */; }; + 9601014873F8114D0703B0FFB5478113 /* EE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4EE9CD5C74D67DA021BC139D1C277EB5 /* EE@2x.png */; }; + 9606B55EC5E3A229B3CE456958C1F584 /* PW.png in Resources */ = {isa = PBXBuildFile; fileRef = 5E17BCD5FB099C2C3B115D1C963978EE /* PW.png */; }; + 969E15F908C4EDF0422F33A9DBE1CC02 /* SJ.png in Resources */ = {isa = PBXBuildFile; fileRef = 2FE3F06B7C92F42A85AB1C9A2AD7CD2E /* SJ.png */; }; + 973CCA63030AB4470035A5CC17352BBA /* FM.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A0A36095EECFA6FFD9728ED5C410605 /* FM.png */; }; + 97F5D920C7D2C5AD48D80CA86A4AC31C /* MP.png in Resources */ = {isa = PBXBuildFile; fileRef = 6ACA195DA9CFE8D4EE4A6127460EECDF /* MP.png */; }; + 981B5F4BB31FC3D9377A5872D4803B49 /* SE.png in Resources */ = {isa = PBXBuildFile; fileRef = 9FEFCD8FFA7E9709C8C06E5D573246C6 /* SE.png */; }; + 985B1E8C9305163F812A19E25673569E /* IT.png in Resources */ = {isa = PBXBuildFile; fileRef = 9176DA17B1CC43F60385BB6C42AA260B /* IT.png */; }; + 989B9EABC1476325E409AAC9FA74F3D6 /* MH.png in Resources */ = {isa = PBXBuildFile; fileRef = 8D94414EC090BEEE7E12A50A070D8506 /* MH.png */; }; + 991C130F68D18FA863D0C828881D456C /* SKCountryPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DA3CBED9DA64331481169DE2FED20B28 /* SKCountryPicker-dummy.m */; }; + 9946E2F02DCBF6658A5B1F78B2F2BF0B /* SO.png in Resources */ = {isa = PBXBuildFile; fileRef = 404E1BF37FD66D56EF57151F58DC6153 /* SO.png */; }; + 99D97BA22D63EFC7B6D9DB7997FFF884 /* TL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 079E884E55EF6C31CC06B2C6A6AFD0D6 /* TL@2x.png */; }; + 9A4D743991DEF3AEEA2AF9A9511BDCD6 /* AF.png in Resources */ = {isa = PBXBuildFile; fileRef = EB8D407BA2C359101C0F90BAC7DA67DD /* AF.png */; }; + 9A7CBE5095D8BF7CDFF3BCE880B00187 /* CH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4D600F7B97D4BC44457DA8F5AE5EFC26 /* CH@2x.png */; }; + 9AA78E8BA45F8B89829FED10C837A965 /* FK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9FC6D2FCFCCD60188FF8A18FADC0DB06 /* FK@2x.png */; }; + 9B9B993F90D7F0CE4ED243A9D0A004A5 /* NL.png in Resources */ = {isa = PBXBuildFile; fileRef = FF6D00BAA96EF9765DD142F698C66B58 /* NL.png */; }; + 9C5C8702F6B2D7DD94EB8CDA556D6CE1 /* NA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9EDA19C08012F6DCD4333382E4665220 /* NA@2x.png */; }; + 9CB66CE05008C8747899B979ED1F892F /* BL.png in Resources */ = {isa = PBXBuildFile; fileRef = F6406FC49DEE73EECB6CA6009B335202 /* BL.png */; }; + 9CC4C879CA380F3F6F3635BD6C75FFBF /* PR.png in Resources */ = {isa = PBXBuildFile; fileRef = B28E540DE512EC58E66041A991B70606 /* PR.png */; }; + 9D2E713F5AF745DAA5BAF997DE783A0C /* TM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 224C7F637A43DC53E1C84A2004A61800 /* TM@2x.png */; }; + 9D687C7EA4AA2079A310908C43D942E0 /* GN.png in Resources */ = {isa = PBXBuildFile; fileRef = 69829FE52A4AF971C3C6AD9B6845D8D1 /* GN.png */; }; + 9DC32600B817A48C7BFEA939BF03837E /* MT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B84A270926366197BC27AF7E86D87C15 /* MT@2x.png */; }; + 9DD10EB866A6FFC49AC53E20F3E8DBB2 /* MF.png in Resources */ = {isa = PBXBuildFile; fileRef = 88B75B2F6D872DA62E36E7677EA06EE0 /* MF.png */; }; + 9DF060D7646DCD15A87C934456F88FD3 /* PN.png in Resources */ = {isa = PBXBuildFile; fileRef = 6DCA55E8A9770F28591820C4A29FFAFD /* PN.png */; }; + 9E933E989EDA026E29EB6C389A288014 /* PF.png in Resources */ = {isa = PBXBuildFile; fileRef = 260CC83DE32D2BDCB5E89CD64BD57B0A /* PF.png */; }; + 9EAE7D95BD00FAB00076A2F215940CDE /* CX.png in Resources */ = {isa = PBXBuildFile; fileRef = 9503E3B2C0941076EA368C523F947DF3 /* CX.png */; }; + 9EFDB508DBA34B5C641A2CB85A799377 /* JP@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6DACB4915BC3AC4969F624CE253DD4B6 /* JP@2x.png */; }; + 9F98507969613120DED44BD585617787 /* ID.png in Resources */ = {isa = PBXBuildFile; fileRef = 3F1618D997099143819EC379F6F7D0C0 /* ID.png */; }; + A07C00FFAA0D89AF93E5012B539A3B90 /* CountryPickerWheelViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC5C04112F10877085CC7C9C724AAD24 /* CountryPickerWheelViewModel.swift */; }; + A1D311113CF77875CDCF9889A7D24188 /* DO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AC4D5C2C67A0C0A4A2A788EAF2F9B85D /* DO@2x.png */; }; + A2205420D5056698FEC548CF5234D638 /* BY.png in Resources */ = {isa = PBXBuildFile; fileRef = 4AA2CA4B1CA3FD9CDC9E91FEEA0064C9 /* BY.png */; }; + A22C42485EE61962F917670DB288F84B /* CR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B458975D4CF234A850D51640638939C8 /* CR@2x.png */; }; + A26A1515032C5F59D2A509C93B937E88 /* TD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = EB200BE79F9920515564D7EE3FB4466A /* TD@2x.png */; }; + A26D67156EF7E2668657309A84AEADD3 /* GW.png in Resources */ = {isa = PBXBuildFile; fileRef = A850EE568244BFFA4137F031DD941C55 /* GW.png */; }; + A2FBB908874A48968AF654ACF7A70E43 /* JP.png in Resources */ = {isa = PBXBuildFile; fileRef = DCB7EC53F03961950847D0AAA4AF7961 /* JP.png */; }; + A316C1478064277F60954433BC862DFD /* GW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CD9D3952D5212FA9DA959CFA790C052D /* GW@2x.png */; }; + A369E60C83C123AA2B35AAB6E4717349 /* RS.png in Resources */ = {isa = PBXBuildFile; fileRef = 337DFA13426F83221C48049DC2952AB1 /* RS.png */; }; + A380513B139DCDCA64B19CC564833B6F /* CO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AC425288B4FEC5CD5BF840E457EBBCC6 /* CO@2x.png */; }; + A4446CDAD9E2E332A6285B650952CB0A /* BQ.png in Resources */ = {isa = PBXBuildFile; fileRef = B72A5F16CDAC54BD3DB750A0C0380AE1 /* BQ.png */; }; + A5419C1F59B8D4C43F1A604F96793B3A /* OM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 48A5D877471170C76B7CCDDF2D50C783 /* OM@2x.png */; }; + A554619C7343A2D472C388433228C461 /* PA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3DCDE0ACA03B5CAD124363BB23103B2E /* PA@2x.png */; }; + A5F66A711B8A720B93D31028E1EEB914 /* MN.png in Resources */ = {isa = PBXBuildFile; fileRef = F6F604AD5A5F4C3421B40331DB06703C /* MN.png */; }; + A6D3F8777EC6A89CA54ACCB584DEE2CA /* AS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D9534268069E3FB61E299EDEE38F92F0 /* AS@2x.png */; }; + A6F2E1A3736C29903CCFCE7D1D2E87F0 /* FM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 384403FD3C0DE2E7C968AF1D0AD810BF /* FM@2x.png */; }; + A72A6502A0651D5FE2B5D9E5D78BA4EC /* TZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 20D919B3D9E248926F37EFEFE1DAD3C3 /* TZ.png */; }; + A74A0F413F285E8BCA7D8B7270EE9A3F /* GS.png in Resources */ = {isa = PBXBuildFile; fileRef = E8E4F0C4FD1EA6973DB9278DC5ADA66A /* GS.png */; }; + A84C2223D69A9319DDD6E687348C8D79 /* MA.png in Resources */ = {isa = PBXBuildFile; fileRef = 7E7E5B573CC5E835E58FA3844F6427AA /* MA.png */; }; + A86C0CE1C2E9D225FF012CAFA2F74BAE /* KG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E755D542B87E03CD5EBFC6E2FA1A3E7D /* KG@2x.png */; }; + A8B4A628A58C7E91D2FB6B86F30B7E3B /* RW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B524D9544C357D51DD7F48214098B9D6 /* RW@2x.png */; }; + A9B3D6DBDE13278BCAFDE77701AAC3BE /* KZ.png in Resources */ = {isa = PBXBuildFile; fileRef = AFAE8E2592529142ED52D71C4DCDAECA /* KZ.png */; }; + AA018A188B500A55390FB36015A6C4E1 /* SG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DE198818F81087CF1120A2560E7E47EA /* SG@2x.png */; }; + AA94F98F96CEAC19C0F7326C5561EE96 /* MM.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FC847CF2DE60BB54C42BAE6BB208527 /* MM.png */; }; + AAB2283D5979715A7A0FAEEB214CDC8A /* GM.png in Resources */ = {isa = PBXBuildFile; fileRef = 4D0F5263B35FDC0E90D316CFE4922847 /* GM.png */; }; + AACFA543955C4524F2E76AF9024357A1 /* SK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 79430D1CDD1F18AA9D50B15F6C074319 /* SK@2x.png */; }; + ABEA926C3EA1D15C3760C496C825739B /* TV.png in Resources */ = {isa = PBXBuildFile; fileRef = F704EDF935667AEB78C1A6BBD7325ED5 /* TV.png */; }; + AC178524F90FEDC36AE3BB0680F078AD /* ER@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A86DA61B85E9EBEA9F2BDB517790F88 /* ER@2x.png */; }; + AC480995F7449807E53A6B169B10B3C6 /* FI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 819ED59DFB0D0DA5EF06404864F46847 /* FI@2x.png */; }; + AC491CD91A8CAF9519C678C3C3A18685 /* IM.png in Resources */ = {isa = PBXBuildFile; fileRef = 16B289860027E0D3EB441A7FDE07C9AB /* IM.png */; }; + AD15F191530D1E0E72F24A7CEB24B12D /* TJ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F67763FD15D1E9E1441D2813CD74D4DE /* TJ@2x.png */; }; + AD47895B7A7BB3AE04E3B0EF896EE953 /* AT.png in Resources */ = {isa = PBXBuildFile; fileRef = 485946659A5D698E6864034EDFD9B239 /* AT.png */; }; + ADCCA37FA41018F476B0714F949DEB54 /* MK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B140F4C7871FEF94D86771B8275B8734 /* MK@2x.png */; }; + AE80F94BC709E41ABDD702E3D1F8009A /* UY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C531D0697F4401DDDEABC8D81B8F18B /* UY@2x.png */; }; + AF979FDF50889CF47F76D3C46E8B7378 /* NF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A0E2A30636C566C164A7D9ADFC41862B /* NF@2x.png */; }; + AFF48D0B2AB28A9FA8204650D9EE29E7 /* GF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F99A6C3C58E87DEF6C825E9B63C4D2D2 /* GF@2x.png */; }; + B00F2AA0CBE84471DFDDD918AF493FF7 /* GL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0A54A26CB52B4A2E723017EA2F9AB690 /* GL@2x.png */; }; + B120E22AAAEDD3250E95C8E90A119480 /* NR.png in Resources */ = {isa = PBXBuildFile; fileRef = A67579DEC368DA574C17E275489C6390 /* NR.png */; }; + B156606897996ABF75AD9C9ADE25CFF8 /* PY.png in Resources */ = {isa = PBXBuildFile; fileRef = EC546965363AA5DC90C75E37D47B430B /* PY.png */; }; + B1CF7392C4472E8B0A6F5CA1399ACDAC /* BS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D2C4B0A86F10F5378B4E892A5A11BD5A /* BS@2x.png */; }; + B20E5F031077692227519FC8C1F63A4A /* LR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AE695A1A57688733DD8EF8149D20CF0C /* LR@2x.png */; }; + B21ADCC96E736EC9FA092C9FB220B63F /* AI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2454E15E4EE9542386AF3D1C28573AD6 /* AI@2x.png */; }; + B24515B6A2318BEB5B942BAFBE39E7A1 /* BO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DF9A07402CAB9A139B2AA578F7BF2554 /* BO@2x.png */; }; + B3BC185908963A5886904C0B12E74084 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */; }; + B42A005C7E299E1C9E4A37543DBD40C3 /* VN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FBB142C335A1511BEF6D9E39A6176C32 /* VN@2x.png */; }; + B45D11FE67B3C8C83B97478B072FC789 /* KW.png in Resources */ = {isa = PBXBuildFile; fileRef = B10597813CCCE5EE2619F557E80B6E83 /* KW.png */; }; + B5B258B89FF5E5517F991EB98EBDC9D2 /* LI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 07A82698E87846EA1D157C2F201EFBCB /* LI@2x.png */; }; + B5CFD186C3AC76D936A7615C6B8F4411 /* GT.png in Resources */ = {isa = PBXBuildFile; fileRef = 49C79FA27BFBFB0CB9083AC4EDAE9AF3 /* GT.png */; }; + B5D1C1B758EAEDB5D11EA11D8242648D /* MW.png in Resources */ = {isa = PBXBuildFile; fileRef = 9E40EA6A3BEC6AF950B1447EDF5CFE5F /* MW.png */; }; + B76712889B67916171F41944FF6780E0 /* MN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2E52F1785745BB1B098725FB1BBF5889 /* MN@2x.png */; }; + B820686F899D1F803BD2C7E23159545F /* MY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BF686F56995A54A22BC06B3CCC6BFE69 /* MY@2x.png */; }; + B85C8CD574F6C5A57C44A6D37A18F7C0 /* BV.png in Resources */ = {isa = PBXBuildFile; fileRef = A2860E4506378649AB96FFDA6AA7846D /* BV.png */; }; + BA0A7ADFA1DCCBDFFD5705C93AD276BB /* TD.png in Resources */ = {isa = PBXBuildFile; fileRef = 191A9061A04E362FD1D0B983553C5212 /* TD.png */; }; + BA52652185EE2F45D19051CB790AEE32 /* KY.png in Resources */ = {isa = PBXBuildFile; fileRef = 4D3AD942E5E7A59B7220851EBD2511FD /* KY.png */; }; + BA9D8FB907A3235E3FD5413A668156B4 /* ML@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9D8E5C26283C24B2AB7A36EF9D62B464 /* ML@2x.png */; }; + BB0DAA6F6EB5B2FD6BD1E13BAD403F9C /* CG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 45B86EE3DC6E27333A3357322060C9D7 /* CG@2x.png */; }; + BB7699709B862C5EC10E6C8D67B6091C /* BF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C1196658CB5488B824B877FBC0AA82DF /* BF@2x.png */; }; + BBB1B8C83666A1187FF0B2C8DE314A83 /* MC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8B8C7C93F05C2179050BC5C0E07BBF31 /* MC@2x.png */; }; + BCD18478758D7D5A787E8B1B6A3694A0 /* CA.png in Resources */ = {isa = PBXBuildFile; fileRef = 59674852BA821C8ECEFC6BA9C35D2356 /* CA.png */; }; + BD5A1059BEE2141706F70C6F9829FD2B /* SX.png in Resources */ = {isa = PBXBuildFile; fileRef = B6146AFFC9D06F2239DC47D19AA1966C /* SX.png */; }; + BDAFCE617394A0AABFADB752DFE6201F /* MW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 38EE2B75093581A55005F221A80604ED /* MW@2x.png */; }; + BDBD675C2549D08174B35126A4F22B54 /* TN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FC5F24090001E39BC139C275DC6C315F /* TN@2x.png */; }; + BF63C929D366239F9BEA91452E18C788 /* PE.png in Resources */ = {isa = PBXBuildFile; fileRef = 2001365D06F177A8F4492743DFC9ECEA /* PE.png */; }; + BFAC43CE49F3C46E3426F35BBC4C32E0 /* VA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0BE465DE94DE4BE6A7112DAB4EA14A9D /* VA@2x.png */; }; + C04E9644F8877CF25ABD0BA617E9F523 /* TW.png in Resources */ = {isa = PBXBuildFile; fileRef = B757784748C2D1CA4D1C0A91CF7115A1 /* TW.png */; }; + C0A4BF744F6947F385FC4947117C6CB5 /* PK.png in Resources */ = {isa = PBXBuildFile; fileRef = 52C19F1765192AC3466B40B732330F26 /* PK.png */; }; + C1A5EA6E49FD06F791A10027A1EBCBB9 /* VG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 14C3960FE12EB83CF793C647ADDFCEFC /* VG@2x.png */; }; + C1D9FEB5EC332CB95A4BF6E0B88CDA64 /* JE.png in Resources */ = {isa = PBXBuildFile; fileRef = A48C91D886C7F683440D525511BD2B49 /* JE.png */; }; + C1F63960980024E0CFBBCF5A4374AF2D /* LU.png in Resources */ = {isa = PBXBuildFile; fileRef = 3D12DAAB1BA44E7A01BA3D3BF265CC64 /* LU.png */; }; + C2BD4F99E29114E58E62A4DB30C5922D /* CountryPickerWheelView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D37DD0F68A773C187E9158361BEC9C9 /* CountryPickerWheelView.swift */; }; + C5BDC9E5170BA2C2A67A5D5CD7A1A541 /* TR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DFD133C504239B71992CCCCAC5F3B5CC /* TR@2x.png */; }; + C5C17411DD1F9D582BA351431A677E89 /* SL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A1847680C41A2B282812B5BF32A83A23 /* SL@2x.png */; }; + C8EAD38CE06940051017AF4F6608ADA4 /* ZM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1D7FCF345A957431EB63D9362606C8C1 /* ZM@2x.png */; }; + C9132D2A522E828DA714BF170F46EC4C /* SX@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E0A2EDC9D3C955BBFF1214F0AC5563BE /* SX@2x.png */; }; + C9BB7A4940A063BCE8E6407F607A5FA6 /* GP@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 86DC8BFEAA303EE2CD2C0438435B5B1A /* GP@2x.png */; }; + CA0A4372321680A2C2E7D8BEA478A6DC /* KY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CA6177734BDFF14C431E9A4B1C8D7066 /* KY@2x.png */; }; + CAE97BBC78A6343186B408EC181690A2 /* HU.png in Resources */ = {isa = PBXBuildFile; fileRef = 6581335F0A3909D64EE8BFBA02E33EB7 /* HU.png */; }; + CAF727C2B6720A466FD3A96D2CD0A143 /* TG.png in Resources */ = {isa = PBXBuildFile; fileRef = 8C2F44380AAD7E2FF84AB80BC6922957 /* TG.png */; }; + CB6FD1057BA182B2D8C66F421976CA9C /* BN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E1A2CA016D86023FBE5EC203ACC30871 /* BN@2x.png */; }; + CBC19D5DD9694FF28F92E45EA97CE319 /* CM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3C7DF075748DCCF91C84C790B51EAECF /* CM@2x.png */; }; + CC1DEFDAE1F33F51E25A23B595E9C4C9 /* VE.png in Resources */ = {isa = PBXBuildFile; fileRef = 3A1BF532BAA814BE86ECF953C97461CB /* VE.png */; }; + CC67332ABE05F3D7FE1A3607F662753C /* SA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 14EB062C40A43647CB7858C0AF7832EB /* SA@2x.png */; }; + CC7E21F7094DC995464C4B1768D6960D /* ZW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 331E10829549B5DE6E52BC1AAFB84C0D /* ZW@2x.png */; }; + CCFDFEA6B4DC421FFB321647E8E89181 /* GU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6558BED7BD7E2C8D00FC47FFE704DFF1 /* GU@2x.png */; }; + CFE5B9197D28B4A136BE541586BC935D /* BB.png in Resources */ = {isa = PBXBuildFile; fileRef = 8DD2572806ACD23BEF8776125D0D0A01 /* BB.png */; }; + CFF1749746BB670C9C51D2999E0A8F52 /* NP@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 72F3805207F355ACA4D7A50564D15670 /* NP@2x.png */; }; + D0231CE2A4DDF93E7A2864DDDEB955C7 /* TO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CEA8457C00C48A1F1E265B32A8254BBE /* TO@2x.png */; }; + D0453CB2C8C09352E42438AFD478ACDA /* TL.png in Resources */ = {isa = PBXBuildFile; fileRef = 014A8B0F13EA547AB7E836EB8AE13964 /* TL.png */; }; + D1722F9414B9E9945C0B661463466CBC /* XK@2.png in Resources */ = {isa = PBXBuildFile; fileRef = C8D52C37EF4C3771BF3A2C5D6650ECA9 /* XK@2.png */; }; + D2C4C4FC7E2577C1E0721CEB23FABFBD /* MO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 999A60228A3B97CC8B8F6074A4717942 /* MO@2x.png */; }; + D35CD58708C38594369C49D39A06F039 /* GA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2A26488D6047E880C4703B7B7B86FEB8 /* GA@2x.png */; }; + D510080CA292ACD97D3AE6A68F32418F /* MQ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 36EE5FC8257D1A413854582082357A64 /* MQ@2x.png */; }; + D7008F5AE7BB4B129B88A3B26F1D6D83 /* PA.png in Resources */ = {isa = PBXBuildFile; fileRef = FE034CBA8059332990726E08F2302177 /* PA.png */; }; + D73BFC12248FE87530BE07059FF85CF1 /* MT.png in Resources */ = {isa = PBXBuildFile; fileRef = 0049948BCED45F3F84BB811EB179E4F7 /* MT.png */; }; + D82DA4A162E949CF5238D487469CE3BF /* AI.png in Resources */ = {isa = PBXBuildFile; fileRef = 8313CA850FE22EFFE5EB225F66FF91CB /* AI.png */; }; + D84DEC8649D268AE6E327E137E356150 /* BO.png in Resources */ = {isa = PBXBuildFile; fileRef = AAF26CE3956548D4E99D6C37F5F9A907 /* BO.png */; }; + D8E7F71F7BF54D46B5817A14C784EC19 /* NU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1549A744C0BFEF0B5A35EB9DF3D73A8E /* NU@2x.png */; }; + D95E8BDA2A40C86D0E4C546D71536B01 /* PM.png in Resources */ = {isa = PBXBuildFile; fileRef = 48577A194B7E74BE93A0BAFCC5398BA2 /* PM.png */; }; + DA22E58DB512FFE3BE299482B324C946 /* WS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A879C94CCAC0853B79404346E17BD2A2 /* WS@2x.png */; }; + DA438482935314F4EF587B32475632FD /* NZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 9E8506DE09F6EB58F937BB609D1DD808 /* NZ.png */; }; + DC02F7AA632F94AD438D44E36EDA16DA /* UM.png in Resources */ = {isa = PBXBuildFile; fileRef = 2DC21E67B63B752E3BD02ADA48143823 /* UM.png */; }; + DC0DCA2D1299D061886634193012DEC3 /* NO.png in Resources */ = {isa = PBXBuildFile; fileRef = 00A00EB10DDDDB75C0D8B83B78873ADD /* NO.png */; }; + DCD2CBB2D0619EEEA3BD086F5FB86577 /* CF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 09EC63CE2513A88A2B0600BB1FE0D8A3 /* CF@2x.png */; }; + DDBDD7F5AFFE3B369F11A04F049A8F4A /* GN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4E21AFCF9D565C0E6060D0EB11D41AC2 /* GN@2x.png */; }; + DDED4A4A3CAD1C0D81C39CEF3AED0B4B /* UA.png in Resources */ = {isa = PBXBuildFile; fileRef = 87522DFF18DAE1F395201234F2DFBC75 /* UA.png */; }; + DED3AF258A86AA460B903FFF0747BEA0 /* UG.png in Resources */ = {isa = PBXBuildFile; fileRef = 906C3425C68EB1EF1E71EE9FE5B45BA5 /* UG.png */; }; + DEDF4F0851F0562788903052FF1E4F38 /* AF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C7DAEC6235394009FA8986ACEDA10D82 /* AF@2x.png */; }; + DEE8EDA43A29CF92F4EF45ABB3086EC4 /* PG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4B617D5214578546288CE79F118FFEBB /* PG@2x.png */; }; + DF20876036CF2645FE2BDDB47A81818F /* DM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 961302EF3B0F3E19E532E35D5435760C /* DM@2x.png */; }; + DF7318B9F30026FD4C0F8CC0A3192C6B /* RO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F7DFB69DD5D88BFB209EC7FD0DBAC332 /* RO@2x.png */; }; + E02E7CE2995DCAC487E765FF4D3F0ACE /* ZW.png in Resources */ = {isa = PBXBuildFile; fileRef = 74487E04D0D1E8147C4AAD7DA8A4FC0F /* ZW.png */; }; + E03E5A93E35DC164FF101D18A9E0595E /* GY.png in Resources */ = {isa = PBXBuildFile; fileRef = FBB44F591A03731E8B85C9B1B8C4090A /* GY.png */; }; + E0D14D2034D0332194467B042CE8BB94 /* SN.png in Resources */ = {isa = PBXBuildFile; fileRef = 693965CFD00211C3354A512A882AE76F /* SN.png */; }; + E0D740D552D81D8C696F98D05720CA90 /* AX@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = EA97B6099A89E01568EAAA5AFFAAB20B /* AX@2x.png */; }; + E1ED8C9C3E72A6F3B10F352B70A712A3 /* AL.png in Resources */ = {isa = PBXBuildFile; fileRef = F164ED4AFED9CAD8AA287629D9C07630 /* AL.png */; }; + E3847288F9D763F395E4F1F9219D8E86 /* BA.png in Resources */ = {isa = PBXBuildFile; fileRef = 9618D4EA7D3963747267E9DA8CB266ED /* BA.png */; }; + E3E8E0DF33B94E2DB6AE4B10D2EDF795 /* NZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5359A13A51683868324FB2FF9FDC0B93 /* NZ@2x.png */; }; + E3FEF5FC3A7EB84173C3D8B4D8B3BEFE /* NL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DAC871A7EF07F0A8322B95A1B7B2938E /* NL@2x.png */; }; + E46D6FAD251783A6D5FC9D0CFB511876 /* GF.png in Resources */ = {isa = PBXBuildFile; fileRef = D923FB61E346A345E739E25FDD3C8DC5 /* GF.png */; }; + E4886DA591D772676EB1AF6869D00578 /* AZ.png in Resources */ = {isa = PBXBuildFile; fileRef = A2E6883E54C919202F7401C60BDE1B06 /* AZ.png */; }; + E491E4C5F9BCB5947EC11C902BACDB90 /* Pods-CountryPickerExample-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B4DAED4824506EB52AA9C41299260006 /* Pods-CountryPickerExample-dummy.m */; }; + E5475FE676F8D939D87D2B53D3E4AB47 /* UM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1AAFD3A768C328AAEC7924430EC4B92D /* UM@2x.png */; }; + E5CC40D4F328DF20F2CB78972FA34297 /* IR.png in Resources */ = {isa = PBXBuildFile; fileRef = 825BF001628FD4C37C11541941842F56 /* IR.png */; }; + E673DCB3AA97D1EF51DEA4772FE9B5C7 /* CN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DF9062C408D3E07DDA44DB32AFA39E87 /* CN@2x.png */; }; + E6B3D77236BF88AD9CED7CB038F68EC4 /* NI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7F7F118FBE0F5FA7CCDD0983464B8069 /* NI@2x.png */; }; + E6B8ED293D23C40EB5480DCA8486FAA5 /* IN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AACAA6A9E6E9DE8C7E4F708FCC67A652 /* IN@2x.png */; }; + E6E09FB632CC24F39840186124C28073 /* BI.png in Resources */ = {isa = PBXBuildFile; fileRef = A7FA6D0E96B1B1C7B01BDA613A1B5E65 /* BI.png */; }; + E714E05E64E6D777EC97313FB821CCB5 /* BW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1D21B8768248CCE84EA55330E08351E6 /* BW@2x.png */; }; + E83729185DDFDDCA63E7F4D863316DAB /* TJ.png in Resources */ = {isa = PBXBuildFile; fileRef = 34CBC0741B482BDA3239D3C606E5B9A9 /* TJ.png */; }; + E9EE9A09B702C599C64F0D9CE4047A89 /* IE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B821335BBE5EAA52C22B1816EBE9AD2B /* IE@2x.png */; }; + EA04E861304A20918085FAC4351CDCC1 /* CZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 9B22A87E45E7035E839F0A120774108B /* CZ.png */; }; + EA0F42147399E6CB7BE49960BC6B4612 /* SV@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C768DEC067A5E7EBFF9F6B0AE1540EAD /* SV@2x.png */; }; + EB0AD25727A920C0CFF646F98B602C84 /* VC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 83F1E669CBD2B7C07CEE961558C0B792 /* VC@2x.png */; }; + EB0B9355EF09D4C3F28C92798743DEFE /* GE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A16E0FCFBB706E0DA668F195C3C779A0 /* GE@2x.png */; }; + EB1AC51647FF8157E4470B80AA378F3D /* FK.png in Resources */ = {isa = PBXBuildFile; fileRef = 009D57FBE1CB435AFFB62FEFED6DDB5D /* FK.png */; }; + EB1CEF92FD49748F771D5766264E9DDF /* YE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AB8A8F0F5F78008372B2D3624D608417 /* YE@2x.png */; }; + EC08A85046507C0CF47186166A71307B /* WS.png in Resources */ = {isa = PBXBuildFile; fileRef = 860F014301ECB4942B1EDFB22132C3B2 /* WS.png */; }; + EC30167E01CD18DAE449E3A33E966C80 /* CI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F6D972EBEEF6D29D491F4DD51055F308 /* CI@2x.png */; }; + EC31754052965DBA660435A838BDB124 /* MG.png in Resources */ = {isa = PBXBuildFile; fileRef = D52E1B6869480DB4DF89CA02DB7CB446 /* MG.png */; }; + EC46B246C2A957F5591465ABC577CC1E /* US.png in Resources */ = {isa = PBXBuildFile; fileRef = 696EC4295D7716A4FFA4D69AEFAA7EFE /* US.png */; }; + ECD58B6C048E225E21BE9E6E0B10DF95 /* BG.png in Resources */ = {isa = PBXBuildFile; fileRef = D8A609BE4D4D70DD7EC8DFCD4666254A /* BG.png */; }; + EDEC7BDC2817A9E45FB7CB58FD3F8654 /* GG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DD2E681094FCFA0548F21DE9766F0412 /* GG@2x.png */; }; + EE58B0E005F57CD21DC0559FC6B641AD /* FI.png in Resources */ = {isa = PBXBuildFile; fileRef = 4F40FB32635A320C0FC9EBFAD4CDB876 /* FI.png */; }; + EE87E08BC3B0D198EFEA31C34F5E775D /* NC.png in Resources */ = {isa = PBXBuildFile; fileRef = 1D588751278B43DB170D469D3A483E84 /* NC.png */; }; + EE9F757207B7A60C690274972F67FE86 /* HN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D10CEF8CD9BAFE1EC1A0390F2D15BA37 /* HN@2x.png */; }; + EEBB5C15BE09ADB8192724CD4306D70E /* TC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2A3D9ECCEAFC94CCC7074E009DD31891 /* TC@2x.png */; }; + EFA1030EE70F103E1EA96D5AACAF1138 /* NO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F15EDF67A83441B0583FB377309D9046 /* NO@2x.png */; }; + EFC5B4391BA9DBDF4968AA85F2953C52 /* AS.png in Resources */ = {isa = PBXBuildFile; fileRef = 80F1C14D56D41A19B2744A8969B8C4DB /* AS.png */; }; + F024741A5EA740DBF6885C5A7EF2F590 /* NA.png in Resources */ = {isa = PBXBuildFile; fileRef = 5C752D97339EA74F3DCACC7214302874 /* NA.png */; }; + F05AC57CE84FF4ACA1AEA538C04A15D6 /* MS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F928542CA8991B1D7633A05B148D1D37 /* MS@2x.png */; }; + F0A12BDBF29469F51ADCD6B8BB98017D /* BD.png in Resources */ = {isa = PBXBuildFile; fileRef = F4195C6FB001F0512A8D862D26AAC406 /* BD.png */; }; + F10484A9C714C35B753BF7A134E01C82 /* KN.png in Resources */ = {isa = PBXBuildFile; fileRef = CDC3E85A13C954054F13AA990B433AEC /* KN.png */; }; + F104B9D24826203876D60EDCCF0B4B74 /* GR.png in Resources */ = {isa = PBXBuildFile; fileRef = 7220390842A3BF310FF937F64D94122E /* GR.png */; }; + F1D93B629368F0DFA284EEFF7F105407 /* ZM.png in Resources */ = {isa = PBXBuildFile; fileRef = 14856ADDDF9418042A2608996454575B /* ZM.png */; }; + F1DE9B9A0FEAC63E35C9842CBACFA1C0 /* EC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FC031D25BD1153667A3A4AE6D875775C /* EC@2x.png */; }; + F2E08076D200247C067D2CCEE616A859 /* CW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FD76BE28BBC230DA082F79DBDBA7DA3F /* CW@2x.png */; }; + F2F1EE8C58DF5356E7D35F2E96BB0152 /* BH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6409985305B48F78BD56E4EF4A100395 /* BH@2x.png */; }; + F31383176939E0AD665C25A6491DEBAE /* AE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 32000E20F6989EE724FD78251E363C5C /* AE@2x.png */; }; + F3D839D90BC65A680A4C3239A0B11124 /* CL.png in Resources */ = {isa = PBXBuildFile; fileRef = 8011417DFADF83FFE94F8C9C04E1D8E8 /* CL.png */; }; + F454D9A80253B46D87A39A9379BC8428 /* GG.png in Resources */ = {isa = PBXBuildFile; fileRef = 91B1AE1EC9D2162E8689BAB32CEFDE68 /* GG.png */; }; + F4BDE4001DFA6DC202544181D5B812FD /* SM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 101DAC37B136D16EC1065B7C20198CE2 /* SM@2x.png */; }; + F5460934FD5A840B05BE5F785DCABC55 /* AG.png in Resources */ = {isa = PBXBuildFile; fileRef = F4F111C11A17A47440717240634C2B92 /* AG.png */; }; + F596A0ABAC6AE34450CBB807D00D3D91 /* BJ.png in Resources */ = {isa = PBXBuildFile; fileRef = 8DB69F21AB8BE1B1F66F402E7722D1B2 /* BJ.png */; }; + F78E6A7719EE14A15C0EBC28AFFC2836 /* TK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1BE92D855C6D7999FC689CAFCA7F5D31 /* TK@2x.png */; }; + F81531302B447F47B734856EDDBE1823 /* EG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9561E9E8CF92D73E42236D2E41588500 /* EG@2x.png */; }; + F8F0496EB9BCA74AEDAC4CE5F46B24CE /* LB@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B23AAAB4F15929FCC5516D5D56D35E22 /* LB@2x.png */; }; + F8FF206D6DA9408F94CB616C609A8D3E /* MY.png in Resources */ = {isa = PBXBuildFile; fileRef = 9109038D689B23ACFC7671EE9EE9D767 /* MY.png */; }; + F90841D84968336BCDAA809250297381 /* TR.png in Resources */ = {isa = PBXBuildFile; fileRef = 298588329D46A92DD3BD2453F1E6A99F /* TR.png */; }; + F96893ECE132BB116440448CE8C15DF2 /* SB.png in Resources */ = {isa = PBXBuildFile; fileRef = D29794285277A6C43FD67DE3B62F74FD /* SB.png */; }; + F974A4741CADCF0817D39EAA781FBEC3 /* MF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 34A9A11A29DD862C81FA4AB4DB7B8478 /* MF@2x.png */; }; + F9F87EC161B2E5A4B3386A353D29EEC7 /* SC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CCC834196308909C01E23CCBD5BF16AA /* SC@2x.png */; }; + FA51152BAEBADC7551FE2FB960D60125 /* LT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0940A76BF77EC96E8E1C1381A17DD255 /* LT@2x.png */; }; + FB0E8BF797374AD4C0948844C080F99B /* DO.png in Resources */ = {isa = PBXBuildFile; fileRef = 6267021C0C520CD5E6CF48BA60E0F9BF /* DO.png */; }; + FB25E6A69C850404D3434A3E5A3B67BB /* AT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 661A9CFD03A92F6CCCE917ED59C467E2 /* AT@2x.png */; }; + FC2547E7CDF3A1A2D910885F18720598 /* IE.png in Resources */ = {isa = PBXBuildFile; fileRef = D12B4A240E27730F5333E10C762E2E70 /* IE.png */; }; + FD188C8EF8ABCC2BF8472ADBA97DF797 /* EH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F547976E0F0016B9D0C86551B5BED38F /* EH@2x.png */; }; + FD6F6651D0508CFD573318A2E6AE5D84 /* YT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 391515DD117F99F4C139F64B3F30E0F0 /* YT@2x.png */; }; + FE8D849DFFE33F50C0C49AC0176D88C9 /* RU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7510D0E42ED553E923660E7865E35D49 /* RU@2x.png */; }; + FECACC7D7FEAB060B4BEAAD6A3FBE3E5 /* GD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1459DBBFB6C6A51B025B116BE270BF16 /* GD@2x.png */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 26C7F4749D13BF5849A12E98788B5387 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CD6AE62B70B78355A3257C4DC46F7A3E; + remoteInfo = SKCountryPicker; + }; + B7B5A5EF10BADF0B473D3C0364FF5E27 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = AD5DDE18FD5EB97540CD21988269989D; + remoteInfo = "SKCountryPicker-CountryPickerController"; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 0049948BCED45F3F84BB811EB179E4F7 /* MT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MT.png; path = CountryPicker/Sources/CountryPickerController.bundle/MT.png; sourceTree = ""; }; + 00511076892CA0BD1B622B3B7EBEFAD8 /* HK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = HK.png; path = CountryPicker/Sources/CountryPickerController.bundle/HK.png; sourceTree = ""; }; + 006353AC21FB152E8AC40035CA17A9DE /* MU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MU@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/MU@2x.png"; sourceTree = ""; }; + 009960869F89A9E67BE6AC21194367AA /* JM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "JM@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/JM@2x.png"; sourceTree = ""; }; + 009D57FBE1CB435AFFB62FEFED6DDB5D /* FK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = FK.png; path = CountryPicker/Sources/CountryPickerController.bundle/FK.png; sourceTree = ""; }; + 00A00EB10DDDDB75C0D8B83B78873ADD /* NO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NO.png; path = CountryPicker/Sources/CountryPickerController.bundle/NO.png; sourceTree = ""; }; + 00B6EEEEA449C85DFE948E0B3AABC872 /* LR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LR.png; path = CountryPicker/Sources/CountryPickerController.bundle/LR.png; sourceTree = ""; }; + 00E6315F6AE216B51696F837A2A6E7B0 /* CC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CC@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/CC@2x.png"; sourceTree = ""; }; + 014A8B0F13EA547AB7E836EB8AE13964 /* TL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TL.png; path = CountryPicker/Sources/CountryPickerController.bundle/TL.png; sourceTree = ""; }; + 014ADF03A178A6AC07D8A7D91D3097FC /* AR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AR.png; path = CountryPicker/Sources/CountryPickerController.bundle/AR.png; sourceTree = ""; }; + 015CE2742048FB248107D983C5BCE916 /* CountryPickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CountryPickerView.swift; path = CountryPicker/Sources/CountryPickerView.swift; sourceTree = ""; }; + 01E9D5A76E993748AE64F960C7752A45 /* GM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GM@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/GM@2x.png"; sourceTree = ""; }; + 0320AC100A56A1F9E1CE33AE906F0D01 /* PR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PR@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/PR@2x.png"; sourceTree = ""; }; + 03D50E4B23B8C8491C97E8504EC17F37 /* SN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SN@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/SN@2x.png"; sourceTree = ""; }; + 04AA90FAF52AC9642818985DB287B15C /* MC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MC.png; path = CountryPicker/Sources/CountryPickerController.bundle/MC.png; sourceTree = ""; }; + 04D74AC6DF0B57AED6715FB7050A570B /* PW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PW@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/PW@2x.png"; sourceTree = ""; }; + 068014D15BB1456027E5B879B9F0F910 /* TC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TC.png; path = CountryPicker/Sources/CountryPickerController.bundle/TC.png; sourceTree = ""; }; + 068B9669AF83CB4E9D933C381092B445 /* SD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SD@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/SD@2x.png"; sourceTree = ""; }; + 079E884E55EF6C31CC06B2C6A6AFD0D6 /* TL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TL@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/TL@2x.png"; sourceTree = ""; }; + 07A82698E87846EA1D157C2F201EFBCB /* LI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LI@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/LI@2x.png"; sourceTree = ""; }; + 088EC19EB479B8CD643B8088D4A6E36B /* AR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AR@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/AR@2x.png"; sourceTree = ""; }; + 0940A76BF77EC96E8E1C1381A17DD255 /* LT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LT@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/LT@2x.png"; sourceTree = ""; }; + 09BEC00B01252771FA5333434A50898B /* LC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LC@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/LC@2x.png"; sourceTree = ""; }; + 09EC63CE2513A88A2B0600BB1FE0D8A3 /* CF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CF@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/CF@2x.png"; sourceTree = ""; }; + 0A23F74084C93F9FE0E525339868A56F /* LV.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LV.png; path = CountryPicker/Sources/CountryPickerController.bundle/LV.png; sourceTree = ""; }; + 0A3627853317AD89F3BE14B9332B9DF5 /* BE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BE@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/BE@2x.png"; sourceTree = ""; }; + 0A54A26CB52B4A2E723017EA2F9AB690 /* GL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GL@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/GL@2x.png"; sourceTree = ""; }; + 0AC5003246A74586E5A83773141E798D /* BV@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BV@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/BV@2x.png"; sourceTree = ""; }; + 0B317BFE447B687F2F8243369B11F1AF /* KM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KM.png; path = CountryPicker/Sources/CountryPickerController.bundle/KM.png; sourceTree = ""; }; + 0BE465DE94DE4BE6A7112DAB4EA14A9D /* VA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VA@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/VA@2x.png"; sourceTree = ""; }; + 0C99EFC4E5D99F6256FF07742682EA42 /* SI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SI.png; path = CountryPicker/Sources/CountryPickerController.bundle/SI.png; sourceTree = ""; }; + 0D589406C9DC51C55221F99B77FA2CB0 /* VC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VC.png; path = CountryPicker/Sources/CountryPickerController.bundle/VC.png; sourceTree = ""; }; + 0D5F6263E27E57A67512094639F32317 /* WF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = WF.png; path = CountryPicker/Sources/CountryPickerController.bundle/WF.png; sourceTree = ""; }; + 0D8F02BBACB1D67E8A82B20788AB433F /* PS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PS@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/PS@2x.png"; sourceTree = ""; }; + 0DB86D58B141AF789F1D7452F8F17E66 /* DZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = DZ.png; path = CountryPicker/Sources/CountryPickerController.bundle/DZ.png; sourceTree = ""; }; + 0E1ADF9B82B2CB04F7970E8AE538C9BF /* ZA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ZA@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/ZA@2x.png"; sourceTree = ""; }; + 0E8527532FD671969CADEB4C1F5F2FF6 /* YE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = YE.png; path = CountryPicker/Sources/CountryPickerController.bundle/YE.png; sourceTree = ""; }; + 0E936B91D0F7F705D00AC2EE8BC54DB9 /* YT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = YT.png; path = CountryPicker/Sources/CountryPickerController.bundle/YT.png; sourceTree = ""; }; + 0EC787D0524B097B64358E676DBDF9CE /* TH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TH@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/TH@2x.png"; sourceTree = ""; }; + 101DAC37B136D16EC1065B7C20198CE2 /* SM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SM@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/SM@2x.png"; sourceTree = ""; }; + 11D05AE5DB40FD270D20B18EA663DE65 /* MD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MD@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/MD@2x.png"; sourceTree = ""; }; + 122656FBF7B09076CD80CC0A333BB3AC /* CV@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CV@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/CV@2x.png"; sourceTree = ""; }; + 125B42B21480370A3D28CA8BCA7016C2 /* LU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LU@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/LU@2x.png"; sourceTree = ""; }; + 126037055D2BF1DA3F74AD291F7FFB1F /* Constant.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constant.swift; path = CountryPicker/Sources/Constant.swift; sourceTree = ""; }; + 13A57B10655C3FBD14AA8FF8C6A414BD /* JO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "JO@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/JO@2x.png"; sourceTree = ""; }; + 13CA556A5D238A4B42DCFC7BE20AA75B /* IT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IT@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/IT@2x.png"; sourceTree = ""; }; + 13D5FF7B87EFF68FF49173C812BE16C8 /* GH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GH@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/GH@2x.png"; sourceTree = ""; }; + 143B09A9B7A69FC540FC0F99B8ADE40D /* SectionMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SectionMapper.swift; path = CountryPicker/Sources/SectionMapper.swift; sourceTree = ""; }; + 1459DBBFB6C6A51B025B116BE270BF16 /* GD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GD@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/GD@2x.png"; sourceTree = ""; }; + 14856ADDDF9418042A2608996454575B /* ZM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ZM.png; path = CountryPicker/Sources/CountryPickerController.bundle/ZM.png; sourceTree = ""; }; + 14C3960FE12EB83CF793C647ADDFCEFC /* VG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VG@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/VG@2x.png"; sourceTree = ""; }; + 14EB062C40A43647CB7858C0AF7832EB /* SA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SA@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/SA@2x.png"; sourceTree = ""; }; + 1549A744C0BFEF0B5A35EB9DF3D73A8E /* NU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NU@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/NU@2x.png"; sourceTree = ""; }; + 16061DAEA0845176AE3A5EA09EFA2177 /* CW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CW.png; path = CountryPicker/Sources/CountryPickerController.bundle/CW.png; sourceTree = ""; }; + 16B289860027E0D3EB441A7FDE07C9AB /* IM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IM.png; path = CountryPicker/Sources/CountryPickerController.bundle/IM.png; sourceTree = ""; }; + 16F3693B03698DC01EAC43FBAF232856 /* MG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MG@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/MG@2x.png"; sourceTree = ""; }; + 173758FE4B1843B074A68AB6D310B5B4 /* RO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = RO.png; path = CountryPicker/Sources/CountryPickerController.bundle/RO.png; sourceTree = ""; }; + 174837FF6613CC83869B79FCC1AF205D /* Pods-CountryPickerExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CountryPickerExample.debug.xcconfig"; sourceTree = ""; }; + 191A9061A04E362FD1D0B983553C5212 /* TD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TD.png; path = CountryPicker/Sources/CountryPickerController.bundle/TD.png; sourceTree = ""; }; + 19C61FBFF9B2331C5F1B2CABCA8E80C8 /* CD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CD@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/CD@2x.png"; sourceTree = ""; }; + 19ECD14F8994D8E33D913515A795DA85 /* UY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = UY.png; path = CountryPicker/Sources/CountryPickerController.bundle/UY.png; sourceTree = ""; }; + 1A0A36095EECFA6FFD9728ED5C410605 /* FM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = FM.png; path = CountryPicker/Sources/CountryPickerController.bundle/FM.png; sourceTree = ""; }; + 1A86DA61B85E9EBEA9F2BDB517790F88 /* ER@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ER@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/ER@2x.png"; sourceTree = ""; }; + 1AAFD3A768C328AAEC7924430EC4B92D /* UM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "UM@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/UM@2x.png"; sourceTree = ""; }; + 1ACAD10AC6547E46D7E490F3E436327D /* MQ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MQ.png; path = CountryPicker/Sources/CountryPickerController.bundle/MQ.png; sourceTree = ""; }; + 1ACE392BBB8BD4F15CB849E88741F36C /* LI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LI.png; path = CountryPicker/Sources/CountryPickerController.bundle/LI.png; sourceTree = ""; }; + 1AF65187E6B85A564CD657AA604B635F /* LB.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LB.png; path = CountryPicker/Sources/CountryPickerController.bundle/LB.png; sourceTree = ""; }; + 1B2D1521A754065CF31C0ECC5253D287 /* ZA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ZA.png; path = CountryPicker/Sources/CountryPickerController.bundle/ZA.png; sourceTree = ""; }; + 1BB7360A6AB56B374E2EC1E0D877A14A /* Pods-CountryPickerExample-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-CountryPickerExample-Info.plist"; sourceTree = ""; }; + 1BE92D855C6D7999FC689CAFCA7F5D31 /* TK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TK@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/TK@2x.png"; sourceTree = ""; }; + 1C36D13D0942B73A692F5246977A2CF0 /* ET@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ET@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/ET@2x.png"; sourceTree = ""; }; + 1CA38B84B670FCFD0463E67B14E4B5CE /* AX.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AX.png; path = CountryPicker/Sources/CountryPickerController.bundle/AX.png; sourceTree = ""; }; + 1CC371A099CAB08274C77B70BCEC77F9 /* ES.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ES.png; path = CountryPicker/Sources/CountryPickerController.bundle/ES.png; sourceTree = ""; }; + 1CEBC337B86CB6DE5585238095014F66 /* KE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KE@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/KE@2x.png"; sourceTree = ""; }; + 1D0E71437851E8F2DB4A7FC86A6D7858 /* ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist"; sourceTree = ""; }; + 1D21B8768248CCE84EA55330E08351E6 /* BW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BW@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/BW@2x.png"; sourceTree = ""; }; + 1D588751278B43DB170D469D3A483E84 /* NC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NC.png; path = CountryPicker/Sources/CountryPickerController.bundle/NC.png; sourceTree = ""; }; + 1D7FCF345A957431EB63D9362606C8C1 /* ZM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ZM@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/ZM@2x.png"; sourceTree = ""; }; + 1D885581A10EB3562BB72E2224F9F8D7 /* Pods-CountryPickerExample-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-CountryPickerExample-acknowledgements.plist"; sourceTree = ""; }; + 1E246C7F334C7AD8F2D87AB1D56C17E2 /* SKCountryPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SKCountryPicker.debug.xcconfig; sourceTree = ""; }; + 1FAEEA7C0B1CCC471EFA091C9AFC1F21 /* SM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SM.png; path = CountryPicker/Sources/CountryPickerController.bundle/SM.png; sourceTree = ""; }; + 1FC847CF2DE60BB54C42BAE6BB208527 /* MM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MM.png; path = CountryPicker/Sources/CountryPickerController.bundle/MM.png; sourceTree = ""; }; + 1FFEF0AEE2A4851B077C8E100C097CC2 /* RE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "RE@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/RE@2x.png"; sourceTree = ""; }; + 2001365D06F177A8F4492743DFC9ECEA /* PE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PE.png; path = CountryPicker/Sources/CountryPickerController.bundle/PE.png; sourceTree = ""; }; + 201C4FFA9E25D3F5665135F891BB8B3A /* LA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LA.png; path = CountryPicker/Sources/CountryPickerController.bundle/LA.png; sourceTree = ""; }; + 204EF96BCD2FE49ED2B3F6E9961EA478 /* MV@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MV@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/MV@2x.png"; sourceTree = ""; }; + 20A025126B9AECC6AD61862C2B91D76B /* NU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NU.png; path = CountryPicker/Sources/CountryPickerController.bundle/NU.png; sourceTree = ""; }; + 20B23FA8C74EA8E436C077E782204CB5 /* BE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BE.png; path = CountryPicker/Sources/CountryPickerController.bundle/BE.png; sourceTree = ""; }; + 20D919B3D9E248926F37EFEFE1DAD3C3 /* TZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TZ.png; path = CountryPicker/Sources/CountryPickerController.bundle/TZ.png; sourceTree = ""; }; + 2172979CE76C4CFF2210E03A4679E5A5 /* countries.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = countries.plist; path = CountryPicker/Sources/CountryPickerController.bundle/countries.plist; sourceTree = ""; }; + 21B98481AE7DD68BD8D94B38E5124231 /* LK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LK.png; path = CountryPicker/Sources/CountryPickerController.bundle/LK.png; sourceTree = ""; }; + 224C7F637A43DC53E1C84A2004A61800 /* TM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TM@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/TM@2x.png"; sourceTree = ""; }; + 227BD6CDDE315986A25C00D4425BB563 /* FO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = FO.png; path = CountryPicker/Sources/CountryPickerController.bundle/FO.png; sourceTree = ""; }; + 228123CFD141C444D62D94471A6B236D /* KZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KZ@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/KZ@2x.png"; sourceTree = ""; }; + 23A04856C6B05A746CA3B893C25C6D94 /* RE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = RE.png; path = CountryPicker/Sources/CountryPickerController.bundle/RE.png; sourceTree = ""; }; + 2454E15E4EE9542386AF3D1C28573AD6 /* AI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AI@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/AI@2x.png"; sourceTree = ""; }; + 24B1475F38AF0E642CDB63B3C38CD948 /* BZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BZ@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/BZ@2x.png"; sourceTree = ""; }; + 260CC83DE32D2BDCB5E89CD64BD57B0A /* PF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PF.png; path = CountryPicker/Sources/CountryPickerController.bundle/PF.png; sourceTree = ""; }; + 261EDFDB583F74E273238F16B59BA809 /* BT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BT.png; path = CountryPicker/Sources/CountryPickerController.bundle/BT.png; sourceTree = ""; }; + 263A6EFBA6320F48D66DEFAF02CE3F90 /* SZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SZ@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/SZ@2x.png"; sourceTree = ""; }; + 26492A5EE9A70C326F34E21E065F3197 /* GL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GL.png; path = CountryPicker/Sources/CountryPickerController.bundle/GL.png; sourceTree = ""; }; + 265CFCB7F017C95FCD9FE82479E820B8 /* JM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = JM.png; path = CountryPicker/Sources/CountryPickerController.bundle/JM.png; sourceTree = ""; }; + 2777D0C5ECDDAF567A1042F1367D7503 /* KP@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KP@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/KP@2x.png"; sourceTree = ""; }; + 27943D05C9ECCAE253474D780783395C /* LV@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LV@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/LV@2x.png"; sourceTree = ""; }; + 2879A427B06969219E184A64363BC6A6 /* SY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SY@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/SY@2x.png"; sourceTree = ""; }; + 295B09AFB1503ABA3FCBA00C5DBF73F8 /* HN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = HN.png; path = CountryPicker/Sources/CountryPickerController.bundle/HN.png; sourceTree = ""; }; + 298588329D46A92DD3BD2453F1E6A99F /* TR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TR.png; path = CountryPicker/Sources/CountryPickerController.bundle/TR.png; sourceTree = ""; }; + 2A26488D6047E880C4703B7B7B86FEB8 /* GA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GA@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/GA@2x.png"; sourceTree = ""; }; + 2A3D9ECCEAFC94CCC7074E009DD31891 /* TC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TC@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/TC@2x.png"; sourceTree = ""; }; + 2A8591CFE3D714A01665D9E003B99942 /* EC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = EC.png; path = CountryPicker/Sources/CountryPickerController.bundle/EC.png; sourceTree = ""; }; + 2AF427A137B432BCE604C0E3D2B4A7BA /* Country.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Country.swift; path = CountryPicker/Sources/Country.swift; sourceTree = ""; }; + 2C6331AA239E97792790E9D0DD5EBA5B /* BI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BI@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/BI@2x.png"; sourceTree = ""; }; + 2C9B2D9C4E7886BB149406D9F74F2FC6 /* GB.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GB.png; path = CountryPicker/Sources/CountryPickerController.bundle/GB.png; sourceTree = ""; }; + 2D17F38B537B54CDB45380D9BA4A5302 /* Pods-CountryPickerExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CountryPickerExample.release.xcconfig"; sourceTree = ""; }; + 2DC21E67B63B752E3BD02ADA48143823 /* UM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = UM.png; path = CountryPicker/Sources/CountryPickerController.bundle/UM.png; sourceTree = ""; }; + 2DD3E05D4BE1A3B19B7AD157979FC812 /* TK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TK.png; path = CountryPicker/Sources/CountryPickerController.bundle/TK.png; sourceTree = ""; }; + 2E52F1785745BB1B098725FB1BBF5889 /* MN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MN@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/MN@2x.png"; sourceTree = ""; }; + 2F228C6536B9D8A046ED131391FC1B8D /* US@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "US@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/US@2x.png"; sourceTree = ""; }; + 2FE3F06B7C92F42A85AB1C9A2AD7CD2E /* SJ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SJ.png; path = CountryPicker/Sources/CountryPickerController.bundle/SJ.png; sourceTree = ""; }; + 30D2B4C070EFE70EFB45AEF0C935E06C /* CO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CO.png; path = CountryPicker/Sources/CountryPickerController.bundle/CO.png; sourceTree = ""; }; + 32000E20F6989EE724FD78251E363C5C /* AE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AE@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/AE@2x.png"; sourceTree = ""; }; + 3221CB3D72AFF0F16F5B9BBF88A881AF /* NC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NC@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/NC@2x.png"; sourceTree = ""; }; + 3276D213F14515902E8CFCBDDA5DAE64 /* GE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GE.png; path = CountryPicker/Sources/CountryPickerController.bundle/GE.png; sourceTree = ""; }; + 331E10829549B5DE6E52BC1AAFB84C0D /* ZW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ZW@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/ZW@2x.png"; sourceTree = ""; }; + 337DFA13426F83221C48049DC2952AB1 /* RS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = RS.png; path = CountryPicker/Sources/CountryPickerController.bundle/RS.png; sourceTree = ""; }; + 33C5E4B5C27D547B6A4A8F10BE399CFC /* TT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TT.png; path = CountryPicker/Sources/CountryPickerController.bundle/TT.png; sourceTree = ""; }; + 34A9A11A29DD862C81FA4AB4DB7B8478 /* MF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MF@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/MF@2x.png"; sourceTree = ""; }; + 34CBC0741B482BDA3239D3C606E5B9A9 /* TJ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TJ.png; path = CountryPicker/Sources/CountryPickerController.bundle/TJ.png; sourceTree = ""; }; + 360ECC72FD37A468D11E93A829056660 /* BM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BM@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/BM@2x.png"; sourceTree = ""; }; + 36476E9BF9556A5CC323A34A5BE741B2 /* SI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SI@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/SI@2x.png"; sourceTree = ""; }; + 36C46E5D2823EA9C9FBBF82ADF55D7D7 /* MO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MO.png; path = CountryPicker/Sources/CountryPickerController.bundle/MO.png; sourceTree = ""; }; + 36EE5FC8257D1A413854582082357A64 /* MQ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MQ@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/MQ@2x.png"; sourceTree = ""; }; + 38038717283438A1251241A5658002E0 /* MA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MA@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/MA@2x.png"; sourceTree = ""; }; + 380B418FDE83BE774287CA8605B6CA6E /* BF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BF.png; path = CountryPicker/Sources/CountryPickerController.bundle/BF.png; sourceTree = ""; }; + 384403FD3C0DE2E7C968AF1D0AD810BF /* FM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "FM@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/FM@2x.png"; sourceTree = ""; }; + 3891242BF8682A0764A7456C05679A62 /* MX.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MX.png; path = CountryPicker/Sources/CountryPickerController.bundle/MX.png; sourceTree = ""; }; + 38CE375C7FD6E68792E18A86326C0CF3 /* AZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AZ@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/AZ@2x.png"; sourceTree = ""; }; + 38E70E91918C3DE47C4C3182EA3C7827 /* KR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KR@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/KR@2x.png"; sourceTree = ""; }; + 38EE2B75093581A55005F221A80604ED /* MW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MW@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/MW@2x.png"; sourceTree = ""; }; + 391515DD117F99F4C139F64B3F30E0F0 /* YT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "YT@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/YT@2x.png"; sourceTree = ""; }; + 3996C06A821D23E43EF79448B9688F4E /* ML.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ML.png; path = CountryPicker/Sources/CountryPickerController.bundle/ML.png; sourceTree = ""; }; + 39A3E0A037DC56295DE67A07098414F7 /* Pods-CountryPickerExample-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CountryPickerExample-frameworks.sh"; sourceTree = ""; }; + 39B395A8FE93055F2E11FED90216EB32 /* MK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MK.png; path = CountryPicker/Sources/CountryPickerController.bundle/MK.png; sourceTree = ""; }; + 39F43C0B2374502D3450CD81DECBF061 /* PY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PY@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/PY@2x.png"; sourceTree = ""; }; + 3A1BF532BAA814BE86ECF953C97461CB /* VE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VE.png; path = CountryPicker/Sources/CountryPickerController.bundle/VE.png; sourceTree = ""; }; + 3B0EA755D8ECEB15F5608EE068833128 /* AD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AD@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/AD@2x.png"; sourceTree = ""; }; + 3BC88641B63E0C89C653BBD177C777C0 /* PG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PG.png; path = CountryPicker/Sources/CountryPickerController.bundle/PG.png; sourceTree = ""; }; + 3C7DF075748DCCF91C84C790B51EAECF /* CM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CM@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/CM@2x.png"; sourceTree = ""; }; + 3D12DAAB1BA44E7A01BA3D3BF265CC64 /* LU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LU.png; path = CountryPicker/Sources/CountryPickerController.bundle/LU.png; sourceTree = ""; }; + 3D4BAE0236E1452BCFDE844C68D11C83 /* IO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IO@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/IO@2x.png"; sourceTree = ""; }; + 3DCDE0ACA03B5CAD124363BB23103B2E /* PA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PA@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/PA@2x.png"; sourceTree = ""; }; + 3EB05C145EC6C18174617200CA2F0210 /* NE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NE@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/NE@2x.png"; sourceTree = ""; }; + 3F15D5C705C955DC4FB613FFAE51E131 /* ID@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ID@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/ID@2x.png"; sourceTree = ""; }; + 3F1618D997099143819EC379F6F7D0C0 /* ID.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ID.png; path = CountryPicker/Sources/CountryPickerController.bundle/ID.png; sourceTree = ""; }; + 3FDD675C7619C3A2B6D3314C35FAE0AF /* NG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NG@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/NG@2x.png"; sourceTree = ""; }; + 4000061380ECC9D6C33A3CF73FAD73B4 /* LY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LY.png; path = CountryPicker/Sources/CountryPickerController.bundle/LY.png; sourceTree = ""; }; + 4009562EB49B17300387CA988F7C9408 /* HT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "HT@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/HT@2x.png"; sourceTree = ""; }; + 404E1BF37FD66D56EF57151F58DC6153 /* SO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SO.png; path = CountryPicker/Sources/CountryPickerController.bundle/SO.png; sourceTree = ""; }; + 4070D47F0A38F684BC122ECA1BFC24D0 /* NF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NF.png; path = CountryPicker/Sources/CountryPickerController.bundle/NF.png; sourceTree = ""; }; + 4119DC3D3C6C5846A445E0B66921AB96 /* CY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CY@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/CY@2x.png"; sourceTree = ""; }; + 4123D4F7F34FDFD16373657162478949 /* UZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "UZ@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/UZ@2x.png"; sourceTree = ""; }; + 41AC1F3473C4036B5912E27C2915E4DB /* CountryPickerWithSectionViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CountryPickerWithSectionViewModel.swift; path = CountryPicker/Sources/CountryPickerWithSectionViewModel.swift; sourceTree = ""; }; + 428522A8F739C592CFD78E161E189711 /* BH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BH.png; path = CountryPicker/Sources/CountryPickerController.bundle/BH.png; sourceTree = ""; }; + 42BA42D5F23B552477085FCD5F37F862 /* SS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SS.png; path = CountryPicker/Sources/CountryPickerController.bundle/SS.png; sourceTree = ""; }; + 452F032ECC748F0AB914858BD57C3945 /* SO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SO@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/SO@2x.png"; sourceTree = ""; }; + 45AFA85A634CED1C6097DDF7DB46BE12 /* HR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "HR@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/HR@2x.png"; sourceTree = ""; }; + 45B86EE3DC6E27333A3357322060C9D7 /* CG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CG@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/CG@2x.png"; sourceTree = ""; }; + 46842119AE9A0E5F988AC2944E206859 /* AD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AD.png; path = CountryPicker/Sources/CountryPickerController.bundle/AD.png; sourceTree = ""; }; + 47D901291224D0B77E88E5ADB7E36930 /* VU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VU@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/VU@2x.png"; sourceTree = ""; }; + 47F38C9C1DF085D1437571AAB5FCD82E /* GD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GD.png; path = CountryPicker/Sources/CountryPickerController.bundle/GD.png; sourceTree = ""; }; + 48577A194B7E74BE93A0BAFCC5398BA2 /* PM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PM.png; path = CountryPicker/Sources/CountryPickerController.bundle/PM.png; sourceTree = ""; }; + 485946659A5D698E6864034EDFD9B239 /* AT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AT.png; path = CountryPicker/Sources/CountryPickerController.bundle/AT.png; sourceTree = ""; }; + 48A5D877471170C76B7CCDDF2D50C783 /* OM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "OM@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/OM@2x.png"; sourceTree = ""; }; + 49C79FA27BFBFB0CB9083AC4EDAE9AF3 /* GT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GT.png; path = CountryPicker/Sources/CountryPickerController.bundle/GT.png; sourceTree = ""; }; + 49DCAE5D4B37EE67363BAC071D35CA3E /* Pods-CountryPickerExample-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-CountryPickerExample-umbrella.h"; sourceTree = ""; }; + 4A5DA555D0A1921E544F3C163E47FB56 /* FJ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = FJ.png; path = CountryPicker/Sources/CountryPickerController.bundle/FJ.png; sourceTree = ""; }; + 4A6AAB47C2082C3D06A8ED5AA9519332 /* SA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SA.png; path = CountryPicker/Sources/CountryPickerController.bundle/SA.png; sourceTree = ""; }; + 4AA2CA4B1CA3FD9CDC9E91FEEA0064C9 /* BY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BY.png; path = CountryPicker/Sources/CountryPickerController.bundle/BY.png; sourceTree = ""; }; + 4AB9DE715BB7AFC326983914C2D8EFBF /* AG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AG@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/AG@2x.png"; sourceTree = ""; }; + 4B5DDBEE0C2AD18D3CA6E74753F76CF4 /* CH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CH.png; path = CountryPicker/Sources/CountryPickerController.bundle/CH.png; sourceTree = ""; }; + 4B617D5214578546288CE79F118FFEBB /* PG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PG@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/PG@2x.png"; sourceTree = ""; }; + 4B678BA9FF8508F4379262D9FD2B4AC9 /* GI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GI.png; path = CountryPicker/Sources/CountryPickerController.bundle/GI.png; sourceTree = ""; }; + 4CC1DEAEBCBC0E656E22AF0B4C6B24E7 /* IQ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IQ.png; path = CountryPicker/Sources/CountryPickerController.bundle/IQ.png; sourceTree = ""; }; + 4CE25533B6D3CBA2CC42183730429F97 /* HU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "HU@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/HU@2x.png"; sourceTree = ""; }; + 4CED281B3733D3A974BD4D753DEEA7E3 /* DJ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "DJ@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/DJ@2x.png"; sourceTree = ""; }; + 4D0F5263B35FDC0E90D316CFE4922847 /* GM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GM.png; path = CountryPicker/Sources/CountryPickerController.bundle/GM.png; sourceTree = ""; }; + 4D3AD942E5E7A59B7220851EBD2511FD /* KY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KY.png; path = CountryPicker/Sources/CountryPickerController.bundle/KY.png; sourceTree = ""; }; + 4D600F7B97D4BC44457DA8F5AE5EFC26 /* CH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CH@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/CH@2x.png"; sourceTree = ""; }; + 4E21AFCF9D565C0E6060D0EB11D41AC2 /* GN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GN@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/GN@2x.png"; sourceTree = ""; }; + 4EE9CD5C74D67DA021BC139D1C277EB5 /* EE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "EE@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/EE@2x.png"; sourceTree = ""; }; + 4F40FB32635A320C0FC9EBFAD4CDB876 /* FI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = FI.png; path = CountryPicker/Sources/CountryPickerController.bundle/FI.png; sourceTree = ""; }; + 4F77AADB1E9B90E9129FE56B7BB87782 /* VN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VN.png; path = CountryPicker/Sources/CountryPickerController.bundle/VN.png; sourceTree = ""; }; + 51090CAB7518BA38C51C531CE8533180 /* BS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BS.png; path = CountryPicker/Sources/CountryPickerController.bundle/BS.png; sourceTree = ""; }; + 5122B889776016DF22C50528570DEDAA /* IL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IL@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/IL@2x.png"; sourceTree = ""; }; + 51504A4B8AF41F36BAB4B911994C5B50 /* BY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BY@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/BY@2x.png"; sourceTree = ""; }; + 516272B03396F37DC9769987C24523B0 /* MM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MM@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/MM@2x.png"; sourceTree = ""; }; + 518D63F29972121C94F6D9A19C695DFE /* FR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "FR@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/FR@2x.png"; sourceTree = ""; }; + 52C19F1765192AC3466B40B732330F26 /* PK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PK.png; path = CountryPicker/Sources/CountryPickerController.bundle/PK.png; sourceTree = ""; }; + 52E24A3729A43D79DC53229A68F262E6 /* TG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TG@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/TG@2x.png"; sourceTree = ""; }; + 533151860D829BE0B0709241E78F75C4 /* TT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TT@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/TT@2x.png"; sourceTree = ""; }; + 5359A13A51683868324FB2FF9FDC0B93 /* NZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NZ@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/NZ@2x.png"; sourceTree = ""; }; + 5373337F18463C19F9797985EC0594F5 /* KI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KI.png; path = CountryPicker/Sources/CountryPickerController.bundle/KI.png; sourceTree = ""; }; + 53FDCC3771F0FAEE2075C72702BFD7F4 /* AM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AM@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/AM@2x.png"; sourceTree = ""; }; + 542EC74FBDBFCCB6D9A3E66173F366F6 /* NE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NE.png; path = CountryPicker/Sources/CountryPickerController.bundle/NE.png; sourceTree = ""; }; + 5564A26F9392BC130B7E75357A23F34A /* CF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CF.png; path = CountryPicker/Sources/CountryPickerController.bundle/CF.png; sourceTree = ""; }; + 56483EDD4814FA27CD3E93E539A5EBF2 /* SS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SS@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/SS@2x.png"; sourceTree = ""; }; + 56ED8369E5954B4D85D7E652125C31F9 /* CU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CU@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/CU@2x.png"; sourceTree = ""; }; + 5865AB6AF5C3A06CCF0C121F767C8FD3 /* MD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MD.png; path = CountryPicker/Sources/CountryPickerController.bundle/MD.png; sourceTree = ""; }; + 593A699B487CE0FF4C358E87D879F8EF /* CU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CU.png; path = CountryPicker/Sources/CountryPickerController.bundle/CU.png; sourceTree = ""; }; + 59674852BA821C8ECEFC6BA9C35D2356 /* CA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CA.png; path = CountryPicker/Sources/CountryPickerController.bundle/CA.png; sourceTree = ""; }; + 5AC132376B642C5DAF904F63D7B488E1 /* VU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VU.png; path = CountryPicker/Sources/CountryPickerController.bundle/VU.png; sourceTree = ""; }; + 5AEDCE552FE4C989D402BB6287DEEDFE /* AW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AW@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/AW@2x.png"; sourceTree = ""; }; + 5AF14C90CAFF6C77A609E9EF2C816D05 /* RS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "RS@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/RS@2x.png"; sourceTree = ""; }; + 5C6F3D9F501B97472249831598CB201D /* SD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SD.png; path = CountryPicker/Sources/CountryPickerController.bundle/SD.png; sourceTree = ""; }; + 5C752D97339EA74F3DCACC7214302874 /* NA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NA.png; path = CountryPicker/Sources/CountryPickerController.bundle/NA.png; sourceTree = ""; }; + 5C9A286E6566D01AC360C8C4A42C3A71 /* CN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CN.png; path = CountryPicker/Sources/CountryPickerController.bundle/CN.png; sourceTree = ""; }; + 5E17BCD5FB099C2C3B115D1C963978EE /* PW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PW.png; path = CountryPicker/Sources/CountryPickerController.bundle/PW.png; sourceTree = ""; }; + 5F94DC2C471B1916DA7E7A8715194C75 /* FJ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "FJ@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/FJ@2x.png"; sourceTree = ""; }; + 602A377F605B5561F0817F87D686E48A /* CV.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CV.png; path = CountryPicker/Sources/CountryPickerController.bundle/CV.png; sourceTree = ""; }; + 6190E7000F64C75BA1DB564220C8163B /* JE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "JE@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/JE@2x.png"; sourceTree = ""; }; + 61A51D48765AE27B2452D44DAF08E830 /* PN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PN@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/PN@2x.png"; sourceTree = ""; }; + 61DC53E710A2D02618ADEF68BBB84E68 /* PE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PE@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/PE@2x.png"; sourceTree = ""; }; + 61EAACBCC0FCFAFDFE47F0F32297D399 /* CL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CL@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/CL@2x.png"; sourceTree = ""; }; + 6258D8C22A8C113320A357FAB46886F8 /* ES@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ES@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/ES@2x.png"; sourceTree = ""; }; + 6267021C0C520CD5E6CF48BA60E0F9BF /* DO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = DO.png; path = CountryPicker/Sources/CountryPickerController.bundle/DO.png; sourceTree = ""; }; + 6409985305B48F78BD56E4EF4A100395 /* BH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BH@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/BH@2x.png"; sourceTree = ""; }; + 650FDA2A9AE3C9FFCDD41AE984E26032 /* IL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IL.png; path = CountryPicker/Sources/CountryPickerController.bundle/IL.png; sourceTree = ""; }; + 6558BED7BD7E2C8D00FC47FFE704DFF1 /* GU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GU@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/GU@2x.png"; sourceTree = ""; }; + 6581335F0A3909D64EE8BFBA02E33EB7 /* HU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = HU.png; path = CountryPicker/Sources/CountryPickerController.bundle/HU.png; sourceTree = ""; }; + 661A9CFD03A92F6CCCE917ED59C467E2 /* AT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AT@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/AT@2x.png"; sourceTree = ""; }; + 663EBC6DA13BBED5E6A0A08207B166AD /* SKCountryPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SKCountryPicker.modulemap; sourceTree = ""; }; + 67092AE1295EE7DD4444BE9D96FCA68F /* GA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GA.png; path = CountryPicker/Sources/CountryPickerController.bundle/GA.png; sourceTree = ""; }; + 679852A17D3B52EF4D1D3DFB9CABFB22 /* VE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VE@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/VE@2x.png"; sourceTree = ""; }; + 67E9DA2115670A59F9F8C4696AE830A2 /* TF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TF@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/TF@2x.png"; sourceTree = ""; }; + 6865A103F38078E20CCA4D42889D4ADC /* MV.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MV.png; path = CountryPicker/Sources/CountryPickerController.bundle/MV.png; sourceTree = ""; }; + 68E73CA4865AD636DCFF5C7C3E8651E6 /* KN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KN@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/KN@2x.png"; sourceTree = ""; }; + 693965CFD00211C3354A512A882AE76F /* SN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SN.png; path = CountryPicker/Sources/CountryPickerController.bundle/SN.png; sourceTree = ""; }; + 696EC4295D7716A4FFA4D69AEFAA7EFE /* US.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = US.png; path = CountryPicker/Sources/CountryPickerController.bundle/US.png; sourceTree = ""; }; + 69829FE52A4AF971C3C6AD9B6845D8D1 /* GN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GN.png; path = CountryPicker/Sources/CountryPickerController.bundle/GN.png; sourceTree = ""; }; + 6ACA195DA9CFE8D4EE4A6127460EECDF /* MP.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MP.png; path = CountryPicker/Sources/CountryPickerController.bundle/MP.png; sourceTree = ""; }; + 6C073BF85ECCB4AA9253AF31C40F4DC5 /* EG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = EG.png; path = CountryPicker/Sources/CountryPickerController.bundle/EG.png; sourceTree = ""; }; + 6C531D0697F4401DDDEABC8D81B8F18B /* UY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "UY@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/UY@2x.png"; sourceTree = ""; }; + 6C865885D803F433449500551993E26E /* SKCountryPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SKCountryPicker-prefix.pch"; sourceTree = ""; }; + 6CF9E379A9C7D4D0E02D076E0A23F361 /* BN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BN.png; path = CountryPicker/Sources/CountryPickerController.bundle/BN.png; sourceTree = ""; }; + 6D7AC5BE809D9A3675C52540B020DF3F /* MZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MZ@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/MZ@2x.png"; sourceTree = ""; }; + 6DACB4915BC3AC4969F624CE253DD4B6 /* JP@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "JP@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/JP@2x.png"; sourceTree = ""; }; + 6DCA55E8A9770F28591820C4A29FFAFD /* PN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PN.png; path = CountryPicker/Sources/CountryPickerController.bundle/PN.png; sourceTree = ""; }; + 6DE1E354C54BA830FCADE2DF355FC555 /* HR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = HR.png; path = CountryPicker/Sources/CountryPickerController.bundle/HR.png; sourceTree = ""; }; + 6DF068ED7CCDD88FC0BC2100D62BD273 /* MZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MZ.png; path = CountryPicker/Sources/CountryPickerController.bundle/MZ.png; sourceTree = ""; }; + 6E0FAC18CCEE17D15E421F3B5CA30157 /* IS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IS.png; path = CountryPicker/Sources/CountryPickerController.bundle/IS.png; sourceTree = ""; }; + 6E433DA8A7241F4F740C597AD8267A24 /* KE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KE.png; path = CountryPicker/Sources/CountryPickerController.bundle/KE.png; sourceTree = ""; }; + 6F58E8CABB8F015B6A79760C86DE997C /* XK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = XK.png; path = CountryPicker/Sources/CountryPickerController.bundle/XK.png; sourceTree = ""; }; + 713EF9AD7626F752A303F66AAABB7CFA /* BJ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BJ@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/BJ@2x.png"; sourceTree = ""; }; + 7220390842A3BF310FF937F64D94122E /* GR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GR.png; path = CountryPicker/Sources/CountryPickerController.bundle/GR.png; sourceTree = ""; }; + 72F3805207F355ACA4D7A50564D15670 /* NP@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NP@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/NP@2x.png"; sourceTree = ""; }; + 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + 74487E04D0D1E8147C4AAD7DA8A4FC0F /* ZW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ZW.png; path = CountryPicker/Sources/CountryPickerController.bundle/ZW.png; sourceTree = ""; }; + 7510D0E42ED553E923660E7865E35D49 /* RU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "RU@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/RU@2x.png"; sourceTree = ""; }; + 778C1E149F3043BDE72FCA3D119E0485 /* LA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LA@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/LA@2x.png"; sourceTree = ""; }; + 78301524C86D77AC315FD913BBC7875E /* MR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MR@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/MR@2x.png"; sourceTree = ""; }; + 7875D31AEA249F7CAA6485624E94C614 /* TZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TZ@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/TZ@2x.png"; sourceTree = ""; }; + 79430D1CDD1F18AA9D50B15F6C074319 /* SK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SK@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/SK@2x.png"; sourceTree = ""; }; + 797483CF791C43396FC48A568BFADD1C /* CI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CI.png; path = CountryPicker/Sources/CountryPickerController.bundle/CI.png; sourceTree = ""; }; + 797E3DC0FA21B94C259EAFFE596CF018 /* PH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PH.png; path = CountryPicker/Sources/CountryPickerController.bundle/PH.png; sourceTree = ""; }; + 799E3619CFAE47AF5F0D88E311B06EE0 /* KI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KI@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/KI@2x.png"; sourceTree = ""; }; + 79C5309829E957AB25A415F822C78548 /* KW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KW@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/KW@2x.png"; sourceTree = ""; }; + 7ACDFAF3934477386886C52D67FC134C /* DM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = DM.png; path = CountryPicker/Sources/CountryPickerController.bundle/DM.png; sourceTree = ""; }; + 7BECFE2E54195D167AFA0FC423B20936 /* BG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BG@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/BG@2x.png"; sourceTree = ""; }; + 7C06D23C74D849F2E458FDF81ADBFC19 /* PS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PS.png; path = CountryPicker/Sources/CountryPickerController.bundle/PS.png; sourceTree = ""; }; + 7CE663BF92DB27223199A77DA72652FC /* NI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NI.png; path = CountryPicker/Sources/CountryPickerController.bundle/NI.png; sourceTree = ""; }; + 7D4C52A069DEB95512D25C8E432C7803 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; + 7E7E5B573CC5E835E58FA3844F6427AA /* MA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MA.png; path = CountryPicker/Sources/CountryPickerController.bundle/MA.png; sourceTree = ""; }; + 7EDE3119B057724EF197156776269088 /* FO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "FO@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/FO@2x.png"; sourceTree = ""; }; + 7F7F118FBE0F5FA7CCDD0983464B8069 /* NI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NI@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/NI@2x.png"; sourceTree = ""; }; + 7FF729F076CBC846BD8BBB7CC14D946E /* CY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CY.png; path = CountryPicker/Sources/CountryPickerController.bundle/CY.png; sourceTree = ""; }; + 8011417DFADF83FFE94F8C9C04E1D8E8 /* CL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CL.png; path = CountryPicker/Sources/CountryPickerController.bundle/CL.png; sourceTree = ""; }; + 80D1930D7846C460E9623C22D561C005 /* IN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IN.png; path = CountryPicker/Sources/CountryPickerController.bundle/IN.png; sourceTree = ""; }; + 80F1C14D56D41A19B2744A8969B8C4DB /* AS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AS.png; path = CountryPicker/Sources/CountryPickerController.bundle/AS.png; sourceTree = ""; }; + 8117092AF4D0D7B368C65B970F556626 /* AL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AL@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/AL@2x.png"; sourceTree = ""; }; + 814081658C26622411DB134BC01676AC /* BR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BR.png; path = CountryPicker/Sources/CountryPickerController.bundle/BR.png; sourceTree = ""; }; + 8176B5311B8CF333CF5C148B9AEF0458 /* BQ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BQ@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/BQ@2x.png"; sourceTree = ""; }; + 819ED59DFB0D0DA5EF06404864F46847 /* FI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "FI@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/FI@2x.png"; sourceTree = ""; }; + 820B1F8D71440833205D909262AF3DD6 /* DK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = DK.png; path = CountryPicker/Sources/CountryPickerController.bundle/DK.png; sourceTree = ""; }; + 821AECDB0F83BEE116FC432DBF562AA8 /* AW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AW.png; path = CountryPicker/Sources/CountryPickerController.bundle/AW.png; sourceTree = ""; }; + 825BF001628FD4C37C11541941842F56 /* IR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IR.png; path = CountryPicker/Sources/CountryPickerController.bundle/IR.png; sourceTree = ""; }; + 82646C735FA7C1AF45964DDD3F0A5EA7 /* SH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SH@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/SH@2x.png"; sourceTree = ""; }; + 82DD12CF6FC94297BF488D25B82DE1C6 /* BB@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BB@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/BB@2x.png"; sourceTree = ""; }; + 8313CA850FE22EFFE5EB225F66FF91CB /* AI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AI.png; path = CountryPicker/Sources/CountryPickerController.bundle/AI.png; sourceTree = ""; }; + 835E8343AAC5BC429F443591427E0E12 /* IQ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IQ@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/IQ@2x.png"; sourceTree = ""; }; + 83F1E669CBD2B7C07CEE961558C0B792 /* VC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VC@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/VC@2x.png"; sourceTree = ""; }; + 84B9CCF589626333E5AFDEC4E5CC8EF3 /* PL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PL@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/PL@2x.png"; sourceTree = ""; }; + 854B857EA8763309F384BFED27E6B33A /* PF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PF@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/PF@2x.png"; sourceTree = ""; }; + 860F014301ECB4942B1EDFB22132C3B2 /* WS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = WS.png; path = CountryPicker/Sources/CountryPickerController.bundle/WS.png; sourceTree = ""; }; + 862E47D6FD8ABEDD943FE2814AA019DD /* VG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VG.png; path = CountryPicker/Sources/CountryPickerController.bundle/VG.png; sourceTree = ""; }; + 86DC8BFEAA303EE2CD2C0438435B5B1A /* GP@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GP@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/GP@2x.png"; sourceTree = ""; }; + 87522DFF18DAE1F395201234F2DFBC75 /* UA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = UA.png; path = CountryPicker/Sources/CountryPickerController.bundle/UA.png; sourceTree = ""; }; + 8778A4E1CB5A3751757E80EA3D2C1C22 /* EE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = EE.png; path = CountryPicker/Sources/CountryPickerController.bundle/EE.png; sourceTree = ""; }; + 8833399B2809B2E0CB56C13044B5AC5A /* TN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TN.png; path = CountryPicker/Sources/CountryPickerController.bundle/TN.png; sourceTree = ""; }; + 8876C392730EF1C6A1B7B03DBE518EEC /* TH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TH.png; path = CountryPicker/Sources/CountryPickerController.bundle/TH.png; sourceTree = ""; }; + 88A3C6A35C2D9EFBF26A94C90BC7FE9D /* ER.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ER.png; path = CountryPicker/Sources/CountryPickerController.bundle/ER.png; sourceTree = ""; }; + 88B75B2F6D872DA62E36E7677EA06EE0 /* MF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MF.png; path = CountryPicker/Sources/CountryPickerController.bundle/MF.png; sourceTree = ""; }; + 8A3C711C4EEC2E058194CCD069F74CD8 /* PT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PT.png; path = CountryPicker/Sources/CountryPickerController.bundle/PT.png; sourceTree = ""; }; + 8A67BB776B9A45B0D875E0ABB99ACC28 /* QA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = QA.png; path = CountryPicker/Sources/CountryPickerController.bundle/QA.png; sourceTree = ""; }; + 8AFBF274A00D72DF60CE7BB631BCFDDE /* DZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "DZ@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/DZ@2x.png"; sourceTree = ""; }; + 8B89015FB806F880874BA949BA221006 /* TF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TF.png; path = CountryPicker/Sources/CountryPickerController.bundle/TF.png; sourceTree = ""; }; + 8B8C7C93F05C2179050BC5C0E07BBF31 /* MC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MC@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/MC@2x.png"; sourceTree = ""; }; + 8C2F44380AAD7E2FF84AB80BC6922957 /* TG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TG.png; path = CountryPicker/Sources/CountryPickerController.bundle/TG.png; sourceTree = ""; }; + 8D94414EC090BEEE7E12A50A070D8506 /* MH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MH.png; path = CountryPicker/Sources/CountryPickerController.bundle/MH.png; sourceTree = ""; }; + 8DB69F21AB8BE1B1F66F402E7722D1B2 /* BJ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BJ.png; path = CountryPicker/Sources/CountryPickerController.bundle/BJ.png; sourceTree = ""; }; + 8DD2572806ACD23BEF8776125D0D0A01 /* BB.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BB.png; path = CountryPicker/Sources/CountryPickerController.bundle/BB.png; sourceTree = ""; }; + 8E301E40CA3F943BCE1A3E0E2C8505C5 /* DK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "DK@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/DK@2x.png"; sourceTree = ""; }; + 8EBE8332734A1AB25CCA31F7B5C5F16A /* EH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = EH.png; path = CountryPicker/Sources/CountryPickerController.bundle/EH.png; sourceTree = ""; }; + 906C3425C68EB1EF1E71EE9FE5B45BA5 /* UG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = UG.png; path = CountryPicker/Sources/CountryPickerController.bundle/UG.png; sourceTree = ""; }; + 91039DA1E14BEBAD5B7BD33D5AD4A2CD /* BZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BZ.png; path = CountryPicker/Sources/CountryPickerController.bundle/BZ.png; sourceTree = ""; }; + 9109038D689B23ACFC7671EE9EE9D767 /* MY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MY.png; path = CountryPicker/Sources/CountryPickerController.bundle/MY.png; sourceTree = ""; }; + 9153099EC01E50C69311B529F6C72325 /* SKCountryPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SKCountryPicker.release.xcconfig; sourceTree = ""; }; + 9176DA17B1CC43F60385BB6C42AA260B /* IT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IT.png; path = CountryPicker/Sources/CountryPickerController.bundle/IT.png; sourceTree = ""; }; + 91B1AE1EC9D2162E8689BAB32CEFDE68 /* GG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GG.png; path = CountryPicker/Sources/CountryPickerController.bundle/GG.png; sourceTree = ""; }; + 927B0AEA94F69778872F3CB970F7D22C /* SY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SY.png; path = CountryPicker/Sources/CountryPickerController.bundle/SY.png; sourceTree = ""; }; + 92D4CC6795BCFF45519A1BE12E08F952 /* ME@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ME@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/ME@2x.png"; sourceTree = ""; }; + 92E03BE385C399455EF545D96F3BD8A3 /* RU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = RU.png; path = CountryPicker/Sources/CountryPickerController.bundle/RU.png; sourceTree = ""; }; + 9417BB721E06792E3035852115849589 /* AM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AM.png; path = CountryPicker/Sources/CountryPickerController.bundle/AM.png; sourceTree = ""; }; + 94AD97F613DBE3BE1A9F1B5354E9D729 /* UA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "UA@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/UA@2x.png"; sourceTree = ""; }; + 9503E3B2C0941076EA368C523F947DF3 /* CX.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CX.png; path = CountryPicker/Sources/CountryPickerController.bundle/CX.png; sourceTree = ""; }; + 9531DA613967ACA29F431BFC73AACE70 /* MU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MU.png; path = CountryPicker/Sources/CountryPickerController.bundle/MU.png; sourceTree = ""; }; + 9561E9E8CF92D73E42236D2E41588500 /* EG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "EG@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/EG@2x.png"; sourceTree = ""; }; + 961302EF3B0F3E19E532E35D5435760C /* DM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "DM@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/DM@2x.png"; sourceTree = ""; }; + 9618D4EA7D3963747267E9DA8CB266ED /* BA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BA.png; path = CountryPicker/Sources/CountryPickerController.bundle/BA.png; sourceTree = ""; }; + 9781E8EB0F988E2D3E42D47AFF62AE7C /* IM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IM@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/IM@2x.png"; sourceTree = ""; }; + 9933E789B88F88EDD78C57166F1B2888 /* DE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "DE@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/DE@2x.png"; sourceTree = ""; }; + 999A60228A3B97CC8B8F6074A4717942 /* MO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MO@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/MO@2x.png"; sourceTree = ""; }; + 9B22A87E45E7035E839F0A120774108B /* CZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CZ.png; path = CountryPicker/Sources/CountryPickerController.bundle/CZ.png; sourceTree = ""; }; + 9B364A8E6EE0C045E27D0EB39D8E699E /* Pods-CountryPickerExample */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-CountryPickerExample"; path = Pods_CountryPickerExample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 9BCF20A96B1928AC424DB4FB47E01E9D /* BT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BT@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/BT@2x.png"; sourceTree = ""; }; + 9BEAC62D01ED2811BF92C9B90BF13E3C /* VI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VI.png; path = CountryPicker/Sources/CountryPickerController.bundle/VI.png; sourceTree = ""; }; + 9C6F63247861FDB42B8C280944175125 /* AU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AU.png; path = CountryPicker/Sources/CountryPickerController.bundle/AU.png; sourceTree = ""; }; + 9CCFC852C5A4170B265E5EE9A3C1CCD4 /* HT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = HT.png; path = CountryPicker/Sources/CountryPickerController.bundle/HT.png; sourceTree = ""; }; + 9D37DD0F68A773C187E9158361BEC9C9 /* CountryPickerWheelView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CountryPickerWheelView.swift; path = CountryPicker/Sources/CountryPickerWheelView.swift; sourceTree = ""; }; + 9D8E5C26283C24B2AB7A36EF9D62B464 /* ML@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ML@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/ML@2x.png"; sourceTree = ""; }; + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; }; + 9E3F111828D2EA69A89251A901A94BBE /* GR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GR@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/GR@2x.png"; sourceTree = ""; }; + 9E40EA6A3BEC6AF950B1447EDF5CFE5F /* MW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MW.png; path = CountryPicker/Sources/CountryPickerController.bundle/MW.png; sourceTree = ""; }; + 9E8506DE09F6EB58F937BB609D1DD808 /* NZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NZ.png; path = CountryPicker/Sources/CountryPickerController.bundle/NZ.png; sourceTree = ""; }; + 9E98EF0481274895A06C567DEEF949AC /* SG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SG.png; path = CountryPicker/Sources/CountryPickerController.bundle/SG.png; sourceTree = ""; }; + 9EA688BCC5148A56CD84B6068FEC4F8D /* CK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CK@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/CK@2x.png"; sourceTree = ""; }; + 9EDA19C08012F6DCD4333382E4665220 /* NA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NA@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/NA@2x.png"; sourceTree = ""; }; + 9FC6D2FCFCCD60188FF8A18FADC0DB06 /* FK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "FK@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/FK@2x.png"; sourceTree = ""; }; + 9FEFCD8FFA7E9709C8C06E5D573246C6 /* SE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SE.png; path = CountryPicker/Sources/CountryPickerController.bundle/SE.png; sourceTree = ""; }; + A06DAEFECB3376E8697CFF8076C9F66E /* KR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KR.png; path = CountryPicker/Sources/CountryPickerController.bundle/KR.png; sourceTree = ""; }; + A0E2A30636C566C164A7D9ADFC41862B /* NF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NF@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/NF@2x.png"; sourceTree = ""; }; + A16E0FCFBB706E0DA668F195C3C779A0 /* GE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GE@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/GE@2x.png"; sourceTree = ""; }; + A1847680C41A2B282812B5BF32A83A23 /* SL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SL@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/SL@2x.png"; sourceTree = ""; }; + A189AB92BA9F9712684DAFCB88557743 /* GU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GU.png; path = CountryPicker/Sources/CountryPickerController.bundle/GU.png; sourceTree = ""; }; + A19DB0786C41E8954BE7EBC3B0F5792D /* ET.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ET.png; path = CountryPicker/Sources/CountryPickerController.bundle/ET.png; sourceTree = ""; }; + A24C5195B2F17F3E7728621B50E924BD /* GQ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GQ.png; path = CountryPicker/Sources/CountryPickerController.bundle/GQ.png; sourceTree = ""; }; + A25005643D7DD4C7346967E7B4FDE5F5 /* KP.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KP.png; path = CountryPicker/Sources/CountryPickerController.bundle/KP.png; sourceTree = ""; }; + A2860E4506378649AB96FFDA6AA7846D /* BV.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BV.png; path = CountryPicker/Sources/CountryPickerController.bundle/BV.png; sourceTree = ""; }; + A2E6883E54C919202F7401C60BDE1B06 /* AZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AZ.png; path = CountryPicker/Sources/CountryPickerController.bundle/AZ.png; sourceTree = ""; }; + A302627196087E2B0CB353A3367B678F /* LY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LY@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/LY@2x.png"; sourceTree = ""; }; + A3BB6BA5307ADE2C4305F2DBB9BD6FA6 /* CountryPickerWithSections.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CountryPickerWithSections.swift; path = CountryPicker/Sources/CountryPickerWithSections.swift; sourceTree = ""; }; + A48C91D886C7F683440D525511BD2B49 /* JE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = JE.png; path = CountryPicker/Sources/CountryPickerController.bundle/JE.png; sourceTree = ""; }; + A67579DEC368DA574C17E275489C6390 /* NR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NR.png; path = CountryPicker/Sources/CountryPickerController.bundle/NR.png; sourceTree = ""; }; + A74C8B6D0B777F361FC4EF7CD444C928 /* HM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "HM@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/HM@2x.png"; sourceTree = ""; }; + A768D611303DA194EE83AFB89A03169B /* JO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = JO.png; path = CountryPicker/Sources/CountryPickerController.bundle/JO.png; sourceTree = ""; }; + A7ACF5E35EC3206384D2F117349B7DE4 /* PT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PT@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/PT@2x.png"; sourceTree = ""; }; + A7FA6D0E96B1B1C7B01BDA613A1B5E65 /* BI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BI.png; path = CountryPicker/Sources/CountryPickerController.bundle/BI.png; sourceTree = ""; }; + A850EE568244BFFA4137F031DD941C55 /* GW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GW.png; path = CountryPicker/Sources/CountryPickerController.bundle/GW.png; sourceTree = ""; }; + A879C94CCAC0853B79404346E17BD2A2 /* WS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "WS@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/WS@2x.png"; sourceTree = ""; }; + A9472EC699645F85C0CA8BCCE9425B89 /* CA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CA@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/CA@2x.png"; sourceTree = ""; }; + A983ABB0BA6768079A1E4BFD226999B3 /* KG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KG.png; path = CountryPicker/Sources/CountryPickerController.bundle/KG.png; sourceTree = ""; }; + AACAA6A9E6E9DE8C7E4F708FCC67A652 /* IN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IN@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/IN@2x.png"; sourceTree = ""; }; + AAF26CE3956548D4E99D6C37F5F9A907 /* BO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BO.png; path = CountryPicker/Sources/CountryPickerController.bundle/BO.png; sourceTree = ""; }; + AB541B582B4FE1FA7740527814E892B3 /* TO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TO.png; path = CountryPicker/Sources/CountryPickerController.bundle/TO.png; sourceTree = ""; }; + AB8A8F0F5F78008372B2D3624D608417 /* YE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "YE@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/YE@2x.png"; sourceTree = ""; }; + AB944645DAFDCE34DC6F8DA7272B266F /* HK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "HK@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/HK@2x.png"; sourceTree = ""; }; + AC425288B4FEC5CD5BF840E457EBBCC6 /* CO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CO@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/CO@2x.png"; sourceTree = ""; }; + AC4D5C2C67A0C0A4A2A788EAF2F9B85D /* DO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "DO@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/DO@2x.png"; sourceTree = ""; }; + AC5266A6269757B37DFA36AF527F62BB /* SKCountryPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = SKCountryPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + AC876DE8839EA3ACB5DCE31A7F204748 /* GT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GT@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/GT@2x.png"; sourceTree = ""; }; + AE24C4758F4C5B65A03FDAECB6240726 /* LS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LS.png; path = CountryPicker/Sources/CountryPickerController.bundle/LS.png; sourceTree = ""; }; + AE695A1A57688733DD8EF8149D20CF0C /* LR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LR@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/LR@2x.png"; sourceTree = ""; }; + AF5963ABDDDCD22AACBD8B2ABF036701 /* SR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SR@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/SR@2x.png"; sourceTree = ""; }; + AF6F0AC46A9CF11984F6C8EF4BDDB93A /* CG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CG.png; path = CountryPicker/Sources/CountryPickerController.bundle/CG.png; sourceTree = ""; }; + AF8CE0EE18D81A23EB2FD29EAF9CBC42 /* SH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SH.png; path = CountryPicker/Sources/CountryPickerController.bundle/SH.png; sourceTree = ""; }; + AFAE8E2592529142ED52D71C4DCDAECA /* KZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KZ.png; path = CountryPicker/Sources/CountryPickerController.bundle/KZ.png; sourceTree = ""; }; + B10597813CCCE5EE2619F557E80B6E83 /* KW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KW.png; path = CountryPicker/Sources/CountryPickerController.bundle/KW.png; sourceTree = ""; }; + B140F4C7871FEF94D86771B8275B8734 /* MK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MK@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/MK@2x.png"; sourceTree = ""; }; + B1EB1C36C270EC31C1F8AD1AD212EA76 /* LK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LK@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/LK@2x.png"; sourceTree = ""; }; + B23AAAB4F15929FCC5516D5D56D35E22 /* LB@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LB@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/LB@2x.png"; sourceTree = ""; }; + B26B0AF7555258AFE2007CC355012D88 /* AQ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AQ.png; path = CountryPicker/Sources/CountryPickerController.bundle/AQ.png; sourceTree = ""; }; + B28E540DE512EC58E66041A991B70606 /* PR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PR.png; path = CountryPicker/Sources/CountryPickerController.bundle/PR.png; sourceTree = ""; }; + B403757EF7A29939CE1ECB9FF54DBDC3 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + B458975D4CF234A850D51640638939C8 /* CR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CR@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/CR@2x.png"; sourceTree = ""; }; + B4B27D09A3DD71F1F2CCFE08303D3A0C /* SKCountryPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SKCountryPicker-Info.plist"; sourceTree = ""; }; + B4DAED4824506EB52AA9C41299260006 /* Pods-CountryPickerExample-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-CountryPickerExample-dummy.m"; sourceTree = ""; }; + B524D9544C357D51DD7F48214098B9D6 /* RW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "RW@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/RW@2x.png"; sourceTree = ""; }; + B6146AFFC9D06F2239DC47D19AA1966C /* SX.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SX.png; path = CountryPicker/Sources/CountryPickerController.bundle/SX.png; sourceTree = ""; }; + B6B6F80FC834C13DDB3418DE97A1E316 /* KH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KH@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/KH@2x.png"; sourceTree = ""; }; + B72A5F16CDAC54BD3DB750A0C0380AE1 /* BQ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BQ.png; path = CountryPicker/Sources/CountryPickerController.bundle/BQ.png; sourceTree = ""; }; + B73D36E1E9CF4C6F589EE0B57E4F07A7 /* ST.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ST.png; path = CountryPicker/Sources/CountryPickerController.bundle/ST.png; sourceTree = ""; }; + B757784748C2D1CA4D1C0A91CF7115A1 /* TW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TW.png; path = CountryPicker/Sources/CountryPickerController.bundle/TW.png; sourceTree = ""; }; + B7AD982C5B614B1A9B60435AE68A51E1 /* CountryManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CountryManager.swift; path = CountryPicker/Sources/CountryManager.swift; sourceTree = ""; }; + B821335BBE5EAA52C22B1816EBE9AD2B /* IE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IE@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/IE@2x.png"; sourceTree = ""; }; + B84A270926366197BC27AF7E86D87C15 /* MT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MT@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/MT@2x.png"; sourceTree = ""; }; + B89E14F65CF7CDF7C3FFB5E0D48CD811 /* BA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BA@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/BA@2x.png"; sourceTree = ""; }; + B8AF39B3A541285A2ADF290265600B02 /* TM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TM.png; path = CountryPicker/Sources/CountryPickerController.bundle/TM.png; sourceTree = ""; }; + B93400C6FB2581060C1641855B454969 /* FR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = FR.png; path = CountryPicker/Sources/CountryPickerController.bundle/FR.png; sourceTree = ""; }; + BA4CC7D7C5DD1FE3997516CED104EDC4 /* TV@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TV@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/TV@2x.png"; sourceTree = ""; }; + BA55962C0BC50FEB0E12248ABCCD4694 /* AU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AU@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/AU@2x.png"; sourceTree = ""; }; + BC6B4B82FDCA463519E062C2CEB3D7BA /* SB@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SB@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/SB@2x.png"; sourceTree = ""; }; + BF686F56995A54A22BC06B3CCC6BFE69 /* MY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MY@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/MY@2x.png"; sourceTree = ""; }; + C06417BBC38BD1C3BE1CF819E26F779C /* VA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VA.png; path = CountryPicker/Sources/CountryPickerController.bundle/VA.png; sourceTree = ""; }; + C0A55BEF770D6D9963C2DA903EF1B202 /* GI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GI@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/GI@2x.png"; sourceTree = ""; }; + C1196658CB5488B824B877FBC0AA82DF /* BF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BF@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/BF@2x.png"; sourceTree = ""; }; + C11A2D6FBE65F9CE343FE5884DAF757A /* IR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IR@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/IR@2x.png"; sourceTree = ""; }; + C12024254203DC74EEDC9A85E10EEA3F /* HM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = HM.png; path = CountryPicker/Sources/CountryPickerController.bundle/HM.png; sourceTree = ""; }; + C220FD53A98DF03B56060E4062CCAF5E /* ME.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ME.png; path = CountryPicker/Sources/CountryPickerController.bundle/ME.png; sourceTree = ""; }; + C2882F552396DF34327813063FA56C07 /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = CountryPicker/Sources/Configuration.swift; sourceTree = ""; }; + C2F1DF4EFCFAE24CDF986DC893DD10EA /* GY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GY@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/GY@2x.png"; sourceTree = ""; }; + C3107522C18569BE9F02791C7C42D275 /* Pods-CountryPickerExample-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-CountryPickerExample-acknowledgements.markdown"; sourceTree = ""; }; + C4C9E5A05C0B4DA91EAC0CB4B7C7A57D /* PK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PK@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/PK@2x.png"; sourceTree = ""; }; + C502507C3E4B05349BCE9B0627E1EEDB /* SJ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SJ@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/SJ@2x.png"; sourceTree = ""; }; + C52596A54482201E4E5A2C85B718639F /* SR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SR.png; path = CountryPicker/Sources/CountryPickerController.bundle/SR.png; sourceTree = ""; }; + C6FFA3467959B376F3AFC96C56577DAF /* AO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AO.png; path = CountryPicker/Sources/CountryPickerController.bundle/AO.png; sourceTree = ""; }; + C768DEC067A5E7EBFF9F6B0AE1540EAD /* SV@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SV@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/SV@2x.png"; sourceTree = ""; }; + C795A810B50D4C7313E41B5341F21A05 /* BM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BM.png; path = CountryPicker/Sources/CountryPickerController.bundle/BM.png; sourceTree = ""; }; + C7DAEC6235394009FA8986ACEDA10D82 /* AF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AF@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/AF@2x.png"; sourceTree = ""; }; + C7FB6DD501043DD5F96241FDA979B227 /* ST@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ST@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/ST@2x.png"; sourceTree = ""; }; + C88132B635F5ACBCA905EC22CD2598F2 /* NR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NR@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/NR@2x.png"; sourceTree = ""; }; + C8D52C37EF4C3771BF3A2C5D6650ECA9 /* XK@2.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "XK@2.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/XK@2.png"; sourceTree = ""; }; + C91B957606A7316F3CC39BB9DFD08282 /* SV.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SV.png; path = CountryPicker/Sources/CountryPickerController.bundle/SV.png; sourceTree = ""; }; + C93EA18F9B2374346B0F097E2FDC288F /* VI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VI@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/VI@2x.png"; sourceTree = ""; }; + CA6177734BDFF14C431E9A4B1C8D7066 /* KY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KY@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/KY@2x.png"; sourceTree = ""; }; + CA75C95EF4A34CE464A516365D743063 /* PM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PM@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/PM@2x.png"; sourceTree = ""; }; + CAB81B89B2A3709E2D59644BD6030590 /* WF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "WF@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/WF@2x.png"; sourceTree = ""; }; + CBEF79B905C705D9510CAA30BFFF9D29 /* MH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MH@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/MH@2x.png"; sourceTree = ""; }; + CC37BD098D2EC1F1B699C99477426C3C /* SE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SE@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/SE@2x.png"; sourceTree = ""; }; + CCC834196308909C01E23CCBD5BF16AA /* SC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SC@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/SC@2x.png"; sourceTree = ""; }; + CD9D3952D5212FA9DA959CFA790C052D /* GW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GW@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/GW@2x.png"; sourceTree = ""; }; + CDC3E85A13C954054F13AA990B433AEC /* KN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KN.png; path = CountryPicker/Sources/CountryPickerController.bundle/KN.png; sourceTree = ""; }; + CE1F89259ED1ECD895C4DFC3AA0FBA63 /* SZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SZ.png; path = CountryPicker/Sources/CountryPickerController.bundle/SZ.png; sourceTree = ""; }; + CE442D1AADA6B3A98300E24FDFFC1846 /* SC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SC.png; path = CountryPicker/Sources/CountryPickerController.bundle/SC.png; sourceTree = ""; }; + CE516BB05C0CE7F26BD62E94DB889D43 /* CK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CK.png; path = CountryPicker/Sources/CountryPickerController.bundle/CK.png; sourceTree = ""; }; + CE5CBB2C674C63D5B56027349541C2D4 /* TW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TW@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/TW@2x.png"; sourceTree = ""; }; + CEA8457C00C48A1F1E265B32A8254BBE /* TO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TO@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/TO@2x.png"; sourceTree = ""; }; + CEB629B470C8C897070A248C43D7F418 /* DJ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = DJ.png; path = CountryPicker/Sources/CountryPickerController.bundle/DJ.png; sourceTree = ""; }; + CFA4482E79158ADCAFAE7E1F6E0D7C6A /* BL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BL@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/BL@2x.png"; sourceTree = ""; }; + D10CEF8CD9BAFE1EC1A0390F2D15BA37 /* HN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "HN@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/HN@2x.png"; sourceTree = ""; }; + D12B4A240E27730F5333E10C762E2E70 /* IE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IE.png; path = CountryPicker/Sources/CountryPickerController.bundle/IE.png; sourceTree = ""; }; + D29794285277A6C43FD67DE3B62F74FD /* SB.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SB.png; path = CountryPicker/Sources/CountryPickerController.bundle/SB.png; sourceTree = ""; }; + D2C4B0A86F10F5378B4E892A5A11BD5A /* BS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BS@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/BS@2x.png"; sourceTree = ""; }; + D3E2E90BFC1EB24C4C8831EC109C8594 /* LC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LC.png; path = CountryPicker/Sources/CountryPickerController.bundle/LC.png; sourceTree = ""; }; + D45AC89A7E9AC920C9557AEA09945025 /* AQ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AQ@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/AQ@2x.png"; sourceTree = ""; }; + D4BEAE7A92D730EE082AAFB7FD45D2A4 /* CC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CC.png; path = CountryPicker/Sources/CountryPickerController.bundle/CC.png; sourceTree = ""; }; + D52E1B6869480DB4DF89CA02DB7CB446 /* MG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MG.png; path = CountryPicker/Sources/CountryPickerController.bundle/MG.png; sourceTree = ""; }; + D6A61C8811A5C477F6CD3B5D570817D6 /* PL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PL.png; path = CountryPicker/Sources/CountryPickerController.bundle/PL.png; sourceTree = ""; }; + D7DFCD664AEDF52FE6A8F789BB61CA8D /* MX@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MX@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/MX@2x.png"; sourceTree = ""; }; + D8A609BE4D4D70DD7EC8DFCD4666254A /* BG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BG.png; path = CountryPicker/Sources/CountryPickerController.bundle/BG.png; sourceTree = ""; }; + D923FB61E346A345E739E25FDD3C8DC5 /* GF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GF.png; path = CountryPicker/Sources/CountryPickerController.bundle/GF.png; sourceTree = ""; }; + D9534268069E3FB61E299EDEE38F92F0 /* AS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AS@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/AS@2x.png"; sourceTree = ""; }; + D9C96F768BC5ADBD27606D004690D60C /* CM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CM.png; path = CountryPicker/Sources/CountryPickerController.bundle/CM.png; sourceTree = ""; }; + DA3CBED9DA64331481169DE2FED20B28 /* SKCountryPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SKCountryPicker-dummy.m"; sourceTree = ""; }; + DAC871A7EF07F0A8322B95A1B7B2938E /* NL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NL@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/NL@2x.png"; sourceTree = ""; }; + DADEEEA4A1FC24CB0B78A96605E88840 /* AE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AE.png; path = CountryPicker/Sources/CountryPickerController.bundle/AE.png; sourceTree = ""; }; + DC5C04112F10877085CC7C9C724AAD24 /* CountryPickerWheelViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CountryPickerWheelViewModel.swift; path = CountryPicker/Sources/CountryPickerWheelViewModel.swift; sourceTree = ""; }; + DCB7EC53F03961950847D0AAA4AF7961 /* JP.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = JP.png; path = CountryPicker/Sources/CountryPickerController.bundle/JP.png; sourceTree = ""; }; + DCBD48697D3B306DCD66996588E50836 /* UG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "UG@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/UG@2x.png"; sourceTree = ""; }; + DD2E681094FCFA0548F21DE9766F0412 /* GG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GG@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/GG@2x.png"; sourceTree = ""; }; + DD5F37B9982A09AB7B67818A2CA9823C /* BW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BW.png; path = CountryPicker/Sources/CountryPickerController.bundle/BW.png; sourceTree = ""; }; + DE198818F81087CF1120A2560E7E47EA /* SG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SG@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/SG@2x.png"; sourceTree = ""; }; + DE277629B5C09BE727E2EA152C0F7D19 /* CountryPickerController.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CountryPickerController.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + DE6026470306CD247BF13C3544848552 /* RW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = RW.png; path = CountryPicker/Sources/CountryPickerController.bundle/RW.png; sourceTree = ""; }; + DE9F15B2A1B12BAE3C6B39BCD5ABA53B /* QA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "QA@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/QA@2x.png"; sourceTree = ""; }; + DF331F1BB05EB6C1C74C069C6967F1D5 /* BD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BD@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/BD@2x.png"; sourceTree = ""; }; + DF438F48CCC5256B9627E4713F9DD91E /* CD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CD.png; path = CountryPicker/Sources/CountryPickerController.bundle/CD.png; sourceTree = ""; }; + DF6E67C26C7662795EEDF51E8EB1C854 /* GP.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GP.png; path = CountryPicker/Sources/CountryPickerController.bundle/GP.png; sourceTree = ""; }; + DF9062C408D3E07DDA44DB32AFA39E87 /* CN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CN@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/CN@2x.png"; sourceTree = ""; }; + DF9A07402CAB9A139B2AA578F7BF2554 /* BO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BO@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/BO@2x.png"; sourceTree = ""; }; + DFD133C504239B71992CCCCAC5F3B5CC /* TR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TR@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/TR@2x.png"; sourceTree = ""; }; + E0A2EDC9D3C955BBFF1214F0AC5563BE /* SX@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SX@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/SX@2x.png"; sourceTree = ""; }; + E0AE35622E04280014E1113D5B71C07C /* MR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MR.png; path = CountryPicker/Sources/CountryPickerController.bundle/MR.png; sourceTree = ""; }; + E1A2CA016D86023FBE5EC203ACC30871 /* BN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BN@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/BN@2x.png"; sourceTree = ""; }; + E23C66F373B814FD561451D296E6376D /* CR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CR.png; path = CountryPicker/Sources/CountryPickerController.bundle/CR.png; sourceTree = ""; }; + E35D40CE0FDD4C4651AABDFD4367BC74 /* SKCountryPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SKCountryPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + E38B0034D60EF403A4389F64D7268C9D /* BR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BR@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/BR@2x.png"; sourceTree = ""; }; + E5A72231EC68CB8CCE86990B010E3440 /* MP@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MP@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/MP@2x.png"; sourceTree = ""; }; + E6B239936A5A6E24F201575AA990298B /* Pods-CountryPickerExample.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-CountryPickerExample.modulemap"; sourceTree = ""; }; + E70AE37A19D1193F8E777FD059FFC02F /* SL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SL.png; path = CountryPicker/Sources/CountryPickerController.bundle/SL.png; sourceTree = ""; }; + E744D30C9EA3120235C08EA33ABE7747 /* AO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AO@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/AO@2x.png"; sourceTree = ""; }; + E755D542B87E03CD5EBFC6E2FA1A3E7D /* KG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KG@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/KG@2x.png"; sourceTree = ""; }; + E7EBC1CD91651B9A459DE5480C9AB6A9 /* LS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LS@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/LS@2x.png"; sourceTree = ""; }; + E89C8BE887BB766B8DD1D85CCC8DA6E9 /* GH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GH.png; path = CountryPicker/Sources/CountryPickerController.bundle/GH.png; sourceTree = ""; }; + E8E4F0C4FD1EA6973DB9278DC5ADA66A /* GS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GS.png; path = CountryPicker/Sources/CountryPickerController.bundle/GS.png; sourceTree = ""; }; + E9F4C659F9454B25805B700BF8AAE2F3 /* CX@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CX@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/CX@2x.png"; sourceTree = ""; }; + EA25C916FA2FC4F93398A68D4E51F7CA /* SKCountryPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SKCountryPicker-umbrella.h"; sourceTree = ""; }; + EA97B6099A89E01568EAAA5AFFAAB20B /* AX@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AX@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/AX@2x.png"; sourceTree = ""; }; + EABBB2450157672CCC9E4BD5CAD5B34F /* NP.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NP.png; path = CountryPicker/Sources/CountryPickerController.bundle/NP.png; sourceTree = ""; }; + EB200BE79F9920515564D7EE3FB4466A /* TD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TD@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/TD@2x.png"; sourceTree = ""; }; + EB8D407BA2C359101C0F90BAC7DA67DD /* AF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AF.png; path = CountryPicker/Sources/CountryPickerController.bundle/AF.png; sourceTree = ""; }; + EC546965363AA5DC90C75E37D47B430B /* PY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PY.png; path = CountryPicker/Sources/CountryPickerController.bundle/PY.png; sourceTree = ""; }; + ECC3E700E07C4D1CBA744284DA8DF047 /* UZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = UZ.png; path = CountryPicker/Sources/CountryPickerController.bundle/UZ.png; sourceTree = ""; }; + ECCB30E510B88979EFD31905325A8FF1 /* GB@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GB@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/GB@2x.png"; sourceTree = ""; }; + EDB94BCA58E9541948AEF2D4146B6072 /* IS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IS@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/IS@2x.png"; sourceTree = ""; }; + F15EDF67A83441B0583FB377309D9046 /* NO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NO@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/NO@2x.png"; sourceTree = ""; }; + F164ED4AFED9CAD8AA287629D9C07630 /* AL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AL.png; path = CountryPicker/Sources/CountryPickerController.bundle/AL.png; sourceTree = ""; }; + F17614AEBC2B0E48264CCFCCABDFC223 /* GQ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GQ@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/GQ@2x.png"; sourceTree = ""; }; + F228047A1732BC25EE20380B5D25F6A8 /* MS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MS.png; path = CountryPicker/Sources/CountryPickerController.bundle/MS.png; sourceTree = ""; }; + F253B28765E7068CB222D553C556CA19 /* SK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SK.png; path = CountryPicker/Sources/CountryPickerController.bundle/SK.png; sourceTree = ""; }; + F4195C6FB001F0512A8D862D26AAC406 /* BD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BD.png; path = CountryPicker/Sources/CountryPickerController.bundle/BD.png; sourceTree = ""; }; + F4BB87E3CDE00DDA7DECBD37A0C4AB83 /* CZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CZ@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/CZ@2x.png"; sourceTree = ""; }; + F4CFCDBD426EB5D89F7F3F1A9C86D454 /* IO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IO.png; path = CountryPicker/Sources/CountryPickerController.bundle/IO.png; sourceTree = ""; }; + F4F111C11A17A47440717240634C2B92 /* AG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AG.png; path = CountryPicker/Sources/CountryPickerController.bundle/AG.png; sourceTree = ""; }; + F547976E0F0016B9D0C86551B5BED38F /* EH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "EH@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/EH@2x.png"; sourceTree = ""; }; + F6406FC49DEE73EECB6CA6009B335202 /* BL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BL.png; path = CountryPicker/Sources/CountryPickerController.bundle/BL.png; sourceTree = ""; }; + F66A5CF592014E0FF1026D339193D9BD /* GS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GS@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/GS@2x.png"; sourceTree = ""; }; + F67763FD15D1E9E1441D2813CD74D4DE /* TJ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TJ@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/TJ@2x.png"; sourceTree = ""; }; + F6D972EBEEF6D29D491F4DD51055F308 /* CI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CI@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/CI@2x.png"; sourceTree = ""; }; + F6F604AD5A5F4C3421B40331DB06703C /* MN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MN.png; path = CountryPicker/Sources/CountryPickerController.bundle/MN.png; sourceTree = ""; }; + F704EDF935667AEB78C1A6BBD7325ED5 /* TV.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TV.png; path = CountryPicker/Sources/CountryPickerController.bundle/TV.png; sourceTree = ""; }; + F7DFB69DD5D88BFB209EC7FD0DBAC332 /* RO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "RO@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/RO@2x.png"; sourceTree = ""; }; + F8FF04E08E133CBB4E271C58BE7C6851 /* KH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KH.png; path = CountryPicker/Sources/CountryPickerController.bundle/KH.png; sourceTree = ""; }; + F928542CA8991B1D7633A05B148D1D37 /* MS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MS@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/MS@2x.png"; sourceTree = ""; }; + F97457E86CDD471048E9327696A04E71 /* OM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = OM.png; path = CountryPicker/Sources/CountryPickerController.bundle/OM.png; sourceTree = ""; }; + F99956D98F85A7F7ABB3A4682A10CA9A /* PH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PH@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/PH@2x.png"; sourceTree = ""; }; + F99A6C3C58E87DEF6C825E9B63C4D2D2 /* GF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GF@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/GF@2x.png"; sourceTree = ""; }; + F9C4E9D6D63E0EC3878411870B393D6F /* LT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LT.png; path = CountryPicker/Sources/CountryPickerController.bundle/LT.png; sourceTree = ""; }; + FB3C13953D6B2EDEF61575691C187510 /* NG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NG.png; path = CountryPicker/Sources/CountryPickerController.bundle/NG.png; sourceTree = ""; }; + FBB142C335A1511BEF6D9E39A6176C32 /* VN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VN@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/VN@2x.png"; sourceTree = ""; }; + FBB44F591A03731E8B85C9B1B8C4090A /* GY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GY.png; path = CountryPicker/Sources/CountryPickerController.bundle/GY.png; sourceTree = ""; }; + FC031D25BD1153667A3A4AE6D875775C /* EC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "EC@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/EC@2x.png"; sourceTree = ""; }; + FC5F24090001E39BC139C275DC6C315F /* TN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TN@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/TN@2x.png"; sourceTree = ""; }; + FD76BE28BBC230DA082F79DBDBA7DA3F /* CW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CW@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/CW@2x.png"; sourceTree = ""; }; + FE034CBA8059332990726E08F2302177 /* PA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PA.png; path = CountryPicker/Sources/CountryPickerController.bundle/PA.png; sourceTree = ""; }; + FE6092CD26201614F42798533CBCC33D /* KM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KM@2x.png"; path = "CountryPicker/Sources/CountryPickerController.bundle/KM@2x.png"; sourceTree = ""; }; + FF6D00BAA96EF9765DD142F698C66B58 /* NL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NL.png; path = CountryPicker/Sources/CountryPickerController.bundle/NL.png; sourceTree = ""; }; + FFA481D69D0D8D7A43BFC099E1DB96D5 /* DE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = DE.png; path = CountryPicker/Sources/CountryPickerController.bundle/DE.png; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 6813D93B89BB30CC409A6FE3FDF70B2C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B3BC185908963A5886904C0B12E74084 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 79E41C0ABDB583B25C283B1C2E4CE787 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B3774C55EF2891E3148156A4D1D7F063 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 5562CDAE6E603772F7FD514CB5957421 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 06ED07F814A5487E8C9B962F14E1EB5F /* Support Files */ = { + isa = PBXGroup; + children = ( + 1D0E71437851E8F2DB4A7FC86A6D7858 /* ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist */, + 663EBC6DA13BBED5E6A0A08207B166AD /* SKCountryPicker.modulemap */, + DA3CBED9DA64331481169DE2FED20B28 /* SKCountryPicker-dummy.m */, + B4B27D09A3DD71F1F2CCFE08303D3A0C /* SKCountryPicker-Info.plist */, + 6C865885D803F433449500551993E26E /* SKCountryPicker-prefix.pch */, + EA25C916FA2FC4F93398A68D4E51F7CA /* SKCountryPicker-umbrella.h */, + 1E246C7F334C7AD8F2D87AB1D56C17E2 /* SKCountryPicker.debug.xcconfig */, + 9153099EC01E50C69311B529F6C72325 /* SKCountryPicker.release.xcconfig */, + ); + name = "Support Files"; + path = "CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/SKCountryPicker"; + sourceTree = ""; + }; + 373CF1CE0EE1C3E14BFD3E548A6402E0 /* Products */ = { + isa = PBXGroup; + children = ( + 9B364A8E6EE0C045E27D0EB39D8E699E /* Pods-CountryPickerExample */, + E35D40CE0FDD4C4651AABDFD4367BC74 /* SKCountryPicker.framework */, + DE277629B5C09BE727E2EA152C0F7D19 /* CountryPickerController.bundle */, + ); + name = Products; + sourceTree = ""; + }; + 508CB8BCB954D0C71852204D5E6D8DEF /* Pod */ = { + isa = PBXGroup; + children = ( + B403757EF7A29939CE1ECB9FF54DBDC3 /* LICENSE */, + 7D4C52A069DEB95512D25C8E432C7803 /* README.md */, + AC5266A6269757B37DFA36AF527F62BB /* SKCountryPicker.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 578452D2E740E91742655AC8F1636D1F /* iOS */ = { + isa = PBXGroup; + children = ( + 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */, + ); + name = iOS; + sourceTree = ""; + }; + 631E846A3314C91DEF2795904CACBD6B /* Development Pods */ = { + isa = PBXGroup; + children = ( + C0DA9BC85528AB7CBD74612A67EDE176 /* SKCountryPicker */, + ); + name = "Development Pods"; + sourceTree = ""; + }; + 86D28CD6EF970A93852E6A8E8BD0CEC9 /* Pods-CountryPickerExample */ = { + isa = PBXGroup; + children = ( + E6B239936A5A6E24F201575AA990298B /* Pods-CountryPickerExample.modulemap */, + C3107522C18569BE9F02791C7C42D275 /* Pods-CountryPickerExample-acknowledgements.markdown */, + 1D885581A10EB3562BB72E2224F9F8D7 /* Pods-CountryPickerExample-acknowledgements.plist */, + B4DAED4824506EB52AA9C41299260006 /* Pods-CountryPickerExample-dummy.m */, + 39A3E0A037DC56295DE67A07098414F7 /* Pods-CountryPickerExample-frameworks.sh */, + 1BB7360A6AB56B374E2EC1E0D877A14A /* Pods-CountryPickerExample-Info.plist */, + 49DCAE5D4B37EE67363BAC071D35CA3E /* Pods-CountryPickerExample-umbrella.h */, + 174837FF6613CC83869B79FCC1AF205D /* Pods-CountryPickerExample.debug.xcconfig */, + 2D17F38B537B54CDB45380D9BA4A5302 /* Pods-CountryPickerExample.release.xcconfig */, + ); + name = "Pods-CountryPickerExample"; + path = "Target Support Files/Pods-CountryPickerExample"; + sourceTree = ""; + }; + A5C7A1EADB3C4FE2A8E137BEB297C788 /* Targets Support Files */ = { + isa = PBXGroup; + children = ( + 86D28CD6EF970A93852E6A8E8BD0CEC9 /* Pods-CountryPickerExample */, + ); + name = "Targets Support Files"; + sourceTree = ""; + }; + C0DA9BC85528AB7CBD74612A67EDE176 /* SKCountryPicker */ = { + isa = PBXGroup; + children = ( + 46842119AE9A0E5F988AC2944E206859 /* AD.png */, + 3B0EA755D8ECEB15F5608EE068833128 /* AD@2x.png */, + DADEEEA4A1FC24CB0B78A96605E88840 /* AE.png */, + 32000E20F6989EE724FD78251E363C5C /* AE@2x.png */, + EB8D407BA2C359101C0F90BAC7DA67DD /* AF.png */, + C7DAEC6235394009FA8986ACEDA10D82 /* AF@2x.png */, + F4F111C11A17A47440717240634C2B92 /* AG.png */, + 4AB9DE715BB7AFC326983914C2D8EFBF /* AG@2x.png */, + 8313CA850FE22EFFE5EB225F66FF91CB /* AI.png */, + 2454E15E4EE9542386AF3D1C28573AD6 /* AI@2x.png */, + F164ED4AFED9CAD8AA287629D9C07630 /* AL.png */, + 8117092AF4D0D7B368C65B970F556626 /* AL@2x.png */, + 9417BB721E06792E3035852115849589 /* AM.png */, + 53FDCC3771F0FAEE2075C72702BFD7F4 /* AM@2x.png */, + C6FFA3467959B376F3AFC96C56577DAF /* AO.png */, + E744D30C9EA3120235C08EA33ABE7747 /* AO@2x.png */, + B26B0AF7555258AFE2007CC355012D88 /* AQ.png */, + D45AC89A7E9AC920C9557AEA09945025 /* AQ@2x.png */, + 014ADF03A178A6AC07D8A7D91D3097FC /* AR.png */, + 088EC19EB479B8CD643B8088D4A6E36B /* AR@2x.png */, + 80F1C14D56D41A19B2744A8969B8C4DB /* AS.png */, + D9534268069E3FB61E299EDEE38F92F0 /* AS@2x.png */, + 485946659A5D698E6864034EDFD9B239 /* AT.png */, + 661A9CFD03A92F6CCCE917ED59C467E2 /* AT@2x.png */, + 9C6F63247861FDB42B8C280944175125 /* AU.png */, + BA55962C0BC50FEB0E12248ABCCD4694 /* AU@2x.png */, + 821AECDB0F83BEE116FC432DBF562AA8 /* AW.png */, + 5AEDCE552FE4C989D402BB6287DEEDFE /* AW@2x.png */, + 1CA38B84B670FCFD0463E67B14E4B5CE /* AX.png */, + EA97B6099A89E01568EAAA5AFFAAB20B /* AX@2x.png */, + A2E6883E54C919202F7401C60BDE1B06 /* AZ.png */, + 38CE375C7FD6E68792E18A86326C0CF3 /* AZ@2x.png */, + 9618D4EA7D3963747267E9DA8CB266ED /* BA.png */, + B89E14F65CF7CDF7C3FFB5E0D48CD811 /* BA@2x.png */, + 8DD2572806ACD23BEF8776125D0D0A01 /* BB.png */, + 82DD12CF6FC94297BF488D25B82DE1C6 /* BB@2x.png */, + F4195C6FB001F0512A8D862D26AAC406 /* BD.png */, + DF331F1BB05EB6C1C74C069C6967F1D5 /* BD@2x.png */, + 20B23FA8C74EA8E436C077E782204CB5 /* BE.png */, + 0A3627853317AD89F3BE14B9332B9DF5 /* BE@2x.png */, + 380B418FDE83BE774287CA8605B6CA6E /* BF.png */, + C1196658CB5488B824B877FBC0AA82DF /* BF@2x.png */, + D8A609BE4D4D70DD7EC8DFCD4666254A /* BG.png */, + 7BECFE2E54195D167AFA0FC423B20936 /* BG@2x.png */, + 428522A8F739C592CFD78E161E189711 /* BH.png */, + 6409985305B48F78BD56E4EF4A100395 /* BH@2x.png */, + A7FA6D0E96B1B1C7B01BDA613A1B5E65 /* BI.png */, + 2C6331AA239E97792790E9D0DD5EBA5B /* BI@2x.png */, + 8DB69F21AB8BE1B1F66F402E7722D1B2 /* BJ.png */, + 713EF9AD7626F752A303F66AAABB7CFA /* BJ@2x.png */, + F6406FC49DEE73EECB6CA6009B335202 /* BL.png */, + CFA4482E79158ADCAFAE7E1F6E0D7C6A /* BL@2x.png */, + C795A810B50D4C7313E41B5341F21A05 /* BM.png */, + 360ECC72FD37A468D11E93A829056660 /* BM@2x.png */, + 6CF9E379A9C7D4D0E02D076E0A23F361 /* BN.png */, + E1A2CA016D86023FBE5EC203ACC30871 /* BN@2x.png */, + AAF26CE3956548D4E99D6C37F5F9A907 /* BO.png */, + DF9A07402CAB9A139B2AA578F7BF2554 /* BO@2x.png */, + B72A5F16CDAC54BD3DB750A0C0380AE1 /* BQ.png */, + 8176B5311B8CF333CF5C148B9AEF0458 /* BQ@2x.png */, + 814081658C26622411DB134BC01676AC /* BR.png */, + E38B0034D60EF403A4389F64D7268C9D /* BR@2x.png */, + 51090CAB7518BA38C51C531CE8533180 /* BS.png */, + D2C4B0A86F10F5378B4E892A5A11BD5A /* BS@2x.png */, + 261EDFDB583F74E273238F16B59BA809 /* BT.png */, + 9BCF20A96B1928AC424DB4FB47E01E9D /* BT@2x.png */, + A2860E4506378649AB96FFDA6AA7846D /* BV.png */, + 0AC5003246A74586E5A83773141E798D /* BV@2x.png */, + DD5F37B9982A09AB7B67818A2CA9823C /* BW.png */, + 1D21B8768248CCE84EA55330E08351E6 /* BW@2x.png */, + 4AA2CA4B1CA3FD9CDC9E91FEEA0064C9 /* BY.png */, + 51504A4B8AF41F36BAB4B911994C5B50 /* BY@2x.png */, + 91039DA1E14BEBAD5B7BD33D5AD4A2CD /* BZ.png */, + 24B1475F38AF0E642CDB63B3C38CD948 /* BZ@2x.png */, + 59674852BA821C8ECEFC6BA9C35D2356 /* CA.png */, + A9472EC699645F85C0CA8BCCE9425B89 /* CA@2x.png */, + D4BEAE7A92D730EE082AAFB7FD45D2A4 /* CC.png */, + 00E6315F6AE216B51696F837A2A6E7B0 /* CC@2x.png */, + DF438F48CCC5256B9627E4713F9DD91E /* CD.png */, + 19C61FBFF9B2331C5F1B2CABCA8E80C8 /* CD@2x.png */, + 5564A26F9392BC130B7E75357A23F34A /* CF.png */, + 09EC63CE2513A88A2B0600BB1FE0D8A3 /* CF@2x.png */, + AF6F0AC46A9CF11984F6C8EF4BDDB93A /* CG.png */, + 45B86EE3DC6E27333A3357322060C9D7 /* CG@2x.png */, + 4B5DDBEE0C2AD18D3CA6E74753F76CF4 /* CH.png */, + 4D600F7B97D4BC44457DA8F5AE5EFC26 /* CH@2x.png */, + 797483CF791C43396FC48A568BFADD1C /* CI.png */, + F6D972EBEEF6D29D491F4DD51055F308 /* CI@2x.png */, + CE516BB05C0CE7F26BD62E94DB889D43 /* CK.png */, + 9EA688BCC5148A56CD84B6068FEC4F8D /* CK@2x.png */, + 8011417DFADF83FFE94F8C9C04E1D8E8 /* CL.png */, + 61EAACBCC0FCFAFDFE47F0F32297D399 /* CL@2x.png */, + D9C96F768BC5ADBD27606D004690D60C /* CM.png */, + 3C7DF075748DCCF91C84C790B51EAECF /* CM@2x.png */, + 5C9A286E6566D01AC360C8C4A42C3A71 /* CN.png */, + DF9062C408D3E07DDA44DB32AFA39E87 /* CN@2x.png */, + 30D2B4C070EFE70EFB45AEF0C935E06C /* CO.png */, + AC425288B4FEC5CD5BF840E457EBBCC6 /* CO@2x.png */, + C2882F552396DF34327813063FA56C07 /* Configuration.swift */, + 126037055D2BF1DA3F74AD291F7FFB1F /* Constant.swift */, + 2172979CE76C4CFF2210E03A4679E5A5 /* countries.plist */, + 2AF427A137B432BCE604C0E3D2B4A7BA /* Country.swift */, + B7AD982C5B614B1A9B60435AE68A51E1 /* CountryManager.swift */, + 015CE2742048FB248107D983C5BCE916 /* CountryPickerView.swift */, + 9D37DD0F68A773C187E9158361BEC9C9 /* CountryPickerWheelView.swift */, + DC5C04112F10877085CC7C9C724AAD24 /* CountryPickerWheelViewModel.swift */, + A3BB6BA5307ADE2C4305F2DBB9BD6FA6 /* CountryPickerWithSections.swift */, + 41AC1F3473C4036B5912E27C2915E4DB /* CountryPickerWithSectionViewModel.swift */, + E23C66F373B814FD561451D296E6376D /* CR.png */, + B458975D4CF234A850D51640638939C8 /* CR@2x.png */, + 593A699B487CE0FF4C358E87D879F8EF /* CU.png */, + 56ED8369E5954B4D85D7E652125C31F9 /* CU@2x.png */, + 602A377F605B5561F0817F87D686E48A /* CV.png */, + 122656FBF7B09076CD80CC0A333BB3AC /* CV@2x.png */, + 16061DAEA0845176AE3A5EA09EFA2177 /* CW.png */, + FD76BE28BBC230DA082F79DBDBA7DA3F /* CW@2x.png */, + 9503E3B2C0941076EA368C523F947DF3 /* CX.png */, + E9F4C659F9454B25805B700BF8AAE2F3 /* CX@2x.png */, + 7FF729F076CBC846BD8BBB7CC14D946E /* CY.png */, + 4119DC3D3C6C5846A445E0B66921AB96 /* CY@2x.png */, + 9B22A87E45E7035E839F0A120774108B /* CZ.png */, + F4BB87E3CDE00DDA7DECBD37A0C4AB83 /* CZ@2x.png */, + FFA481D69D0D8D7A43BFC099E1DB96D5 /* DE.png */, + 9933E789B88F88EDD78C57166F1B2888 /* DE@2x.png */, + CEB629B470C8C897070A248C43D7F418 /* DJ.png */, + 4CED281B3733D3A974BD4D753DEEA7E3 /* DJ@2x.png */, + 820B1F8D71440833205D909262AF3DD6 /* DK.png */, + 8E301E40CA3F943BCE1A3E0E2C8505C5 /* DK@2x.png */, + 7ACDFAF3934477386886C52D67FC134C /* DM.png */, + 961302EF3B0F3E19E532E35D5435760C /* DM@2x.png */, + 6267021C0C520CD5E6CF48BA60E0F9BF /* DO.png */, + AC4D5C2C67A0C0A4A2A788EAF2F9B85D /* DO@2x.png */, + 0DB86D58B141AF789F1D7452F8F17E66 /* DZ.png */, + 8AFBF274A00D72DF60CE7BB631BCFDDE /* DZ@2x.png */, + 2A8591CFE3D714A01665D9E003B99942 /* EC.png */, + FC031D25BD1153667A3A4AE6D875775C /* EC@2x.png */, + 8778A4E1CB5A3751757E80EA3D2C1C22 /* EE.png */, + 4EE9CD5C74D67DA021BC139D1C277EB5 /* EE@2x.png */, + 6C073BF85ECCB4AA9253AF31C40F4DC5 /* EG.png */, + 9561E9E8CF92D73E42236D2E41588500 /* EG@2x.png */, + 8EBE8332734A1AB25CCA31F7B5C5F16A /* EH.png */, + F547976E0F0016B9D0C86551B5BED38F /* EH@2x.png */, + 88A3C6A35C2D9EFBF26A94C90BC7FE9D /* ER.png */, + 1A86DA61B85E9EBEA9F2BDB517790F88 /* ER@2x.png */, + 1CC371A099CAB08274C77B70BCEC77F9 /* ES.png */, + 6258D8C22A8C113320A357FAB46886F8 /* ES@2x.png */, + A19DB0786C41E8954BE7EBC3B0F5792D /* ET.png */, + 1C36D13D0942B73A692F5246977A2CF0 /* ET@2x.png */, + 4F40FB32635A320C0FC9EBFAD4CDB876 /* FI.png */, + 819ED59DFB0D0DA5EF06404864F46847 /* FI@2x.png */, + 4A5DA555D0A1921E544F3C163E47FB56 /* FJ.png */, + 5F94DC2C471B1916DA7E7A8715194C75 /* FJ@2x.png */, + 009D57FBE1CB435AFFB62FEFED6DDB5D /* FK.png */, + 9FC6D2FCFCCD60188FF8A18FADC0DB06 /* FK@2x.png */, + 1A0A36095EECFA6FFD9728ED5C410605 /* FM.png */, + 384403FD3C0DE2E7C968AF1D0AD810BF /* FM@2x.png */, + 227BD6CDDE315986A25C00D4425BB563 /* FO.png */, + 7EDE3119B057724EF197156776269088 /* FO@2x.png */, + B93400C6FB2581060C1641855B454969 /* FR.png */, + 518D63F29972121C94F6D9A19C695DFE /* FR@2x.png */, + 67092AE1295EE7DD4444BE9D96FCA68F /* GA.png */, + 2A26488D6047E880C4703B7B7B86FEB8 /* GA@2x.png */, + 2C9B2D9C4E7886BB149406D9F74F2FC6 /* GB.png */, + ECCB30E510B88979EFD31905325A8FF1 /* GB@2x.png */, + 47F38C9C1DF085D1437571AAB5FCD82E /* GD.png */, + 1459DBBFB6C6A51B025B116BE270BF16 /* GD@2x.png */, + 3276D213F14515902E8CFCBDDA5DAE64 /* GE.png */, + A16E0FCFBB706E0DA668F195C3C779A0 /* GE@2x.png */, + D923FB61E346A345E739E25FDD3C8DC5 /* GF.png */, + F99A6C3C58E87DEF6C825E9B63C4D2D2 /* GF@2x.png */, + 91B1AE1EC9D2162E8689BAB32CEFDE68 /* GG.png */, + DD2E681094FCFA0548F21DE9766F0412 /* GG@2x.png */, + E89C8BE887BB766B8DD1D85CCC8DA6E9 /* GH.png */, + 13D5FF7B87EFF68FF49173C812BE16C8 /* GH@2x.png */, + 4B678BA9FF8508F4379262D9FD2B4AC9 /* GI.png */, + C0A55BEF770D6D9963C2DA903EF1B202 /* GI@2x.png */, + 26492A5EE9A70C326F34E21E065F3197 /* GL.png */, + 0A54A26CB52B4A2E723017EA2F9AB690 /* GL@2x.png */, + 4D0F5263B35FDC0E90D316CFE4922847 /* GM.png */, + 01E9D5A76E993748AE64F960C7752A45 /* GM@2x.png */, + 69829FE52A4AF971C3C6AD9B6845D8D1 /* GN.png */, + 4E21AFCF9D565C0E6060D0EB11D41AC2 /* GN@2x.png */, + DF6E67C26C7662795EEDF51E8EB1C854 /* GP.png */, + 86DC8BFEAA303EE2CD2C0438435B5B1A /* GP@2x.png */, + A24C5195B2F17F3E7728621B50E924BD /* GQ.png */, + F17614AEBC2B0E48264CCFCCABDFC223 /* GQ@2x.png */, + 7220390842A3BF310FF937F64D94122E /* GR.png */, + 9E3F111828D2EA69A89251A901A94BBE /* GR@2x.png */, + E8E4F0C4FD1EA6973DB9278DC5ADA66A /* GS.png */, + F66A5CF592014E0FF1026D339193D9BD /* GS@2x.png */, + 49C79FA27BFBFB0CB9083AC4EDAE9AF3 /* GT.png */, + AC876DE8839EA3ACB5DCE31A7F204748 /* GT@2x.png */, + A189AB92BA9F9712684DAFCB88557743 /* GU.png */, + 6558BED7BD7E2C8D00FC47FFE704DFF1 /* GU@2x.png */, + A850EE568244BFFA4137F031DD941C55 /* GW.png */, + CD9D3952D5212FA9DA959CFA790C052D /* GW@2x.png */, + FBB44F591A03731E8B85C9B1B8C4090A /* GY.png */, + C2F1DF4EFCFAE24CDF986DC893DD10EA /* GY@2x.png */, + 00511076892CA0BD1B622B3B7EBEFAD8 /* HK.png */, + AB944645DAFDCE34DC6F8DA7272B266F /* HK@2x.png */, + C12024254203DC74EEDC9A85E10EEA3F /* HM.png */, + A74C8B6D0B777F361FC4EF7CD444C928 /* HM@2x.png */, + 295B09AFB1503ABA3FCBA00C5DBF73F8 /* HN.png */, + D10CEF8CD9BAFE1EC1A0390F2D15BA37 /* HN@2x.png */, + 6DE1E354C54BA830FCADE2DF355FC555 /* HR.png */, + 45AFA85A634CED1C6097DDF7DB46BE12 /* HR@2x.png */, + 9CCFC852C5A4170B265E5EE9A3C1CCD4 /* HT.png */, + 4009562EB49B17300387CA988F7C9408 /* HT@2x.png */, + 6581335F0A3909D64EE8BFBA02E33EB7 /* HU.png */, + 4CE25533B6D3CBA2CC42183730429F97 /* HU@2x.png */, + 3F1618D997099143819EC379F6F7D0C0 /* ID.png */, + 3F15D5C705C955DC4FB613FFAE51E131 /* ID@2x.png */, + D12B4A240E27730F5333E10C762E2E70 /* IE.png */, + B821335BBE5EAA52C22B1816EBE9AD2B /* IE@2x.png */, + 650FDA2A9AE3C9FFCDD41AE984E26032 /* IL.png */, + 5122B889776016DF22C50528570DEDAA /* IL@2x.png */, + 16B289860027E0D3EB441A7FDE07C9AB /* IM.png */, + 9781E8EB0F988E2D3E42D47AFF62AE7C /* IM@2x.png */, + 80D1930D7846C460E9623C22D561C005 /* IN.png */, + AACAA6A9E6E9DE8C7E4F708FCC67A652 /* IN@2x.png */, + F4CFCDBD426EB5D89F7F3F1A9C86D454 /* IO.png */, + 3D4BAE0236E1452BCFDE844C68D11C83 /* IO@2x.png */, + 4CC1DEAEBCBC0E656E22AF0B4C6B24E7 /* IQ.png */, + 835E8343AAC5BC429F443591427E0E12 /* IQ@2x.png */, + 825BF001628FD4C37C11541941842F56 /* IR.png */, + C11A2D6FBE65F9CE343FE5884DAF757A /* IR@2x.png */, + 6E0FAC18CCEE17D15E421F3B5CA30157 /* IS.png */, + EDB94BCA58E9541948AEF2D4146B6072 /* IS@2x.png */, + 9176DA17B1CC43F60385BB6C42AA260B /* IT.png */, + 13CA556A5D238A4B42DCFC7BE20AA75B /* IT@2x.png */, + A48C91D886C7F683440D525511BD2B49 /* JE.png */, + 6190E7000F64C75BA1DB564220C8163B /* JE@2x.png */, + 265CFCB7F017C95FCD9FE82479E820B8 /* JM.png */, + 009960869F89A9E67BE6AC21194367AA /* JM@2x.png */, + A768D611303DA194EE83AFB89A03169B /* JO.png */, + 13A57B10655C3FBD14AA8FF8C6A414BD /* JO@2x.png */, + DCB7EC53F03961950847D0AAA4AF7961 /* JP.png */, + 6DACB4915BC3AC4969F624CE253DD4B6 /* JP@2x.png */, + 6E433DA8A7241F4F740C597AD8267A24 /* KE.png */, + 1CEBC337B86CB6DE5585238095014F66 /* KE@2x.png */, + A983ABB0BA6768079A1E4BFD226999B3 /* KG.png */, + E755D542B87E03CD5EBFC6E2FA1A3E7D /* KG@2x.png */, + F8FF04E08E133CBB4E271C58BE7C6851 /* KH.png */, + B6B6F80FC834C13DDB3418DE97A1E316 /* KH@2x.png */, + 5373337F18463C19F9797985EC0594F5 /* KI.png */, + 799E3619CFAE47AF5F0D88E311B06EE0 /* KI@2x.png */, + 0B317BFE447B687F2F8243369B11F1AF /* KM.png */, + FE6092CD26201614F42798533CBCC33D /* KM@2x.png */, + CDC3E85A13C954054F13AA990B433AEC /* KN.png */, + 68E73CA4865AD636DCFF5C7C3E8651E6 /* KN@2x.png */, + A25005643D7DD4C7346967E7B4FDE5F5 /* KP.png */, + 2777D0C5ECDDAF567A1042F1367D7503 /* KP@2x.png */, + A06DAEFECB3376E8697CFF8076C9F66E /* KR.png */, + 38E70E91918C3DE47C4C3182EA3C7827 /* KR@2x.png */, + B10597813CCCE5EE2619F557E80B6E83 /* KW.png */, + 79C5309829E957AB25A415F822C78548 /* KW@2x.png */, + 4D3AD942E5E7A59B7220851EBD2511FD /* KY.png */, + CA6177734BDFF14C431E9A4B1C8D7066 /* KY@2x.png */, + AFAE8E2592529142ED52D71C4DCDAECA /* KZ.png */, + 228123CFD141C444D62D94471A6B236D /* KZ@2x.png */, + 201C4FFA9E25D3F5665135F891BB8B3A /* LA.png */, + 778C1E149F3043BDE72FCA3D119E0485 /* LA@2x.png */, + 1AF65187E6B85A564CD657AA604B635F /* LB.png */, + B23AAAB4F15929FCC5516D5D56D35E22 /* LB@2x.png */, + D3E2E90BFC1EB24C4C8831EC109C8594 /* LC.png */, + 09BEC00B01252771FA5333434A50898B /* LC@2x.png */, + 1ACE392BBB8BD4F15CB849E88741F36C /* LI.png */, + 07A82698E87846EA1D157C2F201EFBCB /* LI@2x.png */, + 21B98481AE7DD68BD8D94B38E5124231 /* LK.png */, + B1EB1C36C270EC31C1F8AD1AD212EA76 /* LK@2x.png */, + 00B6EEEEA449C85DFE948E0B3AABC872 /* LR.png */, + AE695A1A57688733DD8EF8149D20CF0C /* LR@2x.png */, + AE24C4758F4C5B65A03FDAECB6240726 /* LS.png */, + E7EBC1CD91651B9A459DE5480C9AB6A9 /* LS@2x.png */, + F9C4E9D6D63E0EC3878411870B393D6F /* LT.png */, + 0940A76BF77EC96E8E1C1381A17DD255 /* LT@2x.png */, + 3D12DAAB1BA44E7A01BA3D3BF265CC64 /* LU.png */, + 125B42B21480370A3D28CA8BCA7016C2 /* LU@2x.png */, + 0A23F74084C93F9FE0E525339868A56F /* LV.png */, + 27943D05C9ECCAE253474D780783395C /* LV@2x.png */, + 4000061380ECC9D6C33A3CF73FAD73B4 /* LY.png */, + A302627196087E2B0CB353A3367B678F /* LY@2x.png */, + 7E7E5B573CC5E835E58FA3844F6427AA /* MA.png */, + 38038717283438A1251241A5658002E0 /* MA@2x.png */, + 04AA90FAF52AC9642818985DB287B15C /* MC.png */, + 8B8C7C93F05C2179050BC5C0E07BBF31 /* MC@2x.png */, + 5865AB6AF5C3A06CCF0C121F767C8FD3 /* MD.png */, + 11D05AE5DB40FD270D20B18EA663DE65 /* MD@2x.png */, + C220FD53A98DF03B56060E4062CCAF5E /* ME.png */, + 92D4CC6795BCFF45519A1BE12E08F952 /* ME@2x.png */, + 88B75B2F6D872DA62E36E7677EA06EE0 /* MF.png */, + 34A9A11A29DD862C81FA4AB4DB7B8478 /* MF@2x.png */, + D52E1B6869480DB4DF89CA02DB7CB446 /* MG.png */, + 16F3693B03698DC01EAC43FBAF232856 /* MG@2x.png */, + 8D94414EC090BEEE7E12A50A070D8506 /* MH.png */, + CBEF79B905C705D9510CAA30BFFF9D29 /* MH@2x.png */, + 39B395A8FE93055F2E11FED90216EB32 /* MK.png */, + B140F4C7871FEF94D86771B8275B8734 /* MK@2x.png */, + 3996C06A821D23E43EF79448B9688F4E /* ML.png */, + 9D8E5C26283C24B2AB7A36EF9D62B464 /* ML@2x.png */, + 1FC847CF2DE60BB54C42BAE6BB208527 /* MM.png */, + 516272B03396F37DC9769987C24523B0 /* MM@2x.png */, + F6F604AD5A5F4C3421B40331DB06703C /* MN.png */, + 2E52F1785745BB1B098725FB1BBF5889 /* MN@2x.png */, + 36C46E5D2823EA9C9FBBF82ADF55D7D7 /* MO.png */, + 999A60228A3B97CC8B8F6074A4717942 /* MO@2x.png */, + 6ACA195DA9CFE8D4EE4A6127460EECDF /* MP.png */, + E5A72231EC68CB8CCE86990B010E3440 /* MP@2x.png */, + 1ACAD10AC6547E46D7E490F3E436327D /* MQ.png */, + 36EE5FC8257D1A413854582082357A64 /* MQ@2x.png */, + E0AE35622E04280014E1113D5B71C07C /* MR.png */, + 78301524C86D77AC315FD913BBC7875E /* MR@2x.png */, + F228047A1732BC25EE20380B5D25F6A8 /* MS.png */, + F928542CA8991B1D7633A05B148D1D37 /* MS@2x.png */, + 0049948BCED45F3F84BB811EB179E4F7 /* MT.png */, + B84A270926366197BC27AF7E86D87C15 /* MT@2x.png */, + 9531DA613967ACA29F431BFC73AACE70 /* MU.png */, + 006353AC21FB152E8AC40035CA17A9DE /* MU@2x.png */, + 6865A103F38078E20CCA4D42889D4ADC /* MV.png */, + 204EF96BCD2FE49ED2B3F6E9961EA478 /* MV@2x.png */, + 9E40EA6A3BEC6AF950B1447EDF5CFE5F /* MW.png */, + 38EE2B75093581A55005F221A80604ED /* MW@2x.png */, + 3891242BF8682A0764A7456C05679A62 /* MX.png */, + D7DFCD664AEDF52FE6A8F789BB61CA8D /* MX@2x.png */, + 9109038D689B23ACFC7671EE9EE9D767 /* MY.png */, + BF686F56995A54A22BC06B3CCC6BFE69 /* MY@2x.png */, + 6DF068ED7CCDD88FC0BC2100D62BD273 /* MZ.png */, + 6D7AC5BE809D9A3675C52540B020DF3F /* MZ@2x.png */, + 5C752D97339EA74F3DCACC7214302874 /* NA.png */, + 9EDA19C08012F6DCD4333382E4665220 /* NA@2x.png */, + 1D588751278B43DB170D469D3A483E84 /* NC.png */, + 3221CB3D72AFF0F16F5B9BBF88A881AF /* NC@2x.png */, + 542EC74FBDBFCCB6D9A3E66173F366F6 /* NE.png */, + 3EB05C145EC6C18174617200CA2F0210 /* NE@2x.png */, + 4070D47F0A38F684BC122ECA1BFC24D0 /* NF.png */, + A0E2A30636C566C164A7D9ADFC41862B /* NF@2x.png */, + FB3C13953D6B2EDEF61575691C187510 /* NG.png */, + 3FDD675C7619C3A2B6D3314C35FAE0AF /* NG@2x.png */, + 7CE663BF92DB27223199A77DA72652FC /* NI.png */, + 7F7F118FBE0F5FA7CCDD0983464B8069 /* NI@2x.png */, + FF6D00BAA96EF9765DD142F698C66B58 /* NL.png */, + DAC871A7EF07F0A8322B95A1B7B2938E /* NL@2x.png */, + 00A00EB10DDDDB75C0D8B83B78873ADD /* NO.png */, + F15EDF67A83441B0583FB377309D9046 /* NO@2x.png */, + EABBB2450157672CCC9E4BD5CAD5B34F /* NP.png */, + 72F3805207F355ACA4D7A50564D15670 /* NP@2x.png */, + A67579DEC368DA574C17E275489C6390 /* NR.png */, + C88132B635F5ACBCA905EC22CD2598F2 /* NR@2x.png */, + 20A025126B9AECC6AD61862C2B91D76B /* NU.png */, + 1549A744C0BFEF0B5A35EB9DF3D73A8E /* NU@2x.png */, + 9E8506DE09F6EB58F937BB609D1DD808 /* NZ.png */, + 5359A13A51683868324FB2FF9FDC0B93 /* NZ@2x.png */, + F97457E86CDD471048E9327696A04E71 /* OM.png */, + 48A5D877471170C76B7CCDDF2D50C783 /* OM@2x.png */, + FE034CBA8059332990726E08F2302177 /* PA.png */, + 3DCDE0ACA03B5CAD124363BB23103B2E /* PA@2x.png */, + 2001365D06F177A8F4492743DFC9ECEA /* PE.png */, + 61DC53E710A2D02618ADEF68BBB84E68 /* PE@2x.png */, + 260CC83DE32D2BDCB5E89CD64BD57B0A /* PF.png */, + 854B857EA8763309F384BFED27E6B33A /* PF@2x.png */, + 3BC88641B63E0C89C653BBD177C777C0 /* PG.png */, + 4B617D5214578546288CE79F118FFEBB /* PG@2x.png */, + 797E3DC0FA21B94C259EAFFE596CF018 /* PH.png */, + F99956D98F85A7F7ABB3A4682A10CA9A /* PH@2x.png */, + 52C19F1765192AC3466B40B732330F26 /* PK.png */, + C4C9E5A05C0B4DA91EAC0CB4B7C7A57D /* PK@2x.png */, + D6A61C8811A5C477F6CD3B5D570817D6 /* PL.png */, + 84B9CCF589626333E5AFDEC4E5CC8EF3 /* PL@2x.png */, + 48577A194B7E74BE93A0BAFCC5398BA2 /* PM.png */, + CA75C95EF4A34CE464A516365D743063 /* PM@2x.png */, + 6DCA55E8A9770F28591820C4A29FFAFD /* PN.png */, + 61A51D48765AE27B2452D44DAF08E830 /* PN@2x.png */, + B28E540DE512EC58E66041A991B70606 /* PR.png */, + 0320AC100A56A1F9E1CE33AE906F0D01 /* PR@2x.png */, + 7C06D23C74D849F2E458FDF81ADBFC19 /* PS.png */, + 0D8F02BBACB1D67E8A82B20788AB433F /* PS@2x.png */, + 8A3C711C4EEC2E058194CCD069F74CD8 /* PT.png */, + A7ACF5E35EC3206384D2F117349B7DE4 /* PT@2x.png */, + 5E17BCD5FB099C2C3B115D1C963978EE /* PW.png */, + 04D74AC6DF0B57AED6715FB7050A570B /* PW@2x.png */, + EC546965363AA5DC90C75E37D47B430B /* PY.png */, + 39F43C0B2374502D3450CD81DECBF061 /* PY@2x.png */, + 8A67BB776B9A45B0D875E0ABB99ACC28 /* QA.png */, + DE9F15B2A1B12BAE3C6B39BCD5ABA53B /* QA@2x.png */, + 23A04856C6B05A746CA3B893C25C6D94 /* RE.png */, + 1FFEF0AEE2A4851B077C8E100C097CC2 /* RE@2x.png */, + 173758FE4B1843B074A68AB6D310B5B4 /* RO.png */, + F7DFB69DD5D88BFB209EC7FD0DBAC332 /* RO@2x.png */, + 337DFA13426F83221C48049DC2952AB1 /* RS.png */, + 5AF14C90CAFF6C77A609E9EF2C816D05 /* RS@2x.png */, + 92E03BE385C399455EF545D96F3BD8A3 /* RU.png */, + 7510D0E42ED553E923660E7865E35D49 /* RU@2x.png */, + DE6026470306CD247BF13C3544848552 /* RW.png */, + B524D9544C357D51DD7F48214098B9D6 /* RW@2x.png */, + 4A6AAB47C2082C3D06A8ED5AA9519332 /* SA.png */, + 14EB062C40A43647CB7858C0AF7832EB /* SA@2x.png */, + D29794285277A6C43FD67DE3B62F74FD /* SB.png */, + BC6B4B82FDCA463519E062C2CEB3D7BA /* SB@2x.png */, + CE442D1AADA6B3A98300E24FDFFC1846 /* SC.png */, + CCC834196308909C01E23CCBD5BF16AA /* SC@2x.png */, + 5C6F3D9F501B97472249831598CB201D /* SD.png */, + 068B9669AF83CB4E9D933C381092B445 /* SD@2x.png */, + 9FEFCD8FFA7E9709C8C06E5D573246C6 /* SE.png */, + CC37BD098D2EC1F1B699C99477426C3C /* SE@2x.png */, + 143B09A9B7A69FC540FC0F99B8ADE40D /* SectionMapper.swift */, + 9E98EF0481274895A06C567DEEF949AC /* SG.png */, + DE198818F81087CF1120A2560E7E47EA /* SG@2x.png */, + AF8CE0EE18D81A23EB2FD29EAF9CBC42 /* SH.png */, + 82646C735FA7C1AF45964DDD3F0A5EA7 /* SH@2x.png */, + 0C99EFC4E5D99F6256FF07742682EA42 /* SI.png */, + 36476E9BF9556A5CC323A34A5BE741B2 /* SI@2x.png */, + 2FE3F06B7C92F42A85AB1C9A2AD7CD2E /* SJ.png */, + C502507C3E4B05349BCE9B0627E1EEDB /* SJ@2x.png */, + F253B28765E7068CB222D553C556CA19 /* SK.png */, + 79430D1CDD1F18AA9D50B15F6C074319 /* SK@2x.png */, + E70AE37A19D1193F8E777FD059FFC02F /* SL.png */, + A1847680C41A2B282812B5BF32A83A23 /* SL@2x.png */, + 1FAEEA7C0B1CCC471EFA091C9AFC1F21 /* SM.png */, + 101DAC37B136D16EC1065B7C20198CE2 /* SM@2x.png */, + 693965CFD00211C3354A512A882AE76F /* SN.png */, + 03D50E4B23B8C8491C97E8504EC17F37 /* SN@2x.png */, + 404E1BF37FD66D56EF57151F58DC6153 /* SO.png */, + 452F032ECC748F0AB914858BD57C3945 /* SO@2x.png */, + C52596A54482201E4E5A2C85B718639F /* SR.png */, + AF5963ABDDDCD22AACBD8B2ABF036701 /* SR@2x.png */, + 42BA42D5F23B552477085FCD5F37F862 /* SS.png */, + 56483EDD4814FA27CD3E93E539A5EBF2 /* SS@2x.png */, + B73D36E1E9CF4C6F589EE0B57E4F07A7 /* ST.png */, + C7FB6DD501043DD5F96241FDA979B227 /* ST@2x.png */, + C91B957606A7316F3CC39BB9DFD08282 /* SV.png */, + C768DEC067A5E7EBFF9F6B0AE1540EAD /* SV@2x.png */, + B6146AFFC9D06F2239DC47D19AA1966C /* SX.png */, + E0A2EDC9D3C955BBFF1214F0AC5563BE /* SX@2x.png */, + 927B0AEA94F69778872F3CB970F7D22C /* SY.png */, + 2879A427B06969219E184A64363BC6A6 /* SY@2x.png */, + CE1F89259ED1ECD895C4DFC3AA0FBA63 /* SZ.png */, + 263A6EFBA6320F48D66DEFAF02CE3F90 /* SZ@2x.png */, + 068014D15BB1456027E5B879B9F0F910 /* TC.png */, + 2A3D9ECCEAFC94CCC7074E009DD31891 /* TC@2x.png */, + 191A9061A04E362FD1D0B983553C5212 /* TD.png */, + EB200BE79F9920515564D7EE3FB4466A /* TD@2x.png */, + 8B89015FB806F880874BA949BA221006 /* TF.png */, + 67E9DA2115670A59F9F8C4696AE830A2 /* TF@2x.png */, + 8C2F44380AAD7E2FF84AB80BC6922957 /* TG.png */, + 52E24A3729A43D79DC53229A68F262E6 /* TG@2x.png */, + 8876C392730EF1C6A1B7B03DBE518EEC /* TH.png */, + 0EC787D0524B097B64358E676DBDF9CE /* TH@2x.png */, + 34CBC0741B482BDA3239D3C606E5B9A9 /* TJ.png */, + F67763FD15D1E9E1441D2813CD74D4DE /* TJ@2x.png */, + 2DD3E05D4BE1A3B19B7AD157979FC812 /* TK.png */, + 1BE92D855C6D7999FC689CAFCA7F5D31 /* TK@2x.png */, + 014A8B0F13EA547AB7E836EB8AE13964 /* TL.png */, + 079E884E55EF6C31CC06B2C6A6AFD0D6 /* TL@2x.png */, + B8AF39B3A541285A2ADF290265600B02 /* TM.png */, + 224C7F637A43DC53E1C84A2004A61800 /* TM@2x.png */, + 8833399B2809B2E0CB56C13044B5AC5A /* TN.png */, + FC5F24090001E39BC139C275DC6C315F /* TN@2x.png */, + AB541B582B4FE1FA7740527814E892B3 /* TO.png */, + CEA8457C00C48A1F1E265B32A8254BBE /* TO@2x.png */, + 298588329D46A92DD3BD2453F1E6A99F /* TR.png */, + DFD133C504239B71992CCCCAC5F3B5CC /* TR@2x.png */, + 33C5E4B5C27D547B6A4A8F10BE399CFC /* TT.png */, + 533151860D829BE0B0709241E78F75C4 /* TT@2x.png */, + F704EDF935667AEB78C1A6BBD7325ED5 /* TV.png */, + BA4CC7D7C5DD1FE3997516CED104EDC4 /* TV@2x.png */, + B757784748C2D1CA4D1C0A91CF7115A1 /* TW.png */, + CE5CBB2C674C63D5B56027349541C2D4 /* TW@2x.png */, + 20D919B3D9E248926F37EFEFE1DAD3C3 /* TZ.png */, + 7875D31AEA249F7CAA6485624E94C614 /* TZ@2x.png */, + 87522DFF18DAE1F395201234F2DFBC75 /* UA.png */, + 94AD97F613DBE3BE1A9F1B5354E9D729 /* UA@2x.png */, + 906C3425C68EB1EF1E71EE9FE5B45BA5 /* UG.png */, + DCBD48697D3B306DCD66996588E50836 /* UG@2x.png */, + 2DC21E67B63B752E3BD02ADA48143823 /* UM.png */, + 1AAFD3A768C328AAEC7924430EC4B92D /* UM@2x.png */, + 696EC4295D7716A4FFA4D69AEFAA7EFE /* US.png */, + 2F228C6536B9D8A046ED131391FC1B8D /* US@2x.png */, + 19ECD14F8994D8E33D913515A795DA85 /* UY.png */, + 6C531D0697F4401DDDEABC8D81B8F18B /* UY@2x.png */, + ECC3E700E07C4D1CBA744284DA8DF047 /* UZ.png */, + 4123D4F7F34FDFD16373657162478949 /* UZ@2x.png */, + C06417BBC38BD1C3BE1CF819E26F779C /* VA.png */, + 0BE465DE94DE4BE6A7112DAB4EA14A9D /* VA@2x.png */, + 0D589406C9DC51C55221F99B77FA2CB0 /* VC.png */, + 83F1E669CBD2B7C07CEE961558C0B792 /* VC@2x.png */, + 3A1BF532BAA814BE86ECF953C97461CB /* VE.png */, + 679852A17D3B52EF4D1D3DFB9CABFB22 /* VE@2x.png */, + 862E47D6FD8ABEDD943FE2814AA019DD /* VG.png */, + 14C3960FE12EB83CF793C647ADDFCEFC /* VG@2x.png */, + 9BEAC62D01ED2811BF92C9B90BF13E3C /* VI.png */, + C93EA18F9B2374346B0F097E2FDC288F /* VI@2x.png */, + 4F77AADB1E9B90E9129FE56B7BB87782 /* VN.png */, + FBB142C335A1511BEF6D9E39A6176C32 /* VN@2x.png */, + 5AC132376B642C5DAF904F63D7B488E1 /* VU.png */, + 47D901291224D0B77E88E5ADB7E36930 /* VU@2x.png */, + 0D5F6263E27E57A67512094639F32317 /* WF.png */, + CAB81B89B2A3709E2D59644BD6030590 /* WF@2x.png */, + 860F014301ECB4942B1EDFB22132C3B2 /* WS.png */, + A879C94CCAC0853B79404346E17BD2A2 /* WS@2x.png */, + 6F58E8CABB8F015B6A79760C86DE997C /* XK.png */, + C8D52C37EF4C3771BF3A2C5D6650ECA9 /* XK@2.png */, + 0E8527532FD671969CADEB4C1F5F2FF6 /* YE.png */, + AB8A8F0F5F78008372B2D3624D608417 /* YE@2x.png */, + 0E936B91D0F7F705D00AC2EE8BC54DB9 /* YT.png */, + 391515DD117F99F4C139F64B3F30E0F0 /* YT@2x.png */, + 1B2D1521A754065CF31C0ECC5253D287 /* ZA.png */, + 0E1ADF9B82B2CB04F7970E8AE538C9BF /* ZA@2x.png */, + 14856ADDDF9418042A2608996454575B /* ZM.png */, + 1D7FCF345A957431EB63D9362606C8C1 /* ZM@2x.png */, + 74487E04D0D1E8147C4AAD7DA8A4FC0F /* ZW.png */, + 331E10829549B5DE6E52BC1AAFB84C0D /* ZW@2x.png */, + 508CB8BCB954D0C71852204D5E6D8DEF /* Pod */, + 06ED07F814A5487E8C9B962F14E1EB5F /* Support Files */, + ); + name = SKCountryPicker; + path = ../../../..; + sourceTree = ""; + }; + CF1408CF629C7361332E53B88F7BD30C = { + isa = PBXGroup; + children = ( + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, + 631E846A3314C91DEF2795904CACBD6B /* Development Pods */, + D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */, + 373CF1CE0EE1C3E14BFD3E548A6402E0 /* Products */, + A5C7A1EADB3C4FE2A8E137BEB297C788 /* Targets Support Files */, + ); + sourceTree = ""; + }; + D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 578452D2E740E91742655AC8F1636D1F /* iOS */, + ); + name = Frameworks; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 766DDD4D7AD5E527C2ADD293E89618E3 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 54743FACA0B7FFD7776245EEA0F67333 /* Pods-CountryPickerExample-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CA5E90BC10CC1D69C57822D4634A2584 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 78EF31B03F5666D337A7383E0ADFDFC6 /* SKCountryPicker-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 63A430E5563B21F8A0ED4A6BECA1C1C8 /* Pods-CountryPickerExample */ = { + isa = PBXNativeTarget; + buildConfigurationList = 0729E0881FC963B1D444A938CBE3F102 /* Build configuration list for PBXNativeTarget "Pods-CountryPickerExample" */; + buildPhases = ( + 766DDD4D7AD5E527C2ADD293E89618E3 /* Headers */, + 515BF2C2A3AD468D18148122D81B2D86 /* Sources */, + 6813D93B89BB30CC409A6FE3FDF70B2C /* Frameworks */, + ACBF55CCCBA23F95AEA980088A0D556D /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 453B3EF6B6650B0B7DBDF06FB539DD6E /* PBXTargetDependency */, + ); + name = "Pods-CountryPickerExample"; + productName = Pods_CountryPickerExample; + productReference = 9B364A8E6EE0C045E27D0EB39D8E699E /* Pods-CountryPickerExample */; + productType = "com.apple.product-type.framework"; + }; + AD5DDE18FD5EB97540CD21988269989D /* SKCountryPicker-CountryPickerController */ = { + isa = PBXNativeTarget; + buildConfigurationList = 2C628F45D3E2937092A5C48108324B9E /* Build configuration list for PBXNativeTarget "SKCountryPicker-CountryPickerController" */; + buildPhases = ( + 0E78A2CC6E4456DE061F2EC802F159BB /* Sources */, + 79E41C0ABDB583B25C283B1C2E4CE787 /* Frameworks */, + A9E99F7833E2304D9DD2A541E2CD2789 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "SKCountryPicker-CountryPickerController"; + productName = CountryPickerController; + productReference = DE277629B5C09BE727E2EA152C0F7D19 /* CountryPickerController.bundle */; + productType = "com.apple.product-type.bundle"; + }; + CD6AE62B70B78355A3257C4DC46F7A3E /* SKCountryPicker */ = { + isa = PBXNativeTarget; + buildConfigurationList = D35A31D55E06499A1BC8C7EF48F57072 /* Build configuration list for PBXNativeTarget "SKCountryPicker" */; + buildPhases = ( + CA5E90BC10CC1D69C57822D4634A2584 /* Headers */, + 55AF57A13F6D728F2F5CA720AB7E2197 /* Sources */, + B3774C55EF2891E3148156A4D1D7F063 /* Frameworks */, + 545E990D6BFD5BCF25D6E6C208B8132A /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 1F006D2A1CEF92FF87D1C9C722E1EB2A /* PBXTargetDependency */, + ); + name = SKCountryPicker; + productName = SKCountryPicker; + productReference = E35D40CE0FDD4C4651AABDFD4367BC74 /* SKCountryPicker.framework */; + productType = "com.apple.product-type.framework"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + BFDFE7DC352907FC980B868725387E98 /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 1500; + LastUpgradeCheck = 1500; + }; + buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */; + compatibilityVersion = "Xcode 14.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + Base, + en, + ); + mainGroup = CF1408CF629C7361332E53B88F7BD30C; + productRefGroup = 373CF1CE0EE1C3E14BFD3E548A6402E0 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 63A430E5563B21F8A0ED4A6BECA1C1C8 /* Pods-CountryPickerExample */, + CD6AE62B70B78355A3257C4DC46F7A3E /* SKCountryPicker */, + AD5DDE18FD5EB97540CD21988269989D /* SKCountryPicker-CountryPickerController */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 545E990D6BFD5BCF25D6E6C208B8132A /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 86C33A9C460EF6F2B33EA1B50E98B300 /* CountryPickerController.bundle in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A9E99F7833E2304D9DD2A541E2CD2789 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4AE88D2C1B3C900F189FD9D3DCCA47E8 /* AD.png in Resources */, + 146417A255B9E78B9C5E14B6BE0953D6 /* AD@2x.png in Resources */, + 81F58DF392FA7B67971B68B916354F21 /* AE.png in Resources */, + F31383176939E0AD665C25A6491DEBAE /* AE@2x.png in Resources */, + 9A4D743991DEF3AEEA2AF9A9511BDCD6 /* AF.png in Resources */, + DEDF4F0851F0562788903052FF1E4F38 /* AF@2x.png in Resources */, + F5460934FD5A840B05BE5F785DCABC55 /* AG.png in Resources */, + 95D832D4F579C82BF948038DF3495B09 /* AG@2x.png in Resources */, + D82DA4A162E949CF5238D487469CE3BF /* AI.png in Resources */, + B21ADCC96E736EC9FA092C9FB220B63F /* AI@2x.png in Resources */, + E1ED8C9C3E72A6F3B10F352B70A712A3 /* AL.png in Resources */, + 51CEB61AAD01BAB8EDEFFCEDD8F62FF9 /* AL@2x.png in Resources */, + 0095ECAF6F6F30EA23A56EC60629F48F /* AM.png in Resources */, + 1982BB1B7C0FC83EE00F3A54946EA44C /* AM@2x.png in Resources */, + 1CB238A2F0AC331BA831EED22C468A02 /* AO.png in Resources */, + 472902249A7F7F41A54F9C4DCB056A73 /* AO@2x.png in Resources */, + 5AC0DA3EF4B0BA1A8ABF64234973EFAA /* AQ.png in Resources */, + 3AFF9EE8C046DE0220E8EEF984ADD6F9 /* AQ@2x.png in Resources */, + 2E354446E2C11BDD932C01EBBBB232E7 /* AR.png in Resources */, + 8CDE47A99DC2DC5A5F53C945307862B2 /* AR@2x.png in Resources */, + EFC5B4391BA9DBDF4968AA85F2953C52 /* AS.png in Resources */, + A6D3F8777EC6A89CA54ACCB584DEE2CA /* AS@2x.png in Resources */, + AD47895B7A7BB3AE04E3B0EF896EE953 /* AT.png in Resources */, + FB25E6A69C850404D3434A3E5A3B67BB /* AT@2x.png in Resources */, + 88D2B69689628C41506711CD38D38694 /* AU.png in Resources */, + 45803DBDC4F172F7D8425B87413805FD /* AU@2x.png in Resources */, + 442AE7DD993D4B00F7057D6F1AA24B2E /* AW.png in Resources */, + 6DC5959EFB7EDC591D4A145226DCBB1E /* AW@2x.png in Resources */, + 16AAD7A5B17B2507D38DD80906912554 /* AX.png in Resources */, + E0D740D552D81D8C696F98D05720CA90 /* AX@2x.png in Resources */, + E4886DA591D772676EB1AF6869D00578 /* AZ.png in Resources */, + 26CCF119B6045624BC5687B1CF7A980E /* AZ@2x.png in Resources */, + E3847288F9D763F395E4F1F9219D8E86 /* BA.png in Resources */, + 84A9E75FC4C54EDEB67A122724796F73 /* BA@2x.png in Resources */, + CFE5B9197D28B4A136BE541586BC935D /* BB.png in Resources */, + 26D043DEB2C4DB3EDDFBA8081395DEFC /* BB@2x.png in Resources */, + F0A12BDBF29469F51ADCD6B8BB98017D /* BD.png in Resources */, + 3F7ECCDD0F16E5D76DEEC9D47A5781C6 /* BD@2x.png in Resources */, + 7E4912A7902C6AFD40593C2697CE3317 /* BE.png in Resources */, + 28843263A8092C96740A9825090EF7B0 /* BE@2x.png in Resources */, + 47512A5A5ADDC20C5A34AF1A61B0D1F7 /* BF.png in Resources */, + BB7699709B862C5EC10E6C8D67B6091C /* BF@2x.png in Resources */, + ECD58B6C048E225E21BE9E6E0B10DF95 /* BG.png in Resources */, + 5E4FFD8D78ABEE74772D4E542422955F /* BG@2x.png in Resources */, + 53D6E0F78BBB89C6093858AB745F8CA9 /* BH.png in Resources */, + F2F1EE8C58DF5356E7D35F2E96BB0152 /* BH@2x.png in Resources */, + E6E09FB632CC24F39840186124C28073 /* BI.png in Resources */, + 5EB82FEBEDE3FAD495D8FB9D4C6B4A42 /* BI@2x.png in Resources */, + F596A0ABAC6AE34450CBB807D00D3D91 /* BJ.png in Resources */, + 597E336B0CFE82BFA6ADA8D8718966AD /* BJ@2x.png in Resources */, + 9CB66CE05008C8747899B979ED1F892F /* BL.png in Resources */, + 69E976D5BFFDC7D63CAF266DB88DC231 /* BL@2x.png in Resources */, + 0E16E27CBEE5BA770F53FE219328E0FE /* BM.png in Resources */, + 3ABB0E248E9761C1AF38F80263199737 /* BM@2x.png in Resources */, + 273B7A2A9207AAF20D5BA951F1A07EC8 /* BN.png in Resources */, + CB6FD1057BA182B2D8C66F421976CA9C /* BN@2x.png in Resources */, + D84DEC8649D268AE6E327E137E356150 /* BO.png in Resources */, + B24515B6A2318BEB5B942BAFBE39E7A1 /* BO@2x.png in Resources */, + A4446CDAD9E2E332A6285B650952CB0A /* BQ.png in Resources */, + 521A7CAC22BC039A71A7F429640BA47F /* BQ@2x.png in Resources */, + 7D37EE87ED7A2B63E12BBED17022483C /* BR.png in Resources */, + 475F31745ECE9853A75EBA47C8E38011 /* BR@2x.png in Resources */, + 384E5D67E40567A72EBA5C5D3217CCE5 /* BS.png in Resources */, + B1CF7392C4472E8B0A6F5CA1399ACDAC /* BS@2x.png in Resources */, + 7D1D78588CC2B58FF87A2678AF57F26A /* BT.png in Resources */, + 2B62471461891BB72E6C91E77D801E0C /* BT@2x.png in Resources */, + B85C8CD574F6C5A57C44A6D37A18F7C0 /* BV.png in Resources */, + 32A7FBF633716358ABA12DBA2C0BD111 /* BV@2x.png in Resources */, + 40C8E72BAA39FFD0F866D732D659E608 /* BW.png in Resources */, + E714E05E64E6D777EC97313FB821CCB5 /* BW@2x.png in Resources */, + A2205420D5056698FEC548CF5234D638 /* BY.png in Resources */, + 83E54A3F76C6E8D1145273E23CAC2BDA /* BY@2x.png in Resources */, + 5D9F7ED1A90EB2810EFBA5EEB11B71EF /* BZ.png in Resources */, + 2E8D5B7D16029C729739A7232A3D2778 /* BZ@2x.png in Resources */, + BCD18478758D7D5A787E8B1B6A3694A0 /* CA.png in Resources */, + 7AB95C14AC506139E9381411B7E5846E /* CA@2x.png in Resources */, + 0B4D3BCB09DA2C2C17ACC30BB6FAE52E /* CC.png in Resources */, + 2CEF497D6C0107EA362B6281BC6E9EEC /* CC@2x.png in Resources */, + 610DC2ECB706B442DE053D04AAC6EF66 /* CD.png in Resources */, + 48847B9195B4C9C5715040D2E2BD5777 /* CD@2x.png in Resources */, + 37CD08B9B16FC68347F73A3DD1BFF488 /* CF.png in Resources */, + DCD2CBB2D0619EEEA3BD086F5FB86577 /* CF@2x.png in Resources */, + 54B03B11BECA72532CD69D29CE261750 /* CG.png in Resources */, + BB0DAA6F6EB5B2FD6BD1E13BAD403F9C /* CG@2x.png in Resources */, + 348EF796F395856DA883A337A9A93B71 /* CH.png in Resources */, + 9A7CBE5095D8BF7CDFF3BCE880B00187 /* CH@2x.png in Resources */, + 4315A31232868A1596894B9108DBE504 /* CI.png in Resources */, + EC30167E01CD18DAE449E3A33E966C80 /* CI@2x.png in Resources */, + 8ED1D7D3EA80E7BC1D0AFB67A865C114 /* CK.png in Resources */, + 017EA40ADAE7FF17AC4B5D6BB8E9459B /* CK@2x.png in Resources */, + F3D839D90BC65A680A4C3239A0B11124 /* CL.png in Resources */, + 89E50F0C45AE534F1345E529C9CFD377 /* CL@2x.png in Resources */, + 473320492BAAD8A4F243ED669886513A /* CM.png in Resources */, + CBC19D5DD9694FF28F92E45EA97CE319 /* CM@2x.png in Resources */, + 01BE81050D29A77A53D3A03A78AACF8D /* CN.png in Resources */, + E673DCB3AA97D1EF51DEA4772FE9B5C7 /* CN@2x.png in Resources */, + 157B878DC39E15215260C38D017FBCAE /* CO.png in Resources */, + A380513B139DCDCA64B19CC564833B6F /* CO@2x.png in Resources */, + 1E1B9F955615E5D8E604DF02572C9895 /* countries.plist in Resources */, + 85466AABA8FF78E51DCCB5929394F6E5 /* CR.png in Resources */, + A22C42485EE61962F917670DB288F84B /* CR@2x.png in Resources */, + 11F09D7F162D07AE9F8CCE5CEA59DA7B /* CU.png in Resources */, + 473598E3A6A4582AB73AD2BD5B80AA24 /* CU@2x.png in Resources */, + 8C422D6A15F1B7BF712B649452B80ECD /* CV.png in Resources */, + 7623BAA3B776EA0342D11D1FEF20CD25 /* CV@2x.png in Resources */, + 29A464D3F7763B5B0B104B1F36A99EDC /* CW.png in Resources */, + F2E08076D200247C067D2CCEE616A859 /* CW@2x.png in Resources */, + 9EAE7D95BD00FAB00076A2F215940CDE /* CX.png in Resources */, + 4EFC180D771AE503ACFC22B30E104435 /* CX@2x.png in Resources */, + 418439BB4013B2F94E98BD0E23B73070 /* CY.png in Resources */, + 37DA738AABC9C1024B7F6B52B5EE1512 /* CY@2x.png in Resources */, + EA04E861304A20918085FAC4351CDCC1 /* CZ.png in Resources */, + 8DC5F95D68FBB5CB699ED449BFCF449D /* CZ@2x.png in Resources */, + 48E01E3282578023605E35CB1E7F4A93 /* DE.png in Resources */, + 0B7F418B5A2D3AAEFD2119424A161825 /* DE@2x.png in Resources */, + 87A103769CD6879EBCE022DB6F919286 /* DJ.png in Resources */, + 3C7C7D13CCB9E647BCA155BA27B51042 /* DJ@2x.png in Resources */, + 922C70DB5F74D9BA2580DF7FE3CF94D4 /* DK.png in Resources */, + 92D23B9126958525C3593F8088C88585 /* DK@2x.png in Resources */, + 480D2ACFB694E3B4BB5A3EB661D7D776 /* DM.png in Resources */, + DF20876036CF2645FE2BDDB47A81818F /* DM@2x.png in Resources */, + FB0E8BF797374AD4C0948844C080F99B /* DO.png in Resources */, + A1D311113CF77875CDCF9889A7D24188 /* DO@2x.png in Resources */, + 8CDEF58EB9CB5ADF8D0AD394C843A531 /* DZ.png in Resources */, + 72F20B358BDF7DCFACC38EF4E99178DA /* DZ@2x.png in Resources */, + 1A034917E3A6F821666BA177FE3BC251 /* EC.png in Resources */, + F1DE9B9A0FEAC63E35C9842CBACFA1C0 /* EC@2x.png in Resources */, + 0B6AB42AF56392CB28836A7FE6D579BA /* EE.png in Resources */, + 9601014873F8114D0703B0FFB5478113 /* EE@2x.png in Resources */, + 0548EDD64FA69C8D1C9038FF39E39611 /* EG.png in Resources */, + F81531302B447F47B734856EDDBE1823 /* EG@2x.png in Resources */, + 3C6858F13EF18EB5C384F7A37422AEF7 /* EH.png in Resources */, + FD188C8EF8ABCC2BF8472ADBA97DF797 /* EH@2x.png in Resources */, + 52DB5EDD9909B38FDF29EFC43872CC60 /* ER.png in Resources */, + AC178524F90FEDC36AE3BB0680F078AD /* ER@2x.png in Resources */, + 2036A1E764DE92A370B43D1739BA5845 /* ES.png in Resources */, + 8A232D02EA6AB1583CEE4978D0E3D8B1 /* ES@2x.png in Resources */, + 45628E6F8ED90F06A228BA3AC040FD56 /* ET.png in Resources */, + 19EDBD40F38D00622A94D05E6930CE50 /* ET@2x.png in Resources */, + EE58B0E005F57CD21DC0559FC6B641AD /* FI.png in Resources */, + AC480995F7449807E53A6B169B10B3C6 /* FI@2x.png in Resources */, + 0C8150350EE7F75E7DC829B3635CFB64 /* FJ.png in Resources */, + 845D8D78BEC2C24A4894A15C6B78ACD0 /* FJ@2x.png in Resources */, + EB1AC51647FF8157E4470B80AA378F3D /* FK.png in Resources */, + 9AA78E8BA45F8B89829FED10C837A965 /* FK@2x.png in Resources */, + 973CCA63030AB4470035A5CC17352BBA /* FM.png in Resources */, + A6F2E1A3736C29903CCFCE7D1D2E87F0 /* FM@2x.png in Resources */, + 061B88C6E4590E12344EA3A31EF9CC4A /* FO.png in Resources */, + 179300FCF50A1EAEEAAAFA71C425B55F /* FO@2x.png in Resources */, + 4FC2D2B50E7A16C9280FD10866B2B755 /* FR.png in Resources */, + 89F420B303FE02DE0FD9A000E4939540 /* FR@2x.png in Resources */, + 251B16A68196DC0DB4C5F395586EEA1A /* GA.png in Resources */, + D35CD58708C38594369C49D39A06F039 /* GA@2x.png in Resources */, + 6B0ADBA64BC2B362F7D88EAD77D5BF97 /* GB.png in Resources */, + 075C47C326F07482CEA1870656C6FD11 /* GB@2x.png in Resources */, + 0485D8B1FA1EE69CE1D0EBA810522F60 /* GD.png in Resources */, + FECACC7D7FEAB060B4BEAAD6A3FBE3E5 /* GD@2x.png in Resources */, + 698B856A75DFED18771FE7AB1B1957D2 /* GE.png in Resources */, + EB0B9355EF09D4C3F28C92798743DEFE /* GE@2x.png in Resources */, + E46D6FAD251783A6D5FC9D0CFB511876 /* GF.png in Resources */, + AFF48D0B2AB28A9FA8204650D9EE29E7 /* GF@2x.png in Resources */, + F454D9A80253B46D87A39A9379BC8428 /* GG.png in Resources */, + EDEC7BDC2817A9E45FB7CB58FD3F8654 /* GG@2x.png in Resources */, + 655CE5925E3D6BB3954FC600EFBBC172 /* GH.png in Resources */, + 422102C0B7F788B4C0D193F28E9223FA /* GH@2x.png in Resources */, + 0E0DAF1510B8994C5074DC51EEFCDC12 /* GI.png in Resources */, + 4C292FCC011091C20DB55AC3ACEC710E /* GI@2x.png in Resources */, + 65A2E907A659D76A1EF46F4DF8FDA14C /* GL.png in Resources */, + B00F2AA0CBE84471DFDDD918AF493FF7 /* GL@2x.png in Resources */, + AAB2283D5979715A7A0FAEEB214CDC8A /* GM.png in Resources */, + 6440D22D5C65589B30D361E990C9D268 /* GM@2x.png in Resources */, + 9D687C7EA4AA2079A310908C43D942E0 /* GN.png in Resources */, + DDBDD7F5AFFE3B369F11A04F049A8F4A /* GN@2x.png in Resources */, + 0498E3DD4CBDCA5C8FBD97F5B5ABCF0D /* GP.png in Resources */, + C9BB7A4940A063BCE8E6407F607A5FA6 /* GP@2x.png in Resources */, + 46505254F9AE9008F31D8C30B8D43521 /* GQ.png in Resources */, + 6F2A2DDFBA750F6BF46E0925B71F49C5 /* GQ@2x.png in Resources */, + F104B9D24826203876D60EDCCF0B4B74 /* GR.png in Resources */, + 3817B64E359985D4B05E344FCEF6F09D /* GR@2x.png in Resources */, + A74A0F413F285E8BCA7D8B7270EE9A3F /* GS.png in Resources */, + 3A0F56C8771BA7F678E8A3445783B1E1 /* GS@2x.png in Resources */, + B5CFD186C3AC76D936A7615C6B8F4411 /* GT.png in Resources */, + 5F006501F3FACB1315370FA6B76E162B /* GT@2x.png in Resources */, + 75709D8BF913C4F0803E03116D28738D /* GU.png in Resources */, + CCFDFEA6B4DC421FFB321647E8E89181 /* GU@2x.png in Resources */, + A26D67156EF7E2668657309A84AEADD3 /* GW.png in Resources */, + A316C1478064277F60954433BC862DFD /* GW@2x.png in Resources */, + E03E5A93E35DC164FF101D18A9E0595E /* GY.png in Resources */, + 56E765CC33D8FF5AA40C822ADF35F0B1 /* GY@2x.png in Resources */, + 6CA6A7C4095EF53A222E5918043B3A39 /* HK.png in Resources */, + 25134947DC0B5C07E7DE99C6737E112D /* HK@2x.png in Resources */, + 62ADCC66D06AC712264E9CEA6570FD34 /* HM.png in Resources */, + 226663D00B56CC47D3D099F944F5168E /* HM@2x.png in Resources */, + 325D88B4A0B1A37311DA9CB6D261A377 /* HN.png in Resources */, + EE9F757207B7A60C690274972F67FE86 /* HN@2x.png in Resources */, + 18E3737A60BDF250B0537740F5462F62 /* HR.png in Resources */, + 49990E27C0F7395862F6536D39703EC7 /* HR@2x.png in Resources */, + 7E375F95541232786D489C0F186CC953 /* HT.png in Resources */, + 8BDEE7AAAE20A9E19937330476760B4E /* HT@2x.png in Resources */, + CAE97BBC78A6343186B408EC181690A2 /* HU.png in Resources */, + 3C3FE73344917E801C9796D21AE0CB7E /* HU@2x.png in Resources */, + 9F98507969613120DED44BD585617787 /* ID.png in Resources */, + 64DD78D15FDEBFD2EDCA05D97118D514 /* ID@2x.png in Resources */, + FC2547E7CDF3A1A2D910885F18720598 /* IE.png in Resources */, + E9EE9A09B702C599C64F0D9CE4047A89 /* IE@2x.png in Resources */, + 6EC3222196477D582B39DB445B8DF274 /* IL.png in Resources */, + 7A38335F17F2B02FAD43858455B41981 /* IL@2x.png in Resources */, + AC491CD91A8CAF9519C678C3C3A18685 /* IM.png in Resources */, + 45DC4E1F52134E3000C011C0E57173C4 /* IM@2x.png in Resources */, + 7906A58E9A975880212B4BC79D84EEA5 /* IN.png in Resources */, + E6B8ED293D23C40EB5480DCA8486FAA5 /* IN@2x.png in Resources */, + 0527D7E86BAFD4A26BFB07E6ABC80058 /* IO.png in Resources */, + 6875EA43B86C92410353774DD89A38D1 /* IO@2x.png in Resources */, + 5915851F26BAB4364C2C442EA3F26DDE /* IQ.png in Resources */, + 3A82821A534CBCCE3CEF0270051E3EF3 /* IQ@2x.png in Resources */, + E5CC40D4F328DF20F2CB78972FA34297 /* IR.png in Resources */, + 1592E6BE0C20480F13499EEB4ABFA160 /* IR@2x.png in Resources */, + 57CB909965915BD41F18DF7D9E2C4816 /* IS.png in Resources */, + 36D73A70F574B19C4D437E461E3D626A /* IS@2x.png in Resources */, + 985B1E8C9305163F812A19E25673569E /* IT.png in Resources */, + 50626F0F5AEA9820F654DB44886286E0 /* IT@2x.png in Resources */, + C1D9FEB5EC332CB95A4BF6E0B88CDA64 /* JE.png in Resources */, + 882E5D46D7E764D40AD75E2ADD80ACC1 /* JE@2x.png in Resources */, + 8174B91E01B10197A5BB97256B4F6CC2 /* JM.png in Resources */, + 06E35A42BF01CA12C7C3556665F6D798 /* JM@2x.png in Resources */, + 696E4B7EBC2E19EC87A757A6F9F727EE /* JO.png in Resources */, + 52DAE768E3D519E90CFCDDD3689780D1 /* JO@2x.png in Resources */, + A2FBB908874A48968AF654ACF7A70E43 /* JP.png in Resources */, + 9EFDB508DBA34B5C641A2CB85A799377 /* JP@2x.png in Resources */, + 7DF84C3891664D17C726E96DAC173A8D /* KE.png in Resources */, + 0944A8F87AA097674038D1D08BC3DEB0 /* KE@2x.png in Resources */, + 2EC0633944FE39D1B2B4F904CB82F763 /* KG.png in Resources */, + A86C0CE1C2E9D225FF012CAFA2F74BAE /* KG@2x.png in Resources */, + 76CEF0AD426BFAB1625FBEC1C9A8170A /* KH.png in Resources */, + 01A1E725EFBA78DC2BEC2E1A874C0F2E /* KH@2x.png in Resources */, + 7BFCE72F9A25631DBF7437C22F12F25F /* KI.png in Resources */, + 86A6196FD60F74423CB3F0AC1991F496 /* KI@2x.png in Resources */, + 248D6B8C63E067084FBC53C2F2A12758 /* KM.png in Resources */, + 83DBC47E52CC9F20212D96F5B63F2045 /* KM@2x.png in Resources */, + F10484A9C714C35B753BF7A134E01C82 /* KN.png in Resources */, + 8D52D9574E6E31991DD2BAD77A1C00C4 /* KN@2x.png in Resources */, + 18B538ABA31BF27C963AEF00422BFD0E /* KP.png in Resources */, + 78FB63A95DBEC8709A945245D15C40DF /* KP@2x.png in Resources */, + 900B609E0C7582B10B062CC2812B8207 /* KR.png in Resources */, + 82F287E0397B5C4DB6CE1537C6C7C94A /* KR@2x.png in Resources */, + B45D11FE67B3C8C83B97478B072FC789 /* KW.png in Resources */, + 28D3EE0105F988C4A90EE6A9A4F21FA6 /* KW@2x.png in Resources */, + BA52652185EE2F45D19051CB790AEE32 /* KY.png in Resources */, + CA0A4372321680A2C2E7D8BEA478A6DC /* KY@2x.png in Resources */, + A9B3D6DBDE13278BCAFDE77701AAC3BE /* KZ.png in Resources */, + 421477BE9D06D95234686B968B1A0BF7 /* KZ@2x.png in Resources */, + 7AD4D14A3FCC250F4BCF65364E67578D /* LA.png in Resources */, + 3FEDBBF9E53C16849EE48AB80688D253 /* LA@2x.png in Resources */, + 7112A1CA8362A106F6CA6E3B3E1A4201 /* LB.png in Resources */, + F8F0496EB9BCA74AEDAC4CE5F46B24CE /* LB@2x.png in Resources */, + 09C47E37BD96C50D7CC8E55F1E9C7305 /* LC.png in Resources */, + 0DA33637CDDE4377EF5EB9BE2AAF8586 /* LC@2x.png in Resources */, + 6F375297B0D9CF6A1DD3BFF6AB538B30 /* LI.png in Resources */, + B5B258B89FF5E5517F991EB98EBDC9D2 /* LI@2x.png in Resources */, + 5AADFEFF137023285CE2EAD72E8A9454 /* LK.png in Resources */, + 4163922EC473B48445D21701433D5D56 /* LK@2x.png in Resources */, + 8DDD56A8D6306677BE5C8A067E26ACDF /* LR.png in Resources */, + B20E5F031077692227519FC8C1F63A4A /* LR@2x.png in Resources */, + 1CA2A5CD50FAA5A153F7CE2F47EA434C /* LS.png in Resources */, + 68F6C2E2621D2AC46B8FF235E9506F13 /* LS@2x.png in Resources */, + 7ECDD11C00F6AB3716E332021F9A9274 /* LT.png in Resources */, + FA51152BAEBADC7551FE2FB960D60125 /* LT@2x.png in Resources */, + C1F63960980024E0CFBBCF5A4374AF2D /* LU.png in Resources */, + 459909AE19681082E6ABBA3E546A8486 /* LU@2x.png in Resources */, + 1E693E8818401EF0D5FB00C84FA9C4BD /* LV.png in Resources */, + 30CD8B8FF3944CB2F64F4637AFB72FD8 /* LV@2x.png in Resources */, + 286B495C0D365C2CF437A87B13D4F31B /* LY.png in Resources */, + 4B8CDD6B889CA72293B731F3D7E3F508 /* LY@2x.png in Resources */, + A84C2223D69A9319DDD6E687348C8D79 /* MA.png in Resources */, + 8FFCE0DE427251D46975CFDB13CBA18F /* MA@2x.png in Resources */, + 0CF3FDFB0DF74A8B2512E5B395C7A3A5 /* MC.png in Resources */, + BBB1B8C83666A1187FF0B2C8DE314A83 /* MC@2x.png in Resources */, + 94CE867599FEABCA5B58DAD05158BAE9 /* MD.png in Resources */, + 6D69A61B90337D037B75D83FE20201DC /* MD@2x.png in Resources */, + 8EAC957D2549BE0A4F77754DA1AED26A /* ME.png in Resources */, + 30E1E990AC855589D302DF933823D233 /* ME@2x.png in Resources */, + 9DD10EB866A6FFC49AC53E20F3E8DBB2 /* MF.png in Resources */, + F974A4741CADCF0817D39EAA781FBEC3 /* MF@2x.png in Resources */, + EC31754052965DBA660435A838BDB124 /* MG.png in Resources */, + 33FF163F4DA6BF6E32954F2D1B702B75 /* MG@2x.png in Resources */, + 989B9EABC1476325E409AAC9FA74F3D6 /* MH.png in Resources */, + 35AF19B870C019340EAC346E8EE60D28 /* MH@2x.png in Resources */, + 4280D4E139DA8676AE0BC1C2B31EAFF2 /* MK.png in Resources */, + ADCCA37FA41018F476B0714F949DEB54 /* MK@2x.png in Resources */, + 60615CE25E512716C145D88B6AC30A31 /* ML.png in Resources */, + BA9D8FB907A3235E3FD5413A668156B4 /* ML@2x.png in Resources */, + AA94F98F96CEAC19C0F7326C5561EE96 /* MM.png in Resources */, + 4D915188A2550427C2B06FB693F91E5E /* MM@2x.png in Resources */, + A5F66A711B8A720B93D31028E1EEB914 /* MN.png in Resources */, + B76712889B67916171F41944FF6780E0 /* MN@2x.png in Resources */, + 5BD6190987EDCCC83085FD0DC8AE9EED /* MO.png in Resources */, + D2C4C4FC7E2577C1E0721CEB23FABFBD /* MO@2x.png in Resources */, + 97F5D920C7D2C5AD48D80CA86A4AC31C /* MP.png in Resources */, + 64BFAD09EE186119FB2A8EE7C1F33C12 /* MP@2x.png in Resources */, + 4880CB5A742EAC2456F91A09967138D8 /* MQ.png in Resources */, + D510080CA292ACD97D3AE6A68F32418F /* MQ@2x.png in Resources */, + 7E7C32A9D7C6C1AB5587E734F395DED7 /* MR.png in Resources */, + 194B635266C3FF96ED27397BA2CFBE02 /* MR@2x.png in Resources */, + 55E89DFFF6B9E25BC0FF583130FFF4C1 /* MS.png in Resources */, + F05AC57CE84FF4ACA1AEA538C04A15D6 /* MS@2x.png in Resources */, + D73BFC12248FE87530BE07059FF85CF1 /* MT.png in Resources */, + 9DC32600B817A48C7BFEA939BF03837E /* MT@2x.png in Resources */, + 856B8CF1355440E9A631F2ED1F9096E6 /* MU.png in Resources */, + 4CED243D7B5387D30A72600CE829716A /* MU@2x.png in Resources */, + 022D5C52B5B7BCBC2388DB34614FA825 /* MV.png in Resources */, + 41AC787038495F5A28EF596AE7EF2878 /* MV@2x.png in Resources */, + B5D1C1B758EAEDB5D11EA11D8242648D /* MW.png in Resources */, + BDAFCE617394A0AABFADB752DFE6201F /* MW@2x.png in Resources */, + 782709C999ED4CAB79352668B848773A /* MX.png in Resources */, + 737BE726621DBA1189E1B569A7C6ECC0 /* MX@2x.png in Resources */, + F8FF206D6DA9408F94CB616C609A8D3E /* MY.png in Resources */, + B820686F899D1F803BD2C7E23159545F /* MY@2x.png in Resources */, + 6429B7E7CFAD5E75261D7A0F14BE52CE /* MZ.png in Resources */, + 47CC67C0A24723B6AF8A5EDB5D2A29DB /* MZ@2x.png in Resources */, + F024741A5EA740DBF6885C5A7EF2F590 /* NA.png in Resources */, + 9C5C8702F6B2D7DD94EB8CDA556D6CE1 /* NA@2x.png in Resources */, + EE87E08BC3B0D198EFEA31C34F5E775D /* NC.png in Resources */, + 851EE5DD87E2FED70ADF5AD795F2109A /* NC@2x.png in Resources */, + 0E7ECBE55A84FFC0FA6C094194F84939 /* NE.png in Resources */, + 1F6EF92EABDD3B90EEB1FFBE776AED0E /* NE@2x.png in Resources */, + 3099BE4BB4162BDA9C99137FC9FE83EA /* NF.png in Resources */, + AF979FDF50889CF47F76D3C46E8B7378 /* NF@2x.png in Resources */, + 798B828DB1E14E251BF9AA9A3FBA4D40 /* NG.png in Resources */, + 0F055B17DC828764B9CD71FC3BD7A76E /* NG@2x.png in Resources */, + 5CB9F99B2B0401827FAFFB583961EF81 /* NI.png in Resources */, + E6B3D77236BF88AD9CED7CB038F68EC4 /* NI@2x.png in Resources */, + 9B9B993F90D7F0CE4ED243A9D0A004A5 /* NL.png in Resources */, + E3FEF5FC3A7EB84173C3D8B4D8B3BEFE /* NL@2x.png in Resources */, + DC0DCA2D1299D061886634193012DEC3 /* NO.png in Resources */, + EFA1030EE70F103E1EA96D5AACAF1138 /* NO@2x.png in Resources */, + 7F9BDE1A47C9BD167308A4895FF3B80E /* NP.png in Resources */, + CFF1749746BB670C9C51D2999E0A8F52 /* NP@2x.png in Resources */, + B120E22AAAEDD3250E95C8E90A119480 /* NR.png in Resources */, + 755C8D7B269B6D69B5D36419A75F7082 /* NR@2x.png in Resources */, + 04FA9EA4B2DD1BFEFB42B6CE9A49E7BD /* NU.png in Resources */, + D8E7F71F7BF54D46B5817A14C784EC19 /* NU@2x.png in Resources */, + DA438482935314F4EF587B32475632FD /* NZ.png in Resources */, + E3E8E0DF33B94E2DB6AE4B10D2EDF795 /* NZ@2x.png in Resources */, + 67F8AD7FF321E5A9F750F0527D9A93B3 /* OM.png in Resources */, + A5419C1F59B8D4C43F1A604F96793B3A /* OM@2x.png in Resources */, + D7008F5AE7BB4B129B88A3B26F1D6D83 /* PA.png in Resources */, + A554619C7343A2D472C388433228C461 /* PA@2x.png in Resources */, + BF63C929D366239F9BEA91452E18C788 /* PE.png in Resources */, + 793CE76A91697BF98B4E6F90C012971F /* PE@2x.png in Resources */, + 9E933E989EDA026E29EB6C389A288014 /* PF.png in Resources */, + 01A1A42E3E864E4FE542A95C997A0C8B /* PF@2x.png in Resources */, + 0A7110535955E0B10CE772B80B3208C2 /* PG.png in Resources */, + DEE8EDA43A29CF92F4EF45ABB3086EC4 /* PG@2x.png in Resources */, + 8B74FA00378D370DE07CCFB1EA35A0B3 /* PH.png in Resources */, + 4FA4A76ACC7EFA87F4AD5CF94BF5DD75 /* PH@2x.png in Resources */, + C0A4BF744F6947F385FC4947117C6CB5 /* PK.png in Resources */, + 26B823709E706882F4E612307F022D21 /* PK@2x.png in Resources */, + 6482E85B0A69CB655E75C16B1ED500B2 /* PL.png in Resources */, + 92F502046E0AD45A950E3AB917422A36 /* PL@2x.png in Resources */, + D95E8BDA2A40C86D0E4C546D71536B01 /* PM.png in Resources */, + 05F8D86F3D81768D1893B41EE4C2ED3E /* PM@2x.png in Resources */, + 9DF060D7646DCD15A87C934456F88FD3 /* PN.png in Resources */, + 2FD40E61A160A4440B7DF639B596EAA2 /* PN@2x.png in Resources */, + 9CC4C879CA380F3F6F3635BD6C75FFBF /* PR.png in Resources */, + 44EE90A1C79284833E5FBB2F03F7B2E8 /* PR@2x.png in Resources */, + 3A5FC72263A10D2D2AD17C7CFE3F53FD /* PS.png in Resources */, + 39B34FF5FA5DC61924084B49C1DA3977 /* PS@2x.png in Resources */, + 85D8822A4CC083B9A877642492951FC7 /* PT.png in Resources */, + 7F81AA6C25B6CFD434359813E33C8C7A /* PT@2x.png in Resources */, + 9606B55EC5E3A229B3CE456958C1F584 /* PW.png in Resources */, + 91944EA4FE237BA51B5D8CC7958DFC94 /* PW@2x.png in Resources */, + B156606897996ABF75AD9C9ADE25CFF8 /* PY.png in Resources */, + 14D48492EFC2DD06B2142ACC28B83AC7 /* PY@2x.png in Resources */, + 69C3B10C317EE5413B3C1856AB34D6EB /* QA.png in Resources */, + 6B456D32E021C7A932411E4FDC0E0050 /* QA@2x.png in Resources */, + 10184B2BB53DEC5D36E97D497F3655A6 /* RE.png in Resources */, + 9283779F9F1C5F48959DFFF7EBF303A8 /* RE@2x.png in Resources */, + 28BE547076E4FA1F26BD5931F9CADCBF /* RO.png in Resources */, + DF7318B9F30026FD4C0F8CC0A3192C6B /* RO@2x.png in Resources */, + A369E60C83C123AA2B35AAB6E4717349 /* RS.png in Resources */, + 0F9C0B47B556FF89280D9D609674403D /* RS@2x.png in Resources */, + 2A6BBDC351AA2A2749B55DD5324538F4 /* RU.png in Resources */, + FE8D849DFFE33F50C0C49AC0176D88C9 /* RU@2x.png in Resources */, + 77B1C56907178634E9DB6AE3A7B7C4DC /* RW.png in Resources */, + A8B4A628A58C7E91D2FB6B86F30B7E3B /* RW@2x.png in Resources */, + 24D1F1E7FE759E5D416C5034DB5A675E /* SA.png in Resources */, + CC67332ABE05F3D7FE1A3607F662753C /* SA@2x.png in Resources */, + F96893ECE132BB116440448CE8C15DF2 /* SB.png in Resources */, + 139B495A2DCA6DFC8A98AAB872C87742 /* SB@2x.png in Resources */, + 4E068347EAC588BAF8A30422D7E51B92 /* SC.png in Resources */, + F9F87EC161B2E5A4B3386A353D29EEC7 /* SC@2x.png in Resources */, + 519AC8273CCF25D32AE0F510A60E5E7A /* SD.png in Resources */, + 8E059378CD6517D774FBF2F017B64A2B /* SD@2x.png in Resources */, + 981B5F4BB31FC3D9377A5872D4803B49 /* SE.png in Resources */, + 4AA1ED1151B4CD4601B26F63B7D14F68 /* SE@2x.png in Resources */, + 865495388F326379CA11EFC0BA6E5FA1 /* SG.png in Resources */, + AA018A188B500A55390FB36015A6C4E1 /* SG@2x.png in Resources */, + 494F1A7F4480E285376F457115D140B8 /* SH.png in Resources */, + 138B131A017D2A68710A3FBE23BB13F7 /* SH@2x.png in Resources */, + 3CF06D32C688C6D64712EA753320892C /* SI.png in Resources */, + 0CFF764115E23C0BAEF0EE75980DAB85 /* SI@2x.png in Resources */, + 969E15F908C4EDF0422F33A9DBE1CC02 /* SJ.png in Resources */, + 66ECBEF6347CC53C48B215149B3F06C0 /* SJ@2x.png in Resources */, + 2392E0ACA250016AC858E7338D1C7E52 /* SK.png in Resources */, + AACFA543955C4524F2E76AF9024357A1 /* SK@2x.png in Resources */, + 546FF757099B75F4444EBFB6A786E909 /* SL.png in Resources */, + C5C17411DD1F9D582BA351431A677E89 /* SL@2x.png in Resources */, + 3AB39EE9FF45A7966D0E681B273235FF /* SM.png in Resources */, + F4BDE4001DFA6DC202544181D5B812FD /* SM@2x.png in Resources */, + E0D14D2034D0332194467B042CE8BB94 /* SN.png in Resources */, + 7F103965362C44DEAF091DEB286B2277 /* SN@2x.png in Resources */, + 9946E2F02DCBF6658A5B1F78B2F2BF0B /* SO.png in Resources */, + 89FE36AE681A4066E68D197ACDB747AE /* SO@2x.png in Resources */, + 6CEA610076D6A02C9128BAB4A7402144 /* SR.png in Resources */, + 5349A422F9CB93B6B51250AD3807D28A /* SR@2x.png in Resources */, + 9079698DC5000D216EEF9E47EEEA1174 /* SS.png in Resources */, + 04F5CCE512404CB845D5F9205ABBEC7A /* SS@2x.png in Resources */, + 24D791C746DD9CCC9BE51127C71534B3 /* ST.png in Resources */, + 07303F595219A5F2811712147B8A0187 /* ST@2x.png in Resources */, + 86AEBAC318AEF49A2796DCC834C88B0C /* SV.png in Resources */, + EA0F42147399E6CB7BE49960BC6B4612 /* SV@2x.png in Resources */, + BD5A1059BEE2141706F70C6F9829FD2B /* SX.png in Resources */, + C9132D2A522E828DA714BF170F46EC4C /* SX@2x.png in Resources */, + 6B75E55FB7D7159B573A73BC95322C7F /* SY.png in Resources */, + 490FA97489D59A928248AF25386985C9 /* SY@2x.png in Resources */, + 5ADE92C2A12F1503A7FD4EF00CC51B72 /* SZ.png in Resources */, + 2D95D1FFEA651D1D03567D06E5438603 /* SZ@2x.png in Resources */, + 55611092AADA5024D09DBE5CEFAFBFE0 /* TC.png in Resources */, + EEBB5C15BE09ADB8192724CD4306D70E /* TC@2x.png in Resources */, + BA0A7ADFA1DCCBDFFD5705C93AD276BB /* TD.png in Resources */, + A26A1515032C5F59D2A509C93B937E88 /* TD@2x.png in Resources */, + 5B337661A55E0511E3F8A424818BEE73 /* TF.png in Resources */, + 81949CAD3B88A0F3EEA87159C4D47050 /* TF@2x.png in Resources */, + CAF727C2B6720A466FD3A96D2CD0A143 /* TG.png in Resources */, + 68C7D2BA1B3B41F2BF5EE7E1680155E8 /* TG@2x.png in Resources */, + 8D3CD1B1EA239FD6CB051D551C3C37D8 /* TH.png in Resources */, + 91FD62992E531B72BF95E652F159A604 /* TH@2x.png in Resources */, + E83729185DDFDDCA63E7F4D863316DAB /* TJ.png in Resources */, + AD15F191530D1E0E72F24A7CEB24B12D /* TJ@2x.png in Resources */, + 37B85265AE3CA328054A51A512EE6635 /* TK.png in Resources */, + F78E6A7719EE14A15C0EBC28AFFC2836 /* TK@2x.png in Resources */, + D0453CB2C8C09352E42438AFD478ACDA /* TL.png in Resources */, + 99D97BA22D63EFC7B6D9DB7997FFF884 /* TL@2x.png in Resources */, + 930B4ADB98A3CEF0CCE4DD65C132A973 /* TM.png in Resources */, + 9D2E713F5AF745DAA5BAF997DE783A0C /* TM@2x.png in Resources */, + 53994C6921C9BC29B5EB3B856F53A929 /* TN.png in Resources */, + BDBD675C2549D08174B35126A4F22B54 /* TN@2x.png in Resources */, + 93AE22716CF76808EF26EFC172FE00EC /* TO.png in Resources */, + D0231CE2A4DDF93E7A2864DDDEB955C7 /* TO@2x.png in Resources */, + F90841D84968336BCDAA809250297381 /* TR.png in Resources */, + C5BDC9E5170BA2C2A67A5D5CD7A1A541 /* TR@2x.png in Resources */, + 3D5B0DBA2930EF754FC93057C8948C34 /* TT.png in Resources */, + 0C5768D95D49E614E2F3347CE50436CC /* TT@2x.png in Resources */, + ABEA926C3EA1D15C3760C496C825739B /* TV.png in Resources */, + 3D8E2D9CD683CF81FD99386A1F320630 /* TV@2x.png in Resources */, + C04E9644F8877CF25ABD0BA617E9F523 /* TW.png in Resources */, + 70A1B32B53633D8E5B5E5CC51F02F1A7 /* TW@2x.png in Resources */, + A72A6502A0651D5FE2B5D9E5D78BA4EC /* TZ.png in Resources */, + 19F2B6531A23899831C0767F997E8871 /* TZ@2x.png in Resources */, + DDED4A4A3CAD1C0D81C39CEF3AED0B4B /* UA.png in Resources */, + 8338FD2D49ACCD791EC7468DC8789E1E /* UA@2x.png in Resources */, + DED3AF258A86AA460B903FFF0747BEA0 /* UG.png in Resources */, + 737329DA5B0933473C25367F8A04BF57 /* UG@2x.png in Resources */, + DC02F7AA632F94AD438D44E36EDA16DA /* UM.png in Resources */, + E5475FE676F8D939D87D2B53D3E4AB47 /* UM@2x.png in Resources */, + EC46B246C2A957F5591465ABC577CC1E /* US.png in Resources */, + 6C635395097AEAA180D3C656C6FEE823 /* US@2x.png in Resources */, + 65193888A8A810719ACAA7DC4D0F7AA5 /* UY.png in Resources */, + AE80F94BC709E41ABDD702E3D1F8009A /* UY@2x.png in Resources */, + 931140AEB3927C6CAF4736EFD1101796 /* UZ.png in Resources */, + 2822121D14E672687016016023AF7D08 /* UZ@2x.png in Resources */, + 64FAECCF7AF53AF77ECD13E07D31CF0B /* VA.png in Resources */, + BFAC43CE49F3C46E3426F35BBC4C32E0 /* VA@2x.png in Resources */, + 8FBD174AEBCB3C02347AC04CBBCA26AF /* VC.png in Resources */, + EB0AD25727A920C0CFF646F98B602C84 /* VC@2x.png in Resources */, + CC1DEFDAE1F33F51E25A23B595E9C4C9 /* VE.png in Resources */, + 2BDFB237C74BDAC43C84FA4EED4349E0 /* VE@2x.png in Resources */, + 6FA00E81B9219FD743F65168325917C8 /* VG.png in Resources */, + C1A5EA6E49FD06F791A10027A1EBCBB9 /* VG@2x.png in Resources */, + 721FDB4BACD19D1EBF4592238E3A5876 /* VI.png in Resources */, + 05B62A5E5796FE9EDE6946C0FF7D55C4 /* VI@2x.png in Resources */, + 6341993A4D22DFFA34F585B3DF5C78F9 /* VN.png in Resources */, + B42A005C7E299E1C9E4A37543DBD40C3 /* VN@2x.png in Resources */, + 30B9711D3E544A3F90EB6507BC88F0AB /* VU.png in Resources */, + 7B2139C18CEE245405A4C55F57A3C7C0 /* VU@2x.png in Resources */, + 839CD3B26536F8830377A63E021C3826 /* WF.png in Resources */, + 17BEDC506C36B8DB8DE36EA5EB783E58 /* WF@2x.png in Resources */, + EC08A85046507C0CF47186166A71307B /* WS.png in Resources */, + DA22E58DB512FFE3BE299482B324C946 /* WS@2x.png in Resources */, + 059A8EAE813F9269E9C3195FA344D23A /* XK.png in Resources */, + D1722F9414B9E9945C0B661463466CBC /* XK@2.png in Resources */, + 66C58D877AAEC02757BBE295F782F7EC /* YE.png in Resources */, + EB1CEF92FD49748F771D5766264E9DDF /* YE@2x.png in Resources */, + 88A0A50A56D08BEE79772562C0D57498 /* YT.png in Resources */, + FD6F6651D0508CFD573318A2E6AE5D84 /* YT@2x.png in Resources */, + 2FBCC22B5C0C9DDD41CF62E69AC634A9 /* ZA.png in Resources */, + 8CF6E15B13D09167E108DCBBDB04D25E /* ZA@2x.png in Resources */, + F1D93B629368F0DFA284EEFF7F105407 /* ZM.png in Resources */, + C8EAD38CE06940051017AF4F6608ADA4 /* ZM@2x.png in Resources */, + E02E7CE2995DCAC487E765FF4D3F0ACE /* ZW.png in Resources */, + CC7E21F7094DC995464C4B1768D6960D /* ZW@2x.png in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + ACBF55CCCBA23F95AEA980088A0D556D /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 0E78A2CC6E4456DE061F2EC802F159BB /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 515BF2C2A3AD468D18148122D81B2D86 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E491E4C5F9BCB5947EC11C902BACDB90 /* Pods-CountryPickerExample-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 55AF57A13F6D728F2F5CA720AB7E2197 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 536CC3D1DD418C6AFE5A908A4DCF3C66 /* Configuration.swift in Sources */, + 588C9C6328081DEA399C4E9BEB209ACF /* Constant.swift in Sources */, + 82E927AABC31E07B6355921D44BA7A39 /* Country.swift in Sources */, + 6BBEC536DFB9D8BACCB1536D04E5D4BB /* CountryManager.swift in Sources */, + 93AE6AA2B5F34B54618858193FBC92E3 /* CountryPickerView.swift in Sources */, + C2BD4F99E29114E58E62A4DB30C5922D /* CountryPickerWheelView.swift in Sources */, + A07C00FFAA0D89AF93E5012B539A3B90 /* CountryPickerWheelViewModel.swift in Sources */, + 266558E3CCE48B32871F17DB5E42F2C1 /* CountryPickerWithSections.swift in Sources */, + 07E0FE4575E90FCAEF6EC6C974BEF4DD /* CountryPickerWithSectionViewModel.swift in Sources */, + 5B71EC8638CAD3B2C4754129F3984079 /* SectionMapper.swift in Sources */, + 991C130F68D18FA863D0C828881D456C /* SKCountryPicker-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 1F006D2A1CEF92FF87D1C9C722E1EB2A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "SKCountryPicker-CountryPickerController"; + target = AD5DDE18FD5EB97540CD21988269989D /* SKCountryPicker-CountryPickerController */; + targetProxy = B7B5A5EF10BADF0B473D3C0364FF5E27 /* PBXContainerItemProxy */; + }; + 453B3EF6B6650B0B7DBDF06FB539DD6E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SKCountryPicker; + target = CD6AE62B70B78355A3257C4DC46F7A3E /* SKCountryPicker */; + targetProxy = 26C7F4749D13BF5849A12E98788B5387 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 03D086B8CBE6E66BD6D00B9A9DA670F5 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1E246C7F334C7AD8F2D87AB1D56C17E2 /* SKCountryPicker.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SKCountryPicker"; + IBSC_MODULE = SKCountryPicker; + INFOPLIST_FILE = "Target Support Files/SKCountryPicker/ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + PRODUCT_NAME = CountryPickerController; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 10E5B7F5218F4E33C712E8046C71AF3C /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9153099EC01E50C69311B529F6C72325 /* SKCountryPicker.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/SKCountryPicker/SKCountryPicker-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/SKCountryPicker/SKCountryPicker-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/SKCountryPicker/SKCountryPicker.modulemap"; + PRODUCT_MODULE_NAME = SKCountryPicker; + PRODUCT_NAME = SKCountryPicker; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 9C34FE90C6B40D890CFCABA2B586DEC4 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2D17F38B537B54CDB45380D9BA4A5302 /* Pods-CountryPickerExample.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 15; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 9C7C1DD2BD459D366946863A81FC5773 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREPROCESSOR_DEFINITIONS = ( + "POD_CONFIGURATION_RELEASE=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 15; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRIP_INSTALLED_PRODUCT = NO; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + SWIFT_VERSION = 5.0; + SYMROOT = "${SRCROOT}/../build"; + }; + name = Release; + }; + A6B4DB6E329C79C756D6B432C3A67037 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1E246C7F334C7AD8F2D87AB1D56C17E2 /* SKCountryPicker.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/SKCountryPicker/SKCountryPicker-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/SKCountryPicker/SKCountryPicker-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/SKCountryPicker/SKCountryPicker.modulemap"; + PRODUCT_MODULE_NAME = SKCountryPicker; + PRODUCT_NAME = SKCountryPicker; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + D5A8A10C73A63CFC28E54D478C38EFF3 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "POD_CONFIGURATION_DEBUG=1", + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 15; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRIP_INSTALLED_PRODUCT = NO; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + SYMROOT = "${SRCROOT}/../build"; + }; + name = Debug; + }; + F158D22619CEB459B6FE490866164E75 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 174837FF6613CC83869B79FCC1AF205D /* Pods-CountryPickerExample.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 15; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + F2AC0F1E001DEF93BCDFBF340E9BD022 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9153099EC01E50C69311B529F6C72325 /* SKCountryPicker.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SKCountryPicker"; + IBSC_MODULE = SKCountryPicker; + INFOPLIST_FILE = "Target Support Files/SKCountryPicker/ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + PRODUCT_NAME = CountryPickerController; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 0729E0881FC963B1D444A938CBE3F102 /* Build configuration list for PBXNativeTarget "Pods-CountryPickerExample" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F158D22619CEB459B6FE490866164E75 /* Debug */, + 9C34FE90C6B40D890CFCABA2B586DEC4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 2C628F45D3E2937092A5C48108324B9E /* Build configuration list for PBXNativeTarget "SKCountryPicker-CountryPickerController" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 03D086B8CBE6E66BD6D00B9A9DA670F5 /* Debug */, + F2AC0F1E001DEF93BCDFBF340E9BD022 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D5A8A10C73A63CFC28E54D478C38EFF3 /* Debug */, + 9C7C1DD2BD459D366946863A81FC5773 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D35A31D55E06499A1BC8C7EF48F57072 /* Build configuration list for PBXNativeTarget "SKCountryPicker" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + A6B4DB6E329C79C756D6B432C3A67037 /* Debug */, + 10E5B7F5218F4E33C712E8046C71AF3C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */; +} diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/Configuration.swift b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/Configuration.swift similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/Configuration.swift rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/Configuration.swift diff --git a/CountryPicker/CountryPicker/Constant.swift b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/Constant.swift similarity index 100% rename from CountryPicker/CountryPicker/Constant.swift rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/Constant.swift diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/Country.swift b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/Country.swift similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/Country.swift rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/Country.swift diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryManager.swift b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryManager.swift similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryManager.swift rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryManager.swift diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryPickerView.swift b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryPickerView.swift similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryPickerView.swift rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryPickerView.swift diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryPickerWheelView.swift b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryPickerWheelView.swift similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryPickerWheelView.swift rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryPickerWheelView.swift diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryPickerWheelViewModel.swift b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryPickerWheelViewModel.swift similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryPickerWheelViewModel.swift rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryPickerWheelViewModel.swift diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryPickerWithSectionViewModel.swift b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryPickerWithSectionViewModel.swift similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryPickerWithSectionViewModel.swift rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryPickerWithSectionViewModel.swift diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryPickerWithSections.swift b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryPickerWithSections.swift similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryPickerWithSections.swift rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryPickerWithSections.swift diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/SectionMapper.swift b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/SectionMapper.swift similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/SectionMapper.swift rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/SectionMapper.swift diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AD.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AD.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AD.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AD.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AD@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AD@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AD@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AD@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AE.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AE.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AE.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AE.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AE@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AE@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AE@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AE@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AF.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AF.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AF.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AF.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AF@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AF@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AF@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AF@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AG.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AG.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AG.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AG.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AG@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AG@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AG@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AG@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AI.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AI.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AI.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AI.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AI@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AI@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AI@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AI@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AL.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AL.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AL.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AL.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AL@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AL@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AL@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AL@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AM.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AM.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AM.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AM.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AM@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AM@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AM@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AM@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AO.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AO.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AO.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AO.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AO@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AO@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AO@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AO@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AQ.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AQ.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AQ.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AQ.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AQ@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AQ@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AQ@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AQ@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AR.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AR.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AR.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AR.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AR@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AR@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AR@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AR@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AS.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AS.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AS.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AS.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AS@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AS@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AS@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AS@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AT.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AT.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AT.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AT.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AT@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AT@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AT@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AT@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AU.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AU.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AU.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AU.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AU@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AU@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AU@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AU@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AW.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AW.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AW.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AW.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AW@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AW@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AW@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AW@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AX.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AX.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AX.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AX.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AX@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AX@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AX@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AX@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AZ.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AZ.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AZ.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AZ.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/AZ@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AZ@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/AZ@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AZ@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BA.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BA.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BA.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BA.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BA@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BA@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BA@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BA@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BB.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BB.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BB.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BB.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BB@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BB@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BB@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BB@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BD.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BD.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BD.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BD.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BD@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BD@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BD@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BD@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BE.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BE.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BE.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BE.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BE@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BE@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BE@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BE@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BF.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BF.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BF.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BF.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BF@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BF@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BF@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BF@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BG.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BG.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BG.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BG.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BG@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BG@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BG@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BG@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BH.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BH.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BH.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BH.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BH@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BH@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BH@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BH@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BI.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BI.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BI.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BI.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BI@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BI@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BI@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BI@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BJ.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BJ.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BJ.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BJ.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BJ@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BJ@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BJ@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BJ@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BL.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BL.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BL.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BL.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BL@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BL@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BL@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BL@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BM.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BM.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BM.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BM.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BM@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BM@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BM@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BM@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BN.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BN.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BN.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BN.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BN@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BN@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BN@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BN@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BO.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BO.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BO.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BO.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BO@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BO@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BO@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BO@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BQ.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BQ.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BQ.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BQ.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BQ@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BQ@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BQ@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BQ@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BR.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BR.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BR.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BR.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BR@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BR@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BR@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BR@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BS.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BS.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BS.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BS.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BS@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BS@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BS@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BS@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BT.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BT.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BT.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BT.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BT@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BT@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BT@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BT@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BV.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BV.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BV.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BV.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BV@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BV@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BV@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BV@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BW.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BW.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BW.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BW.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BW@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BW@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BW@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BW@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BY.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BY.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BY.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BY.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BY@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BY@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BY@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BY@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BZ.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BZ.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BZ.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BZ.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/BZ@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BZ@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/BZ@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BZ@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CA.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CA.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CA.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CA.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CA@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CA@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CA@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CA@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CC.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CC.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CC.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CC.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CC@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CC@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CC@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CC@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CD.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CD.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CD.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CD.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CD@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CD@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CD@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CD@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CF.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CF.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CF.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CF.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CF@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CF@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CF@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CF@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CG.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CG.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CG.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CG.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CG@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CG@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CG@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CG@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CH.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CH.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CH.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CH.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CH@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CH@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CH@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CH@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CI.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CI.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CI.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CI.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CI@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CI@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CI@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CI@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CK.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CK.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CK.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CK.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CK@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CK@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CK@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CK@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CL.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CL.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CL.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CL.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CL@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CL@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CL@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CL@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CM.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CM.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CM.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CM.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CM@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CM@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CM@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CM@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CN.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CN.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CN.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CN.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CN@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CN@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CN@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CN@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CO.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CO.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CO.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CO.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CO@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CO@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CO@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CO@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CR.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CR.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CR.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CR.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CR@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CR@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CR@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CR@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CU.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CU.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CU.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CU.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CU@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CU@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CU@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CU@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CV.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CV.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CV.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CV.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CV@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CV@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CV@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CV@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CW.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CW.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CW.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CW.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CW@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CW@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CW@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CW@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CX.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CX.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CX.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CX.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CX@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CX@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CX@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CX@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CY.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CY.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CY.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CY.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CY@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CY@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CY@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CY@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CZ.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CZ.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CZ.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CZ.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/CZ@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CZ@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/CZ@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CZ@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/DE.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DE.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/DE.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DE.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/DE@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DE@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/DE@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DE@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/DJ.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DJ.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/DJ.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DJ.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/DJ@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DJ@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/DJ@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DJ@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/DK.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DK.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/DK.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DK.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/DK@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DK@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/DK@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DK@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/DM.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DM.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/DM.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DM.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/DM@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DM@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/DM@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DM@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/DO.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DO.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/DO.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DO.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/DO@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DO@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/DO@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DO@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/DZ.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DZ.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/DZ.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DZ.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/DZ@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DZ@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/DZ@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DZ@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/EC.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EC.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/EC.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EC.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/EC@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EC@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/EC@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EC@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/EE.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EE.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/EE.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EE.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/EE@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EE@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/EE@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EE@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/EG.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EG.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/EG.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EG.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/EG@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EG@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/EG@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EG@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/EH.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EH.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/EH.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EH.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/EH@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EH@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/EH@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EH@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/ER.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ER.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/ER.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ER.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/ER@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ER@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/ER@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ER@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/ES.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ES.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/ES.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ES.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/ES@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ES@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/ES@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ES@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/ET.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ET.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/ET.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ET.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/ET@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ET@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/ET@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ET@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/FI.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FI.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/FI.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FI.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/FI@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FI@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/FI@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FI@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/FJ.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FJ.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/FJ.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FJ.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/FJ@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FJ@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/FJ@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FJ@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/FK.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FK.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/FK.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FK.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/FK@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FK@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/FK@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FK@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/FM.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FM.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/FM.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FM.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/FM@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FM@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/FM@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FM@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/FO.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FO.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/FO.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FO.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/FO@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FO@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/FO@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FO@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/FR.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FR.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/FR.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FR.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/FR@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FR@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/FR@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FR@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GA.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GA.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GA.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GA.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GA@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GA@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GA@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GA@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GB.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GB.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GB.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GB.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GB@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GB@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GB@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GB@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GD.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GD.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GD.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GD.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GD@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GD@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GD@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GD@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GE.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GE.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GE.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GE.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GE@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GE@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GE@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GE@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GF.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GF.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GF.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GF.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GF@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GF@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GF@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GF@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GG.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GG.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GG.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GG.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GG@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GG@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GG@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GG@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GH.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GH.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GH.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GH.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GH@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GH@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GH@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GH@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GI.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GI.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GI.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GI.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GI@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GI@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GI@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GI@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GL.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GL.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GL.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GL.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GL@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GL@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GL@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GL@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GM.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GM.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GM.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GM.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GM@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GM@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GM@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GM@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GN.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GN.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GN.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GN.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GN@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GN@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GN@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GN@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GP.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GP.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GP.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GP.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GP@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GP@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GP@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GP@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GQ.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GQ.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GQ.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GQ.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GQ@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GQ@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GQ@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GQ@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GR.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GR.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GR.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GR.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GR@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GR@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GR@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GR@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GS.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GS.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GS.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GS.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GS@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GS@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GS@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GS@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GT.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GT.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GT.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GT.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GT@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GT@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GT@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GT@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GU.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GU.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GU.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GU.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GU@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GU@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GU@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GU@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GW.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GW.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GW.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GW.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GW@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GW@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GW@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GW@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GY.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GY.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GY.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GY.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/GY@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GY@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/GY@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GY@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/HK.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HK.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/HK.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HK.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/HK@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HK@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/HK@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HK@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/HM.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HM.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/HM.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HM.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/HM@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HM@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/HM@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HM@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/HN.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HN.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/HN.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HN.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/HN@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HN@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/HN@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HN@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/HR.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HR.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/HR.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HR.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/HR@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HR@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/HR@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HR@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/HT.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HT.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/HT.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HT.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/HT@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HT@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/HT@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HT@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/HU.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HU.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/HU.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HU.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/HU@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HU@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/HU@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HU@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/ID.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ID.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/ID.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ID.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/ID@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ID@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/ID@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ID@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/IE.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IE.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/IE.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IE.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/IE@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IE@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/IE@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IE@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/IL.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IL.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/IL.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IL.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/IL@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IL@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/IL@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IL@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/IM.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IM.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/IM.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IM.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/IM@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IM@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/IM@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IM@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/IN.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IN.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/IN.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IN.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/IN@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IN@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/IN@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IN@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/IO.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IO.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/IO.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IO.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/IO@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IO@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/IO@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IO@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/IQ.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IQ.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/IQ.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IQ.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/IQ@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IQ@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/IQ@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IQ@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/IR.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IR.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/IR.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IR.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/IR@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IR@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/IR@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IR@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/IS.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IS.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/IS.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IS.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/IS@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IS@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/IS@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IS@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/IT.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IT.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/IT.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IT.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/IT@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IT@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/IT@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IT@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/JE.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JE.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/JE.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JE.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/JE@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JE@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/JE@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JE@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/JM.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JM.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/JM.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JM.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/JM@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JM@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/JM@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JM@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/JO.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JO.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/JO.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JO.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/JO@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JO@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/JO@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JO@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/JP.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JP.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/JP.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JP.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/JP@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JP@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/JP@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JP@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/KE.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KE.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/KE.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KE.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/KE@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KE@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/KE@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KE@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/KG.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KG.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/KG.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KG.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/KG@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KG@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/KG@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KG@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/KH.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KH.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/KH.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KH.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/KH@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KH@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/KH@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KH@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/KI.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KI.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/KI.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KI.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/KI@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KI@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/KI@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KI@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/KM.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KM.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/KM.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KM.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/KM@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KM@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/KM@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KM@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/KN.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KN.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/KN.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KN.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/KN@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KN@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/KN@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KN@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/KP.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KP.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/KP.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KP.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/KP@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KP@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/KP@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KP@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/KR.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KR.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/KR.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KR.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/KR@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KR@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/KR@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KR@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/KW.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KW.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/KW.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KW.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/KW@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KW@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/KW@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KW@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/KY.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KY.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/KY.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KY.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/KY@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KY@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/KY@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KY@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/KZ.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KZ.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/KZ.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KZ.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/KZ@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KZ@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/KZ@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KZ@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/LA.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LA.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/LA.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LA.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/LA@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LA@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/LA@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LA@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/LB.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LB.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/LB.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LB.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/LB@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LB@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/LB@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LB@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/LC.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LC.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/LC.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LC.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/LC@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LC@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/LC@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LC@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/LI.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LI.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/LI.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LI.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/LI@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LI@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/LI@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LI@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/LK.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LK.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/LK.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LK.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/LK@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LK@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/LK@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LK@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/LR.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LR.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/LR.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LR.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/LR@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LR@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/LR@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LR@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/LS.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LS.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/LS.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LS.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/LS@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LS@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/LS@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LS@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/LT.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LT.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/LT.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LT.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/LT@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LT@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/LT@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LT@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/LU.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LU.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/LU.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LU.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/LU@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LU@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/LU@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LU@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/LV.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LV.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/LV.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LV.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/LV@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LV@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/LV@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LV@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/LY.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LY.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/LY.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LY.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/LY@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LY@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/LY@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LY@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MA.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MA.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MA.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MA.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MA@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MA@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MA@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MA@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MC.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MC.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MC.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MC.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MC@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MC@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MC@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MC@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MD.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MD.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MD.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MD.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MD@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MD@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MD@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MD@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/ME.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ME.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/ME.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ME.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/ME@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ME@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/ME@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ME@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MF.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MF.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MF.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MF.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MF@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MF@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MF@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MF@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MG.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MG.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MG.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MG.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MG@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MG@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MG@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MG@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MH.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MH.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MH.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MH.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MH@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MH@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MH@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MH@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MK.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MK.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MK.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MK.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MK@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MK@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MK@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MK@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/ML.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ML.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/ML.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ML.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/ML@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ML@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/ML@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ML@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MM.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MM.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MM.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MM.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MM@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MM@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MM@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MM@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MN.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MN.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MN.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MN.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MN@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MN@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MN@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MN@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MO.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MO.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MO.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MO.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MO@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MO@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MO@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MO@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MP.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MP.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MP.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MP.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MP@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MP@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MP@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MP@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MQ.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MQ.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MQ.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MQ.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MQ@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MQ@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MQ@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MQ@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MR.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MR.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MR.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MR.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MR@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MR@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MR@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MR@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MS.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MS.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MS.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MS.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MS@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MS@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MS@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MS@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MT.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MT.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MT.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MT.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MT@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MT@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MT@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MT@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MU.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MU.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MU.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MU.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MU@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MU@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MU@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MU@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MV.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MV.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MV.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MV.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MV@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MV@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MV@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MV@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MW.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MW.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MW.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MW.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MW@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MW@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MW@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MW@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MX.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MX.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MX.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MX.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MX@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MX@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MX@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MX@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MY.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MY.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MY.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MY.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MY@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MY@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MY@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MY@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MZ.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MZ.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MZ.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MZ.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/MZ@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MZ@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/MZ@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MZ@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/NA.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NA.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/NA.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NA.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/NA@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NA@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/NA@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NA@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/NC.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NC.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/NC.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NC.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/NC@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NC@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/NC@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NC@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/NE.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NE.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/NE.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NE.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/NE@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NE@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/NE@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NE@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/NF.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NF.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/NF.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NF.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/NF@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NF@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/NF@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NF@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/NG.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NG.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/NG.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NG.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/NG@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NG@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/NG@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NG@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/NI.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NI.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/NI.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NI.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/NI@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NI@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/NI@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NI@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/NL.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NL.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/NL.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NL.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/NL@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NL@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/NL@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NL@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/NO.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NO.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/NO.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NO.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/NO@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NO@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/NO@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NO@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/NP.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NP.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/NP.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NP.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/NP@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NP@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/NP@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NP@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/NR.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NR.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/NR.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NR.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/NR@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NR@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/NR@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NR@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/NU.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NU.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/NU.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NU.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/NU@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NU@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/NU@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NU@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/NZ.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NZ.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/NZ.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NZ.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/NZ@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NZ@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/NZ@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NZ@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/OM.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/OM.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/OM.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/OM.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/OM@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/OM@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/OM@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/OM@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PA.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PA.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PA.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PA.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PA@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PA@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PA@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PA@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PE.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PE.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PE.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PE.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PE@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PE@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PE@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PE@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PF.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PF.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PF.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PF.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PF@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PF@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PF@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PF@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PG.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PG.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PG.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PG.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PG@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PG@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PG@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PG@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PH.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PH.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PH.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PH.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PH@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PH@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PH@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PH@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PK.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PK.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PK.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PK.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PK@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PK@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PK@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PK@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PL.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PL.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PL.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PL.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PL@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PL@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PL@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PL@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PM.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PM.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PM.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PM.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PM@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PM@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PM@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PM@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PN.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PN.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PN.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PN.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PN@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PN@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PN@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PN@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PR.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PR.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PR.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PR.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PR@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PR@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PR@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PR@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PS.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PS.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PS.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PS.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PS@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PS@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PS@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PS@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PT.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PT.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PT.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PT.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PT@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PT@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PT@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PT@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PW.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PW.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PW.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PW.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PW@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PW@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PW@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PW@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PY.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PY.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PY.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PY.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/PY@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PY@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/PY@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PY@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/QA.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/QA.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/QA.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/QA.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/QA@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/QA@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/QA@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/QA@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/RE.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RE.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/RE.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RE.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/RE@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RE@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/RE@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RE@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/RO.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RO.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/RO.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RO.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/RO@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RO@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/RO@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RO@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/RS.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RS.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/RS.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RS.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/RS@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RS@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/RS@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RS@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/RU.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RU.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/RU.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RU.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/RU@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RU@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/RU@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RU@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/RW.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RW.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/RW.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RW.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/RW@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RW@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/RW@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RW@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SA.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SA.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SA.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SA.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SA@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SA@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SA@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SA@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SB.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SB.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SB.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SB.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SB@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SB@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SB@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SB@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SC.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SC.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SC.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SC.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SC@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SC@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SC@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SC@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SD.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SD.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SD.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SD.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SD@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SD@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SD@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SD@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SE.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SE.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SE.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SE.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SE@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SE@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SE@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SE@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SG.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SG.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SG.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SG.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SG@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SG@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SG@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SG@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SH.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SH.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SH.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SH.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SH@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SH@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SH@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SH@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SI.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SI.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SI.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SI.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SI@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SI@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SI@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SI@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SJ.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SJ.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SJ.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SJ.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SJ@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SJ@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SJ@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SJ@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SK.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SK.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SK.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SK.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SK@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SK@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SK@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SK@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SL.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SL.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SL.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SL.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SL@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SL@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SL@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SL@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SM.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SM.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SM.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SM.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SM@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SM@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SM@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SM@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SN.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SN.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SN.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SN.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SN@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SN@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SN@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SN@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SO.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SO.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SO.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SO.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SO@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SO@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SO@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SO@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SR.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SR.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SR.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SR.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SR@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SR@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SR@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SR@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SS.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SS.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SS.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SS.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SS@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SS@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SS@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SS@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/ST.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ST.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/ST.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ST.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/ST@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ST@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/ST@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ST@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SV.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SV.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SV.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SV.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SV@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SV@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SV@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SV@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SX.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SX.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SX.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SX.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SX@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SX@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SX@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SX@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SY.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SY.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SY.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SY.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SY@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SY@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SY@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SY@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SZ.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SZ.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SZ.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SZ.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/SZ@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SZ@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/SZ@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SZ@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TC.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TC.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TC.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TC.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TC@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TC@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TC@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TC@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TD.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TD.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TD.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TD.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TD@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TD@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TD@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TD@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TF.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TF.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TF.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TF.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TF@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TF@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TF@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TF@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TG.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TG.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TG.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TG.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TG@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TG@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TG@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TG@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TH.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TH.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TH.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TH.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TH@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TH@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TH@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TH@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TJ.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TJ.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TJ.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TJ.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TJ@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TJ@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TJ@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TJ@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TK.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TK.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TK.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TK.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TK@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TK@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TK@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TK@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TL.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TL.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TL.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TL.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TL@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TL@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TL@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TL@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TM.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TM.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TM.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TM.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TM@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TM@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TM@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TM@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TN.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TN.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TN.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TN.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TN@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TN@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TN@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TN@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TO.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TO.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TO.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TO.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TO@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TO@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TO@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TO@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TR.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TR.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TR.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TR.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TR@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TR@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TR@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TR@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TT.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TT.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TT.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TT.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TT@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TT@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TT@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TT@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TV.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TV.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TV.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TV.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TV@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TV@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TV@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TV@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TW.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TW.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TW.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TW.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TW@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TW@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TW@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TW@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TZ.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TZ.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TZ.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TZ.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/TZ@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TZ@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/TZ@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TZ@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/UA.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UA.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/UA.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UA.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/UA@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UA@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/UA@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UA@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/UG.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UG.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/UG.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UG.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/UG@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UG@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/UG@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UG@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/UM.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UM.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/UM.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UM.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/UM@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UM@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/UM@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UM@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/US.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/US.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/US.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/US.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/US@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/US@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/US@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/US@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/UY.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UY.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/UY.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UY.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/UY@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UY@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/UY@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UY@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/UZ.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UZ.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/UZ.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UZ.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/UZ@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UZ@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/UZ@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UZ@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/VA.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VA.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/VA.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VA.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/VA@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VA@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/VA@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VA@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/VC.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VC.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/VC.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VC.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/VC@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VC@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/VC@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VC@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/VE.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VE.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/VE.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VE.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/VE@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VE@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/VE@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VE@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/VG.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VG.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/VG.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VG.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/VG@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VG@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/VG@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VG@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/VI.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VI.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/VI.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VI.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/VI@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VI@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/VI@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VI@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/VN.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VN.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/VN.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VN.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/VN@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VN@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/VN@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VN@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/VU.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VU.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/VU.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VU.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/VU@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VU@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/VU@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VU@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/WF.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WF.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/WF.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WF.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/WF@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WF@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/WF@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WF@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/WS.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WS.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/WS.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WS.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/WS@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WS@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/WS@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WS@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/XK.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/XK.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/XK.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/XK.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/XK@2.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/XK@2.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/XK@2.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/XK@2.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/YE.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YE.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/YE.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YE.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/YE@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YE@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/YE@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YE@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/YT.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YT.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/YT.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YT.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/YT@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YT@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/YT@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YT@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/ZA.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZA.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/ZA.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZA.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/ZA@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZA@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/ZA@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZA@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/ZM.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZM.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/ZM.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZM.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/ZM@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZM@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/ZM@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZM@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/ZW.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZW.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/ZW.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZW.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/ZW@2x.png b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZW@2x.png similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/ZW@2x.png rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZW@2x.png diff --git a/CountryPicker/CountryPicker/CountryPickerController.bundle/countries.plist b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/countries.plist similarity index 100% rename from CountryPicker/CountryPicker/CountryPickerController.bundle/countries.plist rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/countries.plist diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/LICENSE b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/LICENSE similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/LICENSE rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/LICENSE diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/README.md b/CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/README.md similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/README.md rename to CountryPicker/Examples/CoCoaPods/Pods/SKCountryPicker/README.md diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-Info.plist b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-Info.plist similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-Info.plist rename to CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-Info.plist diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-acknowledgements.markdown b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-acknowledgements.markdown similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-acknowledgements.markdown rename to CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-acknowledgements.markdown diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-acknowledgements.plist b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-acknowledgements.plist similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-acknowledgements.plist rename to CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-acknowledgements.plist diff --git a/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-dummy.m b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-dummy.m new file mode 100644 index 00000000..2d9a03bd --- /dev/null +++ b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_CountryPickerExample : NSObject +@end +@implementation PodsDummy_Pods_CountryPickerExample +@end diff --git a/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-frameworks-Debug-input-files.xcfilelist b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-frameworks-Debug-input-files.xcfilelist new file mode 100644 index 00000000..74d458be --- /dev/null +++ b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-frameworks-Debug-input-files.xcfilelist @@ -0,0 +1,2 @@ +${PODS_ROOT}/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-frameworks.sh +${BUILT_PRODUCTS_DIR}/SKCountryPicker/SKCountryPicker.framework \ No newline at end of file diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks-Debug-output-files.xcfilelist b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-frameworks-Debug-output-files.xcfilelist similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks-Debug-output-files.xcfilelist rename to CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-frameworks-Debug-output-files.xcfilelist diff --git a/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-frameworks-Release-input-files.xcfilelist b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-frameworks-Release-input-files.xcfilelist new file mode 100644 index 00000000..74d458be --- /dev/null +++ b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-frameworks-Release-input-files.xcfilelist @@ -0,0 +1,2 @@ +${PODS_ROOT}/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-frameworks.sh +${BUILT_PRODUCTS_DIR}/SKCountryPicker/SKCountryPicker.framework \ No newline at end of file diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks-Release-output-files.xcfilelist b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-frameworks-Release-output-files.xcfilelist similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks-Release-output-files.xcfilelist rename to CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-frameworks-Release-output-files.xcfilelist diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks.sh b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-frameworks.sh similarity index 99% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks.sh rename to CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-frameworks.sh index 7bae0b8d..9840166f 100755 --- a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks.sh +++ b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-frameworks.sh @@ -18,7 +18,7 @@ echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}" -SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" +SWIFT_STDLIB_PATH="${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" BCSYMBOLMAP_DIR="BCSymbolMaps" diff --git a/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-resources-Debug-input-files.xcfilelist b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-resources-Debug-input-files.xcfilelist new file mode 100644 index 00000000..c2cb00ac --- /dev/null +++ b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-resources-Debug-input-files.xcfilelist @@ -0,0 +1,2 @@ +${PODS_ROOT}/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-resources.sh +${PODS_CONFIGURATION_BUILD_DIR}/SKCountryPicker/CountryPickerController.bundle \ No newline at end of file diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-resources-Debug-output-files.xcfilelist b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-resources-Debug-output-files.xcfilelist similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-resources-Debug-output-files.xcfilelist rename to CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-resources-Debug-output-files.xcfilelist diff --git a/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-resources-Release-input-files.xcfilelist b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-resources-Release-input-files.xcfilelist new file mode 100644 index 00000000..c2cb00ac --- /dev/null +++ b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-resources-Release-input-files.xcfilelist @@ -0,0 +1,2 @@ +${PODS_ROOT}/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-resources.sh +${PODS_CONFIGURATION_BUILD_DIR}/SKCountryPicker/CountryPickerController.bundle \ No newline at end of file diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-resources-Release-output-files.xcfilelist b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-resources-Release-output-files.xcfilelist similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-resources-Release-output-files.xcfilelist rename to CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-resources-Release-output-files.xcfilelist diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-resources.sh b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-resources.sh similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-resources.sh rename to CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-resources.sh diff --git a/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-umbrella.h b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-umbrella.h similarity index 57% rename from Examples/UIkit/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-umbrella.h rename to CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-umbrella.h index acb0ac97..dc904ae8 100644 --- a/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-umbrella.h +++ b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample-umbrella.h @@ -11,6 +11,6 @@ #endif -FOUNDATION_EXPORT double SKCountryPickerVersionNumber; -FOUNDATION_EXPORT const unsigned char SKCountryPickerVersionString[]; +FOUNDATION_EXPORT double Pods_CountryPickerExampleVersionNumber; +FOUNDATION_EXPORT const unsigned char Pods_CountryPickerExampleVersionString[]; diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example.debug.xcconfig b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample.debug.xcconfig similarity index 89% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example.debug.xcconfig rename to CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample.debug.xcconfig index fb058a3c..1b1dfdef 100644 --- a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example.debug.xcconfig +++ b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample.debug.xcconfig @@ -4,7 +4,7 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/SKCountry GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/SKCountryPicker/SKCountryPicker.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -framework "SKCountryPicker" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample.modulemap b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample.modulemap new file mode 100644 index 00000000..e07ee1c4 --- /dev/null +++ b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample.modulemap @@ -0,0 +1,6 @@ +framework module Pods_CountryPickerExample { + umbrella header "Pods-CountryPickerExample-umbrella.h" + + export * + module * { export * } +} diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example.release.xcconfig b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample.release.xcconfig similarity index 89% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example.release.xcconfig rename to CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample.release.xcconfig index fb058a3c..1b1dfdef 100644 --- a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example.release.xcconfig +++ b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/Pods-CountryPickerExample/Pods-CountryPickerExample.release.xcconfig @@ -4,7 +4,7 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/SKCountry GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/SKCountryPicker/SKCountryPicker.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -framework "SKCountryPicker" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/SKCountryPicker/ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist rename to CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/SKCountryPicker/ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-Info.plist b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-Info.plist similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-Info.plist rename to CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-Info.plist diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-dummy.m b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-dummy.m similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-dummy.m rename to CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-dummy.m diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-prefix.pch b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-prefix.pch similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-prefix.pch rename to CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-prefix.pch diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-umbrella.h b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-umbrella.h similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-umbrella.h rename to CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-umbrella.h diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.debug.xcconfig b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.debug.xcconfig similarity index 80% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.debug.xcconfig rename to CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.debug.xcconfig index f76d0df7..f7efa641 100644 --- a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.debug.xcconfig +++ b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.debug.xcconfig @@ -1,13 +1,13 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SKCountryPicker GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/SKCountryPicker +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../.. PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.modulemap b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.modulemap similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.modulemap rename to CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.modulemap diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.release.xcconfig b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.release.xcconfig similarity index 80% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.release.xcconfig rename to CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.release.xcconfig index f76d0df7..f7efa641 100644 --- a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.release.xcconfig +++ b/CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.release.xcconfig @@ -1,13 +1,13 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SKCountryPicker GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/SKCountryPicker +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../.. PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES diff --git a/CountryPicker/Examples/SPM/SPMExample/SPMExample.xcodeproj/project.pbxproj b/CountryPicker/Examples/SPM/SPMExample/SPMExample.xcodeproj/project.pbxproj new file mode 100644 index 00000000..ab13286f --- /dev/null +++ b/CountryPicker/Examples/SPM/SPMExample/SPMExample.xcodeproj/project.pbxproj @@ -0,0 +1,382 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 56; + objects = { + +/* Begin PBXBuildFile section */ + D8CBB17D2BDE2B3A00D46CB9 /* SPMExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CBB17C2BDE2B3A00D46CB9 /* SPMExampleApp.swift */; }; + D8CBB1812BDE2B3B00D46CB9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D8CBB1802BDE2B3B00D46CB9 /* Assets.xcassets */; }; + D8CBB1842BDE2B3B00D46CB9 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D8CBB1832BDE2B3B00D46CB9 /* Preview Assets.xcassets */; }; + D8CBB18C2BDE2CDB00D46CB9 /* CountryPicker in Frameworks */ = {isa = PBXBuildFile; productRef = D8CBB18B2BDE2CDB00D46CB9 /* CountryPicker */; }; + D8CBB1902BDE2D6800D46CB9 /* RootContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CBB18D2BDE2D6800D46CB9 /* RootContainerView.swift */; }; + D8CBB1912BDE2D6800D46CB9 /* MainView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CBB18E2BDE2D6800D46CB9 /* MainView.swift */; }; + D8CBB1922BDE2D6800D46CB9 /* CountryPickerWheelDemoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CBB18F2BDE2D6800D46CB9 /* CountryPickerWheelDemoView.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + D8CBB1792BDE2B3A00D46CB9 /* SPMExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SPMExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; + D8CBB17C2BDE2B3A00D46CB9 /* SPMExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SPMExampleApp.swift; sourceTree = ""; }; + D8CBB1802BDE2B3B00D46CB9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + D8CBB1832BDE2B3B00D46CB9 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; + D8CBB18D2BDE2D6800D46CB9 /* RootContainerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RootContainerView.swift; sourceTree = ""; }; + D8CBB18E2BDE2D6800D46CB9 /* MainView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainView.swift; sourceTree = ""; }; + D8CBB18F2BDE2D6800D46CB9 /* CountryPickerWheelDemoView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CountryPickerWheelDemoView.swift; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + D8CBB1762BDE2B3A00D46CB9 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + D8CBB18C2BDE2CDB00D46CB9 /* CountryPicker in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + D8CBB1702BDE2B3A00D46CB9 = { + isa = PBXGroup; + children = ( + D8CBB17B2BDE2B3A00D46CB9 /* SPMExample */, + D8CBB17A2BDE2B3A00D46CB9 /* Products */, + ); + sourceTree = ""; + }; + D8CBB17A2BDE2B3A00D46CB9 /* Products */ = { + isa = PBXGroup; + children = ( + D8CBB1792BDE2B3A00D46CB9 /* SPMExample.app */, + ); + name = Products; + sourceTree = ""; + }; + D8CBB17B2BDE2B3A00D46CB9 /* SPMExample */ = { + isa = PBXGroup; + children = ( + D8CBB18F2BDE2D6800D46CB9 /* CountryPickerWheelDemoView.swift */, + D8CBB18E2BDE2D6800D46CB9 /* MainView.swift */, + D8CBB18D2BDE2D6800D46CB9 /* RootContainerView.swift */, + D8CBB17C2BDE2B3A00D46CB9 /* SPMExampleApp.swift */, + D8CBB1802BDE2B3B00D46CB9 /* Assets.xcassets */, + D8CBB1822BDE2B3B00D46CB9 /* Preview Content */, + ); + path = SPMExample; + sourceTree = ""; + }; + D8CBB1822BDE2B3B00D46CB9 /* Preview Content */ = { + isa = PBXGroup; + children = ( + D8CBB1832BDE2B3B00D46CB9 /* Preview Assets.xcassets */, + ); + path = "Preview Content"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + D8CBB1782BDE2B3A00D46CB9 /* SPMExample */ = { + isa = PBXNativeTarget; + buildConfigurationList = D8CBB1872BDE2B3B00D46CB9 /* Build configuration list for PBXNativeTarget "SPMExample" */; + buildPhases = ( + D8CBB1752BDE2B3A00D46CB9 /* Sources */, + D8CBB1762BDE2B3A00D46CB9 /* Frameworks */, + D8CBB1772BDE2B3A00D46CB9 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = SPMExample; + packageProductDependencies = ( + D8CBB18B2BDE2CDB00D46CB9 /* CountryPicker */, + ); + productName = SPMExample; + productReference = D8CBB1792BDE2B3A00D46CB9 /* SPMExample.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + D8CBB1712BDE2B3A00D46CB9 /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastSwiftUpdateCheck = 1530; + LastUpgradeCheck = 1530; + TargetAttributes = { + D8CBB1782BDE2B3A00D46CB9 = { + CreatedOnToolsVersion = 15.3; + }; + }; + }; + buildConfigurationList = D8CBB1742BDE2B3A00D46CB9 /* Build configuration list for PBXProject "SPMExample" */; + compatibilityVersion = "Xcode 14.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = D8CBB1702BDE2B3A00D46CB9; + packageReferences = ( + D8CBB18A2BDE2CDB00D46CB9 /* XCRemoteSwiftPackageReference "CountryPicker" */, + ); + productRefGroup = D8CBB17A2BDE2B3A00D46CB9 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + D8CBB1782BDE2B3A00D46CB9 /* SPMExample */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + D8CBB1772BDE2B3A00D46CB9 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D8CBB1842BDE2B3B00D46CB9 /* Preview Assets.xcassets in Resources */, + D8CBB1812BDE2B3B00D46CB9 /* Assets.xcassets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + D8CBB1752BDE2B3A00D46CB9 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D8CBB1902BDE2D6800D46CB9 /* RootContainerView.swift in Sources */, + D8CBB1912BDE2D6800D46CB9 /* MainView.swift in Sources */, + D8CBB17D2BDE2B3A00D46CB9 /* SPMExampleApp.swift in Sources */, + D8CBB1922BDE2D6800D46CB9 /* CountryPickerWheelDemoView.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + D8CBB1852BDE2B3B00D46CB9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 17.4; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + D8CBB1862BDE2B3B00D46CB9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 17.4; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + D8CBB1882BDE2B3B00D46CB9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_ASSET_PATHS = "\"SPMExample/Preview Content\""; + ENABLE_PREVIEWS = YES; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; + INFOPLIST_KEY_UILaunchScreen_Generation = YES; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.github.Crypto.SPMExample; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + D8CBB1892BDE2B3B00D46CB9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_ASSET_PATHS = "\"SPMExample/Preview Content\""; + ENABLE_PREVIEWS = YES; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; + INFOPLIST_KEY_UILaunchScreen_Generation = YES; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.github.Crypto.SPMExample; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + D8CBB1742BDE2B3A00D46CB9 /* Build configuration list for PBXProject "SPMExample" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D8CBB1852BDE2B3B00D46CB9 /* Debug */, + D8CBB1862BDE2B3B00D46CB9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D8CBB1872BDE2B3B00D46CB9 /* Build configuration list for PBXNativeTarget "SPMExample" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D8CBB1882BDE2B3B00D46CB9 /* Debug */, + D8CBB1892BDE2B3B00D46CB9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + +/* Begin XCRemoteSwiftPackageReference section */ + D8CBB18A2BDE2CDB00D46CB9 /* XCRemoteSwiftPackageReference "CountryPicker" */ = { + isa = XCRemoteSwiftPackageReference; + repositoryURL = "https://github.com/SURYAKANTSHARMA/CountryPicker"; + requirement = { + kind = revision; + revision = c509d3faf6eecca8242850492231a467a9331383; + }; + }; +/* End XCRemoteSwiftPackageReference section */ + +/* Begin XCSwiftPackageProductDependency section */ + D8CBB18B2BDE2CDB00D46CB9 /* CountryPicker */ = { + isa = XCSwiftPackageProductDependency; + package = D8CBB18A2BDE2CDB00D46CB9 /* XCRemoteSwiftPackageReference "CountryPicker" */; + productName = CountryPicker; + }; +/* End XCSwiftPackageProductDependency section */ + }; + rootObject = D8CBB1712BDE2B3A00D46CB9 /* Project object */; +} diff --git a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/CountryPicker/Examples/SPM/SPMExample/SPMExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to CountryPicker/Examples/SPM/SPMExample/SPMExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/CountryPicker/Examples/SPM/SPMExample/SPMExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to CountryPicker/Examples/SPM/SPMExample/SPMExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/Examples/SwiftUI/CountryPickerSwiftUIExample/CountryPickerSwiftUIExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/CountryPicker/Examples/SPM/SPMExample/SPMExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved similarity index 55% rename from Examples/SwiftUI/CountryPickerSwiftUIExample/CountryPickerSwiftUIExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved rename to CountryPicker/Examples/SPM/SPMExample/SPMExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 42e823c6..f2ef7c60 100644 --- a/Examples/SwiftUI/CountryPickerSwiftUIExample/CountryPickerSwiftUIExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/CountryPicker/Examples/SPM/SPMExample/SPMExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,14 +1,14 @@ { + "originHash" : "9763fccce63045a388fb651cea524c335b31d3accb6e3419ca15970dc6bf6819", "pins" : [ { "identity" : "countrypicker", "kind" : "remoteSourceControl", "location" : "https://github.com/SURYAKANTSHARMA/CountryPicker", "state" : { - "revision" : "cf9190d83d4d10598bdfc3cf6325590c6ae0f504", - "version" : "1.4.1" + "revision" : "c509d3faf6eecca8242850492231a467a9331383" } } ], - "version" : 2 + "version" : 3 } diff --git a/Examples/SwiftUI/CountryPickerSwiftUIExample/Shared/Assets.xcassets/AccentColor.colorset/Contents.json b/CountryPicker/Examples/SPM/SPMExample/SPMExample/Assets.xcassets/AccentColor.colorset/Contents.json similarity index 100% rename from Examples/SwiftUI/CountryPickerSwiftUIExample/Shared/Assets.xcassets/AccentColor.colorset/Contents.json rename to CountryPicker/Examples/SPM/SPMExample/SPMExample/Assets.xcassets/AccentColor.colorset/Contents.json diff --git a/CountryPicker/Examples/SPM/SPMExample/SPMExample/Assets.xcassets/AppIcon.appiconset/Contents.json b/CountryPicker/Examples/SPM/SPMExample/SPMExample/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 00000000..13613e3e --- /dev/null +++ b/CountryPicker/Examples/SPM/SPMExample/SPMExample/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,13 @@ +{ + "images" : [ + { + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Examples/SwiftUI/CountryPickerSwiftUIExample/Shared/Assets.xcassets/Contents.json b/CountryPicker/Examples/SPM/SPMExample/SPMExample/Assets.xcassets/Contents.json similarity index 100% rename from Examples/SwiftUI/CountryPickerSwiftUIExample/Shared/Assets.xcassets/Contents.json rename to CountryPicker/Examples/SPM/SPMExample/SPMExample/Assets.xcassets/Contents.json diff --git a/CountryPicker/Examples/SPM/SPMExample/SPMExample/CountryPickerWheelDemoView.swift b/CountryPicker/Examples/SPM/SPMExample/SPMExample/CountryPickerWheelDemoView.swift new file mode 100644 index 00000000..e125d6db --- /dev/null +++ b/CountryPicker/Examples/SPM/SPMExample/SPMExample/CountryPickerWheelDemoView.swift @@ -0,0 +1,40 @@ +// +// CountryPickerWheelDemoView.swift +// CountryPicker13+Example +// +// Created by ANKUSH BHATIA on 8/13/23. +// + +import SwiftUI +import CountryPicker + +struct CountryPickerWheelDemoView: View { + + @State private var selectedCountry: Country = CountryManager.shared.preferredCountry ?? Country(countryCode: "IN") + + var body: some View { + VStack { + VStack { + Text("Select a Country:") + .font(.title) + .bold() + .padding(20) + + HStack { + Text(selectedCountry.dialingCode ?? "Select country") + Image(uiImage: selectedCountry.flag ?? .init()) + .resizable() + .frame(width: 40, height: 25) + }.padding(20) + } + CountryPickerWheelView(selectedCountry: $selectedCountry) + }.padding() + + } +} + +struct CountryPickerWheelDemoView_Previews: PreviewProvider { + static var previews: some View { + CountryPickerWheelDemoView() + } +} diff --git a/CountryPicker/Examples/SPM/SPMExample/SPMExample/MainView.swift b/CountryPicker/Examples/SPM/SPMExample/SPMExample/MainView.swift new file mode 100644 index 00000000..e80fd2aa --- /dev/null +++ b/CountryPicker/Examples/SPM/SPMExample/SPMExample/MainView.swift @@ -0,0 +1,132 @@ +// +// ContentView.swift +// CountryPicker13+Example +// +// Created by Surya on 18/06/23. +// + +import SwiftUI +import CountryPicker + +struct MainView: View { + + @State private var selectedCountry: Country = CountryManager.shared.preferredCountry ?? Country(countryCode: "IN") + + @State var shouldShowDialingCode: Bool = true + @State var shouldShowCountryFlag: Bool = true + @State var shouldShowWithSection: Bool = true + + @State private var isCountryPickerPresented = false + + @State var shouldFilterByCountryCode: Bool = false + @State var shouldFilterByDialCode: Bool = false + + + var body: some View { + NavigationView { + VStack { + + Text("Style Controls") + .font(.title) + .bold() + .padding(20) + + Toggle("Show Dialing Code", + isOn: $shouldShowDialingCode) + .frame(width: 300, alignment: .center) + .padding(8) + + Toggle("Show Country Flag", + isOn: $shouldShowCountryFlag) + .frame(width: 300, alignment: .center) + .padding(8) + + Toggle("Show With Section", + isOn: $shouldShowWithSection) + .frame(width: 300, alignment: .center) + .padding(8) + + + Text("Filter Controls") + .font(.title) + .bold() + .padding(20) + + Toggle("Filter by Country Code", + isOn: $shouldFilterByCountryCode) + .frame(width: 300, alignment: .center) + .padding(8) + + Toggle("Filter by dail Code", + isOn: $shouldFilterByDialCode) + .frame(width: 300, alignment: .center) + .padding(8) + + .padding(.bottom, 50) + + Button(action: { + isCountryPickerPresented.toggle() + }) { + HStack { + Text(selectedCountry.dialingCode ?? "Select country") + Image(uiImage: selectedCountry.flag ?? .init()) + .resizable() + .frame(width: 40, height: 25) + } + } + .sheet(isPresented: $isCountryPickerPresented) { + let configuration = Configuration( + isCountryFlagHidden: !shouldShowCountryFlag, + isCountryDialHidden: !shouldShowDialingCode) + + if shouldShowWithSection { + CountryPickerWithSections( + configuration: configuration, + selectedCountry: $selectedCountry) + } else { + CountryPickerView(configuration: configuration, + selectedCountry: $selectedCountry) + + } + } + .padding(.bottom, 50) + + Button(action: { + isCountryPickerPresented.toggle() + }) { + Text("Pick Country") + .font(.title3) + .fontWeight(.bold) + .padding() + .padding(.horizontal) + .frame(minWidth: 300) + .foregroundColor(.white) + .background(Color.blue) + .cornerRadius(10) + + } + + .onChange(of: shouldFilterByCountryCode) { newValue in + if newValue { + CountryManager.shared.addFilter(.countryCode) + } else { + CountryManager.shared.removeFilter(.countryCode) + } + } + .onChange(of: shouldFilterByDialCode) { newValue in + if newValue { + CountryManager.shared.addFilter(.countryDialCode) + } else { + CountryManager.shared.removeFilter(.countryDialCode) + } + } + } + } + } +} + +struct ContentView_Previews: PreviewProvider { + static var previews: some View { + MainView() + } +} diff --git a/CountryPicker/Examples/SPM/SPMExample/SPMExample/Preview Content/Preview Assets.xcassets/Contents.json b/CountryPicker/Examples/SPM/SPMExample/SPMExample/Preview Content/Preview Assets.xcassets/Contents.json new file mode 100644 index 00000000..73c00596 --- /dev/null +++ b/CountryPicker/Examples/SPM/SPMExample/SPMExample/Preview Content/Preview Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/CountryPicker/Examples/SPM/SPMExample/SPMExample/RootContainerView.swift b/CountryPicker/Examples/SPM/SPMExample/SPMExample/RootContainerView.swift new file mode 100644 index 00000000..a6aee10d --- /dev/null +++ b/CountryPicker/Examples/SPM/SPMExample/SPMExample/RootContainerView.swift @@ -0,0 +1,39 @@ +// +// RootContainerView.swift +// CountryPicker13+Example +// +// Created by ANKUSH BHATIA on 8/13/23. +// + +import SwiftUI + +struct RootContainerView: View { + + @State var tabSelection = 1 + + var body: some View { + TabView(selection: $tabSelection) { + MainView() + .tabItem { + VStack { + Image(systemName: "house.fill") + Text("Main") + } + } + .tag(1) + + CountryPickerWheelDemoView() + .tabItem { + Image(systemName: "circle.dotted") + Text("CountryPickerWheel") + } + .tag(2) + } + } +} + +struct RootContainerView_Previews: PreviewProvider { + static var previews: some View { + RootContainerView() + } +} diff --git a/CountryPicker/Examples/SPM/SPMExample/SPMExample/SPMExampleApp.swift b/CountryPicker/Examples/SPM/SPMExample/SPMExample/SPMExampleApp.swift new file mode 100644 index 00000000..d0906805 --- /dev/null +++ b/CountryPicker/Examples/SPM/SPMExample/SPMExample/SPMExampleApp.swift @@ -0,0 +1,17 @@ +// +// SPMExampleApp.swift +// SPMExample +// +// Created by Surya on 28/04/24. +// + +import SwiftUI + +@main +struct SPMExampleApp: App { + var body: some Scene { + WindowGroup { + RootContainerView() + } + } +} diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/Configuration.swift b/CountryPicker/Sources/Configuration.swift similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/Configuration.swift rename to CountryPicker/Sources/Configuration.swift diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/Constant.swift b/CountryPicker/Sources/Constant.swift similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/Constant.swift rename to CountryPicker/Sources/Constant.swift diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/Country.swift b/CountryPicker/Sources/Country.swift similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/Country.swift rename to CountryPicker/Sources/Country.swift diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryManager.swift b/CountryPicker/Sources/CountryManager.swift similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryManager.swift rename to CountryPicker/Sources/CountryManager.swift diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AD.png b/CountryPicker/Sources/CountryPickerController.bundle/AD.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AD.png rename to CountryPicker/Sources/CountryPickerController.bundle/AD.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AD@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/AD@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AD@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/AD@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AE.png b/CountryPicker/Sources/CountryPickerController.bundle/AE.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AE.png rename to CountryPicker/Sources/CountryPickerController.bundle/AE.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AE@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/AE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AE@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/AE@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AF.png b/CountryPicker/Sources/CountryPickerController.bundle/AF.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AF.png rename to CountryPicker/Sources/CountryPickerController.bundle/AF.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AF@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/AF@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AF@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/AF@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AG.png b/CountryPicker/Sources/CountryPickerController.bundle/AG.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AG.png rename to CountryPicker/Sources/CountryPickerController.bundle/AG.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AG@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/AG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AG@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/AG@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AI.png b/CountryPicker/Sources/CountryPickerController.bundle/AI.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AI.png rename to CountryPicker/Sources/CountryPickerController.bundle/AI.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AI@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/AI@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AI@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/AI@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AL.png b/CountryPicker/Sources/CountryPickerController.bundle/AL.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AL.png rename to CountryPicker/Sources/CountryPickerController.bundle/AL.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AL@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/AL@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AL@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/AL@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AM.png b/CountryPicker/Sources/CountryPickerController.bundle/AM.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AM.png rename to CountryPicker/Sources/CountryPickerController.bundle/AM.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AM@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/AM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AM@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/AM@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AO.png b/CountryPicker/Sources/CountryPickerController.bundle/AO.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AO.png rename to CountryPicker/Sources/CountryPickerController.bundle/AO.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AO@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/AO@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AO@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/AO@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AQ.png b/CountryPicker/Sources/CountryPickerController.bundle/AQ.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AQ.png rename to CountryPicker/Sources/CountryPickerController.bundle/AQ.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AQ@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/AQ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AQ@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/AQ@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AR.png b/CountryPicker/Sources/CountryPickerController.bundle/AR.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AR.png rename to CountryPicker/Sources/CountryPickerController.bundle/AR.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AR@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/AR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AR@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/AR@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AS.png b/CountryPicker/Sources/CountryPickerController.bundle/AS.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AS.png rename to CountryPicker/Sources/CountryPickerController.bundle/AS.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AS@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/AS@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AS@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/AS@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AT.png b/CountryPicker/Sources/CountryPickerController.bundle/AT.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AT.png rename to CountryPicker/Sources/CountryPickerController.bundle/AT.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AT@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/AT@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AT@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/AT@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AU.png b/CountryPicker/Sources/CountryPickerController.bundle/AU.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AU.png rename to CountryPicker/Sources/CountryPickerController.bundle/AU.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AU@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/AU@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AU@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/AU@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AW.png b/CountryPicker/Sources/CountryPickerController.bundle/AW.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AW.png rename to CountryPicker/Sources/CountryPickerController.bundle/AW.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AW@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/AW@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AW@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/AW@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AX.png b/CountryPicker/Sources/CountryPickerController.bundle/AX.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AX.png rename to CountryPicker/Sources/CountryPickerController.bundle/AX.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AX@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/AX@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AX@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/AX@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AZ.png b/CountryPicker/Sources/CountryPickerController.bundle/AZ.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AZ.png rename to CountryPicker/Sources/CountryPickerController.bundle/AZ.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AZ@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/AZ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AZ@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/AZ@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BA.png b/CountryPicker/Sources/CountryPickerController.bundle/BA.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BA.png rename to CountryPicker/Sources/CountryPickerController.bundle/BA.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BA@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/BA@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BA@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/BA@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BB.png b/CountryPicker/Sources/CountryPickerController.bundle/BB.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BB.png rename to CountryPicker/Sources/CountryPickerController.bundle/BB.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BB@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/BB@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BB@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/BB@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BD.png b/CountryPicker/Sources/CountryPickerController.bundle/BD.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BD.png rename to CountryPicker/Sources/CountryPickerController.bundle/BD.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BD@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/BD@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BD@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/BD@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BE.png b/CountryPicker/Sources/CountryPickerController.bundle/BE.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BE.png rename to CountryPicker/Sources/CountryPickerController.bundle/BE.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BE@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/BE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BE@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/BE@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BF.png b/CountryPicker/Sources/CountryPickerController.bundle/BF.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BF.png rename to CountryPicker/Sources/CountryPickerController.bundle/BF.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BF@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/BF@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BF@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/BF@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BG.png b/CountryPicker/Sources/CountryPickerController.bundle/BG.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BG.png rename to CountryPicker/Sources/CountryPickerController.bundle/BG.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BG@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/BG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BG@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/BG@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BH.png b/CountryPicker/Sources/CountryPickerController.bundle/BH.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BH.png rename to CountryPicker/Sources/CountryPickerController.bundle/BH.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BH@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/BH@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BH@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/BH@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BI.png b/CountryPicker/Sources/CountryPickerController.bundle/BI.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BI.png rename to CountryPicker/Sources/CountryPickerController.bundle/BI.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BI@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/BI@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BI@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/BI@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BJ.png b/CountryPicker/Sources/CountryPickerController.bundle/BJ.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BJ.png rename to CountryPicker/Sources/CountryPickerController.bundle/BJ.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BJ@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/BJ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BJ@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/BJ@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BL.png b/CountryPicker/Sources/CountryPickerController.bundle/BL.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BL.png rename to CountryPicker/Sources/CountryPickerController.bundle/BL.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BL@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/BL@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BL@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/BL@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BM.png b/CountryPicker/Sources/CountryPickerController.bundle/BM.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BM.png rename to CountryPicker/Sources/CountryPickerController.bundle/BM.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BM@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/BM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BM@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/BM@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BN.png b/CountryPicker/Sources/CountryPickerController.bundle/BN.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BN.png rename to CountryPicker/Sources/CountryPickerController.bundle/BN.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BN@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/BN@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BN@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/BN@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BO.png b/CountryPicker/Sources/CountryPickerController.bundle/BO.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BO.png rename to CountryPicker/Sources/CountryPickerController.bundle/BO.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BO@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/BO@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BO@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/BO@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BQ.png b/CountryPicker/Sources/CountryPickerController.bundle/BQ.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BQ.png rename to CountryPicker/Sources/CountryPickerController.bundle/BQ.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BQ@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/BQ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BQ@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/BQ@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BR.png b/CountryPicker/Sources/CountryPickerController.bundle/BR.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BR.png rename to CountryPicker/Sources/CountryPickerController.bundle/BR.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BR@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/BR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BR@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/BR@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BS.png b/CountryPicker/Sources/CountryPickerController.bundle/BS.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BS.png rename to CountryPicker/Sources/CountryPickerController.bundle/BS.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BS@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/BS@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BS@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/BS@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BT.png b/CountryPicker/Sources/CountryPickerController.bundle/BT.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BT.png rename to CountryPicker/Sources/CountryPickerController.bundle/BT.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BT@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/BT@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BT@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/BT@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BV.png b/CountryPicker/Sources/CountryPickerController.bundle/BV.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BV.png rename to CountryPicker/Sources/CountryPickerController.bundle/BV.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BV@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/BV@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BV@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/BV@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BW.png b/CountryPicker/Sources/CountryPickerController.bundle/BW.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BW.png rename to CountryPicker/Sources/CountryPickerController.bundle/BW.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BW@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/BW@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BW@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/BW@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BY.png b/CountryPicker/Sources/CountryPickerController.bundle/BY.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BY.png rename to CountryPicker/Sources/CountryPickerController.bundle/BY.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BY@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/BY@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BY@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/BY@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BZ.png b/CountryPicker/Sources/CountryPickerController.bundle/BZ.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BZ.png rename to CountryPicker/Sources/CountryPickerController.bundle/BZ.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BZ@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/BZ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BZ@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/BZ@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CA.png b/CountryPicker/Sources/CountryPickerController.bundle/CA.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CA.png rename to CountryPicker/Sources/CountryPickerController.bundle/CA.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CA@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/CA@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CA@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/CA@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CC.png b/CountryPicker/Sources/CountryPickerController.bundle/CC.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CC.png rename to CountryPicker/Sources/CountryPickerController.bundle/CC.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CC@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/CC@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CC@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/CC@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CD.png b/CountryPicker/Sources/CountryPickerController.bundle/CD.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CD.png rename to CountryPicker/Sources/CountryPickerController.bundle/CD.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CD@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/CD@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CD@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/CD@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CF.png b/CountryPicker/Sources/CountryPickerController.bundle/CF.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CF.png rename to CountryPicker/Sources/CountryPickerController.bundle/CF.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CF@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/CF@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CF@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/CF@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CG.png b/CountryPicker/Sources/CountryPickerController.bundle/CG.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CG.png rename to CountryPicker/Sources/CountryPickerController.bundle/CG.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CG@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/CG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CG@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/CG@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CH.png b/CountryPicker/Sources/CountryPickerController.bundle/CH.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CH.png rename to CountryPicker/Sources/CountryPickerController.bundle/CH.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CH@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/CH@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CH@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/CH@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CI.png b/CountryPicker/Sources/CountryPickerController.bundle/CI.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CI.png rename to CountryPicker/Sources/CountryPickerController.bundle/CI.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CI@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/CI@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CI@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/CI@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CK.png b/CountryPicker/Sources/CountryPickerController.bundle/CK.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CK.png rename to CountryPicker/Sources/CountryPickerController.bundle/CK.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CK@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/CK@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CK@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/CK@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CL.png b/CountryPicker/Sources/CountryPickerController.bundle/CL.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CL.png rename to CountryPicker/Sources/CountryPickerController.bundle/CL.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CL@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/CL@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CL@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/CL@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CM.png b/CountryPicker/Sources/CountryPickerController.bundle/CM.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CM.png rename to CountryPicker/Sources/CountryPickerController.bundle/CM.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CM@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/CM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CM@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/CM@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CN.png b/CountryPicker/Sources/CountryPickerController.bundle/CN.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CN.png rename to CountryPicker/Sources/CountryPickerController.bundle/CN.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CN@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/CN@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CN@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/CN@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CO.png b/CountryPicker/Sources/CountryPickerController.bundle/CO.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CO.png rename to CountryPicker/Sources/CountryPickerController.bundle/CO.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CO@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/CO@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CO@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/CO@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CR.png b/CountryPicker/Sources/CountryPickerController.bundle/CR.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CR.png rename to CountryPicker/Sources/CountryPickerController.bundle/CR.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CR@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/CR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CR@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/CR@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CU.png b/CountryPicker/Sources/CountryPickerController.bundle/CU.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CU.png rename to CountryPicker/Sources/CountryPickerController.bundle/CU.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CU@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/CU@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CU@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/CU@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CV.png b/CountryPicker/Sources/CountryPickerController.bundle/CV.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CV.png rename to CountryPicker/Sources/CountryPickerController.bundle/CV.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CV@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/CV@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CV@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/CV@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CW.png b/CountryPicker/Sources/CountryPickerController.bundle/CW.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CW.png rename to CountryPicker/Sources/CountryPickerController.bundle/CW.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CW@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/CW@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CW@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/CW@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CX.png b/CountryPicker/Sources/CountryPickerController.bundle/CX.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CX.png rename to CountryPicker/Sources/CountryPickerController.bundle/CX.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CX@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/CX@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CX@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/CX@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CY.png b/CountryPicker/Sources/CountryPickerController.bundle/CY.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CY.png rename to CountryPicker/Sources/CountryPickerController.bundle/CY.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CY@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/CY@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CY@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/CY@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CZ.png b/CountryPicker/Sources/CountryPickerController.bundle/CZ.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CZ.png rename to CountryPicker/Sources/CountryPickerController.bundle/CZ.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CZ@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/CZ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CZ@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/CZ@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DE.png b/CountryPicker/Sources/CountryPickerController.bundle/DE.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DE.png rename to CountryPicker/Sources/CountryPickerController.bundle/DE.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DE@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/DE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DE@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/DE@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DJ.png b/CountryPicker/Sources/CountryPickerController.bundle/DJ.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DJ.png rename to CountryPicker/Sources/CountryPickerController.bundle/DJ.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DJ@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/DJ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DJ@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/DJ@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DK.png b/CountryPicker/Sources/CountryPickerController.bundle/DK.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DK.png rename to CountryPicker/Sources/CountryPickerController.bundle/DK.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DK@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/DK@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DK@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/DK@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DM.png b/CountryPicker/Sources/CountryPickerController.bundle/DM.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DM.png rename to CountryPicker/Sources/CountryPickerController.bundle/DM.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DM@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/DM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DM@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/DM@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DO.png b/CountryPicker/Sources/CountryPickerController.bundle/DO.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DO.png rename to CountryPicker/Sources/CountryPickerController.bundle/DO.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DO@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/DO@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DO@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/DO@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DZ.png b/CountryPicker/Sources/CountryPickerController.bundle/DZ.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DZ.png rename to CountryPicker/Sources/CountryPickerController.bundle/DZ.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DZ@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/DZ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DZ@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/DZ@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EC.png b/CountryPicker/Sources/CountryPickerController.bundle/EC.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EC.png rename to CountryPicker/Sources/CountryPickerController.bundle/EC.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EC@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/EC@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EC@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/EC@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EE.png b/CountryPicker/Sources/CountryPickerController.bundle/EE.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EE.png rename to CountryPicker/Sources/CountryPickerController.bundle/EE.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EE@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/EE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EE@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/EE@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EG.png b/CountryPicker/Sources/CountryPickerController.bundle/EG.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EG.png rename to CountryPicker/Sources/CountryPickerController.bundle/EG.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EG@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/EG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EG@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/EG@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EH.png b/CountryPicker/Sources/CountryPickerController.bundle/EH.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EH.png rename to CountryPicker/Sources/CountryPickerController.bundle/EH.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EH@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/EH@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EH@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/EH@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ER.png b/CountryPicker/Sources/CountryPickerController.bundle/ER.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ER.png rename to CountryPicker/Sources/CountryPickerController.bundle/ER.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ER@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/ER@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ER@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/ER@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ES.png b/CountryPicker/Sources/CountryPickerController.bundle/ES.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ES.png rename to CountryPicker/Sources/CountryPickerController.bundle/ES.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ES@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/ES@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ES@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/ES@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ET.png b/CountryPicker/Sources/CountryPickerController.bundle/ET.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ET.png rename to CountryPicker/Sources/CountryPickerController.bundle/ET.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ET@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/ET@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ET@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/ET@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FI.png b/CountryPicker/Sources/CountryPickerController.bundle/FI.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FI.png rename to CountryPicker/Sources/CountryPickerController.bundle/FI.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FI@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/FI@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FI@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/FI@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FJ.png b/CountryPicker/Sources/CountryPickerController.bundle/FJ.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FJ.png rename to CountryPicker/Sources/CountryPickerController.bundle/FJ.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FJ@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/FJ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FJ@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/FJ@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FK.png b/CountryPicker/Sources/CountryPickerController.bundle/FK.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FK.png rename to CountryPicker/Sources/CountryPickerController.bundle/FK.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FK@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/FK@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FK@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/FK@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FM.png b/CountryPicker/Sources/CountryPickerController.bundle/FM.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FM.png rename to CountryPicker/Sources/CountryPickerController.bundle/FM.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FM@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/FM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FM@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/FM@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FO.png b/CountryPicker/Sources/CountryPickerController.bundle/FO.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FO.png rename to CountryPicker/Sources/CountryPickerController.bundle/FO.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FO@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/FO@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FO@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/FO@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FR.png b/CountryPicker/Sources/CountryPickerController.bundle/FR.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FR.png rename to CountryPicker/Sources/CountryPickerController.bundle/FR.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FR@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/FR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FR@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/FR@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GA.png b/CountryPicker/Sources/CountryPickerController.bundle/GA.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GA.png rename to CountryPicker/Sources/CountryPickerController.bundle/GA.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GA@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/GA@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GA@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/GA@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GB.png b/CountryPicker/Sources/CountryPickerController.bundle/GB.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GB.png rename to CountryPicker/Sources/CountryPickerController.bundle/GB.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GB@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/GB@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GB@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/GB@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GD.png b/CountryPicker/Sources/CountryPickerController.bundle/GD.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GD.png rename to CountryPicker/Sources/CountryPickerController.bundle/GD.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GD@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/GD@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GD@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/GD@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GE.png b/CountryPicker/Sources/CountryPickerController.bundle/GE.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GE.png rename to CountryPicker/Sources/CountryPickerController.bundle/GE.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GE@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/GE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GE@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/GE@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GF.png b/CountryPicker/Sources/CountryPickerController.bundle/GF.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GF.png rename to CountryPicker/Sources/CountryPickerController.bundle/GF.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GF@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/GF@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GF@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/GF@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GG.png b/CountryPicker/Sources/CountryPickerController.bundle/GG.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GG.png rename to CountryPicker/Sources/CountryPickerController.bundle/GG.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GG@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/GG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GG@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/GG@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GH.png b/CountryPicker/Sources/CountryPickerController.bundle/GH.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GH.png rename to CountryPicker/Sources/CountryPickerController.bundle/GH.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GH@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/GH@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GH@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/GH@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GI.png b/CountryPicker/Sources/CountryPickerController.bundle/GI.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GI.png rename to CountryPicker/Sources/CountryPickerController.bundle/GI.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GI@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/GI@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GI@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/GI@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GL.png b/CountryPicker/Sources/CountryPickerController.bundle/GL.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GL.png rename to CountryPicker/Sources/CountryPickerController.bundle/GL.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GL@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/GL@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GL@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/GL@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GM.png b/CountryPicker/Sources/CountryPickerController.bundle/GM.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GM.png rename to CountryPicker/Sources/CountryPickerController.bundle/GM.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GM@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/GM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GM@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/GM@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GN.png b/CountryPicker/Sources/CountryPickerController.bundle/GN.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GN.png rename to CountryPicker/Sources/CountryPickerController.bundle/GN.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GN@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/GN@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GN@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/GN@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GP.png b/CountryPicker/Sources/CountryPickerController.bundle/GP.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GP.png rename to CountryPicker/Sources/CountryPickerController.bundle/GP.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GP@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/GP@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GP@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/GP@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GQ.png b/CountryPicker/Sources/CountryPickerController.bundle/GQ.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GQ.png rename to CountryPicker/Sources/CountryPickerController.bundle/GQ.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GQ@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/GQ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GQ@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/GQ@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GR.png b/CountryPicker/Sources/CountryPickerController.bundle/GR.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GR.png rename to CountryPicker/Sources/CountryPickerController.bundle/GR.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GR@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/GR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GR@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/GR@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GS.png b/CountryPicker/Sources/CountryPickerController.bundle/GS.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GS.png rename to CountryPicker/Sources/CountryPickerController.bundle/GS.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GS@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/GS@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GS@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/GS@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GT.png b/CountryPicker/Sources/CountryPickerController.bundle/GT.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GT.png rename to CountryPicker/Sources/CountryPickerController.bundle/GT.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GT@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/GT@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GT@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/GT@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GU.png b/CountryPicker/Sources/CountryPickerController.bundle/GU.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GU.png rename to CountryPicker/Sources/CountryPickerController.bundle/GU.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GU@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/GU@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GU@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/GU@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GW.png b/CountryPicker/Sources/CountryPickerController.bundle/GW.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GW.png rename to CountryPicker/Sources/CountryPickerController.bundle/GW.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GW@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/GW@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GW@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/GW@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GY.png b/CountryPicker/Sources/CountryPickerController.bundle/GY.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GY.png rename to CountryPicker/Sources/CountryPickerController.bundle/GY.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GY@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/GY@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GY@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/GY@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HK.png b/CountryPicker/Sources/CountryPickerController.bundle/HK.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HK.png rename to CountryPicker/Sources/CountryPickerController.bundle/HK.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HK@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/HK@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HK@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/HK@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HM.png b/CountryPicker/Sources/CountryPickerController.bundle/HM.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HM.png rename to CountryPicker/Sources/CountryPickerController.bundle/HM.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HM@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/HM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HM@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/HM@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HN.png b/CountryPicker/Sources/CountryPickerController.bundle/HN.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HN.png rename to CountryPicker/Sources/CountryPickerController.bundle/HN.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HN@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/HN@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HN@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/HN@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HR.png b/CountryPicker/Sources/CountryPickerController.bundle/HR.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HR.png rename to CountryPicker/Sources/CountryPickerController.bundle/HR.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HR@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/HR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HR@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/HR@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HT.png b/CountryPicker/Sources/CountryPickerController.bundle/HT.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HT.png rename to CountryPicker/Sources/CountryPickerController.bundle/HT.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HT@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/HT@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HT@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/HT@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HU.png b/CountryPicker/Sources/CountryPickerController.bundle/HU.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HU.png rename to CountryPicker/Sources/CountryPickerController.bundle/HU.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HU@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/HU@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HU@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/HU@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ID.png b/CountryPicker/Sources/CountryPickerController.bundle/ID.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ID.png rename to CountryPicker/Sources/CountryPickerController.bundle/ID.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ID@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/ID@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ID@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/ID@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IE.png b/CountryPicker/Sources/CountryPickerController.bundle/IE.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IE.png rename to CountryPicker/Sources/CountryPickerController.bundle/IE.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IE@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/IE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IE@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/IE@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IL.png b/CountryPicker/Sources/CountryPickerController.bundle/IL.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IL.png rename to CountryPicker/Sources/CountryPickerController.bundle/IL.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IL@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/IL@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IL@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/IL@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IM.png b/CountryPicker/Sources/CountryPickerController.bundle/IM.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IM.png rename to CountryPicker/Sources/CountryPickerController.bundle/IM.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IM@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/IM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IM@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/IM@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IN.png b/CountryPicker/Sources/CountryPickerController.bundle/IN.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IN.png rename to CountryPicker/Sources/CountryPickerController.bundle/IN.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IN@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/IN@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IN@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/IN@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IO.png b/CountryPicker/Sources/CountryPickerController.bundle/IO.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IO.png rename to CountryPicker/Sources/CountryPickerController.bundle/IO.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IO@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/IO@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IO@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/IO@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IQ.png b/CountryPicker/Sources/CountryPickerController.bundle/IQ.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IQ.png rename to CountryPicker/Sources/CountryPickerController.bundle/IQ.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IQ@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/IQ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IQ@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/IQ@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IR.png b/CountryPicker/Sources/CountryPickerController.bundle/IR.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IR.png rename to CountryPicker/Sources/CountryPickerController.bundle/IR.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IR@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/IR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IR@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/IR@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IS.png b/CountryPicker/Sources/CountryPickerController.bundle/IS.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IS.png rename to CountryPicker/Sources/CountryPickerController.bundle/IS.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IS@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/IS@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IS@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/IS@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IT.png b/CountryPicker/Sources/CountryPickerController.bundle/IT.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IT.png rename to CountryPicker/Sources/CountryPickerController.bundle/IT.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IT@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/IT@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IT@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/IT@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JE.png b/CountryPicker/Sources/CountryPickerController.bundle/JE.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JE.png rename to CountryPicker/Sources/CountryPickerController.bundle/JE.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JE@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/JE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JE@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/JE@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JM.png b/CountryPicker/Sources/CountryPickerController.bundle/JM.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JM.png rename to CountryPicker/Sources/CountryPickerController.bundle/JM.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JM@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/JM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JM@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/JM@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JO.png b/CountryPicker/Sources/CountryPickerController.bundle/JO.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JO.png rename to CountryPicker/Sources/CountryPickerController.bundle/JO.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JO@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/JO@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JO@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/JO@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JP.png b/CountryPicker/Sources/CountryPickerController.bundle/JP.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JP.png rename to CountryPicker/Sources/CountryPickerController.bundle/JP.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JP@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/JP@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JP@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/JP@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KE.png b/CountryPicker/Sources/CountryPickerController.bundle/KE.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KE.png rename to CountryPicker/Sources/CountryPickerController.bundle/KE.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KE@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/KE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KE@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/KE@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KG.png b/CountryPicker/Sources/CountryPickerController.bundle/KG.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KG.png rename to CountryPicker/Sources/CountryPickerController.bundle/KG.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KG@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/KG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KG@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/KG@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KH.png b/CountryPicker/Sources/CountryPickerController.bundle/KH.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KH.png rename to CountryPicker/Sources/CountryPickerController.bundle/KH.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KH@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/KH@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KH@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/KH@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KI.png b/CountryPicker/Sources/CountryPickerController.bundle/KI.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KI.png rename to CountryPicker/Sources/CountryPickerController.bundle/KI.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KI@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/KI@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KI@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/KI@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KM.png b/CountryPicker/Sources/CountryPickerController.bundle/KM.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KM.png rename to CountryPicker/Sources/CountryPickerController.bundle/KM.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KM@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/KM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KM@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/KM@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KN.png b/CountryPicker/Sources/CountryPickerController.bundle/KN.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KN.png rename to CountryPicker/Sources/CountryPickerController.bundle/KN.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KN@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/KN@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KN@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/KN@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KP.png b/CountryPicker/Sources/CountryPickerController.bundle/KP.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KP.png rename to CountryPicker/Sources/CountryPickerController.bundle/KP.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KP@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/KP@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KP@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/KP@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KR.png b/CountryPicker/Sources/CountryPickerController.bundle/KR.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KR.png rename to CountryPicker/Sources/CountryPickerController.bundle/KR.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KR@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/KR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KR@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/KR@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KW.png b/CountryPicker/Sources/CountryPickerController.bundle/KW.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KW.png rename to CountryPicker/Sources/CountryPickerController.bundle/KW.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KW@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/KW@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KW@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/KW@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KY.png b/CountryPicker/Sources/CountryPickerController.bundle/KY.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KY.png rename to CountryPicker/Sources/CountryPickerController.bundle/KY.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KY@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/KY@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KY@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/KY@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KZ.png b/CountryPicker/Sources/CountryPickerController.bundle/KZ.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KZ.png rename to CountryPicker/Sources/CountryPickerController.bundle/KZ.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KZ@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/KZ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KZ@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/KZ@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LA.png b/CountryPicker/Sources/CountryPickerController.bundle/LA.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LA.png rename to CountryPicker/Sources/CountryPickerController.bundle/LA.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LA@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/LA@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LA@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/LA@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LB.png b/CountryPicker/Sources/CountryPickerController.bundle/LB.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LB.png rename to CountryPicker/Sources/CountryPickerController.bundle/LB.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LB@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/LB@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LB@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/LB@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LC.png b/CountryPicker/Sources/CountryPickerController.bundle/LC.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LC.png rename to CountryPicker/Sources/CountryPickerController.bundle/LC.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LC@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/LC@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LC@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/LC@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LI.png b/CountryPicker/Sources/CountryPickerController.bundle/LI.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LI.png rename to CountryPicker/Sources/CountryPickerController.bundle/LI.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LI@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/LI@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LI@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/LI@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LK.png b/CountryPicker/Sources/CountryPickerController.bundle/LK.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LK.png rename to CountryPicker/Sources/CountryPickerController.bundle/LK.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LK@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/LK@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LK@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/LK@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LR.png b/CountryPicker/Sources/CountryPickerController.bundle/LR.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LR.png rename to CountryPicker/Sources/CountryPickerController.bundle/LR.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LR@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/LR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LR@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/LR@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LS.png b/CountryPicker/Sources/CountryPickerController.bundle/LS.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LS.png rename to CountryPicker/Sources/CountryPickerController.bundle/LS.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LS@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/LS@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LS@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/LS@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LT.png b/CountryPicker/Sources/CountryPickerController.bundle/LT.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LT.png rename to CountryPicker/Sources/CountryPickerController.bundle/LT.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LT@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/LT@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LT@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/LT@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LU.png b/CountryPicker/Sources/CountryPickerController.bundle/LU.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LU.png rename to CountryPicker/Sources/CountryPickerController.bundle/LU.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LU@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/LU@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LU@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/LU@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LV.png b/CountryPicker/Sources/CountryPickerController.bundle/LV.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LV.png rename to CountryPicker/Sources/CountryPickerController.bundle/LV.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LV@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/LV@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LV@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/LV@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LY.png b/CountryPicker/Sources/CountryPickerController.bundle/LY.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LY.png rename to CountryPicker/Sources/CountryPickerController.bundle/LY.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LY@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/LY@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LY@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/LY@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MA.png b/CountryPicker/Sources/CountryPickerController.bundle/MA.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MA.png rename to CountryPicker/Sources/CountryPickerController.bundle/MA.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MA@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/MA@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MA@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/MA@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MC.png b/CountryPicker/Sources/CountryPickerController.bundle/MC.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MC.png rename to CountryPicker/Sources/CountryPickerController.bundle/MC.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MC@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/MC@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MC@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/MC@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MD.png b/CountryPicker/Sources/CountryPickerController.bundle/MD.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MD.png rename to CountryPicker/Sources/CountryPickerController.bundle/MD.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MD@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/MD@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MD@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/MD@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ME.png b/CountryPicker/Sources/CountryPickerController.bundle/ME.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ME.png rename to CountryPicker/Sources/CountryPickerController.bundle/ME.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ME@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/ME@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ME@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/ME@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MF.png b/CountryPicker/Sources/CountryPickerController.bundle/MF.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MF.png rename to CountryPicker/Sources/CountryPickerController.bundle/MF.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MF@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/MF@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MF@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/MF@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MG.png b/CountryPicker/Sources/CountryPickerController.bundle/MG.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MG.png rename to CountryPicker/Sources/CountryPickerController.bundle/MG.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MG@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/MG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MG@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/MG@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MH.png b/CountryPicker/Sources/CountryPickerController.bundle/MH.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MH.png rename to CountryPicker/Sources/CountryPickerController.bundle/MH.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MH@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/MH@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MH@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/MH@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MK.png b/CountryPicker/Sources/CountryPickerController.bundle/MK.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MK.png rename to CountryPicker/Sources/CountryPickerController.bundle/MK.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MK@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/MK@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MK@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/MK@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ML.png b/CountryPicker/Sources/CountryPickerController.bundle/ML.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ML.png rename to CountryPicker/Sources/CountryPickerController.bundle/ML.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ML@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/ML@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ML@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/ML@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MM.png b/CountryPicker/Sources/CountryPickerController.bundle/MM.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MM.png rename to CountryPicker/Sources/CountryPickerController.bundle/MM.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MM@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/MM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MM@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/MM@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MN.png b/CountryPicker/Sources/CountryPickerController.bundle/MN.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MN.png rename to CountryPicker/Sources/CountryPickerController.bundle/MN.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MN@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/MN@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MN@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/MN@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MO.png b/CountryPicker/Sources/CountryPickerController.bundle/MO.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MO.png rename to CountryPicker/Sources/CountryPickerController.bundle/MO.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MO@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/MO@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MO@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/MO@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MP.png b/CountryPicker/Sources/CountryPickerController.bundle/MP.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MP.png rename to CountryPicker/Sources/CountryPickerController.bundle/MP.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MP@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/MP@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MP@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/MP@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MQ.png b/CountryPicker/Sources/CountryPickerController.bundle/MQ.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MQ.png rename to CountryPicker/Sources/CountryPickerController.bundle/MQ.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MQ@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/MQ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MQ@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/MQ@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MR.png b/CountryPicker/Sources/CountryPickerController.bundle/MR.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MR.png rename to CountryPicker/Sources/CountryPickerController.bundle/MR.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MR@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/MR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MR@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/MR@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MS.png b/CountryPicker/Sources/CountryPickerController.bundle/MS.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MS.png rename to CountryPicker/Sources/CountryPickerController.bundle/MS.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MS@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/MS@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MS@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/MS@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MT.png b/CountryPicker/Sources/CountryPickerController.bundle/MT.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MT.png rename to CountryPicker/Sources/CountryPickerController.bundle/MT.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MT@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/MT@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MT@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/MT@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MU.png b/CountryPicker/Sources/CountryPickerController.bundle/MU.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MU.png rename to CountryPicker/Sources/CountryPickerController.bundle/MU.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MU@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/MU@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MU@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/MU@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MV.png b/CountryPicker/Sources/CountryPickerController.bundle/MV.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MV.png rename to CountryPicker/Sources/CountryPickerController.bundle/MV.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MV@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/MV@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MV@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/MV@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MW.png b/CountryPicker/Sources/CountryPickerController.bundle/MW.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MW.png rename to CountryPicker/Sources/CountryPickerController.bundle/MW.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MW@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/MW@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MW@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/MW@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MX.png b/CountryPicker/Sources/CountryPickerController.bundle/MX.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MX.png rename to CountryPicker/Sources/CountryPickerController.bundle/MX.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MX@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/MX@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MX@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/MX@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MY.png b/CountryPicker/Sources/CountryPickerController.bundle/MY.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MY.png rename to CountryPicker/Sources/CountryPickerController.bundle/MY.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MY@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/MY@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MY@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/MY@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MZ.png b/CountryPicker/Sources/CountryPickerController.bundle/MZ.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MZ.png rename to CountryPicker/Sources/CountryPickerController.bundle/MZ.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MZ@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/MZ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MZ@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/MZ@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NA.png b/CountryPicker/Sources/CountryPickerController.bundle/NA.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NA.png rename to CountryPicker/Sources/CountryPickerController.bundle/NA.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NA@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/NA@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NA@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/NA@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NC.png b/CountryPicker/Sources/CountryPickerController.bundle/NC.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NC.png rename to CountryPicker/Sources/CountryPickerController.bundle/NC.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NC@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/NC@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NC@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/NC@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NE.png b/CountryPicker/Sources/CountryPickerController.bundle/NE.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NE.png rename to CountryPicker/Sources/CountryPickerController.bundle/NE.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NE@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/NE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NE@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/NE@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NF.png b/CountryPicker/Sources/CountryPickerController.bundle/NF.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NF.png rename to CountryPicker/Sources/CountryPickerController.bundle/NF.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NF@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/NF@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NF@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/NF@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NG.png b/CountryPicker/Sources/CountryPickerController.bundle/NG.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NG.png rename to CountryPicker/Sources/CountryPickerController.bundle/NG.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NG@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/NG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NG@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/NG@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NI.png b/CountryPicker/Sources/CountryPickerController.bundle/NI.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NI.png rename to CountryPicker/Sources/CountryPickerController.bundle/NI.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NI@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/NI@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NI@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/NI@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NL.png b/CountryPicker/Sources/CountryPickerController.bundle/NL.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NL.png rename to CountryPicker/Sources/CountryPickerController.bundle/NL.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NL@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/NL@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NL@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/NL@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NO.png b/CountryPicker/Sources/CountryPickerController.bundle/NO.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NO.png rename to CountryPicker/Sources/CountryPickerController.bundle/NO.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NO@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/NO@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NO@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/NO@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NP.png b/CountryPicker/Sources/CountryPickerController.bundle/NP.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NP.png rename to CountryPicker/Sources/CountryPickerController.bundle/NP.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NP@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/NP@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NP@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/NP@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NR.png b/CountryPicker/Sources/CountryPickerController.bundle/NR.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NR.png rename to CountryPicker/Sources/CountryPickerController.bundle/NR.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NR@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/NR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NR@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/NR@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NU.png b/CountryPicker/Sources/CountryPickerController.bundle/NU.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NU.png rename to CountryPicker/Sources/CountryPickerController.bundle/NU.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NU@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/NU@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NU@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/NU@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NZ.png b/CountryPicker/Sources/CountryPickerController.bundle/NZ.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NZ.png rename to CountryPicker/Sources/CountryPickerController.bundle/NZ.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NZ@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/NZ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NZ@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/NZ@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/OM.png b/CountryPicker/Sources/CountryPickerController.bundle/OM.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/OM.png rename to CountryPicker/Sources/CountryPickerController.bundle/OM.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/OM@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/OM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/OM@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/OM@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PA.png b/CountryPicker/Sources/CountryPickerController.bundle/PA.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PA.png rename to CountryPicker/Sources/CountryPickerController.bundle/PA.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PA@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/PA@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PA@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/PA@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PE.png b/CountryPicker/Sources/CountryPickerController.bundle/PE.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PE.png rename to CountryPicker/Sources/CountryPickerController.bundle/PE.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PE@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/PE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PE@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/PE@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PF.png b/CountryPicker/Sources/CountryPickerController.bundle/PF.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PF.png rename to CountryPicker/Sources/CountryPickerController.bundle/PF.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PF@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/PF@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PF@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/PF@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PG.png b/CountryPicker/Sources/CountryPickerController.bundle/PG.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PG.png rename to CountryPicker/Sources/CountryPickerController.bundle/PG.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PG@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/PG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PG@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/PG@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PH.png b/CountryPicker/Sources/CountryPickerController.bundle/PH.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PH.png rename to CountryPicker/Sources/CountryPickerController.bundle/PH.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PH@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/PH@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PH@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/PH@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PK.png b/CountryPicker/Sources/CountryPickerController.bundle/PK.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PK.png rename to CountryPicker/Sources/CountryPickerController.bundle/PK.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PK@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/PK@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PK@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/PK@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PL.png b/CountryPicker/Sources/CountryPickerController.bundle/PL.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PL.png rename to CountryPicker/Sources/CountryPickerController.bundle/PL.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PL@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/PL@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PL@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/PL@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PM.png b/CountryPicker/Sources/CountryPickerController.bundle/PM.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PM.png rename to CountryPicker/Sources/CountryPickerController.bundle/PM.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PM@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/PM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PM@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/PM@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PN.png b/CountryPicker/Sources/CountryPickerController.bundle/PN.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PN.png rename to CountryPicker/Sources/CountryPickerController.bundle/PN.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PN@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/PN@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PN@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/PN@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PR.png b/CountryPicker/Sources/CountryPickerController.bundle/PR.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PR.png rename to CountryPicker/Sources/CountryPickerController.bundle/PR.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PR@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/PR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PR@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/PR@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PS.png b/CountryPicker/Sources/CountryPickerController.bundle/PS.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PS.png rename to CountryPicker/Sources/CountryPickerController.bundle/PS.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PS@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/PS@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PS@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/PS@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PT.png b/CountryPicker/Sources/CountryPickerController.bundle/PT.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PT.png rename to CountryPicker/Sources/CountryPickerController.bundle/PT.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PT@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/PT@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PT@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/PT@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PW.png b/CountryPicker/Sources/CountryPickerController.bundle/PW.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PW.png rename to CountryPicker/Sources/CountryPickerController.bundle/PW.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PW@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/PW@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PW@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/PW@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PY.png b/CountryPicker/Sources/CountryPickerController.bundle/PY.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PY.png rename to CountryPicker/Sources/CountryPickerController.bundle/PY.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PY@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/PY@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PY@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/PY@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/QA.png b/CountryPicker/Sources/CountryPickerController.bundle/QA.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/QA.png rename to CountryPicker/Sources/CountryPickerController.bundle/QA.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/QA@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/QA@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/QA@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/QA@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RE.png b/CountryPicker/Sources/CountryPickerController.bundle/RE.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RE.png rename to CountryPicker/Sources/CountryPickerController.bundle/RE.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RE@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/RE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RE@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/RE@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RO.png b/CountryPicker/Sources/CountryPickerController.bundle/RO.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RO.png rename to CountryPicker/Sources/CountryPickerController.bundle/RO.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RO@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/RO@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RO@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/RO@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RS.png b/CountryPicker/Sources/CountryPickerController.bundle/RS.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RS.png rename to CountryPicker/Sources/CountryPickerController.bundle/RS.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RS@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/RS@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RS@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/RS@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RU.png b/CountryPicker/Sources/CountryPickerController.bundle/RU.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RU.png rename to CountryPicker/Sources/CountryPickerController.bundle/RU.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RU@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/RU@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RU@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/RU@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RW.png b/CountryPicker/Sources/CountryPickerController.bundle/RW.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RW.png rename to CountryPicker/Sources/CountryPickerController.bundle/RW.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RW@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/RW@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RW@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/RW@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SA.png b/CountryPicker/Sources/CountryPickerController.bundle/SA.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SA.png rename to CountryPicker/Sources/CountryPickerController.bundle/SA.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SA@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/SA@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SA@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/SA@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SB.png b/CountryPicker/Sources/CountryPickerController.bundle/SB.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SB.png rename to CountryPicker/Sources/CountryPickerController.bundle/SB.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SB@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/SB@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SB@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/SB@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SC.png b/CountryPicker/Sources/CountryPickerController.bundle/SC.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SC.png rename to CountryPicker/Sources/CountryPickerController.bundle/SC.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SC@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/SC@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SC@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/SC@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SD.png b/CountryPicker/Sources/CountryPickerController.bundle/SD.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SD.png rename to CountryPicker/Sources/CountryPickerController.bundle/SD.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SD@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/SD@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SD@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/SD@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SE.png b/CountryPicker/Sources/CountryPickerController.bundle/SE.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SE.png rename to CountryPicker/Sources/CountryPickerController.bundle/SE.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SE@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/SE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SE@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/SE@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SG.png b/CountryPicker/Sources/CountryPickerController.bundle/SG.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SG.png rename to CountryPicker/Sources/CountryPickerController.bundle/SG.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SG@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/SG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SG@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/SG@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SH.png b/CountryPicker/Sources/CountryPickerController.bundle/SH.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SH.png rename to CountryPicker/Sources/CountryPickerController.bundle/SH.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SH@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/SH@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SH@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/SH@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SI.png b/CountryPicker/Sources/CountryPickerController.bundle/SI.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SI.png rename to CountryPicker/Sources/CountryPickerController.bundle/SI.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SI@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/SI@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SI@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/SI@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SJ.png b/CountryPicker/Sources/CountryPickerController.bundle/SJ.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SJ.png rename to CountryPicker/Sources/CountryPickerController.bundle/SJ.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SJ@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/SJ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SJ@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/SJ@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SK.png b/CountryPicker/Sources/CountryPickerController.bundle/SK.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SK.png rename to CountryPicker/Sources/CountryPickerController.bundle/SK.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SK@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/SK@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SK@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/SK@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SL.png b/CountryPicker/Sources/CountryPickerController.bundle/SL.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SL.png rename to CountryPicker/Sources/CountryPickerController.bundle/SL.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SL@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/SL@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SL@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/SL@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SM.png b/CountryPicker/Sources/CountryPickerController.bundle/SM.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SM.png rename to CountryPicker/Sources/CountryPickerController.bundle/SM.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SM@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/SM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SM@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/SM@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SN.png b/CountryPicker/Sources/CountryPickerController.bundle/SN.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SN.png rename to CountryPicker/Sources/CountryPickerController.bundle/SN.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SN@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/SN@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SN@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/SN@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SO.png b/CountryPicker/Sources/CountryPickerController.bundle/SO.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SO.png rename to CountryPicker/Sources/CountryPickerController.bundle/SO.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SO@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/SO@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SO@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/SO@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SR.png b/CountryPicker/Sources/CountryPickerController.bundle/SR.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SR.png rename to CountryPicker/Sources/CountryPickerController.bundle/SR.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SR@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/SR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SR@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/SR@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SS.png b/CountryPicker/Sources/CountryPickerController.bundle/SS.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SS.png rename to CountryPicker/Sources/CountryPickerController.bundle/SS.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SS@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/SS@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SS@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/SS@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ST.png b/CountryPicker/Sources/CountryPickerController.bundle/ST.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ST.png rename to CountryPicker/Sources/CountryPickerController.bundle/ST.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ST@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/ST@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ST@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/ST@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SV.png b/CountryPicker/Sources/CountryPickerController.bundle/SV.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SV.png rename to CountryPicker/Sources/CountryPickerController.bundle/SV.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SV@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/SV@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SV@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/SV@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SX.png b/CountryPicker/Sources/CountryPickerController.bundle/SX.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SX.png rename to CountryPicker/Sources/CountryPickerController.bundle/SX.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SX@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/SX@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SX@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/SX@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SY.png b/CountryPicker/Sources/CountryPickerController.bundle/SY.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SY.png rename to CountryPicker/Sources/CountryPickerController.bundle/SY.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SY@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/SY@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SY@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/SY@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SZ.png b/CountryPicker/Sources/CountryPickerController.bundle/SZ.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SZ.png rename to CountryPicker/Sources/CountryPickerController.bundle/SZ.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SZ@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/SZ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SZ@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/SZ@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TC.png b/CountryPicker/Sources/CountryPickerController.bundle/TC.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TC.png rename to CountryPicker/Sources/CountryPickerController.bundle/TC.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TC@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/TC@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TC@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/TC@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TD.png b/CountryPicker/Sources/CountryPickerController.bundle/TD.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TD.png rename to CountryPicker/Sources/CountryPickerController.bundle/TD.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TD@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/TD@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TD@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/TD@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TF.png b/CountryPicker/Sources/CountryPickerController.bundle/TF.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TF.png rename to CountryPicker/Sources/CountryPickerController.bundle/TF.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TF@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/TF@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TF@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/TF@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TG.png b/CountryPicker/Sources/CountryPickerController.bundle/TG.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TG.png rename to CountryPicker/Sources/CountryPickerController.bundle/TG.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TG@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/TG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TG@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/TG@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TH.png b/CountryPicker/Sources/CountryPickerController.bundle/TH.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TH.png rename to CountryPicker/Sources/CountryPickerController.bundle/TH.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TH@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/TH@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TH@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/TH@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TJ.png b/CountryPicker/Sources/CountryPickerController.bundle/TJ.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TJ.png rename to CountryPicker/Sources/CountryPickerController.bundle/TJ.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TJ@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/TJ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TJ@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/TJ@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TK.png b/CountryPicker/Sources/CountryPickerController.bundle/TK.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TK.png rename to CountryPicker/Sources/CountryPickerController.bundle/TK.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TK@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/TK@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TK@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/TK@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TL.png b/CountryPicker/Sources/CountryPickerController.bundle/TL.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TL.png rename to CountryPicker/Sources/CountryPickerController.bundle/TL.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TL@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/TL@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TL@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/TL@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TM.png b/CountryPicker/Sources/CountryPickerController.bundle/TM.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TM.png rename to CountryPicker/Sources/CountryPickerController.bundle/TM.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TM@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/TM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TM@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/TM@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TN.png b/CountryPicker/Sources/CountryPickerController.bundle/TN.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TN.png rename to CountryPicker/Sources/CountryPickerController.bundle/TN.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TN@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/TN@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TN@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/TN@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TO.png b/CountryPicker/Sources/CountryPickerController.bundle/TO.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TO.png rename to CountryPicker/Sources/CountryPickerController.bundle/TO.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TO@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/TO@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TO@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/TO@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TR.png b/CountryPicker/Sources/CountryPickerController.bundle/TR.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TR.png rename to CountryPicker/Sources/CountryPickerController.bundle/TR.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TR@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/TR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TR@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/TR@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TT.png b/CountryPicker/Sources/CountryPickerController.bundle/TT.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TT.png rename to CountryPicker/Sources/CountryPickerController.bundle/TT.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TT@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/TT@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TT@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/TT@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TV.png b/CountryPicker/Sources/CountryPickerController.bundle/TV.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TV.png rename to CountryPicker/Sources/CountryPickerController.bundle/TV.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TV@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/TV@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TV@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/TV@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TW.png b/CountryPicker/Sources/CountryPickerController.bundle/TW.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TW.png rename to CountryPicker/Sources/CountryPickerController.bundle/TW.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TW@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/TW@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TW@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/TW@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TZ.png b/CountryPicker/Sources/CountryPickerController.bundle/TZ.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TZ.png rename to CountryPicker/Sources/CountryPickerController.bundle/TZ.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TZ@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/TZ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TZ@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/TZ@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UA.png b/CountryPicker/Sources/CountryPickerController.bundle/UA.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UA.png rename to CountryPicker/Sources/CountryPickerController.bundle/UA.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UA@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/UA@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UA@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/UA@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UG.png b/CountryPicker/Sources/CountryPickerController.bundle/UG.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UG.png rename to CountryPicker/Sources/CountryPickerController.bundle/UG.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UG@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/UG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UG@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/UG@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UM.png b/CountryPicker/Sources/CountryPickerController.bundle/UM.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UM.png rename to CountryPicker/Sources/CountryPickerController.bundle/UM.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UM@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/UM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UM@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/UM@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/US.png b/CountryPicker/Sources/CountryPickerController.bundle/US.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/US.png rename to CountryPicker/Sources/CountryPickerController.bundle/US.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/US@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/US@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/US@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/US@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UY.png b/CountryPicker/Sources/CountryPickerController.bundle/UY.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UY.png rename to CountryPicker/Sources/CountryPickerController.bundle/UY.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UY@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/UY@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UY@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/UY@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UZ.png b/CountryPicker/Sources/CountryPickerController.bundle/UZ.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UZ.png rename to CountryPicker/Sources/CountryPickerController.bundle/UZ.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UZ@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/UZ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UZ@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/UZ@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VA.png b/CountryPicker/Sources/CountryPickerController.bundle/VA.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VA.png rename to CountryPicker/Sources/CountryPickerController.bundle/VA.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VA@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/VA@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VA@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/VA@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VC.png b/CountryPicker/Sources/CountryPickerController.bundle/VC.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VC.png rename to CountryPicker/Sources/CountryPickerController.bundle/VC.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VC@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/VC@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VC@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/VC@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VE.png b/CountryPicker/Sources/CountryPickerController.bundle/VE.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VE.png rename to CountryPicker/Sources/CountryPickerController.bundle/VE.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VE@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/VE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VE@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/VE@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VG.png b/CountryPicker/Sources/CountryPickerController.bundle/VG.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VG.png rename to CountryPicker/Sources/CountryPickerController.bundle/VG.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VG@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/VG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VG@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/VG@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VI.png b/CountryPicker/Sources/CountryPickerController.bundle/VI.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VI.png rename to CountryPicker/Sources/CountryPickerController.bundle/VI.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VI@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/VI@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VI@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/VI@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VN.png b/CountryPicker/Sources/CountryPickerController.bundle/VN.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VN.png rename to CountryPicker/Sources/CountryPickerController.bundle/VN.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VN@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/VN@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VN@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/VN@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VU.png b/CountryPicker/Sources/CountryPickerController.bundle/VU.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VU.png rename to CountryPicker/Sources/CountryPickerController.bundle/VU.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VU@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/VU@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VU@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/VU@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WF.png b/CountryPicker/Sources/CountryPickerController.bundle/WF.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WF.png rename to CountryPicker/Sources/CountryPickerController.bundle/WF.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WF@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/WF@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WF@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/WF@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WS.png b/CountryPicker/Sources/CountryPickerController.bundle/WS.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WS.png rename to CountryPicker/Sources/CountryPickerController.bundle/WS.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WS@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/WS@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WS@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/WS@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/XK.png b/CountryPicker/Sources/CountryPickerController.bundle/XK.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/XK.png rename to CountryPicker/Sources/CountryPickerController.bundle/XK.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/XK@2.png b/CountryPicker/Sources/CountryPickerController.bundle/XK@2.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/XK@2.png rename to CountryPicker/Sources/CountryPickerController.bundle/XK@2.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YE.png b/CountryPicker/Sources/CountryPickerController.bundle/YE.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YE.png rename to CountryPicker/Sources/CountryPickerController.bundle/YE.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YE@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/YE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YE@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/YE@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YT.png b/CountryPicker/Sources/CountryPickerController.bundle/YT.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YT.png rename to CountryPicker/Sources/CountryPickerController.bundle/YT.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YT@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/YT@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YT@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/YT@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZA.png b/CountryPicker/Sources/CountryPickerController.bundle/ZA.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZA.png rename to CountryPicker/Sources/CountryPickerController.bundle/ZA.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZA@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/ZA@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZA@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/ZA@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZM.png b/CountryPicker/Sources/CountryPickerController.bundle/ZM.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZM.png rename to CountryPicker/Sources/CountryPickerController.bundle/ZM.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZM@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/ZM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZM@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/ZM@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZW.png b/CountryPicker/Sources/CountryPickerController.bundle/ZW.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZW.png rename to CountryPicker/Sources/CountryPickerController.bundle/ZW.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZW@2x.png b/CountryPicker/Sources/CountryPickerController.bundle/ZW@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZW@2x.png rename to CountryPicker/Sources/CountryPickerController.bundle/ZW@2x.png diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/countries.plist b/CountryPicker/Sources/CountryPickerController.bundle/countries.plist similarity index 100% rename from CountryPickeriOS15+/CountryPicker13+Example/Pods/SKCountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/countries.plist rename to CountryPicker/Sources/CountryPickerController.bundle/countries.plist diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerView.swift b/CountryPicker/Sources/CountryPickerView.swift similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerView.swift rename to CountryPicker/Sources/CountryPickerView.swift diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerWheelView/CountryPickerWheelView.swift b/CountryPicker/Sources/CountryPickerWheelView.swift similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerWheelView/CountryPickerWheelView.swift rename to CountryPicker/Sources/CountryPickerWheelView.swift diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerWheelView/CountryPickerWheelViewModel.swift b/CountryPicker/Sources/CountryPickerWheelViewModel.swift similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerWheelView/CountryPickerWheelViewModel.swift rename to CountryPicker/Sources/CountryPickerWheelViewModel.swift diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerWithSectionViewModel.swift b/CountryPicker/Sources/CountryPickerWithSectionViewModel.swift similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerWithSectionViewModel.swift rename to CountryPicker/Sources/CountryPickerWithSectionViewModel.swift diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerWithSections.swift b/CountryPicker/Sources/CountryPickerWithSections.swift similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerWithSections.swift rename to CountryPicker/Sources/CountryPickerWithSections.swift diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/SectionMapper.swift b/CountryPicker/Sources/SectionMapper.swift similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/SectionMapper.swift rename to CountryPicker/Sources/SectionMapper.swift diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Podfile b/CountryPickeriOS15+/CountryPicker13+Example/Podfile deleted file mode 100644 index b7f92269..00000000 --- a/CountryPickeriOS15+/CountryPicker13+Example/Podfile +++ /dev/null @@ -1,13 +0,0 @@ -# Uncomment the next line to define a global platform for your project -# platform :ios, '15.0' - -target 'CountryPicker13+Example' do - # Comment the next line if you don't want to use dynamic frameworks - use_frameworks! - - pod 'SKCountryPicker', :git => 'https://github.com/SURYAKANTSHARMA/CountryPicker', :branch => 'iOS15AndAbove' - - #pod 'SKCountryPicker', path: '../' - # Pods for CountryPicker13+Example - -end diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Pods.xcodeproj/project.pbxproj b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Pods.xcodeproj/project.pbxproj deleted file mode 100644 index 5f72cf3b..00000000 --- a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Pods.xcodeproj/project.pbxproj +++ /dev/null @@ -1,2758 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 56; - objects = { - -/* Begin PBXBuildFile section */ - 005040DF5AD8B8259F9730551A5979DC /* PE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2AA64E47D55A345BC7EC3C302A8D0B94 /* PE@2x.png */; }; - 006DA339DC073550C38FF40F66744548 /* KR.png in Resources */ = {isa = PBXBuildFile; fileRef = 7F6356024F011680539EAC56600B7BD6 /* KR.png */; }; - 007C1BFEE4E60AFB55D6F6CB4D939017 /* NR.png in Resources */ = {isa = PBXBuildFile; fileRef = D472E0AE3917EAA8D108E822A3E679C9 /* NR.png */; }; - 01DF416713BF199B17774B6B67D303D8 /* AE.png in Resources */ = {isa = PBXBuildFile; fileRef = CE26B9625C56EB2E10B6059A9EA19D98 /* AE.png */; }; - 0219A557CAE3D58EB76C0687691958D9 /* BR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DE10C01F7273EF7CF8A0FF9C1E37BA2B /* BR@2x.png */; }; - 02D28A33C0C3919A343500E3EF6E5D5D /* MF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D87DFB976B193BFC3E81D4A0A182D2E8 /* MF@2x.png */; }; - 038E2C81AE8C7CE7B26AE002AC551385 /* CR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0FA8E8C3C4817203E31D761D7ED2FB97 /* CR@2x.png */; }; - 0466E7432EFD200C40E546B3D7A557D3 /* HR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9CED71AF36C9618F9EE3183E826A3471 /* HR@2x.png */; }; - 04C43931601D01717BBF3EA574950B7C /* HN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A12AA21207C22D97F8C1DEC3CC24370E /* HN@2x.png */; }; - 04FE364E9F6777E3D36F99181F0165F2 /* ER@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 45EC5D49F88E0A0AAFDFC6C0E1C6014E /* ER@2x.png */; }; - 05C76F54FB1017014207561112F8A53E /* ZM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 974FE6361DACB02D441D1E20150C54EB /* ZM@2x.png */; }; - 0795E3451245042822A03001A42744AB /* JM.png in Resources */ = {isa = PBXBuildFile; fileRef = 17D5880EA476E905FD0EB87BBBAF99CB /* JM.png */; }; - 07E60F258DF555534B17AB299B265C05 /* CountryPickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E9A7A7CFEC3D62BA6836713B5CDE9B2 /* CountryPickerView.swift */; }; - 091B08BD66318C139C81FA87892879CD /* KZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 9A1F609B44880682E2122017B1C34463 /* KZ.png */; }; - 09EE6DBB442FB9D30EA1EEC71400EB40 /* BD.png in Resources */ = {isa = PBXBuildFile; fileRef = 3D8C0C15ED65892C43BD23E483066DC8 /* BD.png */; }; - 0A7F1A7120694B78277FF17C369E8038 /* DO.png in Resources */ = {isa = PBXBuildFile; fileRef = 63B918312053855EBC4F72A94D3747E2 /* DO.png */; }; - 0AC0C5FB6CC993E25A173FAB9FE1A973 /* MC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0549A95950BA0AE76E5CE6D96FFC6D30 /* MC@2x.png */; }; - 0B12F19788BD2EFC6A3395BB3811FBF5 /* LC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BEBFFFF6697E42D8213883F01F8D2605 /* LC@2x.png */; }; - 0B2E90FA84BB32AE686C9EEF2D3CF0AE /* CA.png in Resources */ = {isa = PBXBuildFile; fileRef = 591F6BFE0E2858E1A7F61F4B348AE3EB /* CA.png */; }; - 0C276B6E56156DF486BE9F6140FB1D0B /* OM.png in Resources */ = {isa = PBXBuildFile; fileRef = AFBBB214899D37BF48341C685FAADA9F /* OM.png */; }; - 0CA100D6C40DCB90138D692CC1F1E8F8 /* DE.png in Resources */ = {isa = PBXBuildFile; fileRef = 3D862D94787DFC50FAA0EB04990B65B6 /* DE.png */; }; - 0CB7703F4A0F219514A30B4BE04C424F /* FJ.png in Resources */ = {isa = PBXBuildFile; fileRef = 922E820F926C01F4EE3522D9169557E5 /* FJ.png */; }; - 0CEDD8A4687057412921378242791FCD /* LK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 93F2EA0C2ABF287D0AAB93E6DB3FFA79 /* LK@2x.png */; }; - 0DCD6DA8B762C1DC65016CD8A4D6D452 /* RO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 13348ED3E3537E55356D4D5893EF8634 /* RO@2x.png */; }; - 0E24E5727C848A9F26DC56408D7AC1A2 /* US@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 92350DD32B15AB2FEDA3FC1DA23A9020 /* US@2x.png */; }; - 0EB81BEE3102826193DF93A274ECC372 /* VC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 22DBD171F9056AB16E312BD92D9EE48A /* VC@2x.png */; }; - 0EBA5333146F6067A3AAE26F55B92BAD /* DE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AAE7F193E58B896840CE3B1B448BB37E /* DE@2x.png */; }; - 0EFF32B69CE24962C352E193F55248E5 /* PW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9DD14056797C1F7EFC403C5B2DB1F861 /* PW@2x.png */; }; - 0F2F193501868E22552BA1A3DA2CA845 /* IT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 23D3A5E75027F75533BC892ABC730254 /* IT@2x.png */; }; - 0F6C1C277609C2449BF374AE5AF24CD7 /* DO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 20FC5AA0F8049BF5A83C8A085EC0FEB3 /* DO@2x.png */; }; - 103E7345BC2DA4FF9C34F0810382FDDD /* GG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8291FE6050E2666B84AEF1E0387960C6 /* GG@2x.png */; }; - 1060543AB45613596029D34F6CB1A203 /* IL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2D96D209890BA781EA7F8808F9E9F731 /* IL@2x.png */; }; - 10D924C9564A94ED0605651284345573 /* SG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DA8B214AE6099F9726C386B14066E245 /* SG@2x.png */; }; - 10DC3D47D77BC619EB700DAFEE26EC47 /* VE.png in Resources */ = {isa = PBXBuildFile; fileRef = B5B2BC2356FCA3156B0672275EDD6F5B /* VE.png */; }; - 1130B3B4CD74E388F7F9D736C85F6DF5 /* BO.png in Resources */ = {isa = PBXBuildFile; fileRef = CE7C42DBAA1F19C20EFC640787E2A0E1 /* BO.png */; }; - 11C672EF2B831EB13A6C24D5D9E675D0 /* CI.png in Resources */ = {isa = PBXBuildFile; fileRef = 2D5FFFD6747CFD276FE0EEA4D5B6ECFA /* CI.png */; }; - 1213DB4BC14278D14DC41E51439CE787 /* TL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0AF5D0BBB50A8D6971589E3BFCD0D126 /* TL@2x.png */; }; - 126ECA9664E42EFE3FDBBC964D033B7A /* MR.png in Resources */ = {isa = PBXBuildFile; fileRef = C719BE455C74277125DD95D1727C022E /* MR.png */; }; - 1299B93519150946A585D136D20D607E /* DM.png in Resources */ = {isa = PBXBuildFile; fileRef = 9EB494B2F159FF74A2462AC5B3EC0980 /* DM.png */; }; - 12B32A22D681EFAC3731074793CA4003 /* FI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 12FFCE5457BAC66592EEA2939C01A3E1 /* FI@2x.png */; }; - 146C55A094FB17D84F3AB8C53F2CB828 /* NE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 475DD750C3E3A1BDDDDD63889103123A /* NE@2x.png */; }; - 150B31EE857C8B30EE408ACCE0CB99C1 /* CK.png in Resources */ = {isa = PBXBuildFile; fileRef = 14337A4272038802CCDEFBB54A505B6B /* CK.png */; }; - 1512947274BC7E02C1C47DD7383D86D3 /* TZ.png in Resources */ = {isa = PBXBuildFile; fileRef = A66725ABC86DF17F609BB3878C2FC552 /* TZ.png */; }; - 15173194BD0B9CCB265EEEFCE11F3D18 /* SE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E6711C83EEF2E7C507ECF7CDF7B62B0E /* SE@2x.png */; }; - 15CD9F576ED9F6DC3F7BC8D56931E02B /* CX.png in Resources */ = {isa = PBXBuildFile; fileRef = 41EEF5FD1AB7D628F215439ADB47B2A2 /* CX.png */; }; - 1629707B59E28EA044CCB6CB95433539 /* CH.png in Resources */ = {isa = PBXBuildFile; fileRef = E4470E45DD8BAF3662178A77277472F3 /* CH.png */; }; - 16A2DF92D97B55306E7C65C05D7CE097 /* MQ.png in Resources */ = {isa = PBXBuildFile; fileRef = D95ED8D7DF598693135DDEEADC1A5167 /* MQ.png */; }; - 179E346C2641147C3C6524F4162C8498 /* BB@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 13E0125B1F40FCFE0EC770BD2E0FD02F /* BB@2x.png */; }; - 17BCE1B1D3361F614B47C09CBB280CD9 /* OM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B79967F43C49F9C3CAEA4386D593C929 /* OM@2x.png */; }; - 17C26527E9E1FB5CA55B6C8D1568CCB5 /* FM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4E4CC38C1E1ED5F7A906C5FA83F7D130 /* FM@2x.png */; }; - 189B44B609E949293EB614618AE605F4 /* GH.png in Resources */ = {isa = PBXBuildFile; fileRef = 2A5FB17F1BAAE652B65FDD2806EE1FED /* GH.png */; }; - 18A41112C7C6B7A225AF1E391EF745ED /* EE.png in Resources */ = {isa = PBXBuildFile; fileRef = 1C79CF7F3F6413638E9E98191EBAFD99 /* EE.png */; }; - 18BEFB963B9955E98E3029DD1B2E06A9 /* DK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 02C50079A167599BA10DC11D68347600 /* DK@2x.png */; }; - 18D87FA632D0936D1F17B6E0696FF773 /* TG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 72469968EE4F2C05AB3EDECFBF4FAEBE /* TG@2x.png */; }; - 1935DACD47E73D40B910A901AD289A13 /* GU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 32DD52BD188FFD4986284E4F463E7B9E /* GU@2x.png */; }; - 1A7F1EA43AC5EE5941A04C9B96B08F56 /* BB.png in Resources */ = {isa = PBXBuildFile; fileRef = 69B48CFF4252AE5846E3E6BE82A10742 /* BB.png */; }; - 1AC02C5FEB64BA98DB907C24805DA1CA /* RS.png in Resources */ = {isa = PBXBuildFile; fileRef = 61DE01B9E33780FDC1F8BDA13836D78B /* RS.png */; }; - 1B19AAA44C80A5A8A98E9D0289249D84 /* MG.png in Resources */ = {isa = PBXBuildFile; fileRef = 72106FC976BF7EB4AB4AF1569E9DF186 /* MG.png */; }; - 1B1BDCF4DAC2BE817E2A70E90E040B4D /* MO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4D5045D39A8ACA17D49F578E46F6D642 /* MO@2x.png */; }; - 1BB143F4B7486781DAD0D54F3212A47A /* NL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C8911FACBA7B17A56F445A71AD26D03A /* NL@2x.png */; }; - 1BFF57BA368E691718CE3A4C9A3CE8CE /* IL.png in Resources */ = {isa = PBXBuildFile; fileRef = 0E9F7865A956245C6CB4EDB59E7F5B9E /* IL.png */; }; - 1C0E760B2FCD0ED719EBB50FBB584127 /* CM.png in Resources */ = {isa = PBXBuildFile; fileRef = D6F1FE197826CCF9A11CB4D6B51B2B35 /* CM.png */; }; - 1CBF564BBDE4D214691D556360DC3156 /* CW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5670D1AAF8CB11A8CB8C22430CE70D93 /* CW@2x.png */; }; - 1E1BD70F7FBCDAB7D82CC598582B43A4 /* LS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 41DC8F95CBF3E2E36A3BF300590DB17D /* LS@2x.png */; }; - 1E5116034B083D57CA59E29F352039D4 /* IR.png in Resources */ = {isa = PBXBuildFile; fileRef = 833F5495DA7BDE14A3D7600DF8EECF8B /* IR.png */; }; - 1E6FD2A3D3A2ADF0788D3E64FECF9640 /* HR.png in Resources */ = {isa = PBXBuildFile; fileRef = 9A338F38F161582ED23E7359ADB497C6 /* HR.png */; }; - 1E99CB7CE4C7B2033E6151582F36ACFE /* KE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 401ECD5775296A069F8BAECEF4EDDA23 /* KE@2x.png */; }; - 1FD95E10C7E954F2643ED918CB8027A0 /* SO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A693C8A0CFB11E0F5FE0C5CD0242EFBF /* SO@2x.png */; }; - 203CA59A5F523DB1FC035059EA65F8CE /* SI.png in Resources */ = {isa = PBXBuildFile; fileRef = D1DD58A6E81B2AEAC7CB48A61F06C349 /* SI.png */; }; - 217E6F4465E19BEB3573B3EFABFC6F08 /* CD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 660E476A70B5759023E71B6360E47E63 /* CD@2x.png */; }; - 21CC17459ECF010EB1F1B063289EFCB1 /* SS.png in Resources */ = {isa = PBXBuildFile; fileRef = 8D1FBEB964B15D38B2462C8950B5B206 /* SS.png */; }; - 23EE907B98D2EB353364912AF8858288 /* CD.png in Resources */ = {isa = PBXBuildFile; fileRef = A45486EBFB9BD6B26C315C35411578D0 /* CD.png */; }; - 2496ED3972BE5027203F393F1F3B255D /* JP@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F3D5D02ED81922541DBC03B8815956CA /* JP@2x.png */; }; - 252B1717F5C327D66FF2299C71471960 /* AR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C0C61487F7C9AD50A84FC5D6BA9E0655 /* AR@2x.png */; }; - 26395B54FBFA80A3356577763A922F66 /* MW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6BF8424DE5856169AFAEBBD756DE85DF /* MW@2x.png */; }; - 26916D9033C0D16481795622CBEA5B79 /* VA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1D85C56E55FA1EF2BCCE3CACCD377B4F /* VA@2x.png */; }; - 27AAF2AC610000186CEFFCD946C61ABF /* SM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 54E2404065F7741A5A6BC73043DEE28B /* SM@2x.png */; }; - 2800EEE2327EF3594392A8355E2C74E1 /* AO.png in Resources */ = {isa = PBXBuildFile; fileRef = C875A35CC0F324994FFE4450EA646764 /* AO.png */; }; - 282C91EA60A0232E9290F797EC01C6DE /* LR.png in Resources */ = {isa = PBXBuildFile; fileRef = B211D25E31D0A77F421A5FD9958B9A62 /* LR.png */; }; - 291D8F0527CE83A866FE8751D89F8FC5 /* SL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F07BC81932FA1441A87BDD5445A45F3 /* SL@2x.png */; }; - 2A5E2E84C8FA0176C4E6600DCEC2969D /* LB@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E15D19B032A2CF3C4E8A2371C69B1505 /* LB@2x.png */; }; - 2B40D3472CC8A065422BC413B8DBFF1F /* PL.png in Resources */ = {isa = PBXBuildFile; fileRef = CF8D8B3F0698123C347B1C3AEC3D8661 /* PL.png */; }; - 2C62FFEF46D090BA084F74DA4B1C1BDA /* ST@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A4BEE128059CC8AA3B533C7E26FA98FD /* ST@2x.png */; }; - 2C6CC130BFE419BF2380267855343B45 /* KG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9B8DFC65FCDE287D71437AD512654ED5 /* KG@2x.png */; }; - 2D033A8BF611851434D023BA6FAC549E /* RU.png in Resources */ = {isa = PBXBuildFile; fileRef = 5C7F87DBAA3F06C032C60F5DC21EF22D /* RU.png */; }; - 2E1ED875AFF69FAC7DF0CCD678D11022 /* TO.png in Resources */ = {isa = PBXBuildFile; fileRef = 72F2F7BE9B72A995A2CE282E16D7CF71 /* TO.png */; }; - 2ED094D343BB9176DB8299DB0AAF3580 /* LT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 79D8DB6C829B15B41BBA3C2D78C11716 /* LT@2x.png */; }; - 2EEED6B844556566EE9575191AFA83C2 /* MH.png in Resources */ = {isa = PBXBuildFile; fileRef = E212A48553B8A52DCB71BF7323F72367 /* MH.png */; }; - 2F486F011D839CE038DC36CE43707D37 /* IQ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2B1111CEAC039BD553137C5505B07815 /* IQ@2x.png */; }; - 2F4E48464DC655EF8CB5CAE0726ED31A /* CG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DA52DE4405C27F16FBC9DE30C99FA28F /* CG@2x.png */; }; - 2F93FF5E8213A0D3FB64588ECB834AEC /* ML@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 770AFE8AD8986B7C89A8924F6015E18F /* ML@2x.png */; }; - 2FCC30B632A971A7684C0566D5244FB5 /* GM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9543E01D5E6FB8A74209B29D024D6737 /* GM@2x.png */; }; - 311ED4CE7106896130CE65D5FF732782 /* SY.png in Resources */ = {isa = PBXBuildFile; fileRef = B3556A070516F03FCA51D5577D9A5D44 /* SY.png */; }; - 31D4F50A6524235007CCEDD76AE4E0D4 /* UY.png in Resources */ = {isa = PBXBuildFile; fileRef = AF2BE0051826727B7C71088A8B88733E /* UY.png */; }; - 3206DBDE11B974827E74395A88DAA3FB /* CG.png in Resources */ = {isa = PBXBuildFile; fileRef = 40CA81A529074EC46D0E55E6981973CA /* CG.png */; }; - 32235724FD295FB39DB3098246A5D8A3 /* ZW.png in Resources */ = {isa = PBXBuildFile; fileRef = B08666045714094992D31881360E5B7B /* ZW.png */; }; - 3223876BC964CAD13CF8CB10ED5A6BD9 /* SA.png in Resources */ = {isa = PBXBuildFile; fileRef = FED8F2DF2242431957B13F445BEF763E /* SA.png */; }; - 3256899F9CA2C782CE5EE4178D1A98C4 /* VN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D078D0B424476B04C9087A9284A1C0F /* VN@2x.png */; }; - 32E2C7463CF9DF0890A042DEF94B5F53 /* NP@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 399AE3990BB3909518A6549B11ABE3C4 /* NP@2x.png */; }; - 3444B1EC61686843C916A7E8089DE181 /* KR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 725944BA4DC2B34271E987363EFCF166 /* KR@2x.png */; }; - 36C6EBF5171FC56C0847B4CD609F0D6A /* AR.png in Resources */ = {isa = PBXBuildFile; fileRef = E0DD132714FCD90B7B1FD2BB9274A083 /* AR.png */; }; - 374CB05FC97B5A522EC25B4B1FF5A458 /* SC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C5F2AA35EF479CCE25E065B1F958978A /* SC@2x.png */; }; - 3777EE56C3D6E9C7CAA0D828294C35E3 /* SN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9E4992ED1C1301A22883D926F271AFEA /* SN@2x.png */; }; - 37A4881EAEEB0D50A0895DAA93F47375 /* IS.png in Resources */ = {isa = PBXBuildFile; fileRef = 42C8C5AE6D65A620F72475D53487EF9B /* IS.png */; }; - 38122958C155F34702F43C80F5FD02F1 /* CF.png in Resources */ = {isa = PBXBuildFile; fileRef = 9FE9E03BA84BC991AE29AD644810CDB4 /* CF.png */; }; - 387B9609623505E79411F57CB9BE03AC /* CY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F0CD2B9437BCE582F6DB6D733DDD3DE5 /* CY@2x.png */; }; - 38E55D54974CA29CAAD57F3DAB217085 /* LV.png in Resources */ = {isa = PBXBuildFile; fileRef = B8001AD2684AB54FE1AE65D0C460BE8D /* LV.png */; }; - 3A006340136C594C4A472AA194A9EECB /* BL.png in Resources */ = {isa = PBXBuildFile; fileRef = 89162C8E490291D138838D5EBC87C808 /* BL.png */; }; - 3A942E9399A1C1F8EBE11167C106BDD3 /* AX.png in Resources */ = {isa = PBXBuildFile; fileRef = E2B6D50FC1728B17DAFC385448BA4AE5 /* AX.png */; }; - 3C153266BD89BC303B79A7BFB2D35A67 /* SB.png in Resources */ = {isa = PBXBuildFile; fileRef = 9B3CA865DDA1D2B504D79A750BC298B6 /* SB.png */; }; - 3C31BB959B781446ED5484D69E593099 /* RO.png in Resources */ = {isa = PBXBuildFile; fileRef = A03F06BD7234E6658A2E23F0F70FD333 /* RO.png */; }; - 3C4F15218D02B97A68213E10DB745AAC /* BV@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 933C26FFDB3D7D567BC3BBD5A491570D /* BV@2x.png */; }; - 3C5270A7E57EE644A2164461DA885254 /* AI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1598B87AB3B1626B671238467C7BD64E /* AI@2x.png */; }; - 3C9018E73AFBF7FCC31F8E136E5169C9 /* GA.png in Resources */ = {isa = PBXBuildFile; fileRef = 872DF4C5FBA7569EC51C5C4D17375D50 /* GA.png */; }; - 3CF5109889AF2D507D544E068BB2B1EF /* PH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4F15A7DBD5176CC94E2261131C885303 /* PH@2x.png */; }; - 3D4F2814ABB9D83768CDD668D6134C6C /* BZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 94009D293E3FE854C19953A2033458A0 /* BZ.png */; }; - 3D8F0CD3DEDEFF850AA434C685597BD3 /* MS.png in Resources */ = {isa = PBXBuildFile; fileRef = 31C0E0451B86530784584A114A32C495 /* MS.png */; }; - 3DAB6F7A7FC437A6E9EC0FA45B69C5A8 /* FR.png in Resources */ = {isa = PBXBuildFile; fileRef = DD4058FC70A2CA217B68E6B509BC0460 /* FR.png */; }; - 3E8653E23D49A25F05D255D14793F363 /* LI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 28424047653FB36F679A537F8943E741 /* LI@2x.png */; }; - 3FF3A3E91BA8727C4D36A0E3B22427B0 /* LY.png in Resources */ = {isa = PBXBuildFile; fileRef = A9C71741B5F72130BFD61BBEB79A161F /* LY.png */; }; - 4101E3D0296D29464452A26C5C4FCB5F /* VG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9BAB0B4663B77FF02AD9FE756B1D846B /* VG@2x.png */; }; - 4131689FA119316D5D486B7BB16A9D01 /* KP.png in Resources */ = {isa = PBXBuildFile; fileRef = AD98742CCEDD21AF222D55A8368A318A /* KP.png */; }; - 41563461B3C20E98F2F13D6320CF70E3 /* UM.png in Resources */ = {isa = PBXBuildFile; fileRef = 0B6C19C7ACF034BF9AA65C8BA4D4289F /* UM.png */; }; - 4161F44335510EEFCE79287F2AD06B59 /* SC.png in Resources */ = {isa = PBXBuildFile; fileRef = D1E886C6E989939321F886817B91E7C2 /* SC.png */; }; - 41E1C8C9C4A4BB1F623F3ABE41FCA77C /* SY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2A5ED33BD93617BD8EA193C429D2118F /* SY@2x.png */; }; - 424D07A9D8D1961A173D472BAADD61C3 /* Pods-CountryPicker13+Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1840C81CFA9DA686A037D2D1445B4176 /* Pods-CountryPicker13+Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4361C80871C916D81F0804EBED53DC5F /* MA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 729EFAA8F6D347866502DA98469B2410 /* MA@2x.png */; }; - 4433DBC9B368BF7DB15D79CB16DCBADA /* NF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CBE200DF83814D30DEB7A718DA2AB1E5 /* NF@2x.png */; }; - 45BC01550D097206E4899E7DDE1E7DFE /* PN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AE2AC0E99EC38B4976E6A44E9E10E5FC /* PN@2x.png */; }; - 45DAFA9FC7E41AC23774B21F7C7ECE0C /* SX.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A97625A6EC0F8AFD422EC48620D1BC9 /* SX.png */; }; - 46566749E7A8ADBFC4C78BBEBC7033E1 /* SH.png in Resources */ = {isa = PBXBuildFile; fileRef = D0FDAD0A4FC56F450454CD45C09969AA /* SH.png */; }; - 46660EF8FF6D63C6B0EECF85D28B53E5 /* VE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5F67C47757D7031EFD7D78FC028D78E9 /* VE@2x.png */; }; - 46881975395F793AC42B1509B46AD0A0 /* KI.png in Resources */ = {isa = PBXBuildFile; fileRef = E9541B85899D5319F6D81A386561F217 /* KI.png */; }; - 46EB2F16C53D096FF0A5A8CE3F070A81 /* BY.png in Resources */ = {isa = PBXBuildFile; fileRef = 56B66B2C8B973C3438B1E0548A1397E4 /* BY.png */; }; - 47287155F7459F230A5FF12B2C4F289E /* MM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DC87ADAB117E261D169E4E16FBAC9829 /* MM@2x.png */; }; - 475C33488804B1EF2F8F6FF7728966DB /* CR.png in Resources */ = {isa = PBXBuildFile; fileRef = 977866E016A3CAEF6EF8812414D4E990 /* CR.png */; }; - 4818D506FB1F7C63425EFDA2A3B318C4 /* SX@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2768CCC09424E55C77E7DD083A9C489D /* SX@2x.png */; }; - 48D47EBF19236AE10B9E514376F1BFF5 /* UY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9D8CCC8D5AFA8693B45C8E497F457589 /* UY@2x.png */; }; - 49E0955284DC628D50D76AB30F4D76EC /* GE.png in Resources */ = {isa = PBXBuildFile; fileRef = B96300ADEE21CD5B6D0517301E4B44F9 /* GE.png */; }; - 4AFCCA78C2990A621A07AF6324069C3D /* TF.png in Resources */ = {isa = PBXBuildFile; fileRef = A7AD979EA81CA0E6215EEC88A36FD564 /* TF.png */; }; - 4B7C9248273CA2CB71AC595009A18FD6 /* CountryManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2341C63856F561EEA1B6A7781EA67E2 /* CountryManager.swift */; }; - 4B9496E24744ED45CFEFB689E56D7240 /* MT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4EFFCD082E835B5F92949F0FC13B3311 /* MT@2x.png */; }; - 4BCB9EC853C12D66638D29378CC6A499 /* MD.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D4F0E378FC1238BB5AF667109E495C9 /* MD.png */; }; - 4BDF87E40B1CA1EF24F0B263A456FD07 /* FK.png in Resources */ = {isa = PBXBuildFile; fileRef = 31FB38047EFB81017879FB961970A9C8 /* FK.png */; }; - 4C18FF49959DF99E486D7660FF0C2FAE /* GW.png in Resources */ = {isa = PBXBuildFile; fileRef = 5C2BCDE9E91C736579E04A529049A90B /* GW.png */; }; - 4C88FC51F1AA1C4FF49F9FC3AFFCA84A /* MZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 860745A071FF47A5D9DEE8740697E9D8 /* MZ.png */; }; - 4D8CB0A77F26C09E540A34B78758DB95 /* TH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 672B0D6C5C9B6FFBCBE1694B18B3FA3E /* TH@2x.png */; }; - 4E367A2170B6A2EE668A2067D1D4D4AF /* DJ.png in Resources */ = {isa = PBXBuildFile; fileRef = 6A4CFEE2B781325994A3AAB5F6856373 /* DJ.png */; }; - 4EDC8EC7E1C7091702B9DA4195636449 /* RS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 909D91BB30147952C816692AEEAA8F5A /* RS@2x.png */; }; - 4EF06AF3D92DD0001A5B7C14AAB03C2F /* FI.png in Resources */ = {isa = PBXBuildFile; fileRef = AEAF9FE0C4379D05D1DCBA04D1CA63A1 /* FI.png */; }; - 4F2A346764E71F1B53BA2F694EDD71FE /* CL.png in Resources */ = {isa = PBXBuildFile; fileRef = 66D2A238604B2ED7CF9CB3A6E542F628 /* CL.png */; }; - 4FA146353EC3A1AA1918EDE1B1CE4B00 /* CO.png in Resources */ = {isa = PBXBuildFile; fileRef = E3F6F4FABDE4B17A9734E544464B3F94 /* CO.png */; }; - 50FDB7A74680A4A45EE18816625ABA99 /* CZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 8126829743FAB1715280AE9B7FA0EBB3 /* CZ.png */; }; - 50FF40E6523E97904F55B75751A2E63E /* RW.png in Resources */ = {isa = PBXBuildFile; fileRef = 18863D8F09AEBFAFE53257825AEAC6AB /* RW.png */; }; - 511562DDE9AFC0C6D6DC02C9930A0E45 /* ZA.png in Resources */ = {isa = PBXBuildFile; fileRef = 28DE1E579ECCBEBCA54482D207ADDA2D /* ZA.png */; }; - 5124BC8A87B024FC3953A658D6ECC606 /* VN.png in Resources */ = {isa = PBXBuildFile; fileRef = 07B857899654AEA781A33E7249B22724 /* VN.png */; }; - 529B3C7AACFD33F6E19664155F757935 /* SM.png in Resources */ = {isa = PBXBuildFile; fileRef = F547031F36202C664B6EB954F72F0640 /* SM.png */; }; - 52EC874995B47C525385BF1168DC212A /* VC.png in Resources */ = {isa = PBXBuildFile; fileRef = 93B1CE40D1812FD26358A05C377E9998 /* VC.png */; }; - 533A6612B7E30DCB7025100125605001 /* ID@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5F3787AC09623D3EF44A9A927F13C33A /* ID@2x.png */; }; - 537B4D263A951625A700757D2925FD18 /* BS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E9B37B3077ED1E07B7A7047B10D42090 /* BS@2x.png */; }; - 53A1D0BF2349E425B5702C1742AEDE63 /* RW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DB6D550FEF26867490382E01EEBB331E /* RW@2x.png */; }; - 53A474F268577F1518E5D9340F69C291 /* SR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F93C14456014D407C0747096E865B4EC /* SR@2x.png */; }; - 53C6A451B6BAD3300CE99285F6A01A56 /* GH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 06FEDB2AC8EC648F351FE3CE44DB7C43 /* GH@2x.png */; }; - 54068369BC64EB7855D046307FAC7188 /* SS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6531E96449B76922B999196633673C35 /* SS@2x.png */; }; - 5419DEF2A129C8644148AB5C686911C3 /* SectionMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8ACBD584BC1F295662BE3157871BB78A /* SectionMapper.swift */; }; - 54CC4276E851BADBDA979E07334791B4 /* MK.png in Resources */ = {isa = PBXBuildFile; fileRef = 9571D8C07D4DAA8D7B455A7F34D6F54A /* MK.png */; }; - 54E8F86F6890CEB43EDD0ED22AF43893 /* ES.png in Resources */ = {isa = PBXBuildFile; fileRef = F92E03E83CF0853A1E0927AF210D6315 /* ES.png */; }; - 54F7AEB59140C41D103BCE3C593B34E6 /* PH.png in Resources */ = {isa = PBXBuildFile; fileRef = A76BE982955890897A42C74823796B39 /* PH.png */; }; - 5562CDAE6E603772F7FD514CB5957421 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */; }; - 564EAAAB5C92E3EC3AEDBB5C3B744D4B /* AG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 99D0E39002755F774F1478032EC9D853 /* AG@2x.png */; }; - 56801A896282DF57C8D5853C07397FF2 /* LA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 89BD57BE2271DEA8BE1AA2821C68715B /* LA@2x.png */; }; - 56AB82BF4462C0F0863E2512F23CDF3D /* GG.png in Resources */ = {isa = PBXBuildFile; fileRef = 3E0AF3DC5819E40264EF548415D17127 /* GG.png */; }; - 570AB3180505AD9FAA6596C3936EC162 /* IN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 042E7D64AA728EE13C62353D29F0AA44 /* IN@2x.png */; }; - 573FF8D68EBAC9040173F44E56070B0E /* GY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = ABE173D522FCE2EEDBD4F7DFBAA58ADC /* GY@2x.png */; }; - 57524682058F012AEBDAE08C1F69E86B /* AO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F1A658FF7FEE47460DBE04FE4F215663 /* AO@2x.png */; }; - 58C779AFD97C6B4C9F409EF21C701FF9 /* UA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A5FBFA9C1A4F23CFBAE9FC25608A55F6 /* UA@2x.png */; }; - 59AA46DA4F4AD8690434772B9CD2CD15 /* BW.png in Resources */ = {isa = PBXBuildFile; fileRef = 5F0EE435127E20200C07A166A07A6DDD /* BW.png */; }; - 5BABA50393A5918AACC03805FDBCF3D6 /* ES@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F820C6C0A4BF591710DF7CB6223D5758 /* ES@2x.png */; }; - 5BCDC15859473BB377B558E27BA71D9A /* TW.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A642A2DAE66B88B5F8DF3E0A132BA1F /* TW.png */; }; - 5E0B7FF05360EBA5A43DBA0449128FBA /* HM.png in Resources */ = {isa = PBXBuildFile; fileRef = 8E4EF929C0D7CD01088C4AB8C77E7A5F /* HM.png */; }; - 5EC22DDCA4EBA687EF1D7DD6D8B73E8C /* PS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0C8F763FE42DAEEF5F6DD23422BC5680 /* PS@2x.png */; }; - 5F17C21A3C04218989F3DF485F5300C6 /* GI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0A625D0AE047BF978C0E314D77D8791D /* GI@2x.png */; }; - 5F189AEA3B500227E7933CF4A6E2BE38 /* TT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 095F1C1098F7587B15EEE8C06EFE6085 /* TT@2x.png */; }; - 5F220D9DDED6134BAF8049802B014198 /* FJ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3AF407305EBD3D47392103FB2F45BE14 /* FJ@2x.png */; }; - 5FEDAF27FA8EA1489493B4BFD5C69838 /* PM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B40B0F9A82BB49F7519D76775C3C76A8 /* PM@2x.png */; }; - 60536F1C2ED61121F68DA31B51FA74B3 /* GF.png in Resources */ = {isa = PBXBuildFile; fileRef = 4E2A7D7689F6CBCF528CADDDE0873D84 /* GF.png */; }; - 60FA7A71A514F30ABD0CBAF3764AA262 /* IM.png in Resources */ = {isa = PBXBuildFile; fileRef = 3CB6BAA2F4A6D3411EE210A9E20FB67F /* IM.png */; }; - 62EC2D2D503B0DD617089FB59B4562EE /* MX@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1DE43EA1F95834215D39971F8FFC9DDD /* MX@2x.png */; }; - 6386ECE9B34CC38166B26188D429092F /* PR.png in Resources */ = {isa = PBXBuildFile; fileRef = 88CFE22591A7AE1E113D28970EDD93E3 /* PR.png */; }; - 63AB191CF2BF4CF766475103FC0C2EE0 /* NG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C29C14AA3BF33DB7EDA32F3F1735ADCF /* NG@2x.png */; }; - 63C2DD5EE0A2CD6E3D2B41CD8D5CF708 /* BI.png in Resources */ = {isa = PBXBuildFile; fileRef = 4508FB6F3519D099167090F936A6A0D0 /* BI.png */; }; - 63E8C5369936EF2869F6EC50579F065B /* TJ.png in Resources */ = {isa = PBXBuildFile; fileRef = CEB8C666745ECCB0375749FD6A058DB0 /* TJ.png */; }; - 64AC7D61E26BB1CF94C5BE6D760FC6B9 /* AW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 60265398228603EBE08B27DADF0A9DE9 /* AW@2x.png */; }; - 64B6D7F8419D99D26E37C8D7C4D0BE35 /* MW.png in Resources */ = {isa = PBXBuildFile; fileRef = B245F65E728C81D5A2779E56D49104C6 /* MW.png */; }; - 64DC10CAA85D8CC6E6383ADF44D21565 /* CA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 88EBFBF41A86C02E612FF78A1AD1D413 /* CA@2x.png */; }; - 6590ABAA446AEFA7091FB9CB5CBE0ACC /* EG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 76AB430DD3C080391EC0FB00CDECF160 /* EG@2x.png */; }; - 65D4A4DCF8D4C72B25B63F150649937E /* GT.png in Resources */ = {isa = PBXBuildFile; fileRef = 7B340AA9E90F45CD1479A83867F9D197 /* GT.png */; }; - 65EDA9DFCCFC3B751B0D89ED2C4F3D16 /* SJ.png in Resources */ = {isa = PBXBuildFile; fileRef = B4F338E1630DD473A87E3C6E73BCF891 /* SJ.png */; }; - 66A8349437285BDC69F5202BD50F2F6D /* DZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D43E84AB8CBE1C33D436057C147D5640 /* DZ@2x.png */; }; - 67D938B7F9C072E3EEE5DCA64F3CBC06 /* BT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0111BF6438237F7BD889957552D1AE1E /* BT@2x.png */; }; - 686C4B00DEBB3461717417EB1676EC9D /* LT.png in Resources */ = {isa = PBXBuildFile; fileRef = B2A48309528379BC320D1A6C02B37FA6 /* LT.png */; }; - 689CD6D63E1DB1498DA8C3CD0EC487FE /* EC.png in Resources */ = {isa = PBXBuildFile; fileRef = A60BBAD5DFDB386684F604FC3F7CFF85 /* EC.png */; }; - 693F7CF057FD202DD1A7EA1268AC4C88 /* SZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 1692DFE11DA1DAB459270C1E648E2C2D /* SZ.png */; }; - 6A6799B3E5C32CC4C8FD0BE44858A039 /* KP@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3CF00BD736BFFD5F0BDC64F2BC17BF54 /* KP@2x.png */; }; - 6A7955F5E8A9651D62708C932BF25EA9 /* PY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C9D7FEB55A4C5F7D66FA8A2AC2564B98 /* PY@2x.png */; }; - 6BA86A5F8DF03841C78DB0A83BE96B88 /* AZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 7BA36713AAC282BF499FEA5ECF7593AD /* AZ.png */; }; - 6C7B2B639CF2FF3292CAA3236DA18558 /* IM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BA3D7943715250656D9CF9CCA5A796D9 /* IM@2x.png */; }; - 6DD7A4833A8E82146FCBEF183F234311 /* SL.png in Resources */ = {isa = PBXBuildFile; fileRef = 22912C30B8D3F56732E6DC481BABDE9B /* SL.png */; }; - 6EC063326003D04509DCDFEFB7BD6927 /* CU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 94BB9D5003D2D9101429A8F65CAA34E1 /* CU@2x.png */; }; - 70D777FBA3869BCEAF40EEEEF66D83EA /* AS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D0FE968414DADAAB10ACD4B9065DE92A /* AS@2x.png */; }; - 71C7258CA4F69C0B31B56EE7C806A54A /* JO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E141AFE4203EB5A996DF811A5C83E310 /* JO@2x.png */; }; - 71EFCA032CF1DC036161F1CA7FC56435 /* GY.png in Resources */ = {isa = PBXBuildFile; fileRef = 46F75C5D675E0DC83CDACEEDA2229562 /* GY.png */; }; - 7244AF8FE51247FD56620AD32FA21CAA /* BQ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E475B3899F9067551B151513B5B9541F /* BQ@2x.png */; }; - 72A48B7A6DB5DCEA19FABAAFF38BF5DF /* KN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = EDBACB7BBAB2F418DACCBC76D6325805 /* KN@2x.png */; }; - 72EE5C4C8D5339445C69042ADE410C07 /* CountryPickerWheelView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A5417350ABB33B9D6F700279CF129C6 /* CountryPickerWheelView.swift */; }; - 748EDBA831613C38CE998DEAC622AC21 /* GA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7348138E8772A48C006078AE3D7BD78B /* GA@2x.png */; }; - 75622E866C01EDDBC2DE7FA7C8ED1102 /* YT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 00AB0182DE2B775966639387EA74343D /* YT@2x.png */; }; - 758EB5265B1B62B9BFEE4177523DE9B3 /* BH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4091AB459B64384FA481E91F9D484D21 /* BH@2x.png */; }; - 7590A6DEE1497F9113A6DF469B32FC16 /* BG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C965111959B4C501155BB0C9BF5DA0B2 /* BG@2x.png */; }; - 760C259D180F5EBC4B2E5408C94F57FB /* SO.png in Resources */ = {isa = PBXBuildFile; fileRef = 0ACB3775A91E6AE705FA90AD055CB4F6 /* SO.png */; }; - 76124A3643BF2AC6AB7848AC53906236 /* TW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 34E9BD266D62BDDE76E45619286D10D3 /* TW@2x.png */; }; - 765F901EF4539D0981673F2E865EA39C /* UM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 542EB058E7CAEB8323D9D99866C7DC9F /* UM@2x.png */; }; - 76B22EC894E480D8F475BFE1B490F793 /* CU.png in Resources */ = {isa = PBXBuildFile; fileRef = 1784472A84D23A37FCA85B58BA1E55F5 /* CU.png */; }; - 76B509774D6CD0FBC3B74CE97A4174FB /* MG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B9A3BAF7AB13C5ADF63CE3856504E926 /* MG@2x.png */; }; - 7742F312081B87F9EA7ACB759590398C /* WF.png in Resources */ = {isa = PBXBuildFile; fileRef = 7EF313E28BC0699C627B5CAA843E6F08 /* WF.png */; }; - 7865379B6EA551439B27D865AB7812A8 /* UZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 33463AB5D81ABE3F91DB5233A802BD77 /* UZ@2x.png */; }; - 788B1F0718C8AAFC2B8594C1A00F93E4 /* LY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AC93179D1815B1BF4210F8BB7F8D8CED /* LY@2x.png */; }; - 78A62593352A44CCC61F41CB867F724F /* UG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DA306A573E82D69B96901FF741A4C8D7 /* UG@2x.png */; }; - 78B6B4E619B39902A3C72478EB8C301E /* RE.png in Resources */ = {isa = PBXBuildFile; fileRef = B3EC49F6EFCCEA5606A6EFEBF1E955DB /* RE.png */; }; - 78EF31B03F5666D337A7383E0ADFDFC6 /* SKCountryPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E5E69F56417E2C1614EF796082B74876 /* SKCountryPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 790AC937AE634CD5D2D15A8B05F41605 /* KH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4D71E1FF25DBE8C4F60CAC7356619F10 /* KH@2x.png */; }; - 79D2DF48B9B85F95966E989028C64256 /* SJ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 988F4AA40AB1AFA770C0035A6FD4B083 /* SJ@2x.png */; }; - 7A2B37B9C87665742E566E1384D19939 /* MT.png in Resources */ = {isa = PBXBuildFile; fileRef = 2D82DD5430E4CBAFEEA5FB30D1632A05 /* MT.png */; }; - 7B4A583B69AF953A98AA7E8B67494603 /* XK@2.png in Resources */ = {isa = PBXBuildFile; fileRef = 8AA47E6A5B1B1ADC2680A2B7852B3335 /* XK@2.png */; }; - 7BB0E8142947144A84E1D4E40CE0D835 /* IQ.png in Resources */ = {isa = PBXBuildFile; fileRef = 4CE6ED0A8188709B91B35F43CD727E50 /* IQ.png */; }; - 7C5C313DEB4BF1F5A80DFC40D9C46C8F /* LA.png in Resources */ = {isa = PBXBuildFile; fileRef = 4E672C9B0B234FBBF3212127EA2BAFCF /* LA.png */; }; - 7D8CCAE081DBCECB138F1724AA4EDD48 /* PY.png in Resources */ = {isa = PBXBuildFile; fileRef = EA85BB7C28D114E21E54E5CB10E26147 /* PY.png */; }; - 7EDB0A00B606FBFE6300AEE33BD18E86 /* TJ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E76473218CF5E8DD5E3DBF8293DF2DD5 /* TJ@2x.png */; }; - 7F33665D34C508B904B4A7ED548379B0 /* VU.png in Resources */ = {isa = PBXBuildFile; fileRef = 92C17D2123691DE25B2F7069D63DFEAF /* VU.png */; }; - 7FB25EA9603FD6B68155FCEB0B4A3251 /* GI.png in Resources */ = {isa = PBXBuildFile; fileRef = 921F0FB9798DC7A63A44380AAC3FC96B /* GI.png */; }; - 800108F126E8144F5EA18FFA309C7304 /* GL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3D018ADE62E845AA93AA7FFCBFBDA93D /* GL@2x.png */; }; - 80960613F1678DC57A41E906E872CEF4 /* NA.png in Resources */ = {isa = PBXBuildFile; fileRef = 1848DF6B1E949E01BB172D242F906700 /* NA.png */; }; - 80BFD8B97356900DA6CD6E9C76C885E0 /* PA.png in Resources */ = {isa = PBXBuildFile; fileRef = AFDEEEFD769ABE133F1A35F6CF6B77EE /* PA.png */; }; - 81294750E703D37628E0B224D393667C /* AT.png in Resources */ = {isa = PBXBuildFile; fileRef = FBB734029EFDE14A75241F60AFB9C657 /* AT.png */; }; - 81592AAA4F0B397CD4F14085D6A8C592 /* EG.png in Resources */ = {isa = PBXBuildFile; fileRef = 314A986D392B6DE487382D5D062B40FC /* EG.png */; }; - 81AE2C3FD9E9B15C2C5F4061ABB8CD82 /* MN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AE40D9EA98572F9670DF6A7D0CD7F116 /* MN@2x.png */; }; - 81F27945F266C60790E7DA9CF6BBBB77 /* MP@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B9E162C31FEE7C67B5AC3EFF857C2982 /* MP@2x.png */; }; - 8206B3AFDBC08FE4925C62A1DBF8BC9E /* BS.png in Resources */ = {isa = PBXBuildFile; fileRef = 66C34A4103F9D044AAEE4C866FDF6393 /* BS.png */; }; - 8225D4A22FA78E46314EA7696199D791 /* NC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4592CF4E31F3462BEC3D995D777F4383 /* NC@2x.png */; }; - 823B2865BEF5619611125D080B30EFD0 /* KZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9CD1EC8389F428813BA671E4894D0974 /* KZ@2x.png */; }; - 83173E6CAEC94202818C41CDC0BCF6A4 /* MM.png in Resources */ = {isa = PBXBuildFile; fileRef = 040B6EBF2F43C474C13E037E8CDE45E4 /* MM.png */; }; - 837712EA033CD87D8D6E60F6B86BD727 /* JO.png in Resources */ = {isa = PBXBuildFile; fileRef = 74D0A2CBE13047957496FB9EAF18580D /* JO.png */; }; - 8399846C64A8B44E7982BB4909773B0D /* LS.png in Resources */ = {isa = PBXBuildFile; fileRef = 1D7C2903FB60CAF97BE88CBB3D0B9E5A /* LS.png */; }; - 84BFD334DFB7CDB2015A0E00483F4A7B /* MY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 683325D6DD18608A88382AD30F2A544D /* MY@2x.png */; }; - 85D732F25B67ED2AC8E561DD1413970B /* MA.png in Resources */ = {isa = PBXBuildFile; fileRef = A5041963AA967F8041EFBAF97B901AF2 /* MA.png */; }; - 86517158D0B849655C91244C32F8347F /* AD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FB2360D031C1CB6F903B66C1247A5D45 /* AD@2x.png */; }; - 86A670992FC9BE88AC59610321F0BEF9 /* HT.png in Resources */ = {isa = PBXBuildFile; fileRef = E2D5576E5406E11C36BF38AF8B60036A /* HT.png */; }; - 86C33A9C460EF6F2B33EA1B50E98B300 /* SKCountryPicker-CountryPickerController in Resources */ = {isa = PBXBuildFile; fileRef = DE277629B5C09BE727E2EA152C0F7D19 /* SKCountryPicker-CountryPickerController */; }; - 86DFBCA84BA53528DAE1640D94E8904E /* AL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6FDD0C7213A4BF4CDB3DE18BCBE1743C /* AL@2x.png */; }; - 8751C65A768D92390C85D1D26414CA72 /* US.png in Resources */ = {isa = PBXBuildFile; fileRef = 8C726F776BD3DED6583FB68515AECB17 /* US.png */; }; - 87F37D70D27A2E9AD4C41F414D7492A5 /* SD.png in Resources */ = {isa = PBXBuildFile; fileRef = C812518AAE40ACA959EEE74811FF3352 /* SD.png */; }; - 87FACAAC2EFB69E596A146BEF36AC58F /* TM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 40FC9D5D15E4DDB5E96DEA6A56022913 /* TM@2x.png */; }; - 8844FC4B0A8BF9F958CCD9F217E4CF82 /* BJ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 12A687285C952E9826780C9CC5B50043 /* BJ@2x.png */; }; - 884DC02F9BA6992BB221E5EB695F74C5 /* KG.png in Resources */ = {isa = PBXBuildFile; fileRef = EBD7F0FFB3F512CECD641E93C36786F8 /* KG.png */; }; - 8893E24E9C30F93CE3E60CE909273FEF /* MX.png in Resources */ = {isa = PBXBuildFile; fileRef = DA9C9AD99F140FAEA9FA1F5DC0B106FF /* MX.png */; }; - 88BBCC326C15427BA79DCCDB2DA18ED6 /* WS.png in Resources */ = {isa = PBXBuildFile; fileRef = 5B6F4B74013650837366986D492A7414 /* WS.png */; }; - 88CFA8D19D8F2A51DA739CB4499A0BBF /* GW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DEBE3968C92BBF0052632EF197E61556 /* GW@2x.png */; }; - 8A2B21F1034AE1527CCF7505FBAC545F /* AL.png in Resources */ = {isa = PBXBuildFile; fileRef = 3421F0938D75935A08BA6DB967348C67 /* AL.png */; }; - 8A2D7A62236FBA5F5D1EA2EF039E6592 /* YE.png in Resources */ = {isa = PBXBuildFile; fileRef = 9418043630242526D40814F0FA48590B /* YE.png */; }; - 8A354A0EDDE8BE626CDC021E15577632 /* MC.png in Resources */ = {isa = PBXBuildFile; fileRef = 1B4E2FB9B98B6F3AD40F77E07D263728 /* MC.png */; }; - 8AC4FFA2E9E16C367F813AC08FA2A901 /* CW.png in Resources */ = {isa = PBXBuildFile; fileRef = 291DC6CAFA641D476D4A100C090FB94F /* CW.png */; }; - 8C4F78C67CE43FAEE200723A1F86B6DA /* WS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1ADDA2E5D66421737A698AE4B1C36AAF /* WS@2x.png */; }; - 8D292BA0DE49471CE66650C0D0CAC8DE /* TV@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D4D8E38361F95F0CAB6C2ECC7DC760BC /* TV@2x.png */; }; - 8D62259592955ADD2150609A60FC3B96 /* CL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 60A34D98F2E925A3555A3D79C7704E3C /* CL@2x.png */; }; - 8DA69A3AFDAC7626B9EB2C8E1B85F498 /* AF.png in Resources */ = {isa = PBXBuildFile; fileRef = 883FB8DDC3037B9298511FFD15A95648 /* AF.png */; }; - 8E15DCEA4684839C3FC0E3633B718E01 /* NP.png in Resources */ = {isa = PBXBuildFile; fileRef = A5560E9D739CD69AE338317FF9AAC26D /* NP.png */; }; - 8E48668ED48137A4A349A1D92BFF1BA9 /* AU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B9CF5095A76C12D9C91A8F712B935E30 /* AU@2x.png */; }; - 8E7CCCBB92ABE5AAD4F0B3DCF4BBD6B4 /* GD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 796AE4B752A681AB290EAD74C28D073D /* GD@2x.png */; }; - 8E9BC613733338BC0C522460261A28FE /* TC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7AAD46805E58074C3997AEB4518DBD43 /* TC@2x.png */; }; - 8F1572B4AABF680F6036EE5F9322B258 /* VI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 158ED9E3F23C39B144E26C959841FEF0 /* VI@2x.png */; }; - 8F267C43F4E329255DB7C2E5F4FFC22C /* ML.png in Resources */ = {isa = PBXBuildFile; fileRef = F33029040C68BB3A0B5FB4F1E4941D77 /* ML.png */; }; - 8FEF6277B60949E4B75D21AB706AA8F8 /* NU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 391F578DB2FB15F44A100F4D2FC2BF02 /* NU@2x.png */; }; - 910E25D9CB1695C44FB1CA15D956D7E1 /* BM.png in Resources */ = {isa = PBXBuildFile; fileRef = F3BDC04893AB04EC5B7F88D166CFF60C /* BM.png */; }; - 911B5658F9C3B5FFD596C6D17B83F971 /* IO.png in Resources */ = {isa = PBXBuildFile; fileRef = E81EF4B9E7D33C571AEFBB52478EA2C4 /* IO.png */; }; - 91732C9D08A6233BBF5747CD3E454DF3 /* TD.png in Resources */ = {isa = PBXBuildFile; fileRef = B3CA6305E0D888626372C1AC01333487 /* TD.png */; }; - 9178A5A30861DD8A39630DAC0876E327 /* QA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E8C8EB01EDCC5DA5670BEA10AF71488F /* QA@2x.png */; }; - 934A029DA1088CB1F6B83D7797DBA32A /* NZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 01E437777F98A19601677A2C9C71D30F /* NZ.png */; }; - 93B462F649C05E946B537A783DCB4E6B /* HK.png in Resources */ = {isa = PBXBuildFile; fileRef = 77E82A9CCCF9FB8BF04EC0BE76F012FB /* HK.png */; }; - 93B705173FC72DDDB2625128A5F157F3 /* BA.png in Resources */ = {isa = PBXBuildFile; fileRef = B62A7D510FC4462F6980EE01FCA1F6B7 /* BA.png */; }; - 93F797FAD49C7476D0605EFA9DCAA26B /* IE.png in Resources */ = {isa = PBXBuildFile; fileRef = 86BE7C6C16FF288235279774FFC57914 /* IE.png */; }; - 941F2FECF29AC93F72DCBD54FE118B6C /* NO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DF441298AE5AA67F787693A315192DF /* NO@2x.png */; }; - 9430D60B18F5BB1F9857F95E907819A7 /* GR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 723C3B84D6216C398F88F03DB2DBD520 /* GR@2x.png */; }; - 947ECF930154067E60F8CFA5092A8553 /* CountryPickerWithSectionViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 466F8B6AB85D40643843EFA0A049CF48 /* CountryPickerWithSectionViewModel.swift */; }; - 94AC81B53EB903D548864259E52767C2 /* TC.png in Resources */ = {isa = PBXBuildFile; fileRef = 9E6083F6B3EBD5DD67FDC15B5ECB4C58 /* TC.png */; }; - 95037B7E05321DCC1DD5F4442B3DFCDA /* UZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 4DA3F0F298E275F6BE29948A67CE34F7 /* UZ.png */; }; - 959F1F84B2069A37DFD8E75C71E06ECD /* TK.png in Resources */ = {isa = PBXBuildFile; fileRef = B3135962A704ACA76FF6BE5ACDFC75DC /* TK.png */; }; - 95AEF6A034141E7B79659724452B2659 /* CountryPickerWithSections.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA96916E12080B6EC506F10D221C7F82 /* CountryPickerWithSections.swift */; }; - 95B17A6216F05DC695E6510574B1CD88 /* PW.png in Resources */ = {isa = PBXBuildFile; fileRef = 8D6E6B07497091CCB6800632D537F261 /* PW.png */; }; - 960D85FAABE451CE9044235E3296A83E /* AM.png in Resources */ = {isa = PBXBuildFile; fileRef = AB5C4898044D0041DCAC74B5F0B85616 /* AM.png */; }; - 961B9BEF080124ED13D5A60F92A6C76B /* HM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5E43D4FA758D38C8EEE1F3CC28EB9119 /* HM@2x.png */; }; - 9753388DF32FF73248C6BD6C5F6C18FB /* PS.png in Resources */ = {isa = PBXBuildFile; fileRef = A71B890708E45D6408979EB18C578E9F /* PS.png */; }; - 98109B85DD34C160ED1B80A889C533CF /* BL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 539D7491A691FCB25C36797323171A4F /* BL@2x.png */; }; - 988BAFD4751EECEB877323265BD32B2B /* HU.png in Resources */ = {isa = PBXBuildFile; fileRef = 72F4B6610DB303EDE487680EF6ADC4AC /* HU.png */; }; - 98DF0169378DEAD3FE0CF8383ED220A9 /* BJ.png in Resources */ = {isa = PBXBuildFile; fileRef = DB04F6211243086B5B0E6AFCE56C542A /* BJ.png */; }; - 98FAF27C3B989DA670C16E9CE6FB8908 /* PK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B678EB7B8ECB6682F1CDE2A58D4E4CFC /* PK@2x.png */; }; - 991C130F68D18FA863D0C828881D456C /* SKCountryPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 91B3E8AB181711A1E6600FA8B6CBF1A6 /* SKCountryPicker-dummy.m */; }; - 9925B6B217E01B76CB3F0221D541684C /* NA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 614DED34D15F2670450E6660FAF8CF93 /* NA@2x.png */; }; - 992B13459BE87189C6778C798F0DBB83 /* MS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 595205AED57C55884736F6DB30A54226 /* MS@2x.png */; }; - 99BB23FD3DD69392AC69366550CADD86 /* TR.png in Resources */ = {isa = PBXBuildFile; fileRef = D647E1DDEC6DD5770C5F33A7B079D17B /* TR.png */; }; - 99D2FFD509A42D211A28B0003FA26B57 /* TF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BF3121E0D4CA8D685FF86E2C95BCB677 /* TF@2x.png */; }; - 9AC307A05D30D90FC2333560F8F77BAC /* AW.png in Resources */ = {isa = PBXBuildFile; fileRef = D45589BB7A557DC452E16654C0C776E0 /* AW.png */; }; - 9B5649E9DB5720808ED42C55496BF51A /* GQ.png in Resources */ = {isa = PBXBuildFile; fileRef = 56975BA99901300C9C7DA75B4CB162CA /* GQ.png */; }; - 9BDBFB216DB517F3B7A58D8D8351C35E /* SA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0CF513E36C9FE068B0BC26126790565C /* SA@2x.png */; }; - 9BE0176AF964DA1BC84594D434A39BDF /* AG.png in Resources */ = {isa = PBXBuildFile; fileRef = ADB036E8DBD8D34F957AB13BE2737694 /* AG.png */; }; - 9BE8A6A4736FDA5F45A3E9F8808D45EC /* KE.png in Resources */ = {isa = PBXBuildFile; fileRef = 044CC7928C0A189C8BA0625083A5C8CE /* KE.png */; }; - 9BFE5694087D2553FA08E526C4661B7C /* MD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B8298C0B1EDF3706C2CFDE154BF2D7D5 /* MD@2x.png */; }; - 9C06C010DC6F51545F81EC8C0241A65B /* KY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6E7B719A9A43B645B739D65CBF9AB920 /* KY@2x.png */; }; - 9C1373E671FA578EFE448147FB2E7932 /* LB.png in Resources */ = {isa = PBXBuildFile; fileRef = 2CEF4E574C6D87D54BA0E1203C053E3D /* LB.png */; }; - 9C45B95370DF7DC3947BDEC48357FF0D /* PG.png in Resources */ = {isa = PBXBuildFile; fileRef = 0F0F4549D374A828CF508430E2133C6A /* PG.png */; }; - 9C87FD458369CEC7B9C2BB80E6C6F928 /* KM.png in Resources */ = {isa = PBXBuildFile; fileRef = 776D696DC7442CA9066252D46D8EB154 /* KM.png */; }; - 9C9DA3D997B4DB1E0347B3F1DD3F9EAE /* BH.png in Resources */ = {isa = PBXBuildFile; fileRef = FC0104FBE069FCACAC3317C2319A9C33 /* BH.png */; }; - 9EB795CFEF169B6B02B8615B5DCFFA9D /* ZA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BF582F3786B9238B1785CBB365A11A7B /* ZA@2x.png */; }; - 9F497EDC79173B736F6ADC977D2E90B5 /* MF.png in Resources */ = {isa = PBXBuildFile; fileRef = D2976D777ED30AA8B43F4602041F5B43 /* MF.png */; }; - A00CBED240CCD143B3DD24A290E5A553 /* NG.png in Resources */ = {isa = PBXBuildFile; fileRef = ADCC7FD65EEC69CB53839369ED58DB17 /* NG.png */; }; - A1D43ED05DBA078DF4CB078F65A4DCE8 /* UG.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F5F44BEB022F77F60DC38D7BCF5D2E7 /* UG.png */; }; - A2253604C521C8AADDD898D667ED17D8 /* LU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = EE4A8F058942B77723FB5835EF565F2C /* LU@2x.png */; }; - A2AB5648F9643039EA0CF0DF20F3169F /* MR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = EE9851949B0C42E466FE5EE0D25D22F4 /* MR@2x.png */; }; - A2D5C4608CF8EFD639215BB5E8BFA6D6 /* GU.png in Resources */ = {isa = PBXBuildFile; fileRef = E41579F6800E816EB192FECCAAF270B3 /* GU.png */; }; - A49A99F536D3F050EFE66DD44EE09BCC /* NE.png in Resources */ = {isa = PBXBuildFile; fileRef = E29516A6A0DEAAD87A7549F71F51B4AB /* NE.png */; }; - A4C69D36388294F9BDCC0823701DD64B /* MQ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0DBC6D19C979C988FF60D23174799D08 /* MQ@2x.png */; }; - A6A4118EE01030A21F359C063B06E3DE /* PR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 76B5736968C42284B54097A8A04629A7 /* PR@2x.png */; }; - A6D99CF4A1CD6EE8EBE8FE53BD763906 /* PF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 53E249677EAB157939212EA1237BF074 /* PF@2x.png */; }; - A75C139235DB9DDCDF7BD878C59D5AE8 /* TD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C80B25FD30B6951B9912F14A48489222 /* TD@2x.png */; }; - A792833433DEB392B170C07D72389D12 /* CV@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0C35AFD4C65F17ED6879E3856984110C /* CV@2x.png */; }; - A7EB577A0D28F23C420909A2FF6F0060 /* CI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1BDCD5155BDC54D5AB57BA5DF7A178F8 /* CI@2x.png */; }; - A7F61B552BE59A647EFCF6B82D38E709 /* PA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CED4EFC45C54BDDBC2F7F479A63F0488 /* PA@2x.png */; }; - A80665C6C7DE9369D43944F1BABD581A /* PG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3DAD8B0C22E9AA7B7C6362FA3C68B98A /* PG@2x.png */; }; - A82B8B6173DB258A73EAEF3D66A37304 /* CC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7162F9815CDB5EA96A9E20F200990CF2 /* CC@2x.png */; }; - A972D25134563997FFB1876758E218D1 /* IN.png in Resources */ = {isa = PBXBuildFile; fileRef = 34B25920934CF186F0061D8B439F0C64 /* IN.png */; }; - A97FF4A1EC2FAE936DCB0B2863F1686B /* JM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 47CC82B3EC5E321BB0C49FA9A806FAB1 /* JM@2x.png */; }; - AB0F61D4BE83467189C515B60C75C98F /* ST.png in Resources */ = {isa = PBXBuildFile; fileRef = 11A4AA7AF4783287B20A56BAF6DE2A99 /* ST.png */; }; - AC32FAF683F9C85384CE60672BC80205 /* LC.png in Resources */ = {isa = PBXBuildFile; fileRef = 0EF9C7662575DE0006A58786557554E7 /* LC.png */; }; - AC621FDB8C094F9F61022C07945A08CA /* XK.png in Resources */ = {isa = PBXBuildFile; fileRef = 886B43CC532867BCBD35BC4BBB12211F /* XK.png */; }; - AD95740EA724E714316822AE2B8DDE9E /* SG.png in Resources */ = {isa = PBXBuildFile; fileRef = AC0931771D1008DED0081D3D13CC91C0 /* SG.png */; }; - ADCE125556A60D395466FEAC58B8CAE9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */; }; - AE8099AF0925602254DB685374D41DC6 /* SV@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 600D305A0EEDDC38ED47819D51E68973 /* SV@2x.png */; }; - AEDE09C22AB4DC11752D150403AF4FC7 /* KY.png in Resources */ = {isa = PBXBuildFile; fileRef = BCDF62A2C5A09187C20FBF0CF1A4AF55 /* KY.png */; }; - AF06E8AEA5590006522D80901AD5E6CE /* DM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9D95EE3C95A8599F04ACC788E009731F /* DM@2x.png */; }; - AF7E474713AC4051BA71FB00C1AFE872 /* Constant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88CDB6677F44B14C1D4377F798EFB5EC /* Constant.swift */; }; - AF94185571367F7B0786A2A8A8CC0584 /* MV.png in Resources */ = {isa = PBXBuildFile; fileRef = 8E1F914AE483EDF183B8DBFA438E6A47 /* MV.png */; }; - AFB2687F05C4D0CA2F7FB8D3C89D62CE /* SE.png in Resources */ = {isa = PBXBuildFile; fileRef = AF160095CBF259CBAA2D79CA2585524F /* SE.png */; }; - AFEA295A1E32593523D850354D96FD60 /* BI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CB6BAD1E7114B8D5E4E3A9FF647EAA4C /* BI@2x.png */; }; - AFEA8DF6D7562C67CA439D554E9C97AA /* MK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 775EFB1034629710250D8C43AF4E2246 /* MK@2x.png */; }; - B008E0E972720A86FF2DEC215DAF89E1 /* AQ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DA317AE156B7BCA49D3227C2FCC7EF3A /* AQ@2x.png */; }; - B10C9F4E6913A9AE2048BE704F96BE19 /* SR.png in Resources */ = {isa = PBXBuildFile; fileRef = DD85FDCEDD54234306DC33E5E084DB8C /* SR.png */; }; - B13559CED39E0F196719C2137E7FD3C4 /* BM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A5EAE72C6AC6A0D2A7D50E422CF16D1D /* BM@2x.png */; }; - B1F07CDE4B1E1A8202735E06858F3D07 /* EE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 101043F55B27190883C08374384E68A7 /* EE@2x.png */; }; - B21E549D5C9EDB7DF0824D726A323464 /* BG.png in Resources */ = {isa = PBXBuildFile; fileRef = 399E631EFE0ED2FD29E44B1C41959382 /* BG.png */; }; - B29BA420C172F2BE0541896E3F62AB19 /* MH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 296AE4AA1C00C3DEA2E3046047FE07A2 /* MH@2x.png */; }; - B3053FA85EDE31D1FEE8A3FFF2BA72E2 /* ZW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4A65ED217945F0626B5AF1AAFFCE3B7B /* ZW@2x.png */; }; - B36A016453A3D864409096E599E45307 /* TN.png in Resources */ = {isa = PBXBuildFile; fileRef = B4C962E778EB1CDF6901232E7331F3CF /* TN.png */; }; - B50B57796ECBD2E2F060F8110CF544F4 /* Country.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C4BED5D81095402A81C808776DA9E0C /* Country.swift */; }; - B6867BEEA478CE8878C4E9B153794D9B /* AZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FABDBED50ADEEB8AEBA779F34F8E7E4 /* AZ@2x.png */; }; - B6F3C339EBE472AC06C6A86786D34D65 /* MN.png in Resources */ = {isa = PBXBuildFile; fileRef = B1B2DA3FECDE9AC56365B7347228036F /* MN.png */; }; - B756A1F4D8D228A3ADD6D14605A5B89B /* TM.png in Resources */ = {isa = PBXBuildFile; fileRef = 377B0885C81E148462DC1319EDE8544E /* TM.png */; }; - B85C15D9DC9006A5D1FEE45B0B9E4E17 /* FO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 14E02BC8524E30507C6D88E3F7B159AC /* FO@2x.png */; }; - B886F1916CB04E58A375D275A328449A /* KN.png in Resources */ = {isa = PBXBuildFile; fileRef = FC9413889496C6B6618FE43FE3D1AC98 /* KN.png */; }; - B94B54A46C2E000904EB74446BD566AC /* BY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 52F9076C25DB2A2CC3F42F5C6F3341CD /* BY@2x.png */; }; - B94FD54DB5D3E3850CBA2AB8B1C9EA01 /* GB.png in Resources */ = {isa = PBXBuildFile; fileRef = 4DD15D89A0143CD3876DFACA547ABB83 /* GB.png */; }; - BA4028B81899A76309E48576A36BD626 /* MP.png in Resources */ = {isa = PBXBuildFile; fileRef = 1E000F35BE8D076AE6FC425C2FAC645A /* MP.png */; }; - BA774013004FB7D31445B37FBCF06171 /* GS.png in Resources */ = {isa = PBXBuildFile; fileRef = D26562E97C25274B40AA8E976115F501 /* GS.png */; }; - BAAC4D224B34DD7488AE616AC4C5D287 /* GE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3F3FCB41B0A5FF7969EA915E455703A5 /* GE@2x.png */; }; - BB557D17E18B6224BF52F48DBFE1CB69 /* FK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 69519465A31424A43445518605330B64 /* FK@2x.png */; }; - BC840159F884CC08FB983BA1D6B7A4E0 /* IT.png in Resources */ = {isa = PBXBuildFile; fileRef = 5AAB783F578489D8E319FFACD1564B0F /* IT.png */; }; - BCF0B6A71B8C2CA3D47B74B9860B5BF4 /* CZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 888857AA769A85BBB19BFEBE5A8C2D18 /* CZ@2x.png */; }; - BD5DCD88C97755D77F7DC66B560DC2B7 /* BT.png in Resources */ = {isa = PBXBuildFile; fileRef = 1752C0782C6E7932446EB74488349FD4 /* BT.png */; }; - BE48DD005873B96CFE69741F19582873 /* BR.png in Resources */ = {isa = PBXBuildFile; fileRef = 14FEE62B43912C5D43417C19C867C6E1 /* BR.png */; }; - BF6112D91C0EFB13FEF404FC588D9BDE /* GT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B7ACB19104F17F558D39E76B168E662 /* GT@2x.png */; }; - BF72EFC40D66C3F6F11D19C72A5DE00E /* countries.plist in Resources */ = {isa = PBXBuildFile; fileRef = 8AA1ED857D8721E3E64C595C58FF7C50 /* countries.plist */; }; - BF7D80F3969D46DD714A7E9B82F91AE8 /* EC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DC533FC91A301C8A172217F9B0A5A28D /* EC@2x.png */; }; - BFCC2CAF1EE75F886DF0D56C609E5EA3 /* NF.png in Resources */ = {isa = PBXBuildFile; fileRef = 89BE1140E91F27A17934E914B9B6DE21 /* NF.png */; }; - C07F32704EDA92BFD48879DBC0EE0BFB /* PT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = EE4E32A67DFBD13EA682D392A931E631 /* PT@2x.png */; }; - C0AF9C400F5F95E80543016E0D8D7404 /* MY.png in Resources */ = {isa = PBXBuildFile; fileRef = F778532834301922DBFE798553F2D7FC /* MY.png */; }; - C0E0C42A15023667D6AEA35C218646BF /* BZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7205CCD910325AE5F8DB7E2F60CE7264 /* BZ@2x.png */; }; - C10C89E10D47B9ABE2A8B01B22BC1E3A /* BD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3E4B7DBDAAACA2E912500E7994B729A2 /* BD@2x.png */; }; - C23EFECDEC9805595EB09E4B4005BEF3 /* CountryPickerWheelViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38B113FCE7C1BB90E18DADF0105F7BA8 /* CountryPickerWheelViewModel.swift */; }; - C255A4FDF4141E1F2F6813990C061083 /* CN.png in Resources */ = {isa = PBXBuildFile; fileRef = DE22425615B38783E01F476D979B4955 /* CN.png */; }; - C280A23C84D31F0A6F1E92FC4C4A4C62 /* VU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9E1605F31E6B176292F035373D2C7773 /* VU@2x.png */; }; - C28C67AF94F1BD46861E8E66EAF044E6 /* RE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9B6CAC546EC976314E0D74C5F37A6D87 /* RE@2x.png */; }; - C49D2B86D549696CD13B26CC181996CD /* KH.png in Resources */ = {isa = PBXBuildFile; fileRef = F860B4AD0983253A04963A92918AEDF4 /* KH.png */; }; - C588179FA548BE55E2D0325DA00BC96D /* GQ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7CC22018FC1B72F55782E5E15BD1874E /* GQ@2x.png */; }; - C69507DC81DD83ADAC4DE9A073EFD953 /* AQ.png in Resources */ = {isa = PBXBuildFile; fileRef = DCD1584DFB90BB3B2270C2A7FA391721 /* AQ.png */; }; - C6DC75CB94E419AE927666B56E91E215 /* BE.png in Resources */ = {isa = PBXBuildFile; fileRef = 9E672BB924DE68830F10BF2BA5B1689B /* BE.png */; }; - C71A873339C8457FD323E5BBB062593D /* FR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AB95DCEA8314806057323C87D5B4E34E /* FR@2x.png */; }; - C755567795617EA3B63EFC95AE564C7C /* SK.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D2C396B85F35260847687CE72FC581D /* SK.png */; }; - C776389B3E05295B3142CB155F890D2A /* NU.png in Resources */ = {isa = PBXBuildFile; fileRef = 4F989D2C8D2F4629F75B3954408F8100 /* NU.png */; }; - C78AE8921DC029A3F083A79D1DCEA455 /* AI.png in Resources */ = {isa = PBXBuildFile; fileRef = C3BF98C271E1A2EFD1A5CD111AA22921 /* AI.png */; }; - C8AF3FE8327EA5C626C2E2620002392A /* CY.png in Resources */ = {isa = PBXBuildFile; fileRef = 57B12414E310E53E736302C6687B8552 /* CY.png */; }; - C909D2A11FAC2143973647D704C02DDE /* SN.png in Resources */ = {isa = PBXBuildFile; fileRef = 482CF517E0A9E4D3D13A6E7EBFDC964B /* SN.png */; }; - CA14D43B22FFE768092D8E77AE5F9619 /* NO.png in Resources */ = {isa = PBXBuildFile; fileRef = EE3C0B4629333E2613FA7D3D9C587FC2 /* NO.png */; }; - CBFA005A48768D65CAD2211C87F591FC /* TG.png in Resources */ = {isa = PBXBuildFile; fileRef = 533688A1D40BD9B203A40F133066F6C3 /* TG.png */; }; - CCB6B9CE1C05856EF611B1A50F74EB5E /* BN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0F714BC79C047DFB5676C2059833B9B5 /* BN@2x.png */; }; - CD423022A623F5E77DFDDD3F4809149D /* JE.png in Resources */ = {isa = PBXBuildFile; fileRef = 35E2611A1D9F0E1709913569F7D4E0D0 /* JE.png */; }; - CD47AE92ADED100D5B31FC1B8FCB1BD8 /* GM.png in Resources */ = {isa = PBXBuildFile; fileRef = 5B06122E8B3DB8E06DE9DBE40440AE38 /* GM.png */; }; - CE5AC118C8BB068D37B047AB61F847F2 /* GS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B40BD7073808B6141D8F6A215C47154D /* GS@2x.png */; }; - CEC7A6E5D80C6FCC9D206F1D16B2D945 /* GF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 83BB7FBD859422390C3114791FDFD7AE /* GF@2x.png */; }; - D033FF83A8479875F31341B927AAB248 /* AM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 824B21ECCBFD77BBCB124EF501F931A6 /* AM@2x.png */; }; - D08BB481A8B16DBF05F6246620376BF5 /* CM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4D128523149B5347E1AEE9AC4D10A639 /* CM@2x.png */; }; - D0B9D320092F84929B7F6881979A2AB4 /* GN.png in Resources */ = {isa = PBXBuildFile; fileRef = AE7A206352FC6AFD59DB63A58DE7CE7A /* GN.png */; }; - D142BFA8FDF5E6A13EC7B8A37B75D1B5 /* QA.png in Resources */ = {isa = PBXBuildFile; fileRef = 11A641E5FAA3C2397B465386F18ED8C6 /* QA.png */; }; - D168C0EEBF73A658D5127D51CB1D4B02 /* KW.png in Resources */ = {isa = PBXBuildFile; fileRef = D5843B2D9416DC895C71AD1F7878EE1D /* KW.png */; }; - D19C63AD05873FD7423D88DE896915EB /* MZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2121BEDE99620075F024293DE502705F /* MZ@2x.png */; }; - D2C3AB25D03466CCB4DBB9ACCFD4A0E3 /* AE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 684C73E28A4F8AF6E30B84E330799B0C /* AE@2x.png */; }; - D2C5D6274694395B65A2E9B30A7A59D9 /* KM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9CA84A0CF3B44AAED9C8751DBCA6E512 /* KM@2x.png */; }; - D33DAE405931644F6EAA6C5ABAEE8669 /* BF.png in Resources */ = {isa = PBXBuildFile; fileRef = 6521BEFDF961915D08727E0D614C22EF /* BF.png */; }; - D3CD8C961B328AC501434FAB985E585B /* AD.png in Resources */ = {isa = PBXBuildFile; fileRef = 4BAE32215BDFA1B4677F6135060C549A /* AD.png */; }; - D3EBFFD39497D1F5236587BCC7A85C7C /* NR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FD576BB2B0C4F22CCB0FF2C5BA2E65EF /* NR@2x.png */; }; - D457922512B8573C96D6852471C3661E /* MU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 93356B27D9D220B41A08A7D35960A55F /* MU@2x.png */; }; - D47466B1BA5F6A9A1EC7A3FF3B115272 /* AS.png in Resources */ = {isa = PBXBuildFile; fileRef = D33239E7EE81BC696BEA72C0FE04A236 /* AS.png */; }; - D474F46F042F0C78D127239E4B7CC36B /* WF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A2BD6C3D7D28A929AA1E61112177B768 /* WF@2x.png */; }; - D5353250ACC1ACF3D572D33FB431C093 /* AX@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = ABCEB9EE5D5CCCC86E2FE5BA10DDD2E0 /* AX@2x.png */; }; - D657ED8423F138FF666DCD4DB5416BF4 /* JE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F4A2E1212C65A7944368C1A1E2204028 /* JE@2x.png */; }; - D68024CE705D55CA8FD6AB0E438F6FA4 /* PM.png in Resources */ = {isa = PBXBuildFile; fileRef = C6E03953A3754DF36EC7A2FC385CC6F4 /* PM.png */; }; - D6D65E72771E590303091F5D93FAA099 /* SZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 739D465F35D9FF5BD48627E9179D6C41 /* SZ@2x.png */; }; - D789D4483146F915BE71F8FC773B2F42 /* PF.png in Resources */ = {isa = PBXBuildFile; fileRef = 88F7CED7A163D2590EA10D2E7BCF4FD4 /* PF.png */; }; - D7D0303077C54197F771380CFFA95BA9 /* BF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C67F99DE9BB7069EBE6D21F38B7363E9 /* BF@2x.png */; }; - D84DD51C6933B641163412D8815CF44F /* ET@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 54EC68C284FAAA471DCC10C4EAB21CA2 /* ET@2x.png */; }; - D940A69B83BAAAA3A0DE4A339F628039 /* EH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4188CF069EAFC69AA21AC38BC62071C5 /* EH@2x.png */; }; - D953D8D8C59B86CD5949BF517850E00D /* AU.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DD3434332C412633FA1032FA06BAB71 /* AU.png */; }; - D9652850D58B64092092EC663C119C50 /* SH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = EC545743109E21C50A71E2FC72BA8BC7 /* SH@2x.png */; }; - DA3CC21AABFBF0F1A248872DF854BFE4 /* BA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BEAEDAA2876C732259B4CE92B4F469B0 /* BA@2x.png */; }; - DA3F95DE5AD9FA224C41295E88C3FF5B /* BV.png in Resources */ = {isa = PBXBuildFile; fileRef = 5FD403528489043BC62BAD0E5DF64960 /* BV.png */; }; - DA9EFABF6AE46356B500163DB5A24E9A /* TV.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B8D4587F540FA78D72D9C8C33AF8014 /* TV.png */; }; - DB5E4EBBBE18A1E958E9690047664D2A /* HT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A6E9C552B44E0939E5BC0B42F035352A /* HT@2x.png */; }; - DDCEED9B7B505ACBD88814D1E3E4A718 /* ID.png in Resources */ = {isa = PBXBuildFile; fileRef = 0A67D5190551AB586DD0312998F0CB94 /* ID.png */; }; - DE0ED24F77B89B8A951BCA1D97CC6D23 /* TH.png in Resources */ = {isa = PBXBuildFile; fileRef = 605A3AD04953D614DEDAB2B755164320 /* TH.png */; }; - DF49A89E2B9E44802BB2CACA7AF2FA31 /* TO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4293F97BC2F2B0119B0E08939CBFAAC1 /* TO@2x.png */; }; - DF89B887706651EEDE20CFB788408A9D /* PN.png in Resources */ = {isa = PBXBuildFile; fileRef = 44494F026B6637E00CF84BE459A01EDF /* PN.png */; }; - DF9977E6DD79F692F84F5D7B618D1AF9 /* IR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 86118789ABA732134A0E577FEA2B1395 /* IR@2x.png */; }; - E160F0920E22676CC14A6F2AE26708FA /* KW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CEE8A054D7AD073C247B8DC51FA183A4 /* KW@2x.png */; }; - E19BDFA26247D8B58ABAEE9BE67A5DAD /* NI.png in Resources */ = {isa = PBXBuildFile; fileRef = C085BBCEE8449CB3C6436B9EA450D05F /* NI.png */; }; - E1DE5A62ABE099E27C5E028D6FDED021 /* AT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1E54449D1C5422228D62880E6B92B24F /* AT@2x.png */; }; - E273D5F51E3AF498F6BD798B90179ED6 /* GD.png in Resources */ = {isa = PBXBuildFile; fileRef = 0BCB1FEA22DBB9383D65055BDF91E670 /* GD.png */; }; - E28EE38D3C73E4609DA23BD8B0C1E23B /* TK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AEF9BBD0C1EB7298E6E9EC6C920BBA5E /* TK@2x.png */; }; - E2A06882B2B9ACA1938725924B7C9516 /* AF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0639563D38B2CBD751F94D0F4AC8A708 /* AF@2x.png */; }; - E3BC67CA237747D40630D9887515B534 /* BE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8321C5E168E9825CE02E055A4DF3B10E /* BE@2x.png */; }; - E3DC2D78EEFCC4D9F06BE6C6A9EF88AC /* LK.png in Resources */ = {isa = PBXBuildFile; fileRef = ECC1AA72DCC765F0EE7E5581AAB1D616 /* LK.png */; }; - E43FBDE892269CA03054D6C40254479E /* NC.png in Resources */ = {isa = PBXBuildFile; fileRef = 7A91FA96C936A83D9D228DAD466A3622 /* NC.png */; }; - E44F2F8C805E50EFA06267DA64FF039D /* GB@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 37A944D1B9B8B3A3F231AB9C4D5B5D5E /* GB@2x.png */; }; - E48329CE44EB989DB8A9308E996AD39F /* SV.png in Resources */ = {isa = PBXBuildFile; fileRef = 7AEB7A849A0087CE6D22C7FB94DF83BC /* SV.png */; }; - E4D2BEEA73EF6C830D4B6F63C3C80E84 /* GL.png in Resources */ = {isa = PBXBuildFile; fileRef = 58336401FC718A4BABA62D822A85B8E4 /* GL.png */; }; - E4DFD43A4279F4947954EB8C4D85B0BE /* NL.png in Resources */ = {isa = PBXBuildFile; fileRef = D7039C202CF14E4E59848C5959033EA9 /* NL.png */; }; - E513912EE70B94944AD0736633CB1320 /* CF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4078B7C84E9C605E820B06D7A17D8392 /* CF@2x.png */; }; - E59CD269119B3C7F50B3092A30CB5B46 /* GP.png in Resources */ = {isa = PBXBuildFile; fileRef = C9CC1D0951D09C0A3CA55D20E0C9A96A /* GP.png */; }; - E5AC80765532207E07C7968EC6BA614A /* MU.png in Resources */ = {isa = PBXBuildFile; fileRef = 69DACBFEC188668A19424D0F6C96BDF7 /* MU.png */; }; - E6E1A1E34E12B17DB79BA8C8AC73C700 /* GP@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2A34260BF38DB92EA47C2981F3A4C96D /* GP@2x.png */; }; - E7356143F812C6F43EFCA105AE4B8F51 /* IO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 72E37CEFDA00A9E0136F532173D7CE51 /* IO@2x.png */; }; - E7574639EF0B8C86DB7C0D2C8ABED83A /* SD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BA4981CA6A9678A5A50348CF376FBA56 /* SD@2x.png */; }; - E7BED7F0D04491E0C2F569F92D091FF4 /* VG.png in Resources */ = {isa = PBXBuildFile; fileRef = C9CA9A7ABE3C1ADC1BD7400C3B2A1EA9 /* VG.png */; }; - E7D269C0B9E009CA0923C50C218A4DE1 /* GR.png in Resources */ = {isa = PBXBuildFile; fileRef = 36D1E0CE15C7A3402308486C255C775C /* GR.png */; }; - E8E0440CC4DA2D506E21C72B4B8984A3 /* VA.png in Resources */ = {isa = PBXBuildFile; fileRef = 52BA1BE5F24CE0127053A3C1B397B4B9 /* VA.png */; }; - E90A3E5EF9D9D732D660E6E8B64ED456 /* LI.png in Resources */ = {isa = PBXBuildFile; fileRef = A6DC3686025A82BB4C0533AA6FC12FA7 /* LI.png */; }; - E94DA3CA308DC5F3054EEDF69EB46CB9 /* PL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8DDB6A273FD579B23D14AF6BBEDDAA31 /* PL@2x.png */; }; - E9E45F214F3D89BE5F06349137F958B8 /* CX@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2B7F70F4E169D2CFCE89A38BA5A162F0 /* CX@2x.png */; }; - EA67512681CE7FFA020B1526ED896B96 /* HK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F56A0538972B7AFDA0CB0B322BF27D9F /* HK@2x.png */; }; - EA9437CD524A53C04B91FDA5B3694551 /* SI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 93C61DC82824F47E1E578A9CC340413E /* SI@2x.png */; }; - EAC9F72BF581875D3CA24123311C6F6D /* HN.png in Resources */ = {isa = PBXBuildFile; fileRef = DE76F26650DC6E7A399D342CA7E8F657 /* HN.png */; }; - EB313F5BFF9BF7E81F288E9F72463E80 /* LU.png in Resources */ = {isa = PBXBuildFile; fileRef = 99D3AF2C440D8ABBFADD3606F531CD84 /* LU.png */; }; - EB81E8CB874DDF020E09EE280D891E08 /* YT.png in Resources */ = {isa = PBXBuildFile; fileRef = FDBAEF47E4B52A9278C692D690E30631 /* YT.png */; }; - EB9BC20F730EDA5D7C6CF84570483C9D /* FM.png in Resources */ = {isa = PBXBuildFile; fileRef = C54EC41E1346285EE81BC081597FB979 /* FM.png */; }; - EBF70AC4F9D263B737201B9C7D665C53 /* GN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2B9E6A77ECD740AB929777E39633849F /* GN@2x.png */; }; - EC0BD4C36E9B98B683B7550ED47DA18E /* CO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AC866DC8A9B489C25493220CFE47C5CE /* CO@2x.png */; }; - EC175A829F811BCBD4E184C0A9DB1CCA /* CV.png in Resources */ = {isa = PBXBuildFile; fileRef = 5D990429DDF0D3149894BC6E2429B1FB /* CV.png */; }; - EDB4C7F63B87B4FCEEB93B1DE261F8B1 /* TR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 841058E20DB74B686CF01F8886E38177 /* TR@2x.png */; }; - EE255179682B310EC951DDFD74426850 /* CC.png in Resources */ = {isa = PBXBuildFile; fileRef = CAC1C4969962B664604676EB645B70D1 /* CC.png */; }; - EE6351CDB4B77200F1675700638FB2E1 /* DZ.png in Resources */ = {isa = PBXBuildFile; fileRef = CA7B14DD00A071D4AF454EA1BE6AD06D /* DZ.png */; }; - EEEEAB632FB725D1CEFDD984A38E3789 /* IE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 10F927E258BFBF229816586569056168 /* IE@2x.png */; }; - EEEF8DAB2A87D20F6910A6884ED83FAA /* NI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C91DA43060CF08B8090C68BE3A3EEB8D /* NI@2x.png */; }; - EF8164EDEAF52A156137BE3E066F6360 /* ET.png in Resources */ = {isa = PBXBuildFile; fileRef = 55EB6867CB3436B9043B954FC2AD554C /* ET.png */; }; - EF84C069C07C344C4EAB49D44C7C8689 /* TT.png in Resources */ = {isa = PBXBuildFile; fileRef = E297A68937BADF34EC9000446A08F7B8 /* TT.png */; }; - F0082BC46EE7C6C117621C58E701781F /* BO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 369F2489BCAA988D40665B9AF52C12B4 /* BO@2x.png */; }; - F0E24CF6DDDAAF71CD7E6010C74C6068 /* PK.png in Resources */ = {isa = PBXBuildFile; fileRef = 8F1E1FCC0BB4F236908E28A467496C11 /* PK.png */; }; - F0E5A279128D5EB74CE41E60EC82E320 /* ER.png in Resources */ = {isa = PBXBuildFile; fileRef = 5F8FA4CE779F85D271319124C76D429C /* ER.png */; }; - F1165AF0DFE7438E8644E0F1FB2AB02C /* EH.png in Resources */ = {isa = PBXBuildFile; fileRef = 82AB3FDA8806B0A64C6C709DD89F790C /* EH.png */; }; - F1D3C77CC0D30DD085DC583501AFD3F8 /* LR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 35FE2E7FC0EA4F98829EB9E979A213E7 /* LR@2x.png */; }; - F1ECF655297D404A16457E67FCDB1853 /* BQ.png in Resources */ = {isa = PBXBuildFile; fileRef = FA9BBC12E0C6AC376EC170230FCBEA15 /* BQ.png */; }; - F2E3C4CD5CCD9D6F87CF9DC268BE041B /* JP.png in Resources */ = {isa = PBXBuildFile; fileRef = 5AD69AB3230D905563DB86D2E978127C /* JP.png */; }; - F30D476617676A0DA781D46180F3F35E /* PT.png in Resources */ = {isa = PBXBuildFile; fileRef = 11A01CE9EE6AA62335FE850F72DC4941 /* PT.png */; }; - F31596AA8E4EC8D6BC4D7104862EAF8D /* Pods-CountryPicker13+Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B867270A4F7DD444B560897F32EA754 /* Pods-CountryPicker13+Example-dummy.m */; }; - F392B817870B6C9C76E5CA4EE546B1BE /* SK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 95A4976AC832ED8EBF884CCC76B2692E /* SK@2x.png */; }; - F3EA90AB175B32675CC522354327E663 /* CH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D339A86D6E29C644CA4588A334B91992 /* CH@2x.png */; }; - F4119AA9CD74724543A0F9F3D70C8790 /* IS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C836F80E8EB4DA25FBBBEC88AE7A05E5 /* IS@2x.png */; }; - F42CA286BC068145B2CABEAA40719482 /* BW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AC6F6CC65AC7B8708E2D63AB2A5461AB /* BW@2x.png */; }; - F42CD4D842664B147ADC4D1BB36A9301 /* DJ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CF9760E5EC51115BD0D7F67C8C363121 /* DJ@2x.png */; }; - F4CB02F0958734F5818C26CE0DC1EAC1 /* ME@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 68F34383B93A6585E0D6D6E1F95F06E0 /* ME@2x.png */; }; - F5408BF619BEAD286AF2F7D28455C52C /* BN.png in Resources */ = {isa = PBXBuildFile; fileRef = 10492202D8690A65A45E2103CA10C8C2 /* BN.png */; }; - F674957E5506451E0919B93B221D3B1A /* CN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1471D03B15C6914E2E088208873AB15E /* CN@2x.png */; }; - F6B9B5FC752205D4361376CBBFD07CF5 /* ZM.png in Resources */ = {isa = PBXBuildFile; fileRef = 12AC0AFF802CC9727871E2E65FCE26AE /* ZM.png */; }; - F6FAB3AAB0EA4272B556B9B5B46E1B64 /* VI.png in Resources */ = {isa = PBXBuildFile; fileRef = E4C57487A1665D7D23B0B88C1C399EC6 /* VI.png */; }; - F73311BFF436D4BD3D708751B5DECE0B /* KI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F24F3EA057FC1EA83F146D1CEC8D59AA /* KI@2x.png */; }; - F7D0378383FFC274421EACF1ADC3822E /* TN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6A2BDADA539CCA97FD2BE0E4749104F8 /* TN@2x.png */; }; - F84B57340E15BE140BE0D3EB2C3F1001 /* CK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C99841CB1083B248E720A031723F8C74 /* CK@2x.png */; }; - F9455589B285503CD52BD9941D4B7A67 /* NZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 99DD9770D5CE9040087BE7D6528D2AF6 /* NZ@2x.png */; }; - F96AC6EECFA80C716B24D4736562C1FC /* TL.png in Resources */ = {isa = PBXBuildFile; fileRef = EB06D75343359A7BE6F576531B71CF54 /* TL.png */; }; - FA2BC6727F24F079C49BAB538B6BCCAD /* RU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FE75C41908A3EC68A0E77E9719AD751B /* RU@2x.png */; }; - FA4F4B913CEBEF8A784EEC46C7C81986 /* FO.png in Resources */ = {isa = PBXBuildFile; fileRef = 99C4B656B7FF6FB900A4CB5698A61B6B /* FO.png */; }; - FAB2C3501EEF42D9B0005E21E5A922C0 /* PE.png in Resources */ = {isa = PBXBuildFile; fileRef = 18C629E2244AA9F9773F3199ED078735 /* PE.png */; }; - FB1FBF7E32077A83A600209D9CBB06EB /* TZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2F3DD29132CE69BEE8FCE61176BC3515 /* TZ@2x.png */; }; - FBB774576F4227C3CB5F726C6C7507EA /* HU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4781780E192B76DBDC37C87FCB7B88B3 /* HU@2x.png */; }; - FBEAF97BFD0D9FB921FB25BA276E3FD7 /* UA.png in Resources */ = {isa = PBXBuildFile; fileRef = CDBFC8AC1C480CF9DB77F25DBC00826C /* UA.png */; }; - FC04DD567AEFECB8D155EB7BC3C333CA /* MV@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 04DF4CEECF957C10A47D78D0B7DBDBBC /* MV@2x.png */; }; - FC1867577FB4389B58CF923372E08632 /* DK.png in Resources */ = {isa = PBXBuildFile; fileRef = 3EB4D260AEB2649D75E5F2D1B5C2F652 /* DK.png */; }; - FC4DC1DB4AF111D89E6D23E3A0731F3A /* MO.png in Resources */ = {isa = PBXBuildFile; fileRef = 8F6C68F8038C921F7BD697931CA7BEC6 /* MO.png */; }; - FC7AC3D5A37E0035B79F139C97DD665A /* ME.png in Resources */ = {isa = PBXBuildFile; fileRef = 5FE2E93291AAE279F7A49C0C1E55EA93 /* ME.png */; }; - FD206752B869FC69F7C23B7DFD2F1791 /* SB@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2725F13F3C21C4DA38E8BCE728216490 /* SB@2x.png */; }; - FD5D7F02B106BE9AB18FE3B5B1914F64 /* LV@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9BEF1F317153188022D8C0E18A46EB6C /* LV@2x.png */; }; - FF2DC8C1E62E83D97DA8F1FA6B94DD68 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAA3A7086F057F5AB9A6B969C1A80D02 /* Configuration.swift */; }; - FF6367847E52733CBF3B73E778C946F4 /* YE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A04ACD1C2BD81F57484C4C915628D37C /* YE@2x.png */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 2AEE23B8DF6B9C9B8DE346B17F524E0C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = AD5DDE18FD5EB97540CD21988269989D; - remoteInfo = "SKCountryPicker-CountryPickerController"; - }; - 426F7285D98A782810A944B1622939A5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CD6AE62B70B78355A3257C4DC46F7A3E; - remoteInfo = SKCountryPicker; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 00AB0182DE2B775966639387EA74343D /* YT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "YT@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YT@2x.png"; sourceTree = ""; }; - 0111BF6438237F7BD889957552D1AE1E /* BT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BT@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BT@2x.png"; sourceTree = ""; }; - 01E437777F98A19601677A2C9C71D30F /* NZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NZ.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NZ.png"; sourceTree = ""; }; - 02C50079A167599BA10DC11D68347600 /* DK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "DK@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DK@2x.png"; sourceTree = ""; }; - 040B6EBF2F43C474C13E037E8CDE45E4 /* MM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MM.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MM.png"; sourceTree = ""; }; - 042E7D64AA728EE13C62353D29F0AA44 /* IN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IN@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IN@2x.png"; sourceTree = ""; }; - 044CC7928C0A189C8BA0625083A5C8CE /* KE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KE.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KE.png"; sourceTree = ""; }; - 04DF4CEECF957C10A47D78D0B7DBDBBC /* MV@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MV@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MV@2x.png"; sourceTree = ""; }; - 0549A95950BA0AE76E5CE6D96FFC6D30 /* MC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MC@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MC@2x.png"; sourceTree = ""; }; - 0639563D38B2CBD751F94D0F4AC8A708 /* AF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AF@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AF@2x.png"; sourceTree = ""; }; - 06FEDB2AC8EC648F351FE3CE44DB7C43 /* GH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GH@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GH@2x.png"; sourceTree = ""; }; - 07B857899654AEA781A33E7249B22724 /* VN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VN.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VN.png"; sourceTree = ""; }; - 095F1C1098F7587B15EEE8C06EFE6085 /* TT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TT@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TT@2x.png"; sourceTree = ""; }; - 0A625D0AE047BF978C0E314D77D8791D /* GI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GI@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GI@2x.png"; sourceTree = ""; }; - 0A67D5190551AB586DD0312998F0CB94 /* ID.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ID.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ID.png"; sourceTree = ""; }; - 0ACB3775A91E6AE705FA90AD055CB4F6 /* SO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SO.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SO.png"; sourceTree = ""; }; - 0AF5D0BBB50A8D6971589E3BFCD0D126 /* TL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TL@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TL@2x.png"; sourceTree = ""; }; - 0B6C19C7ACF034BF9AA65C8BA4D4289F /* UM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = UM.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UM.png"; sourceTree = ""; }; - 0BCB1FEA22DBB9383D65055BDF91E670 /* GD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GD.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GD.png"; sourceTree = ""; }; - 0C35AFD4C65F17ED6879E3856984110C /* CV@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CV@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CV@2x.png"; sourceTree = ""; }; - 0C8F763FE42DAEEF5F6DD23422BC5680 /* PS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PS@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PS@2x.png"; sourceTree = ""; }; - 0CF513E36C9FE068B0BC26126790565C /* SA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SA@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SA@2x.png"; sourceTree = ""; }; - 0DBC6D19C979C988FF60D23174799D08 /* MQ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MQ@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MQ@2x.png"; sourceTree = ""; }; - 0E9F7865A956245C6CB4EDB59E7F5B9E /* IL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IL.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IL.png"; sourceTree = ""; }; - 0EF9C7662575DE0006A58786557554E7 /* LC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LC.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LC.png"; sourceTree = ""; }; - 0F0F4549D374A828CF508430E2133C6A /* PG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PG.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PG.png"; sourceTree = ""; }; - 0F714BC79C047DFB5676C2059833B9B5 /* BN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BN@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BN@2x.png"; sourceTree = ""; }; - 0FA8E8C3C4817203E31D761D7ED2FB97 /* CR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CR@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CR@2x.png"; sourceTree = ""; }; - 101043F55B27190883C08374384E68A7 /* EE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "EE@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EE@2x.png"; sourceTree = ""; }; - 10492202D8690A65A45E2103CA10C8C2 /* BN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BN.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BN.png"; sourceTree = ""; }; - 10F927E258BFBF229816586569056168 /* IE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IE@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IE@2x.png"; sourceTree = ""; }; - 11A01CE9EE6AA62335FE850F72DC4941 /* PT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PT.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PT.png"; sourceTree = ""; }; - 11A4AA7AF4783287B20A56BAF6DE2A99 /* ST.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ST.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ST.png"; sourceTree = ""; }; - 11A641E5FAA3C2397B465386F18ED8C6 /* QA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = QA.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/QA.png"; sourceTree = ""; }; - 12A687285C952E9826780C9CC5B50043 /* BJ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BJ@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BJ@2x.png"; sourceTree = ""; }; - 12AC0AFF802CC9727871E2E65FCE26AE /* ZM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ZM.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZM.png"; sourceTree = ""; }; - 12FFCE5457BAC66592EEA2939C01A3E1 /* FI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "FI@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FI@2x.png"; sourceTree = ""; }; - 13348ED3E3537E55356D4D5893EF8634 /* RO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "RO@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RO@2x.png"; sourceTree = ""; }; - 13C25F7D1213EE8A523D60A9D4BC34EE /* SKCountryPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SKCountryPicker.release.xcconfig; sourceTree = ""; }; - 13E0125B1F40FCFE0EC770BD2E0FD02F /* BB@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BB@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BB@2x.png"; sourceTree = ""; }; - 14337A4272038802CCDEFBB54A505B6B /* CK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CK.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CK.png"; sourceTree = ""; }; - 1471D03B15C6914E2E088208873AB15E /* CN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CN@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CN@2x.png"; sourceTree = ""; }; - 14E02BC8524E30507C6D88E3F7B159AC /* FO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "FO@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FO@2x.png"; sourceTree = ""; }; - 14FEE62B43912C5D43417C19C867C6E1 /* BR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BR.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BR.png"; sourceTree = ""; }; - 158ED9E3F23C39B144E26C959841FEF0 /* VI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VI@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VI@2x.png"; sourceTree = ""; }; - 1598B87AB3B1626B671238467C7BD64E /* AI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AI@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AI@2x.png"; sourceTree = ""; }; - 1692DFE11DA1DAB459270C1E648E2C2D /* SZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SZ.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SZ.png"; sourceTree = ""; }; - 1752C0782C6E7932446EB74488349FD4 /* BT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BT.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BT.png"; sourceTree = ""; }; - 1784472A84D23A37FCA85B58BA1E55F5 /* CU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CU.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CU.png"; sourceTree = ""; }; - 17D5880EA476E905FD0EB87BBBAF99CB /* JM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = JM.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JM.png"; sourceTree = ""; }; - 1840C81CFA9DA686A037D2D1445B4176 /* Pods-CountryPicker13+Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-CountryPicker13+Example-umbrella.h"; sourceTree = ""; }; - 1848DF6B1E949E01BB172D242F906700 /* NA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NA.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NA.png"; sourceTree = ""; }; - 18863D8F09AEBFAFE53257825AEAC6AB /* RW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = RW.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RW.png"; sourceTree = ""; }; - 18C629E2244AA9F9773F3199ED078735 /* PE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PE.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PE.png"; sourceTree = ""; }; - 1A5417350ABB33B9D6F700279CF129C6 /* CountryPickerWheelView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CountryPickerWheelView.swift; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryPickerWheelView.swift"; sourceTree = ""; }; - 1A642A2DAE66B88B5F8DF3E0A132BA1F /* TW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TW.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TW.png"; sourceTree = ""; }; - 1A97625A6EC0F8AFD422EC48620D1BC9 /* SX.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SX.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SX.png"; sourceTree = ""; }; - 1ADDA2E5D66421737A698AE4B1C36AAF /* WS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "WS@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WS@2x.png"; sourceTree = ""; }; - 1AF518BDF46CDA38A2D1F07FC03F8D0A /* Pods-CountryPicker13+Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-CountryPicker13+Example.modulemap"; sourceTree = ""; }; - 1B4E2FB9B98B6F3AD40F77E07D263728 /* MC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MC.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MC.png"; sourceTree = ""; }; - 1B867270A4F7DD444B560897F32EA754 /* Pods-CountryPicker13+Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-CountryPicker13+Example-dummy.m"; sourceTree = ""; }; - 1BDCD5155BDC54D5AB57BA5DF7A178F8 /* CI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CI@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CI@2x.png"; sourceTree = ""; }; - 1C79CF7F3F6413638E9E98191EBAFD99 /* EE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = EE.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EE.png"; sourceTree = ""; }; - 1D7C2903FB60CAF97BE88CBB3D0B9E5A /* LS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LS.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LS.png"; sourceTree = ""; }; - 1D85C56E55FA1EF2BCCE3CACCD377B4F /* VA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VA@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VA@2x.png"; sourceTree = ""; }; - 1DE43EA1F95834215D39971F8FFC9DDD /* MX@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MX@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MX@2x.png"; sourceTree = ""; }; - 1E000F35BE8D076AE6FC425C2FAC645A /* MP.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MP.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MP.png"; sourceTree = ""; }; - 1E54449D1C5422228D62880E6B92B24F /* AT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AT@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AT@2x.png"; sourceTree = ""; }; - 1F07BC81932FA1441A87BDD5445A45F3 /* SL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SL@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SL@2x.png"; sourceTree = ""; }; - 1F5F44BEB022F77F60DC38D7BCF5D2E7 /* UG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = UG.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UG.png"; sourceTree = ""; }; - 1FABDBED50ADEEB8AEBA779F34F8E7E4 /* AZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AZ@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AZ@2x.png"; sourceTree = ""; }; - 20FC5AA0F8049BF5A83C8A085EC0FEB3 /* DO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "DO@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DO@2x.png"; sourceTree = ""; }; - 2121BEDE99620075F024293DE502705F /* MZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MZ@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MZ@2x.png"; sourceTree = ""; }; - 22912C30B8D3F56732E6DC481BABDE9B /* SL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SL.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SL.png"; sourceTree = ""; }; - 22DBD171F9056AB16E312BD92D9EE48A /* VC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VC@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VC@2x.png"; sourceTree = ""; }; - 23D3A5E75027F75533BC892ABC730254 /* IT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IT@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IT@2x.png"; sourceTree = ""; }; - 2725F13F3C21C4DA38E8BCE728216490 /* SB@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SB@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SB@2x.png"; sourceTree = ""; }; - 2768CCC09424E55C77E7DD083A9C489D /* SX@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SX@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SX@2x.png"; sourceTree = ""; }; - 28424047653FB36F679A537F8943E741 /* LI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LI@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LI@2x.png"; sourceTree = ""; }; - 28DE1E579ECCBEBCA54482D207ADDA2D /* ZA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ZA.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZA.png"; sourceTree = ""; }; - 291DC6CAFA641D476D4A100C090FB94F /* CW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CW.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CW.png"; sourceTree = ""; }; - 296AE4AA1C00C3DEA2E3046047FE07A2 /* MH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MH@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MH@2x.png"; sourceTree = ""; }; - 2A34260BF38DB92EA47C2981F3A4C96D /* GP@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GP@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GP@2x.png"; sourceTree = ""; }; - 2A5ED33BD93617BD8EA193C429D2118F /* SY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SY@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SY@2x.png"; sourceTree = ""; }; - 2A5FB17F1BAAE652B65FDD2806EE1FED /* GH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GH.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GH.png"; sourceTree = ""; }; - 2AA64E47D55A345BC7EC3C302A8D0B94 /* PE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PE@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PE@2x.png"; sourceTree = ""; }; - 2B1111CEAC039BD553137C5505B07815 /* IQ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IQ@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IQ@2x.png"; sourceTree = ""; }; - 2B7F70F4E169D2CFCE89A38BA5A162F0 /* CX@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CX@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CX@2x.png"; sourceTree = ""; }; - 2B9E6A77ECD740AB929777E39633849F /* GN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GN@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GN@2x.png"; sourceTree = ""; }; - 2CEF4E574C6D87D54BA0E1203C053E3D /* LB.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LB.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LB.png"; sourceTree = ""; }; - 2D5FFFD6747CFD276FE0EEA4D5B6ECFA /* CI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CI.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CI.png"; sourceTree = ""; }; - 2D82DD5430E4CBAFEEA5FB30D1632A05 /* MT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MT.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MT.png"; sourceTree = ""; }; - 2D96D209890BA781EA7F8808F9E9F731 /* IL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IL@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IL@2x.png"; sourceTree = ""; }; - 2F3DD29132CE69BEE8FCE61176BC3515 /* TZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TZ@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TZ@2x.png"; sourceTree = ""; }; - 314A986D392B6DE487382D5D062B40FC /* EG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = EG.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EG.png"; sourceTree = ""; }; - 31C0E0451B86530784584A114A32C495 /* MS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MS.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MS.png"; sourceTree = ""; }; - 31FB38047EFB81017879FB961970A9C8 /* FK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = FK.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FK.png"; sourceTree = ""; }; - 32DD52BD188FFD4986284E4F463E7B9E /* GU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GU@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GU@2x.png"; sourceTree = ""; }; - 33463AB5D81ABE3F91DB5233A802BD77 /* UZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "UZ@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UZ@2x.png"; sourceTree = ""; }; - 3421F0938D75935A08BA6DB967348C67 /* AL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AL.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AL.png"; sourceTree = ""; }; - 34B25920934CF186F0061D8B439F0C64 /* IN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IN.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IN.png"; sourceTree = ""; }; - 34E9BD266D62BDDE76E45619286D10D3 /* TW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TW@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TW@2x.png"; sourceTree = ""; }; - 35E2611A1D9F0E1709913569F7D4E0D0 /* JE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = JE.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JE.png"; sourceTree = ""; }; - 35FE2E7FC0EA4F98829EB9E979A213E7 /* LR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LR@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LR@2x.png"; sourceTree = ""; }; - 369F2489BCAA988D40665B9AF52C12B4 /* BO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BO@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BO@2x.png"; sourceTree = ""; }; - 36A487F67332A9E8432D5D341353E8C6 /* SKCountryPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SKCountryPicker-Info.plist"; sourceTree = ""; }; - 36D1E0CE15C7A3402308486C255C775C /* GR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GR.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GR.png"; sourceTree = ""; }; - 377B0885C81E148462DC1319EDE8544E /* TM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TM.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TM.png"; sourceTree = ""; }; - 37A944D1B9B8B3A3F231AB9C4D5B5D5E /* GB@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GB@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GB@2x.png"; sourceTree = ""; }; - 38B113FCE7C1BB90E18DADF0105F7BA8 /* CountryPickerWheelViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CountryPickerWheelViewModel.swift; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryPickerWheelViewModel.swift"; sourceTree = ""; }; - 391F578DB2FB15F44A100F4D2FC2BF02 /* NU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NU@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NU@2x.png"; sourceTree = ""; }; - 399AE3990BB3909518A6549B11ABE3C4 /* NP@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NP@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NP@2x.png"; sourceTree = ""; }; - 399E631EFE0ED2FD29E44B1C41959382 /* BG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BG.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BG.png"; sourceTree = ""; }; - 3AF407305EBD3D47392103FB2F45BE14 /* FJ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "FJ@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FJ@2x.png"; sourceTree = ""; }; - 3CB6BAA2F4A6D3411EE210A9E20FB67F /* IM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IM.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IM.png"; sourceTree = ""; }; - 3CF00BD736BFFD5F0BDC64F2BC17BF54 /* KP@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KP@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KP@2x.png"; sourceTree = ""; }; - 3D018ADE62E845AA93AA7FFCBFBDA93D /* GL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GL@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GL@2x.png"; sourceTree = ""; }; - 3D862D94787DFC50FAA0EB04990B65B6 /* DE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = DE.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DE.png"; sourceTree = ""; }; - 3D8C0C15ED65892C43BD23E483066DC8 /* BD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BD.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BD.png"; sourceTree = ""; }; - 3DAD8B0C22E9AA7B7C6362FA3C68B98A /* PG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PG@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PG@2x.png"; sourceTree = ""; }; - 3E0AF3DC5819E40264EF548415D17127 /* GG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GG.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GG.png"; sourceTree = ""; }; - 3E4B7DBDAAACA2E912500E7994B729A2 /* BD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BD@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BD@2x.png"; sourceTree = ""; }; - 3EB4D260AEB2649D75E5F2D1B5C2F652 /* DK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = DK.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DK.png"; sourceTree = ""; }; - 3F3FCB41B0A5FF7969EA915E455703A5 /* GE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GE@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GE@2x.png"; sourceTree = ""; }; - 401ECD5775296A069F8BAECEF4EDDA23 /* KE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KE@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KE@2x.png"; sourceTree = ""; }; - 4078B7C84E9C605E820B06D7A17D8392 /* CF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CF@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CF@2x.png"; sourceTree = ""; }; - 4091AB459B64384FA481E91F9D484D21 /* BH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BH@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BH@2x.png"; sourceTree = ""; }; - 40CA81A529074EC46D0E55E6981973CA /* CG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CG.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CG.png"; sourceTree = ""; }; - 40FC9D5D15E4DDB5E96DEA6A56022913 /* TM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TM@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TM@2x.png"; sourceTree = ""; }; - 4188CF069EAFC69AA21AC38BC62071C5 /* EH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "EH@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EH@2x.png"; sourceTree = ""; }; - 41C636C4FA4237AEBA5AC19AC03A9C77 /* Pods-CountryPicker13+Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-CountryPicker13+Example-acknowledgements.markdown"; sourceTree = ""; }; - 41DC8F95CBF3E2E36A3BF300590DB17D /* LS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LS@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LS@2x.png"; sourceTree = ""; }; - 41EEF5FD1AB7D628F215439ADB47B2A2 /* CX.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CX.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CX.png"; sourceTree = ""; }; - 4293F97BC2F2B0119B0E08939CBFAAC1 /* TO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TO@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TO@2x.png"; sourceTree = ""; }; - 42C8C5AE6D65A620F72475D53487EF9B /* IS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IS.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IS.png"; sourceTree = ""; }; - 44494F026B6637E00CF84BE459A01EDF /* PN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PN.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PN.png"; sourceTree = ""; }; - 4508FB6F3519D099167090F936A6A0D0 /* BI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BI.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BI.png"; sourceTree = ""; }; - 4592CF4E31F3462BEC3D995D777F4383 /* NC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NC@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NC@2x.png"; sourceTree = ""; }; - 45EC5D49F88E0A0AAFDFC6C0E1C6014E /* ER@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ER@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ER@2x.png"; sourceTree = ""; }; - 466F8B6AB85D40643843EFA0A049CF48 /* CountryPickerWithSectionViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CountryPickerWithSectionViewModel.swift; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryPickerWithSectionViewModel.swift"; sourceTree = ""; }; - 46F75C5D675E0DC83CDACEEDA2229562 /* GY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GY.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GY.png"; sourceTree = ""; }; - 475DD750C3E3A1BDDDDD63889103123A /* NE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NE@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NE@2x.png"; sourceTree = ""; }; - 4781780E192B76DBDC37C87FCB7B88B3 /* HU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "HU@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HU@2x.png"; sourceTree = ""; }; - 47CC82B3EC5E321BB0C49FA9A806FAB1 /* JM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "JM@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JM@2x.png"; sourceTree = ""; }; - 482CF517E0A9E4D3D13A6E7EBFDC964B /* SN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SN.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SN.png"; sourceTree = ""; }; - 4A65ED217945F0626B5AF1AAFFCE3B7B /* ZW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ZW@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZW@2x.png"; sourceTree = ""; }; - 4BAE32215BDFA1B4677F6135060C549A /* AD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AD.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AD.png"; sourceTree = ""; }; - 4CE6ED0A8188709B91B35F43CD727E50 /* IQ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IQ.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IQ.png"; sourceTree = ""; }; - 4D128523149B5347E1AEE9AC4D10A639 /* CM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CM@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CM@2x.png"; sourceTree = ""; }; - 4D5045D39A8ACA17D49F578E46F6D642 /* MO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MO@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MO@2x.png"; sourceTree = ""; }; - 4D71E1FF25DBE8C4F60CAC7356619F10 /* KH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KH@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KH@2x.png"; sourceTree = ""; }; - 4DA3F0F298E275F6BE29948A67CE34F7 /* UZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = UZ.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UZ.png"; sourceTree = ""; }; - 4DD15D89A0143CD3876DFACA547ABB83 /* GB.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GB.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GB.png"; sourceTree = ""; }; - 4E2A7D7689F6CBCF528CADDDE0873D84 /* GF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GF.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GF.png"; sourceTree = ""; }; - 4E4CC38C1E1ED5F7A906C5FA83F7D130 /* FM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "FM@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FM@2x.png"; sourceTree = ""; }; - 4E672C9B0B234FBBF3212127EA2BAFCF /* LA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LA.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LA.png"; sourceTree = ""; }; - 4EFFCD082E835B5F92949F0FC13B3311 /* MT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MT@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MT@2x.png"; sourceTree = ""; }; - 4F15A7DBD5176CC94E2261131C885303 /* PH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PH@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PH@2x.png"; sourceTree = ""; }; - 4F989D2C8D2F4629F75B3954408F8100 /* NU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NU.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NU.png"; sourceTree = ""; }; - 52BA1BE5F24CE0127053A3C1B397B4B9 /* VA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VA.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VA.png"; sourceTree = ""; }; - 52F9076C25DB2A2CC3F42F5C6F3341CD /* BY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BY@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BY@2x.png"; sourceTree = ""; }; - 533688A1D40BD9B203A40F133066F6C3 /* TG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TG.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TG.png"; sourceTree = ""; }; - 539D7491A691FCB25C36797323171A4F /* BL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BL@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BL@2x.png"; sourceTree = ""; }; - 53E249677EAB157939212EA1237BF074 /* PF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PF@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PF@2x.png"; sourceTree = ""; }; - 542EB058E7CAEB8323D9D99866C7DC9F /* UM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "UM@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UM@2x.png"; sourceTree = ""; }; - 54E2404065F7741A5A6BC73043DEE28B /* SM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SM@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SM@2x.png"; sourceTree = ""; }; - 54EC68C284FAAA471DCC10C4EAB21CA2 /* ET@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ET@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ET@2x.png"; sourceTree = ""; }; - 55EB6867CB3436B9043B954FC2AD554C /* ET.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ET.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ET.png"; sourceTree = ""; }; - 5670D1AAF8CB11A8CB8C22430CE70D93 /* CW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CW@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CW@2x.png"; sourceTree = ""; }; - 56975BA99901300C9C7DA75B4CB162CA /* GQ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GQ.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GQ.png"; sourceTree = ""; }; - 56B66B2C8B973C3438B1E0548A1397E4 /* BY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BY.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BY.png"; sourceTree = ""; }; - 57B12414E310E53E736302C6687B8552 /* CY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CY.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CY.png"; sourceTree = ""; }; - 58336401FC718A4BABA62D822A85B8E4 /* GL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GL.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GL.png"; sourceTree = ""; }; - 591F6BFE0E2858E1A7F61F4B348AE3EB /* CA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CA.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CA.png"; sourceTree = ""; }; - 595205AED57C55884736F6DB30A54226 /* MS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MS@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MS@2x.png"; sourceTree = ""; }; - 5AAB783F578489D8E319FFACD1564B0F /* IT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IT.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IT.png"; sourceTree = ""; }; - 5AD69AB3230D905563DB86D2E978127C /* JP.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = JP.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JP.png"; sourceTree = ""; }; - 5B06122E8B3DB8E06DE9DBE40440AE38 /* GM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GM.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GM.png"; sourceTree = ""; }; - 5B6F4B74013650837366986D492A7414 /* WS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = WS.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WS.png"; sourceTree = ""; }; - 5C2BCDE9E91C736579E04A529049A90B /* GW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GW.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GW.png"; sourceTree = ""; }; - 5C7F87DBAA3F06C032C60F5DC21EF22D /* RU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = RU.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RU.png"; sourceTree = ""; }; - 5D990429DDF0D3149894BC6E2429B1FB /* CV.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CV.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CV.png"; sourceTree = ""; }; - 5E43D4FA758D38C8EEE1F3CC28EB9119 /* HM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "HM@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HM@2x.png"; sourceTree = ""; }; - 5E9A7A7CFEC3D62BA6836713B5CDE9B2 /* CountryPickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CountryPickerView.swift; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryPickerView.swift"; sourceTree = ""; }; - 5F0EE435127E20200C07A166A07A6DDD /* BW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BW.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BW.png"; sourceTree = ""; }; - 5F3787AC09623D3EF44A9A927F13C33A /* ID@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ID@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ID@2x.png"; sourceTree = ""; }; - 5F67C47757D7031EFD7D78FC028D78E9 /* VE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VE@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VE@2x.png"; sourceTree = ""; }; - 5F8FA4CE779F85D271319124C76D429C /* ER.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ER.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ER.png"; sourceTree = ""; }; - 5FD403528489043BC62BAD0E5DF64960 /* BV.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BV.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BV.png"; sourceTree = ""; }; - 5FE2E93291AAE279F7A49C0C1E55EA93 /* ME.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ME.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ME.png"; sourceTree = ""; }; - 600D305A0EEDDC38ED47819D51E68973 /* SV@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SV@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SV@2x.png"; sourceTree = ""; }; - 60265398228603EBE08B27DADF0A9DE9 /* AW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AW@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AW@2x.png"; sourceTree = ""; }; - 605A3AD04953D614DEDAB2B755164320 /* TH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TH.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TH.png"; sourceTree = ""; }; - 60A34D98F2E925A3555A3D79C7704E3C /* CL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CL@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CL@2x.png"; sourceTree = ""; }; - 614DED34D15F2670450E6660FAF8CF93 /* NA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NA@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NA@2x.png"; sourceTree = ""; }; - 61DE01B9E33780FDC1F8BDA13836D78B /* RS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = RS.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RS.png"; sourceTree = ""; }; - 63B918312053855EBC4F72A94D3747E2 /* DO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = DO.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DO.png"; sourceTree = ""; }; - 63D35A8815CBEEF156370FEF3210C5C9 /* Pods-CountryPicker13+Example */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-CountryPicker13+Example"; path = Pods_CountryPicker13_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 6521BEFDF961915D08727E0D614C22EF /* BF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BF.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BF.png"; sourceTree = ""; }; - 6531E96449B76922B999196633673C35 /* SS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SS@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SS@2x.png"; sourceTree = ""; }; - 660E476A70B5759023E71B6360E47E63 /* CD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CD@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CD@2x.png"; sourceTree = ""; }; - 66C34A4103F9D044AAEE4C866FDF6393 /* BS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BS.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BS.png"; sourceTree = ""; }; - 66D2A238604B2ED7CF9CB3A6E542F628 /* CL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CL.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CL.png"; sourceTree = ""; }; - 672B0D6C5C9B6FFBCBE1694B18B3FA3E /* TH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TH@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TH@2x.png"; sourceTree = ""; }; - 683325D6DD18608A88382AD30F2A544D /* MY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MY@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MY@2x.png"; sourceTree = ""; }; - 684C73E28A4F8AF6E30B84E330799B0C /* AE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AE@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AE@2x.png"; sourceTree = ""; }; - 68F34383B93A6585E0D6D6E1F95F06E0 /* ME@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ME@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ME@2x.png"; sourceTree = ""; }; - 69519465A31424A43445518605330B64 /* FK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "FK@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FK@2x.png"; sourceTree = ""; }; - 69B48CFF4252AE5846E3E6BE82A10742 /* BB.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BB.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BB.png"; sourceTree = ""; }; - 69DACBFEC188668A19424D0F6C96BDF7 /* MU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MU.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MU.png"; sourceTree = ""; }; - 6A2BDADA539CCA97FD2BE0E4749104F8 /* TN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TN@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TN@2x.png"; sourceTree = ""; }; - 6A4CFEE2B781325994A3AAB5F6856373 /* DJ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = DJ.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DJ.png"; sourceTree = ""; }; - 6B7ACB19104F17F558D39E76B168E662 /* GT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GT@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GT@2x.png"; sourceTree = ""; }; - 6B8D4587F540FA78D72D9C8C33AF8014 /* TV.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TV.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TV.png"; sourceTree = ""; }; - 6BF8424DE5856169AFAEBBD756DE85DF /* MW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MW@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MW@2x.png"; sourceTree = ""; }; - 6E7B719A9A43B645B739D65CBF9AB920 /* KY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KY@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KY@2x.png"; sourceTree = ""; }; - 6FDD0C7213A4BF4CDB3DE18BCBE1743C /* AL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AL@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AL@2x.png"; sourceTree = ""; }; - 7162F9815CDB5EA96A9E20F200990CF2 /* CC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CC@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CC@2x.png"; sourceTree = ""; }; - 7205CCD910325AE5F8DB7E2F60CE7264 /* BZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BZ@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BZ@2x.png"; sourceTree = ""; }; - 72106FC976BF7EB4AB4AF1569E9DF186 /* MG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MG.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MG.png"; sourceTree = ""; }; - 723C3B84D6216C398F88F03DB2DBD520 /* GR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GR@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GR@2x.png"; sourceTree = ""; }; - 72469968EE4F2C05AB3EDECFBF4FAEBE /* TG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TG@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TG@2x.png"; sourceTree = ""; }; - 725944BA4DC2B34271E987363EFCF166 /* KR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KR@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KR@2x.png"; sourceTree = ""; }; - 729EFAA8F6D347866502DA98469B2410 /* MA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MA@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MA@2x.png"; sourceTree = ""; }; - 72E37CEFDA00A9E0136F532173D7CE51 /* IO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IO@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IO@2x.png"; sourceTree = ""; }; - 72F2F7BE9B72A995A2CE282E16D7CF71 /* TO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TO.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TO.png"; sourceTree = ""; }; - 72F4B6610DB303EDE487680EF6ADC4AC /* HU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = HU.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HU.png"; sourceTree = ""; }; - 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 7348138E8772A48C006078AE3D7BD78B /* GA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GA@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GA@2x.png"; sourceTree = ""; }; - 739D465F35D9FF5BD48627E9179D6C41 /* SZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SZ@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SZ@2x.png"; sourceTree = ""; }; - 74D0A2CBE13047957496FB9EAF18580D /* JO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = JO.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JO.png"; sourceTree = ""; }; - 76AB430DD3C080391EC0FB00CDECF160 /* EG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "EG@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EG@2x.png"; sourceTree = ""; }; - 76B5736968C42284B54097A8A04629A7 /* PR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PR@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PR@2x.png"; sourceTree = ""; }; - 770AFE8AD8986B7C89A8924F6015E18F /* ML@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ML@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ML@2x.png"; sourceTree = ""; }; - 775EFB1034629710250D8C43AF4E2246 /* MK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MK@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MK@2x.png"; sourceTree = ""; }; - 776D696DC7442CA9066252D46D8EB154 /* KM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KM.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KM.png"; sourceTree = ""; }; - 77E82A9CCCF9FB8BF04EC0BE76F012FB /* HK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = HK.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HK.png"; sourceTree = ""; }; - 796AE4B752A681AB290EAD74C28D073D /* GD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GD@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GD@2x.png"; sourceTree = ""; }; - 79D8DB6C829B15B41BBA3C2D78C11716 /* LT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LT@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LT@2x.png"; sourceTree = ""; }; - 7A91FA96C936A83D9D228DAD466A3622 /* NC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NC.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NC.png"; sourceTree = ""; }; - 7AAD46805E58074C3997AEB4518DBD43 /* TC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TC@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TC@2x.png"; sourceTree = ""; }; - 7AEB7A849A0087CE6D22C7FB94DF83BC /* SV.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SV.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SV.png"; sourceTree = ""; }; - 7B340AA9E90F45CD1479A83867F9D197 /* GT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GT.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GT.png"; sourceTree = ""; }; - 7BA36713AAC282BF499FEA5ECF7593AD /* AZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AZ.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AZ.png"; sourceTree = ""; }; - 7CC22018FC1B72F55782E5E15BD1874E /* GQ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GQ@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GQ@2x.png"; sourceTree = ""; }; - 7D078D0B424476B04C9087A9284A1C0F /* VN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VN@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VN@2x.png"; sourceTree = ""; }; - 7D2C396B85F35260847687CE72FC581D /* SK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SK.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SK.png"; sourceTree = ""; }; - 7D4F0E378FC1238BB5AF667109E495C9 /* MD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MD.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MD.png"; sourceTree = ""; }; - 7DD3434332C412633FA1032FA06BAB71 /* AU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AU.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AU.png"; sourceTree = ""; }; - 7DF441298AE5AA67F787693A315192DF /* NO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NO@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NO@2x.png"; sourceTree = ""; }; - 7EAA15FAC60366A32F07B1886666B938 /* SKCountryPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SKCountryPicker.modulemap; sourceTree = ""; }; - 7EF313E28BC0699C627B5CAA843E6F08 /* WF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = WF.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WF.png"; sourceTree = ""; }; - 7F6356024F011680539EAC56600B7BD6 /* KR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KR.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KR.png"; sourceTree = ""; }; - 8126829743FAB1715280AE9B7FA0EBB3 /* CZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CZ.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CZ.png"; sourceTree = ""; }; - 824B21ECCBFD77BBCB124EF501F931A6 /* AM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AM@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AM@2x.png"; sourceTree = ""; }; - 8291FE6050E2666B84AEF1E0387960C6 /* GG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GG@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GG@2x.png"; sourceTree = ""; }; - 82AB3FDA8806B0A64C6C709DD89F790C /* EH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = EH.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EH.png"; sourceTree = ""; }; - 8321C5E168E9825CE02E055A4DF3B10E /* BE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BE@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BE@2x.png"; sourceTree = ""; }; - 833F5495DA7BDE14A3D7600DF8EECF8B /* IR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IR.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IR.png"; sourceTree = ""; }; - 83BB7FBD859422390C3114791FDFD7AE /* GF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GF@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GF@2x.png"; sourceTree = ""; }; - 841058E20DB74B686CF01F8886E38177 /* TR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TR@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TR@2x.png"; sourceTree = ""; }; - 860745A071FF47A5D9DEE8740697E9D8 /* MZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MZ.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MZ.png"; sourceTree = ""; }; - 86118789ABA732134A0E577FEA2B1395 /* IR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IR@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IR@2x.png"; sourceTree = ""; }; - 86BE7C6C16FF288235279774FFC57914 /* IE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IE.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IE.png"; sourceTree = ""; }; - 872DF4C5FBA7569EC51C5C4D17375D50 /* GA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GA.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GA.png"; sourceTree = ""; }; - 883FB8DDC3037B9298511FFD15A95648 /* AF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AF.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AF.png"; sourceTree = ""; }; - 886B43CC532867BCBD35BC4BBB12211F /* XK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = XK.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/XK.png"; sourceTree = ""; }; - 888857AA769A85BBB19BFEBE5A8C2D18 /* CZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CZ@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CZ@2x.png"; sourceTree = ""; }; - 88CDB6677F44B14C1D4377F798EFB5EC /* Constant.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constant.swift; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/Constant.swift"; sourceTree = ""; }; - 88CFE22591A7AE1E113D28970EDD93E3 /* PR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PR.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PR.png"; sourceTree = ""; }; - 88EBFBF41A86C02E612FF78A1AD1D413 /* CA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CA@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CA@2x.png"; sourceTree = ""; }; - 88F7CED7A163D2590EA10D2E7BCF4FD4 /* PF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PF.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PF.png"; sourceTree = ""; }; - 89162C8E490291D138838D5EBC87C808 /* BL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BL.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BL.png"; sourceTree = ""; }; - 89BD57BE2271DEA8BE1AA2821C68715B /* LA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LA@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LA@2x.png"; sourceTree = ""; }; - 89BE1140E91F27A17934E914B9B6DE21 /* NF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NF.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NF.png"; sourceTree = ""; }; - 8AA1ED857D8721E3E64C595C58FF7C50 /* countries.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = countries.plist; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/countries.plist"; sourceTree = ""; }; - 8AA47E6A5B1B1ADC2680A2B7852B3335 /* XK@2.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "XK@2.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/XK@2.png"; sourceTree = ""; }; - 8ACBD584BC1F295662BE3157871BB78A /* SectionMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SectionMapper.swift; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/SectionMapper.swift"; sourceTree = ""; }; - 8C4BED5D81095402A81C808776DA9E0C /* Country.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Country.swift; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/Country.swift"; sourceTree = ""; }; - 8C726F776BD3DED6583FB68515AECB17 /* US.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = US.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/US.png"; sourceTree = ""; }; - 8D1FBEB964B15D38B2462C8950B5B206 /* SS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SS.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SS.png"; sourceTree = ""; }; - 8D6E6B07497091CCB6800632D537F261 /* PW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PW.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PW.png"; sourceTree = ""; }; - 8DDB6A273FD579B23D14AF6BBEDDAA31 /* PL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PL@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PL@2x.png"; sourceTree = ""; }; - 8E1F914AE483EDF183B8DBFA438E6A47 /* MV.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MV.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MV.png"; sourceTree = ""; }; - 8E4EF929C0D7CD01088C4AB8C77E7A5F /* HM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = HM.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HM.png"; sourceTree = ""; }; - 8F1E1FCC0BB4F236908E28A467496C11 /* PK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PK.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PK.png"; sourceTree = ""; }; - 8F6C68F8038C921F7BD697931CA7BEC6 /* MO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MO.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MO.png"; sourceTree = ""; }; - 909D91BB30147952C816692AEEAA8F5A /* RS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "RS@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RS@2x.png"; sourceTree = ""; }; - 91B3E8AB181711A1E6600FA8B6CBF1A6 /* SKCountryPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SKCountryPicker-dummy.m"; sourceTree = ""; }; - 921F0FB9798DC7A63A44380AAC3FC96B /* GI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GI.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GI.png"; sourceTree = ""; }; - 922E820F926C01F4EE3522D9169557E5 /* FJ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = FJ.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FJ.png"; sourceTree = ""; }; - 92350DD32B15AB2FEDA3FC1DA23A9020 /* US@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "US@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/US@2x.png"; sourceTree = ""; }; - 92C17D2123691DE25B2F7069D63DFEAF /* VU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VU.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VU.png"; sourceTree = ""; }; - 93356B27D9D220B41A08A7D35960A55F /* MU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MU@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MU@2x.png"; sourceTree = ""; }; - 933C26FFDB3D7D567BC3BBD5A491570D /* BV@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BV@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BV@2x.png"; sourceTree = ""; }; - 93B1CE40D1812FD26358A05C377E9998 /* VC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VC.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VC.png"; sourceTree = ""; }; - 93C61DC82824F47E1E578A9CC340413E /* SI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SI@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SI@2x.png"; sourceTree = ""; }; - 93F2EA0C2ABF287D0AAB93E6DB3FFA79 /* LK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LK@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LK@2x.png"; sourceTree = ""; }; - 94009D293E3FE854C19953A2033458A0 /* BZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BZ.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BZ.png"; sourceTree = ""; }; - 9418043630242526D40814F0FA48590B /* YE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = YE.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YE.png"; sourceTree = ""; }; - 94BB9D5003D2D9101429A8F65CAA34E1 /* CU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CU@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CU@2x.png"; sourceTree = ""; }; - 9543E01D5E6FB8A74209B29D024D6737 /* GM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GM@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GM@2x.png"; sourceTree = ""; }; - 9571D8C07D4DAA8D7B455A7F34D6F54A /* MK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MK.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MK.png"; sourceTree = ""; }; - 95A4976AC832ED8EBF884CCC76B2692E /* SK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SK@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SK@2x.png"; sourceTree = ""; }; - 974FE6361DACB02D441D1E20150C54EB /* ZM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ZM@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZM@2x.png"; sourceTree = ""; }; - 977866E016A3CAEF6EF8812414D4E990 /* CR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CR.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CR.png"; sourceTree = ""; }; - 988F4AA40AB1AFA770C0035A6FD4B083 /* SJ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SJ@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SJ@2x.png"; sourceTree = ""; }; - 99C4B656B7FF6FB900A4CB5698A61B6B /* FO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = FO.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FO.png"; sourceTree = ""; }; - 99D0E39002755F774F1478032EC9D853 /* AG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AG@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AG@2x.png"; sourceTree = ""; }; - 99D3AF2C440D8ABBFADD3606F531CD84 /* LU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LU.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LU.png"; sourceTree = ""; }; - 99DD9770D5CE9040087BE7D6528D2AF6 /* NZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NZ@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NZ@2x.png"; sourceTree = ""; }; - 9A1F609B44880682E2122017B1C34463 /* KZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KZ.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KZ.png"; sourceTree = ""; }; - 9A338F38F161582ED23E7359ADB497C6 /* HR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = HR.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HR.png"; sourceTree = ""; }; - 9B3CA865DDA1D2B504D79A750BC298B6 /* SB.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SB.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SB.png"; sourceTree = ""; }; - 9B6CAC546EC976314E0D74C5F37A6D87 /* RE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "RE@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RE@2x.png"; sourceTree = ""; }; - 9B8DFC65FCDE287D71437AD512654ED5 /* KG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KG@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KG@2x.png"; sourceTree = ""; }; - 9BAB0B4663B77FF02AD9FE756B1D846B /* VG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VG@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VG@2x.png"; sourceTree = ""; }; - 9BEF1F317153188022D8C0E18A46EB6C /* LV@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LV@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LV@2x.png"; sourceTree = ""; }; - 9CA84A0CF3B44AAED9C8751DBCA6E512 /* KM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KM@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KM@2x.png"; sourceTree = ""; }; - 9CD1EC8389F428813BA671E4894D0974 /* KZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KZ@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KZ@2x.png"; sourceTree = ""; }; - 9CED71AF36C9618F9EE3183E826A3471 /* HR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "HR@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HR@2x.png"; sourceTree = ""; }; - 9D8CCC8D5AFA8693B45C8E497F457589 /* UY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "UY@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UY@2x.png"; sourceTree = ""; }; - 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9D95EE3C95A8599F04ACC788E009731F /* DM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "DM@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DM@2x.png"; sourceTree = ""; }; - 9DD14056797C1F7EFC403C5B2DB1F861 /* PW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PW@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PW@2x.png"; sourceTree = ""; }; - 9E1605F31E6B176292F035373D2C7773 /* VU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VU@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VU@2x.png"; sourceTree = ""; }; - 9E4992ED1C1301A22883D926F271AFEA /* SN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SN@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SN@2x.png"; sourceTree = ""; }; - 9E6083F6B3EBD5DD67FDC15B5ECB4C58 /* TC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TC.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TC.png"; sourceTree = ""; }; - 9E672BB924DE68830F10BF2BA5B1689B /* BE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BE.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BE.png"; sourceTree = ""; }; - 9EB494B2F159FF74A2462AC5B3EC0980 /* DM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = DM.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DM.png"; sourceTree = ""; }; - 9FE9E03BA84BC991AE29AD644810CDB4 /* CF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CF.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CF.png"; sourceTree = ""; }; - A03F06BD7234E6658A2E23F0F70FD333 /* RO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = RO.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RO.png"; sourceTree = ""; }; - A04ACD1C2BD81F57484C4C915628D37C /* YE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "YE@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YE@2x.png"; sourceTree = ""; }; - A12AA21207C22D97F8C1DEC3CC24370E /* HN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "HN@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HN@2x.png"; sourceTree = ""; }; - A2BD6C3D7D28A929AA1E61112177B768 /* WF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "WF@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WF@2x.png"; sourceTree = ""; }; - A30B6152D5448E0639FD6CA56A3F1A71 /* Pods-CountryPicker13+Example-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-CountryPicker13+Example-Info.plist"; sourceTree = ""; }; - A45486EBFB9BD6B26C315C35411578D0 /* CD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CD.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CD.png"; sourceTree = ""; }; - A4BEE128059CC8AA3B533C7E26FA98FD /* ST@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ST@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ST@2x.png"; sourceTree = ""; }; - A5041963AA967F8041EFBAF97B901AF2 /* MA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MA.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MA.png"; sourceTree = ""; }; - A5560E9D739CD69AE338317FF9AAC26D /* NP.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NP.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NP.png"; sourceTree = ""; }; - A5EAE72C6AC6A0D2A7D50E422CF16D1D /* BM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BM@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BM@2x.png"; sourceTree = ""; }; - A5FBFA9C1A4F23CFBAE9FC25608A55F6 /* UA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "UA@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UA@2x.png"; sourceTree = ""; }; - A60BBAD5DFDB386684F604FC3F7CFF85 /* EC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = EC.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EC.png"; sourceTree = ""; }; - A66725ABC86DF17F609BB3878C2FC552 /* TZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TZ.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TZ.png"; sourceTree = ""; }; - A693C8A0CFB11E0F5FE0C5CD0242EFBF /* SO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SO@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SO@2x.png"; sourceTree = ""; }; - A6DC3686025A82BB4C0533AA6FC12FA7 /* LI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LI.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LI.png"; sourceTree = ""; }; - A6E9C552B44E0939E5BC0B42F035352A /* HT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "HT@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HT@2x.png"; sourceTree = ""; }; - A71B890708E45D6408979EB18C578E9F /* PS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PS.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PS.png"; sourceTree = ""; }; - A76BE982955890897A42C74823796B39 /* PH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PH.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PH.png"; sourceTree = ""; }; - A7AD979EA81CA0E6215EEC88A36FD564 /* TF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TF.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TF.png"; sourceTree = ""; }; - A9B21ADE051AE8E672E8E43FF9E7EA5E /* Pods-CountryPicker13+Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CountryPicker13+Example.debug.xcconfig"; sourceTree = ""; }; - A9C71741B5F72130BFD61BBEB79A161F /* LY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LY.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LY.png"; sourceTree = ""; }; - AAE7F193E58B896840CE3B1B448BB37E /* DE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "DE@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DE@2x.png"; sourceTree = ""; }; - AB5C4898044D0041DCAC74B5F0B85616 /* AM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AM.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AM.png"; sourceTree = ""; }; - AB95DCEA8314806057323C87D5B4E34E /* FR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "FR@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FR@2x.png"; sourceTree = ""; }; - ABCEB9EE5D5CCCC86E2FE5BA10DDD2E0 /* AX@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AX@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AX@2x.png"; sourceTree = ""; }; - ABE173D522FCE2EEDBD4F7DFBAA58ADC /* GY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GY@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GY@2x.png"; sourceTree = ""; }; - AC0931771D1008DED0081D3D13CC91C0 /* SG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SG.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SG.png"; sourceTree = ""; }; - AC6F6CC65AC7B8708E2D63AB2A5461AB /* BW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BW@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BW@2x.png"; sourceTree = ""; }; - AC866DC8A9B489C25493220CFE47C5CE /* CO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CO@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CO@2x.png"; sourceTree = ""; }; - AC93179D1815B1BF4210F8BB7F8D8CED /* LY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LY@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LY@2x.png"; sourceTree = ""; }; - AD98742CCEDD21AF222D55A8368A318A /* KP.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KP.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KP.png"; sourceTree = ""; }; - ADB036E8DBD8D34F957AB13BE2737694 /* AG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AG.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AG.png"; sourceTree = ""; }; - ADCC7FD65EEC69CB53839369ED58DB17 /* NG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NG.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NG.png"; sourceTree = ""; }; - AE2AC0E99EC38B4976E6A44E9E10E5FC /* PN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PN@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PN@2x.png"; sourceTree = ""; }; - AE40D9EA98572F9670DF6A7D0CD7F116 /* MN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MN@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MN@2x.png"; sourceTree = ""; }; - AE7A206352FC6AFD59DB63A58DE7CE7A /* GN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GN.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GN.png"; sourceTree = ""; }; - AEAF9FE0C4379D05D1DCBA04D1CA63A1 /* FI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = FI.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FI.png"; sourceTree = ""; }; - AEF9BBD0C1EB7298E6E9EC6C920BBA5E /* TK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TK@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TK@2x.png"; sourceTree = ""; }; - AF160095CBF259CBAA2D79CA2585524F /* SE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SE.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SE.png"; sourceTree = ""; }; - AF2BE0051826727B7C71088A8B88733E /* UY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = UY.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UY.png"; sourceTree = ""; }; - AFBBB214899D37BF48341C685FAADA9F /* OM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = OM.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/OM.png"; sourceTree = ""; }; - AFDEEEFD769ABE133F1A35F6CF6B77EE /* PA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PA.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PA.png"; sourceTree = ""; }; - B08666045714094992D31881360E5B7B /* ZW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ZW.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZW.png"; sourceTree = ""; }; - B1B2DA3FECDE9AC56365B7347228036F /* MN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MN.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MN.png"; sourceTree = ""; }; - B211D25E31D0A77F421A5FD9958B9A62 /* LR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LR.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LR.png"; sourceTree = ""; }; - B245F65E728C81D5A2779E56D49104C6 /* MW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MW.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MW.png"; sourceTree = ""; }; - B2A48309528379BC320D1A6C02B37FA6 /* LT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LT.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LT.png"; sourceTree = ""; }; - B3135962A704ACA76FF6BE5ACDFC75DC /* TK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TK.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TK.png"; sourceTree = ""; }; - B3556A070516F03FCA51D5577D9A5D44 /* SY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SY.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SY.png"; sourceTree = ""; }; - B3CA6305E0D888626372C1AC01333487 /* TD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TD.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TD.png"; sourceTree = ""; }; - B3EC49F6EFCCEA5606A6EFEBF1E955DB /* RE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = RE.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RE.png"; sourceTree = ""; }; - B40B0F9A82BB49F7519D76775C3C76A8 /* PM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PM@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PM@2x.png"; sourceTree = ""; }; - B40BD7073808B6141D8F6A215C47154D /* GS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GS@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GS@2x.png"; sourceTree = ""; }; - B4C962E778EB1CDF6901232E7331F3CF /* TN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TN.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TN.png"; sourceTree = ""; }; - B4F338E1630DD473A87E3C6E73BCF891 /* SJ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SJ.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SJ.png"; sourceTree = ""; }; - B5B2BC2356FCA3156B0672275EDD6F5B /* VE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VE.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VE.png"; sourceTree = ""; }; - B62A7D510FC4462F6980EE01FCA1F6B7 /* BA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BA.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BA.png"; sourceTree = ""; }; - B678EB7B8ECB6682F1CDE2A58D4E4CFC /* PK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PK@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PK@2x.png"; sourceTree = ""; }; - B6E73F4FCAF9775790CA049808C50C39 /* Pods-CountryPicker13+Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-CountryPicker13+Example-acknowledgements.plist"; sourceTree = ""; }; - B79967F43C49F9C3CAEA4386D593C929 /* OM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "OM@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/OM@2x.png"; sourceTree = ""; }; - B8001AD2684AB54FE1AE65D0C460BE8D /* LV.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LV.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LV.png"; sourceTree = ""; }; - B8298C0B1EDF3706C2CFDE154BF2D7D5 /* MD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MD@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MD@2x.png"; sourceTree = ""; }; - B96300ADEE21CD5B6D0517301E4B44F9 /* GE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GE.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GE.png"; sourceTree = ""; }; - B9A3BAF7AB13C5ADF63CE3856504E926 /* MG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MG@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MG@2x.png"; sourceTree = ""; }; - B9CF5095A76C12D9C91A8F712B935E30 /* AU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AU@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AU@2x.png"; sourceTree = ""; }; - B9E162C31FEE7C67B5AC3EFF857C2982 /* MP@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MP@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MP@2x.png"; sourceTree = ""; }; - BA3D7943715250656D9CF9CCA5A796D9 /* IM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IM@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IM@2x.png"; sourceTree = ""; }; - BA4981CA6A9678A5A50348CF376FBA56 /* SD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SD@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SD@2x.png"; sourceTree = ""; }; - BCDF62A2C5A09187C20FBF0CF1A4AF55 /* KY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KY.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KY.png"; sourceTree = ""; }; - BEAEDAA2876C732259B4CE92B4F469B0 /* BA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BA@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BA@2x.png"; sourceTree = ""; }; - BEBFFFF6697E42D8213883F01F8D2605 /* LC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LC@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LC@2x.png"; sourceTree = ""; }; - BF3121E0D4CA8D685FF86E2C95BCB677 /* TF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TF@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TF@2x.png"; sourceTree = ""; }; - BF582F3786B9238B1785CBB365A11A7B /* ZA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ZA@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZA@2x.png"; sourceTree = ""; }; - C085BBCEE8449CB3C6436B9EA450D05F /* NI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NI.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NI.png"; sourceTree = ""; }; - C0C61487F7C9AD50A84FC5D6BA9E0655 /* AR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AR@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AR@2x.png"; sourceTree = ""; }; - C29C14AA3BF33DB7EDA32F3F1735ADCF /* NG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NG@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NG@2x.png"; sourceTree = ""; }; - C3BF98C271E1A2EFD1A5CD111AA22921 /* AI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AI.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AI.png"; sourceTree = ""; }; - C3D5788307B7F91008B673E8F423AE47 /* ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist"; sourceTree = ""; }; - C54EC41E1346285EE81BC081597FB979 /* FM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = FM.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FM.png"; sourceTree = ""; }; - C5F2AA35EF479CCE25E065B1F958978A /* SC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SC@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SC@2x.png"; sourceTree = ""; }; - C67F99DE9BB7069EBE6D21F38B7363E9 /* BF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BF@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BF@2x.png"; sourceTree = ""; }; - C6E03953A3754DF36EC7A2FC385CC6F4 /* PM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PM.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PM.png"; sourceTree = ""; }; - C719BE455C74277125DD95D1727C022E /* MR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MR.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MR.png"; sourceTree = ""; }; - C80B25FD30B6951B9912F14A48489222 /* TD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TD@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TD@2x.png"; sourceTree = ""; }; - C812518AAE40ACA959EEE74811FF3352 /* SD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SD.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SD.png"; sourceTree = ""; }; - C836F80E8EB4DA25FBBBEC88AE7A05E5 /* IS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IS@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IS@2x.png"; sourceTree = ""; }; - C875A35CC0F324994FFE4450EA646764 /* AO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AO.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AO.png"; sourceTree = ""; }; - C8911FACBA7B17A56F445A71AD26D03A /* NL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NL@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NL@2x.png"; sourceTree = ""; }; - C91DA43060CF08B8090C68BE3A3EEB8D /* NI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NI@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NI@2x.png"; sourceTree = ""; }; - C965111959B4C501155BB0C9BF5DA0B2 /* BG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BG@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BG@2x.png"; sourceTree = ""; }; - C99841CB1083B248E720A031723F8C74 /* CK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CK@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CK@2x.png"; sourceTree = ""; }; - C9CA9A7ABE3C1ADC1BD7400C3B2A1EA9 /* VG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VG.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VG.png"; sourceTree = ""; }; - C9CC1D0951D09C0A3CA55D20E0C9A96A /* GP.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GP.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GP.png"; sourceTree = ""; }; - C9D7FEB55A4C5F7D66FA8A2AC2564B98 /* PY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PY@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PY@2x.png"; sourceTree = ""; }; - CA7B14DD00A071D4AF454EA1BE6AD06D /* DZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = DZ.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DZ.png"; sourceTree = ""; }; - CAA3A7086F057F5AB9A6B969C1A80D02 /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/Configuration.swift"; sourceTree = ""; }; - CAC1C4969962B664604676EB645B70D1 /* CC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CC.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CC.png"; sourceTree = ""; }; - CB6BAD1E7114B8D5E4E3A9FF647EAA4C /* BI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BI@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BI@2x.png"; sourceTree = ""; }; - CBE200DF83814D30DEB7A718DA2AB1E5 /* NF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NF@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NF@2x.png"; sourceTree = ""; }; - CDBFC8AC1C480CF9DB77F25DBC00826C /* UA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = UA.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UA.png"; sourceTree = ""; }; - CE26B9625C56EB2E10B6059A9EA19D98 /* AE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AE.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AE.png"; sourceTree = ""; }; - CE7C42DBAA1F19C20EFC640787E2A0E1 /* BO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BO.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BO.png"; sourceTree = ""; }; - CE7D397064F0AC31E345F5A2C9DC9762 /* Pods-CountryPicker13+Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CountryPicker13+Example.release.xcconfig"; sourceTree = ""; }; - CEB8C666745ECCB0375749FD6A058DB0 /* TJ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TJ.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TJ.png"; sourceTree = ""; }; - CED4EFC45C54BDDBC2F7F479A63F0488 /* PA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PA@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PA@2x.png"; sourceTree = ""; }; - CEE8A054D7AD073C247B8DC51FA183A4 /* KW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KW@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KW@2x.png"; sourceTree = ""; }; - CF8D8B3F0698123C347B1C3AEC3D8661 /* PL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PL.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PL.png"; sourceTree = ""; }; - CF9760E5EC51115BD0D7F67C8C363121 /* DJ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "DJ@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DJ@2x.png"; sourceTree = ""; }; - D0FDAD0A4FC56F450454CD45C09969AA /* SH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SH.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SH.png"; sourceTree = ""; }; - D0FE968414DADAAB10ACD4B9065DE92A /* AS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AS@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AS@2x.png"; sourceTree = ""; }; - D1DD58A6E81B2AEAC7CB48A61F06C349 /* SI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SI.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SI.png"; sourceTree = ""; }; - D1E886C6E989939321F886817B91E7C2 /* SC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SC.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SC.png"; sourceTree = ""; }; - D26562E97C25274B40AA8E976115F501 /* GS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GS.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GS.png"; sourceTree = ""; }; - D2976D777ED30AA8B43F4602041F5B43 /* MF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MF.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MF.png"; sourceTree = ""; }; - D33239E7EE81BC696BEA72C0FE04A236 /* AS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AS.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AS.png"; sourceTree = ""; }; - D339A86D6E29C644CA4588A334B91992 /* CH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CH@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CH@2x.png"; sourceTree = ""; }; - D43E84AB8CBE1C33D436057C147D5640 /* DZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "DZ@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DZ@2x.png"; sourceTree = ""; }; - D45589BB7A557DC452E16654C0C776E0 /* AW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AW.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AW.png"; sourceTree = ""; }; - D472E0AE3917EAA8D108E822A3E679C9 /* NR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NR.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NR.png"; sourceTree = ""; }; - D4D8E38361F95F0CAB6C2ECC7DC760BC /* TV@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TV@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TV@2x.png"; sourceTree = ""; }; - D5843B2D9416DC895C71AD1F7878EE1D /* KW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KW.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KW.png"; sourceTree = ""; }; - D647E1DDEC6DD5770C5F33A7B079D17B /* TR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TR.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TR.png"; sourceTree = ""; }; - D6F1FE197826CCF9A11CB4D6B51B2B35 /* CM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CM.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CM.png"; sourceTree = ""; }; - D7039C202CF14E4E59848C5959033EA9 /* NL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NL.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NL.png"; sourceTree = ""; }; - D87DFB976B193BFC3E81D4A0A182D2E8 /* MF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MF@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MF@2x.png"; sourceTree = ""; }; - D95ED8D7DF598693135DDEEADC1A5167 /* MQ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MQ.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MQ.png"; sourceTree = ""; }; - DA306A573E82D69B96901FF741A4C8D7 /* UG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "UG@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UG@2x.png"; sourceTree = ""; }; - DA317AE156B7BCA49D3227C2FCC7EF3A /* AQ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AQ@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AQ@2x.png"; sourceTree = ""; }; - DA52DE4405C27F16FBC9DE30C99FA28F /* CG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CG@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CG@2x.png"; sourceTree = ""; }; - DA8B214AE6099F9726C386B14066E245 /* SG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SG@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SG@2x.png"; sourceTree = ""; }; - DA9C9AD99F140FAEA9FA1F5DC0B106FF /* MX.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MX.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MX.png"; sourceTree = ""; }; - DB04F6211243086B5B0E6AFCE56C542A /* BJ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BJ.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BJ.png"; sourceTree = ""; }; - DB6D550FEF26867490382E01EEBB331E /* RW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "RW@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RW@2x.png"; sourceTree = ""; }; - DC533FC91A301C8A172217F9B0A5A28D /* EC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "EC@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EC@2x.png"; sourceTree = ""; }; - DC87ADAB117E261D169E4E16FBAC9829 /* MM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MM@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MM@2x.png"; sourceTree = ""; }; - DCD1584DFB90BB3B2270C2A7FA391721 /* AQ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AQ.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AQ.png"; sourceTree = ""; }; - DD4058FC70A2CA217B68E6B509BC0460 /* FR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = FR.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FR.png"; sourceTree = ""; }; - DD85FDCEDD54234306DC33E5E084DB8C /* SR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SR.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SR.png"; sourceTree = ""; }; - DE10C01F7273EF7CF8A0FF9C1E37BA2B /* BR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BR@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BR@2x.png"; sourceTree = ""; }; - DE22425615B38783E01F476D979B4955 /* CN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CN.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CN.png"; sourceTree = ""; }; - DE277629B5C09BE727E2EA152C0F7D19 /* SKCountryPicker-CountryPickerController */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "SKCountryPicker-CountryPickerController"; path = CountryPickerController.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - DE76F26650DC6E7A399D342CA7E8F657 /* HN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = HN.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HN.png"; sourceTree = ""; }; - DEBE3968C92BBF0052632EF197E61556 /* GW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GW@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GW@2x.png"; sourceTree = ""; }; - E071050139FD2B5E498F0DC8D3D06875 /* SKCountryPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SKCountryPicker-prefix.pch"; sourceTree = ""; }; - E0DD132714FCD90B7B1FD2BB9274A083 /* AR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AR.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AR.png"; sourceTree = ""; }; - E141AFE4203EB5A996DF811A5C83E310 /* JO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "JO@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JO@2x.png"; sourceTree = ""; }; - E15D19B032A2CF3C4E8A2371C69B1505 /* LB@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LB@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LB@2x.png"; sourceTree = ""; }; - E212A48553B8A52DCB71BF7323F72367 /* MH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MH.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MH.png"; sourceTree = ""; }; - E29516A6A0DEAAD87A7549F71F51B4AB /* NE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NE.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NE.png"; sourceTree = ""; }; - E297A68937BADF34EC9000446A08F7B8 /* TT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TT.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TT.png"; sourceTree = ""; }; - E2B6D50FC1728B17DAFC385448BA4AE5 /* AX.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AX.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AX.png"; sourceTree = ""; }; - E2D5576E5406E11C36BF38AF8B60036A /* HT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = HT.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HT.png"; sourceTree = ""; }; - E35D40CE0FDD4C4651AABDFD4367BC74 /* SKCountryPicker */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SKCountryPicker; path = SKCountryPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E3F6F4FABDE4B17A9734E544464B3F94 /* CO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CO.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CO.png"; sourceTree = ""; }; - E41579F6800E816EB192FECCAAF270B3 /* GU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GU.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GU.png"; sourceTree = ""; }; - E4470E45DD8BAF3662178A77277472F3 /* CH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CH.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CH.png"; sourceTree = ""; }; - E475B3899F9067551B151513B5B9541F /* BQ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BQ@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BQ@2x.png"; sourceTree = ""; }; - E4C57487A1665D7D23B0B88C1C399EC6 /* VI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VI.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VI.png"; sourceTree = ""; }; - E5E69F56417E2C1614EF796082B74876 /* SKCountryPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SKCountryPicker-umbrella.h"; sourceTree = ""; }; - E6711C83EEF2E7C507ECF7CDF7B62B0E /* SE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SE@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SE@2x.png"; sourceTree = ""; }; - E7055A0972E9E126B71D701E70237AFA /* Pods-CountryPicker13+Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CountryPicker13+Example-frameworks.sh"; sourceTree = ""; }; - E76473218CF5E8DD5E3DBF8293DF2DD5 /* TJ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TJ@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TJ@2x.png"; sourceTree = ""; }; - E81EF4B9E7D33C571AEFBB52478EA2C4 /* IO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IO.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IO.png"; sourceTree = ""; }; - E8C8EB01EDCC5DA5670BEA10AF71488F /* QA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "QA@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/QA@2x.png"; sourceTree = ""; }; - E9541B85899D5319F6D81A386561F217 /* KI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KI.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KI.png"; sourceTree = ""; }; - E9B37B3077ED1E07B7A7047B10D42090 /* BS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BS@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BS@2x.png"; sourceTree = ""; }; - EA85BB7C28D114E21E54E5CB10E26147 /* PY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PY.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PY.png"; sourceTree = ""; }; - EB06D75343359A7BE6F576531B71CF54 /* TL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TL.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TL.png"; sourceTree = ""; }; - EBD7F0FFB3F512CECD641E93C36786F8 /* KG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KG.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KG.png"; sourceTree = ""; }; - EC545743109E21C50A71E2FC72BA8BC7 /* SH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SH@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SH@2x.png"; sourceTree = ""; }; - ECC0DA9B092FA20023192811C5172046 /* SKCountryPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SKCountryPicker.debug.xcconfig; sourceTree = ""; }; - ECC1AA72DCC765F0EE7E5581AAB1D616 /* LK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LK.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LK.png"; sourceTree = ""; }; - EDBACB7BBAB2F418DACCBC76D6325805 /* KN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KN@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KN@2x.png"; sourceTree = ""; }; - EE3C0B4629333E2613FA7D3D9C587FC2 /* NO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NO.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NO.png"; sourceTree = ""; }; - EE4A8F058942B77723FB5835EF565F2C /* LU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LU@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LU@2x.png"; sourceTree = ""; }; - EE4E32A67DFBD13EA682D392A931E631 /* PT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PT@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PT@2x.png"; sourceTree = ""; }; - EE9851949B0C42E466FE5EE0D25D22F4 /* MR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MR@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MR@2x.png"; sourceTree = ""; }; - F0CD2B9437BCE582F6DB6D733DDD3DE5 /* CY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CY@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CY@2x.png"; sourceTree = ""; }; - F1A658FF7FEE47460DBE04FE4F215663 /* AO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AO@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AO@2x.png"; sourceTree = ""; }; - F2341C63856F561EEA1B6A7781EA67E2 /* CountryManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CountryManager.swift; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryManager.swift"; sourceTree = ""; }; - F24F3EA057FC1EA83F146D1CEC8D59AA /* KI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KI@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KI@2x.png"; sourceTree = ""; }; - F33029040C68BB3A0B5FB4F1E4941D77 /* ML.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ML.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ML.png"; sourceTree = ""; }; - F3BDC04893AB04EC5B7F88D166CFF60C /* BM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BM.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BM.png"; sourceTree = ""; }; - F3D5D02ED81922541DBC03B8815956CA /* JP@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "JP@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JP@2x.png"; sourceTree = ""; }; - F4A2E1212C65A7944368C1A1E2204028 /* JE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "JE@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JE@2x.png"; sourceTree = ""; }; - F547031F36202C664B6EB954F72F0640 /* SM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SM.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SM.png"; sourceTree = ""; }; - F56A0538972B7AFDA0CB0B322BF27D9F /* HK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "HK@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HK@2x.png"; sourceTree = ""; }; - F778532834301922DBFE798553F2D7FC /* MY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MY.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MY.png"; sourceTree = ""; }; - F820C6C0A4BF591710DF7CB6223D5758 /* ES@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ES@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ES@2x.png"; sourceTree = ""; }; - F860B4AD0983253A04963A92918AEDF4 /* KH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KH.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KH.png"; sourceTree = ""; }; - F92E03E83CF0853A1E0927AF210D6315 /* ES.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ES.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ES.png"; sourceTree = ""; }; - F93C14456014D407C0747096E865B4EC /* SR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SR@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SR@2x.png"; sourceTree = ""; }; - FA96916E12080B6EC506F10D221C7F82 /* CountryPickerWithSections.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CountryPickerWithSections.swift; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPicker/CountryPickerWithSections.swift"; sourceTree = ""; }; - FA9BBC12E0C6AC376EC170230FCBEA15 /* BQ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BQ.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BQ.png"; sourceTree = ""; }; - FB2360D031C1CB6F903B66C1247A5D45 /* AD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AD@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AD@2x.png"; sourceTree = ""; }; - FBB734029EFDE14A75241F60AFB9C657 /* AT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AT.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AT.png"; sourceTree = ""; }; - FC0104FBE069FCACAC3317C2319A9C33 /* BH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BH.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BH.png"; sourceTree = ""; }; - FC9413889496C6B6618FE43FE3D1AC98 /* KN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KN.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KN.png"; sourceTree = ""; }; - FD576BB2B0C4F22CCB0FF2C5BA2E65EF /* NR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NR@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NR@2x.png"; sourceTree = ""; }; - FDBAEF47E4B52A9278C692D690E30631 /* YT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = YT.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YT.png"; sourceTree = ""; }; - FE75C41908A3EC68A0E77E9719AD751B /* RU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "RU@2x.png"; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RU@2x.png"; sourceTree = ""; }; - FED8F2DF2242431957B13F445BEF763E /* SA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SA.png; path = "CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SA.png"; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - B3774C55EF2891E3148156A4D1D7F063 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 5562CDAE6E603772F7FD514CB5957421 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D3EF0C0902A12DF7D3A690219B8D716F /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ADCE125556A60D395466FEAC58B8CAE9 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DF19B4DFC5F9E8F1FAD42FA1FFD2C79A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 0A810FA84DE4A4C355ABE7858B0ECE77 /* Products */ = { - isa = PBXGroup; - children = ( - 63D35A8815CBEEF156370FEF3210C5C9 /* Pods-CountryPicker13+Example */, - E35D40CE0FDD4C4651AABDFD4367BC74 /* SKCountryPicker */, - DE277629B5C09BE727E2EA152C0F7D19 /* SKCountryPicker-CountryPickerController */, - ); - name = Products; - sourceTree = ""; - }; - 578452D2E740E91742655AC8F1636D1F /* iOS */ = { - isa = PBXGroup; - children = ( - 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */, - ); - name = iOS; - sourceTree = ""; - }; - 59479BEC6311EA21164096BB394E3A94 /* Targets Support Files */ = { - isa = PBXGroup; - children = ( - 73FE042789E438C5F6F17B0E7D33E007 /* Pods-CountryPicker13+Example */, - ); - name = "Targets Support Files"; - sourceTree = ""; - }; - 68B7DF37A218FFB0272B54B0D44A2B81 /* Support Files */ = { - isa = PBXGroup; - children = ( - C3D5788307B7F91008B673E8F423AE47 /* ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist */, - 7EAA15FAC60366A32F07B1886666B938 /* SKCountryPicker.modulemap */, - 91B3E8AB181711A1E6600FA8B6CBF1A6 /* SKCountryPicker-dummy.m */, - 36A487F67332A9E8432D5D341353E8C6 /* SKCountryPicker-Info.plist */, - E071050139FD2B5E498F0DC8D3D06875 /* SKCountryPicker-prefix.pch */, - E5E69F56417E2C1614EF796082B74876 /* SKCountryPicker-umbrella.h */, - ECC0DA9B092FA20023192811C5172046 /* SKCountryPicker.debug.xcconfig */, - 13C25F7D1213EE8A523D60A9D4BC34EE /* SKCountryPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SKCountryPicker"; - sourceTree = ""; - }; - 73FE042789E438C5F6F17B0E7D33E007 /* Pods-CountryPicker13+Example */ = { - isa = PBXGroup; - children = ( - 1AF518BDF46CDA38A2D1F07FC03F8D0A /* Pods-CountryPicker13+Example.modulemap */, - 41C636C4FA4237AEBA5AC19AC03A9C77 /* Pods-CountryPicker13+Example-acknowledgements.markdown */, - B6E73F4FCAF9775790CA049808C50C39 /* Pods-CountryPicker13+Example-acknowledgements.plist */, - 1B867270A4F7DD444B560897F32EA754 /* Pods-CountryPicker13+Example-dummy.m */, - E7055A0972E9E126B71D701E70237AFA /* Pods-CountryPicker13+Example-frameworks.sh */, - A30B6152D5448E0639FD6CA56A3F1A71 /* Pods-CountryPicker13+Example-Info.plist */, - 1840C81CFA9DA686A037D2D1445B4176 /* Pods-CountryPicker13+Example-umbrella.h */, - A9B21ADE051AE8E672E8E43FF9E7EA5E /* Pods-CountryPicker13+Example.debug.xcconfig */, - CE7D397064F0AC31E345F5A2C9DC9762 /* Pods-CountryPicker13+Example.release.xcconfig */, - ); - name = "Pods-CountryPicker13+Example"; - path = "Target Support Files/Pods-CountryPicker13+Example"; - sourceTree = ""; - }; - B8E5342DA8200BFAF99A6A9E90C8D7FC /* Resources */ = { - isa = PBXGroup; - children = ( - 4BAE32215BDFA1B4677F6135060C549A /* AD.png */, - FB2360D031C1CB6F903B66C1247A5D45 /* AD@2x.png */, - CE26B9625C56EB2E10B6059A9EA19D98 /* AE.png */, - 684C73E28A4F8AF6E30B84E330799B0C /* AE@2x.png */, - 883FB8DDC3037B9298511FFD15A95648 /* AF.png */, - 0639563D38B2CBD751F94D0F4AC8A708 /* AF@2x.png */, - ADB036E8DBD8D34F957AB13BE2737694 /* AG.png */, - 99D0E39002755F774F1478032EC9D853 /* AG@2x.png */, - C3BF98C271E1A2EFD1A5CD111AA22921 /* AI.png */, - 1598B87AB3B1626B671238467C7BD64E /* AI@2x.png */, - 3421F0938D75935A08BA6DB967348C67 /* AL.png */, - 6FDD0C7213A4BF4CDB3DE18BCBE1743C /* AL@2x.png */, - AB5C4898044D0041DCAC74B5F0B85616 /* AM.png */, - 824B21ECCBFD77BBCB124EF501F931A6 /* AM@2x.png */, - C875A35CC0F324994FFE4450EA646764 /* AO.png */, - F1A658FF7FEE47460DBE04FE4F215663 /* AO@2x.png */, - DCD1584DFB90BB3B2270C2A7FA391721 /* AQ.png */, - DA317AE156B7BCA49D3227C2FCC7EF3A /* AQ@2x.png */, - E0DD132714FCD90B7B1FD2BB9274A083 /* AR.png */, - C0C61487F7C9AD50A84FC5D6BA9E0655 /* AR@2x.png */, - D33239E7EE81BC696BEA72C0FE04A236 /* AS.png */, - D0FE968414DADAAB10ACD4B9065DE92A /* AS@2x.png */, - FBB734029EFDE14A75241F60AFB9C657 /* AT.png */, - 1E54449D1C5422228D62880E6B92B24F /* AT@2x.png */, - 7DD3434332C412633FA1032FA06BAB71 /* AU.png */, - B9CF5095A76C12D9C91A8F712B935E30 /* AU@2x.png */, - D45589BB7A557DC452E16654C0C776E0 /* AW.png */, - 60265398228603EBE08B27DADF0A9DE9 /* AW@2x.png */, - E2B6D50FC1728B17DAFC385448BA4AE5 /* AX.png */, - ABCEB9EE5D5CCCC86E2FE5BA10DDD2E0 /* AX@2x.png */, - 7BA36713AAC282BF499FEA5ECF7593AD /* AZ.png */, - 1FABDBED50ADEEB8AEBA779F34F8E7E4 /* AZ@2x.png */, - B62A7D510FC4462F6980EE01FCA1F6B7 /* BA.png */, - BEAEDAA2876C732259B4CE92B4F469B0 /* BA@2x.png */, - 69B48CFF4252AE5846E3E6BE82A10742 /* BB.png */, - 13E0125B1F40FCFE0EC770BD2E0FD02F /* BB@2x.png */, - 3D8C0C15ED65892C43BD23E483066DC8 /* BD.png */, - 3E4B7DBDAAACA2E912500E7994B729A2 /* BD@2x.png */, - 9E672BB924DE68830F10BF2BA5B1689B /* BE.png */, - 8321C5E168E9825CE02E055A4DF3B10E /* BE@2x.png */, - 6521BEFDF961915D08727E0D614C22EF /* BF.png */, - C67F99DE9BB7069EBE6D21F38B7363E9 /* BF@2x.png */, - 399E631EFE0ED2FD29E44B1C41959382 /* BG.png */, - C965111959B4C501155BB0C9BF5DA0B2 /* BG@2x.png */, - FC0104FBE069FCACAC3317C2319A9C33 /* BH.png */, - 4091AB459B64384FA481E91F9D484D21 /* BH@2x.png */, - 4508FB6F3519D099167090F936A6A0D0 /* BI.png */, - CB6BAD1E7114B8D5E4E3A9FF647EAA4C /* BI@2x.png */, - DB04F6211243086B5B0E6AFCE56C542A /* BJ.png */, - 12A687285C952E9826780C9CC5B50043 /* BJ@2x.png */, - 89162C8E490291D138838D5EBC87C808 /* BL.png */, - 539D7491A691FCB25C36797323171A4F /* BL@2x.png */, - F3BDC04893AB04EC5B7F88D166CFF60C /* BM.png */, - A5EAE72C6AC6A0D2A7D50E422CF16D1D /* BM@2x.png */, - 10492202D8690A65A45E2103CA10C8C2 /* BN.png */, - 0F714BC79C047DFB5676C2059833B9B5 /* BN@2x.png */, - CE7C42DBAA1F19C20EFC640787E2A0E1 /* BO.png */, - 369F2489BCAA988D40665B9AF52C12B4 /* BO@2x.png */, - FA9BBC12E0C6AC376EC170230FCBEA15 /* BQ.png */, - E475B3899F9067551B151513B5B9541F /* BQ@2x.png */, - 14FEE62B43912C5D43417C19C867C6E1 /* BR.png */, - DE10C01F7273EF7CF8A0FF9C1E37BA2B /* BR@2x.png */, - 66C34A4103F9D044AAEE4C866FDF6393 /* BS.png */, - E9B37B3077ED1E07B7A7047B10D42090 /* BS@2x.png */, - 1752C0782C6E7932446EB74488349FD4 /* BT.png */, - 0111BF6438237F7BD889957552D1AE1E /* BT@2x.png */, - 5FD403528489043BC62BAD0E5DF64960 /* BV.png */, - 933C26FFDB3D7D567BC3BBD5A491570D /* BV@2x.png */, - 5F0EE435127E20200C07A166A07A6DDD /* BW.png */, - AC6F6CC65AC7B8708E2D63AB2A5461AB /* BW@2x.png */, - 56B66B2C8B973C3438B1E0548A1397E4 /* BY.png */, - 52F9076C25DB2A2CC3F42F5C6F3341CD /* BY@2x.png */, - 94009D293E3FE854C19953A2033458A0 /* BZ.png */, - 7205CCD910325AE5F8DB7E2F60CE7264 /* BZ@2x.png */, - 591F6BFE0E2858E1A7F61F4B348AE3EB /* CA.png */, - 88EBFBF41A86C02E612FF78A1AD1D413 /* CA@2x.png */, - CAC1C4969962B664604676EB645B70D1 /* CC.png */, - 7162F9815CDB5EA96A9E20F200990CF2 /* CC@2x.png */, - A45486EBFB9BD6B26C315C35411578D0 /* CD.png */, - 660E476A70B5759023E71B6360E47E63 /* CD@2x.png */, - 9FE9E03BA84BC991AE29AD644810CDB4 /* CF.png */, - 4078B7C84E9C605E820B06D7A17D8392 /* CF@2x.png */, - 40CA81A529074EC46D0E55E6981973CA /* CG.png */, - DA52DE4405C27F16FBC9DE30C99FA28F /* CG@2x.png */, - E4470E45DD8BAF3662178A77277472F3 /* CH.png */, - D339A86D6E29C644CA4588A334B91992 /* CH@2x.png */, - 2D5FFFD6747CFD276FE0EEA4D5B6ECFA /* CI.png */, - 1BDCD5155BDC54D5AB57BA5DF7A178F8 /* CI@2x.png */, - 14337A4272038802CCDEFBB54A505B6B /* CK.png */, - C99841CB1083B248E720A031723F8C74 /* CK@2x.png */, - 66D2A238604B2ED7CF9CB3A6E542F628 /* CL.png */, - 60A34D98F2E925A3555A3D79C7704E3C /* CL@2x.png */, - D6F1FE197826CCF9A11CB4D6B51B2B35 /* CM.png */, - 4D128523149B5347E1AEE9AC4D10A639 /* CM@2x.png */, - DE22425615B38783E01F476D979B4955 /* CN.png */, - 1471D03B15C6914E2E088208873AB15E /* CN@2x.png */, - E3F6F4FABDE4B17A9734E544464B3F94 /* CO.png */, - AC866DC8A9B489C25493220CFE47C5CE /* CO@2x.png */, - 8AA1ED857D8721E3E64C595C58FF7C50 /* countries.plist */, - 977866E016A3CAEF6EF8812414D4E990 /* CR.png */, - 0FA8E8C3C4817203E31D761D7ED2FB97 /* CR@2x.png */, - 1784472A84D23A37FCA85B58BA1E55F5 /* CU.png */, - 94BB9D5003D2D9101429A8F65CAA34E1 /* CU@2x.png */, - 5D990429DDF0D3149894BC6E2429B1FB /* CV.png */, - 0C35AFD4C65F17ED6879E3856984110C /* CV@2x.png */, - 291DC6CAFA641D476D4A100C090FB94F /* CW.png */, - 5670D1AAF8CB11A8CB8C22430CE70D93 /* CW@2x.png */, - 41EEF5FD1AB7D628F215439ADB47B2A2 /* CX.png */, - 2B7F70F4E169D2CFCE89A38BA5A162F0 /* CX@2x.png */, - 57B12414E310E53E736302C6687B8552 /* CY.png */, - F0CD2B9437BCE582F6DB6D733DDD3DE5 /* CY@2x.png */, - 8126829743FAB1715280AE9B7FA0EBB3 /* CZ.png */, - 888857AA769A85BBB19BFEBE5A8C2D18 /* CZ@2x.png */, - 3D862D94787DFC50FAA0EB04990B65B6 /* DE.png */, - AAE7F193E58B896840CE3B1B448BB37E /* DE@2x.png */, - 6A4CFEE2B781325994A3AAB5F6856373 /* DJ.png */, - CF9760E5EC51115BD0D7F67C8C363121 /* DJ@2x.png */, - 3EB4D260AEB2649D75E5F2D1B5C2F652 /* DK.png */, - 02C50079A167599BA10DC11D68347600 /* DK@2x.png */, - 9EB494B2F159FF74A2462AC5B3EC0980 /* DM.png */, - 9D95EE3C95A8599F04ACC788E009731F /* DM@2x.png */, - 63B918312053855EBC4F72A94D3747E2 /* DO.png */, - 20FC5AA0F8049BF5A83C8A085EC0FEB3 /* DO@2x.png */, - CA7B14DD00A071D4AF454EA1BE6AD06D /* DZ.png */, - D43E84AB8CBE1C33D436057C147D5640 /* DZ@2x.png */, - A60BBAD5DFDB386684F604FC3F7CFF85 /* EC.png */, - DC533FC91A301C8A172217F9B0A5A28D /* EC@2x.png */, - 1C79CF7F3F6413638E9E98191EBAFD99 /* EE.png */, - 101043F55B27190883C08374384E68A7 /* EE@2x.png */, - 314A986D392B6DE487382D5D062B40FC /* EG.png */, - 76AB430DD3C080391EC0FB00CDECF160 /* EG@2x.png */, - 82AB3FDA8806B0A64C6C709DD89F790C /* EH.png */, - 4188CF069EAFC69AA21AC38BC62071C5 /* EH@2x.png */, - 5F8FA4CE779F85D271319124C76D429C /* ER.png */, - 45EC5D49F88E0A0AAFDFC6C0E1C6014E /* ER@2x.png */, - F92E03E83CF0853A1E0927AF210D6315 /* ES.png */, - F820C6C0A4BF591710DF7CB6223D5758 /* ES@2x.png */, - 55EB6867CB3436B9043B954FC2AD554C /* ET.png */, - 54EC68C284FAAA471DCC10C4EAB21CA2 /* ET@2x.png */, - AEAF9FE0C4379D05D1DCBA04D1CA63A1 /* FI.png */, - 12FFCE5457BAC66592EEA2939C01A3E1 /* FI@2x.png */, - 922E820F926C01F4EE3522D9169557E5 /* FJ.png */, - 3AF407305EBD3D47392103FB2F45BE14 /* FJ@2x.png */, - 31FB38047EFB81017879FB961970A9C8 /* FK.png */, - 69519465A31424A43445518605330B64 /* FK@2x.png */, - C54EC41E1346285EE81BC081597FB979 /* FM.png */, - 4E4CC38C1E1ED5F7A906C5FA83F7D130 /* FM@2x.png */, - 99C4B656B7FF6FB900A4CB5698A61B6B /* FO.png */, - 14E02BC8524E30507C6D88E3F7B159AC /* FO@2x.png */, - DD4058FC70A2CA217B68E6B509BC0460 /* FR.png */, - AB95DCEA8314806057323C87D5B4E34E /* FR@2x.png */, - 872DF4C5FBA7569EC51C5C4D17375D50 /* GA.png */, - 7348138E8772A48C006078AE3D7BD78B /* GA@2x.png */, - 4DD15D89A0143CD3876DFACA547ABB83 /* GB.png */, - 37A944D1B9B8B3A3F231AB9C4D5B5D5E /* GB@2x.png */, - 0BCB1FEA22DBB9383D65055BDF91E670 /* GD.png */, - 796AE4B752A681AB290EAD74C28D073D /* GD@2x.png */, - B96300ADEE21CD5B6D0517301E4B44F9 /* GE.png */, - 3F3FCB41B0A5FF7969EA915E455703A5 /* GE@2x.png */, - 4E2A7D7689F6CBCF528CADDDE0873D84 /* GF.png */, - 83BB7FBD859422390C3114791FDFD7AE /* GF@2x.png */, - 3E0AF3DC5819E40264EF548415D17127 /* GG.png */, - 8291FE6050E2666B84AEF1E0387960C6 /* GG@2x.png */, - 2A5FB17F1BAAE652B65FDD2806EE1FED /* GH.png */, - 06FEDB2AC8EC648F351FE3CE44DB7C43 /* GH@2x.png */, - 921F0FB9798DC7A63A44380AAC3FC96B /* GI.png */, - 0A625D0AE047BF978C0E314D77D8791D /* GI@2x.png */, - 58336401FC718A4BABA62D822A85B8E4 /* GL.png */, - 3D018ADE62E845AA93AA7FFCBFBDA93D /* GL@2x.png */, - 5B06122E8B3DB8E06DE9DBE40440AE38 /* GM.png */, - 9543E01D5E6FB8A74209B29D024D6737 /* GM@2x.png */, - AE7A206352FC6AFD59DB63A58DE7CE7A /* GN.png */, - 2B9E6A77ECD740AB929777E39633849F /* GN@2x.png */, - C9CC1D0951D09C0A3CA55D20E0C9A96A /* GP.png */, - 2A34260BF38DB92EA47C2981F3A4C96D /* GP@2x.png */, - 56975BA99901300C9C7DA75B4CB162CA /* GQ.png */, - 7CC22018FC1B72F55782E5E15BD1874E /* GQ@2x.png */, - 36D1E0CE15C7A3402308486C255C775C /* GR.png */, - 723C3B84D6216C398F88F03DB2DBD520 /* GR@2x.png */, - D26562E97C25274B40AA8E976115F501 /* GS.png */, - B40BD7073808B6141D8F6A215C47154D /* GS@2x.png */, - 7B340AA9E90F45CD1479A83867F9D197 /* GT.png */, - 6B7ACB19104F17F558D39E76B168E662 /* GT@2x.png */, - E41579F6800E816EB192FECCAAF270B3 /* GU.png */, - 32DD52BD188FFD4986284E4F463E7B9E /* GU@2x.png */, - 5C2BCDE9E91C736579E04A529049A90B /* GW.png */, - DEBE3968C92BBF0052632EF197E61556 /* GW@2x.png */, - 46F75C5D675E0DC83CDACEEDA2229562 /* GY.png */, - ABE173D522FCE2EEDBD4F7DFBAA58ADC /* GY@2x.png */, - 77E82A9CCCF9FB8BF04EC0BE76F012FB /* HK.png */, - F56A0538972B7AFDA0CB0B322BF27D9F /* HK@2x.png */, - 8E4EF929C0D7CD01088C4AB8C77E7A5F /* HM.png */, - 5E43D4FA758D38C8EEE1F3CC28EB9119 /* HM@2x.png */, - DE76F26650DC6E7A399D342CA7E8F657 /* HN.png */, - A12AA21207C22D97F8C1DEC3CC24370E /* HN@2x.png */, - 9A338F38F161582ED23E7359ADB497C6 /* HR.png */, - 9CED71AF36C9618F9EE3183E826A3471 /* HR@2x.png */, - E2D5576E5406E11C36BF38AF8B60036A /* HT.png */, - A6E9C552B44E0939E5BC0B42F035352A /* HT@2x.png */, - 72F4B6610DB303EDE487680EF6ADC4AC /* HU.png */, - 4781780E192B76DBDC37C87FCB7B88B3 /* HU@2x.png */, - 0A67D5190551AB586DD0312998F0CB94 /* ID.png */, - 5F3787AC09623D3EF44A9A927F13C33A /* ID@2x.png */, - 86BE7C6C16FF288235279774FFC57914 /* IE.png */, - 10F927E258BFBF229816586569056168 /* IE@2x.png */, - 0E9F7865A956245C6CB4EDB59E7F5B9E /* IL.png */, - 2D96D209890BA781EA7F8808F9E9F731 /* IL@2x.png */, - 3CB6BAA2F4A6D3411EE210A9E20FB67F /* IM.png */, - BA3D7943715250656D9CF9CCA5A796D9 /* IM@2x.png */, - 34B25920934CF186F0061D8B439F0C64 /* IN.png */, - 042E7D64AA728EE13C62353D29F0AA44 /* IN@2x.png */, - E81EF4B9E7D33C571AEFBB52478EA2C4 /* IO.png */, - 72E37CEFDA00A9E0136F532173D7CE51 /* IO@2x.png */, - 4CE6ED0A8188709B91B35F43CD727E50 /* IQ.png */, - 2B1111CEAC039BD553137C5505B07815 /* IQ@2x.png */, - 833F5495DA7BDE14A3D7600DF8EECF8B /* IR.png */, - 86118789ABA732134A0E577FEA2B1395 /* IR@2x.png */, - 42C8C5AE6D65A620F72475D53487EF9B /* IS.png */, - C836F80E8EB4DA25FBBBEC88AE7A05E5 /* IS@2x.png */, - 5AAB783F578489D8E319FFACD1564B0F /* IT.png */, - 23D3A5E75027F75533BC892ABC730254 /* IT@2x.png */, - 35E2611A1D9F0E1709913569F7D4E0D0 /* JE.png */, - F4A2E1212C65A7944368C1A1E2204028 /* JE@2x.png */, - 17D5880EA476E905FD0EB87BBBAF99CB /* JM.png */, - 47CC82B3EC5E321BB0C49FA9A806FAB1 /* JM@2x.png */, - 74D0A2CBE13047957496FB9EAF18580D /* JO.png */, - E141AFE4203EB5A996DF811A5C83E310 /* JO@2x.png */, - 5AD69AB3230D905563DB86D2E978127C /* JP.png */, - F3D5D02ED81922541DBC03B8815956CA /* JP@2x.png */, - 044CC7928C0A189C8BA0625083A5C8CE /* KE.png */, - 401ECD5775296A069F8BAECEF4EDDA23 /* KE@2x.png */, - EBD7F0FFB3F512CECD641E93C36786F8 /* KG.png */, - 9B8DFC65FCDE287D71437AD512654ED5 /* KG@2x.png */, - F860B4AD0983253A04963A92918AEDF4 /* KH.png */, - 4D71E1FF25DBE8C4F60CAC7356619F10 /* KH@2x.png */, - E9541B85899D5319F6D81A386561F217 /* KI.png */, - F24F3EA057FC1EA83F146D1CEC8D59AA /* KI@2x.png */, - 776D696DC7442CA9066252D46D8EB154 /* KM.png */, - 9CA84A0CF3B44AAED9C8751DBCA6E512 /* KM@2x.png */, - FC9413889496C6B6618FE43FE3D1AC98 /* KN.png */, - EDBACB7BBAB2F418DACCBC76D6325805 /* KN@2x.png */, - AD98742CCEDD21AF222D55A8368A318A /* KP.png */, - 3CF00BD736BFFD5F0BDC64F2BC17BF54 /* KP@2x.png */, - 7F6356024F011680539EAC56600B7BD6 /* KR.png */, - 725944BA4DC2B34271E987363EFCF166 /* KR@2x.png */, - D5843B2D9416DC895C71AD1F7878EE1D /* KW.png */, - CEE8A054D7AD073C247B8DC51FA183A4 /* KW@2x.png */, - BCDF62A2C5A09187C20FBF0CF1A4AF55 /* KY.png */, - 6E7B719A9A43B645B739D65CBF9AB920 /* KY@2x.png */, - 9A1F609B44880682E2122017B1C34463 /* KZ.png */, - 9CD1EC8389F428813BA671E4894D0974 /* KZ@2x.png */, - 4E672C9B0B234FBBF3212127EA2BAFCF /* LA.png */, - 89BD57BE2271DEA8BE1AA2821C68715B /* LA@2x.png */, - 2CEF4E574C6D87D54BA0E1203C053E3D /* LB.png */, - E15D19B032A2CF3C4E8A2371C69B1505 /* LB@2x.png */, - 0EF9C7662575DE0006A58786557554E7 /* LC.png */, - BEBFFFF6697E42D8213883F01F8D2605 /* LC@2x.png */, - A6DC3686025A82BB4C0533AA6FC12FA7 /* LI.png */, - 28424047653FB36F679A537F8943E741 /* LI@2x.png */, - ECC1AA72DCC765F0EE7E5581AAB1D616 /* LK.png */, - 93F2EA0C2ABF287D0AAB93E6DB3FFA79 /* LK@2x.png */, - B211D25E31D0A77F421A5FD9958B9A62 /* LR.png */, - 35FE2E7FC0EA4F98829EB9E979A213E7 /* LR@2x.png */, - 1D7C2903FB60CAF97BE88CBB3D0B9E5A /* LS.png */, - 41DC8F95CBF3E2E36A3BF300590DB17D /* LS@2x.png */, - B2A48309528379BC320D1A6C02B37FA6 /* LT.png */, - 79D8DB6C829B15B41BBA3C2D78C11716 /* LT@2x.png */, - 99D3AF2C440D8ABBFADD3606F531CD84 /* LU.png */, - EE4A8F058942B77723FB5835EF565F2C /* LU@2x.png */, - B8001AD2684AB54FE1AE65D0C460BE8D /* LV.png */, - 9BEF1F317153188022D8C0E18A46EB6C /* LV@2x.png */, - A9C71741B5F72130BFD61BBEB79A161F /* LY.png */, - AC93179D1815B1BF4210F8BB7F8D8CED /* LY@2x.png */, - A5041963AA967F8041EFBAF97B901AF2 /* MA.png */, - 729EFAA8F6D347866502DA98469B2410 /* MA@2x.png */, - 1B4E2FB9B98B6F3AD40F77E07D263728 /* MC.png */, - 0549A95950BA0AE76E5CE6D96FFC6D30 /* MC@2x.png */, - 7D4F0E378FC1238BB5AF667109E495C9 /* MD.png */, - B8298C0B1EDF3706C2CFDE154BF2D7D5 /* MD@2x.png */, - 5FE2E93291AAE279F7A49C0C1E55EA93 /* ME.png */, - 68F34383B93A6585E0D6D6E1F95F06E0 /* ME@2x.png */, - D2976D777ED30AA8B43F4602041F5B43 /* MF.png */, - D87DFB976B193BFC3E81D4A0A182D2E8 /* MF@2x.png */, - 72106FC976BF7EB4AB4AF1569E9DF186 /* MG.png */, - B9A3BAF7AB13C5ADF63CE3856504E926 /* MG@2x.png */, - E212A48553B8A52DCB71BF7323F72367 /* MH.png */, - 296AE4AA1C00C3DEA2E3046047FE07A2 /* MH@2x.png */, - 9571D8C07D4DAA8D7B455A7F34D6F54A /* MK.png */, - 775EFB1034629710250D8C43AF4E2246 /* MK@2x.png */, - F33029040C68BB3A0B5FB4F1E4941D77 /* ML.png */, - 770AFE8AD8986B7C89A8924F6015E18F /* ML@2x.png */, - 040B6EBF2F43C474C13E037E8CDE45E4 /* MM.png */, - DC87ADAB117E261D169E4E16FBAC9829 /* MM@2x.png */, - B1B2DA3FECDE9AC56365B7347228036F /* MN.png */, - AE40D9EA98572F9670DF6A7D0CD7F116 /* MN@2x.png */, - 8F6C68F8038C921F7BD697931CA7BEC6 /* MO.png */, - 4D5045D39A8ACA17D49F578E46F6D642 /* MO@2x.png */, - 1E000F35BE8D076AE6FC425C2FAC645A /* MP.png */, - B9E162C31FEE7C67B5AC3EFF857C2982 /* MP@2x.png */, - D95ED8D7DF598693135DDEEADC1A5167 /* MQ.png */, - 0DBC6D19C979C988FF60D23174799D08 /* MQ@2x.png */, - C719BE455C74277125DD95D1727C022E /* MR.png */, - EE9851949B0C42E466FE5EE0D25D22F4 /* MR@2x.png */, - 31C0E0451B86530784584A114A32C495 /* MS.png */, - 595205AED57C55884736F6DB30A54226 /* MS@2x.png */, - 2D82DD5430E4CBAFEEA5FB30D1632A05 /* MT.png */, - 4EFFCD082E835B5F92949F0FC13B3311 /* MT@2x.png */, - 69DACBFEC188668A19424D0F6C96BDF7 /* MU.png */, - 93356B27D9D220B41A08A7D35960A55F /* MU@2x.png */, - 8E1F914AE483EDF183B8DBFA438E6A47 /* MV.png */, - 04DF4CEECF957C10A47D78D0B7DBDBBC /* MV@2x.png */, - B245F65E728C81D5A2779E56D49104C6 /* MW.png */, - 6BF8424DE5856169AFAEBBD756DE85DF /* MW@2x.png */, - DA9C9AD99F140FAEA9FA1F5DC0B106FF /* MX.png */, - 1DE43EA1F95834215D39971F8FFC9DDD /* MX@2x.png */, - F778532834301922DBFE798553F2D7FC /* MY.png */, - 683325D6DD18608A88382AD30F2A544D /* MY@2x.png */, - 860745A071FF47A5D9DEE8740697E9D8 /* MZ.png */, - 2121BEDE99620075F024293DE502705F /* MZ@2x.png */, - 1848DF6B1E949E01BB172D242F906700 /* NA.png */, - 614DED34D15F2670450E6660FAF8CF93 /* NA@2x.png */, - 7A91FA96C936A83D9D228DAD466A3622 /* NC.png */, - 4592CF4E31F3462BEC3D995D777F4383 /* NC@2x.png */, - E29516A6A0DEAAD87A7549F71F51B4AB /* NE.png */, - 475DD750C3E3A1BDDDDD63889103123A /* NE@2x.png */, - 89BE1140E91F27A17934E914B9B6DE21 /* NF.png */, - CBE200DF83814D30DEB7A718DA2AB1E5 /* NF@2x.png */, - ADCC7FD65EEC69CB53839369ED58DB17 /* NG.png */, - C29C14AA3BF33DB7EDA32F3F1735ADCF /* NG@2x.png */, - C085BBCEE8449CB3C6436B9EA450D05F /* NI.png */, - C91DA43060CF08B8090C68BE3A3EEB8D /* NI@2x.png */, - D7039C202CF14E4E59848C5959033EA9 /* NL.png */, - C8911FACBA7B17A56F445A71AD26D03A /* NL@2x.png */, - EE3C0B4629333E2613FA7D3D9C587FC2 /* NO.png */, - 7DF441298AE5AA67F787693A315192DF /* NO@2x.png */, - A5560E9D739CD69AE338317FF9AAC26D /* NP.png */, - 399AE3990BB3909518A6549B11ABE3C4 /* NP@2x.png */, - D472E0AE3917EAA8D108E822A3E679C9 /* NR.png */, - FD576BB2B0C4F22CCB0FF2C5BA2E65EF /* NR@2x.png */, - 4F989D2C8D2F4629F75B3954408F8100 /* NU.png */, - 391F578DB2FB15F44A100F4D2FC2BF02 /* NU@2x.png */, - 01E437777F98A19601677A2C9C71D30F /* NZ.png */, - 99DD9770D5CE9040087BE7D6528D2AF6 /* NZ@2x.png */, - AFBBB214899D37BF48341C685FAADA9F /* OM.png */, - B79967F43C49F9C3CAEA4386D593C929 /* OM@2x.png */, - AFDEEEFD769ABE133F1A35F6CF6B77EE /* PA.png */, - CED4EFC45C54BDDBC2F7F479A63F0488 /* PA@2x.png */, - 18C629E2244AA9F9773F3199ED078735 /* PE.png */, - 2AA64E47D55A345BC7EC3C302A8D0B94 /* PE@2x.png */, - 88F7CED7A163D2590EA10D2E7BCF4FD4 /* PF.png */, - 53E249677EAB157939212EA1237BF074 /* PF@2x.png */, - 0F0F4549D374A828CF508430E2133C6A /* PG.png */, - 3DAD8B0C22E9AA7B7C6362FA3C68B98A /* PG@2x.png */, - A76BE982955890897A42C74823796B39 /* PH.png */, - 4F15A7DBD5176CC94E2261131C885303 /* PH@2x.png */, - 8F1E1FCC0BB4F236908E28A467496C11 /* PK.png */, - B678EB7B8ECB6682F1CDE2A58D4E4CFC /* PK@2x.png */, - CF8D8B3F0698123C347B1C3AEC3D8661 /* PL.png */, - 8DDB6A273FD579B23D14AF6BBEDDAA31 /* PL@2x.png */, - C6E03953A3754DF36EC7A2FC385CC6F4 /* PM.png */, - B40B0F9A82BB49F7519D76775C3C76A8 /* PM@2x.png */, - 44494F026B6637E00CF84BE459A01EDF /* PN.png */, - AE2AC0E99EC38B4976E6A44E9E10E5FC /* PN@2x.png */, - 88CFE22591A7AE1E113D28970EDD93E3 /* PR.png */, - 76B5736968C42284B54097A8A04629A7 /* PR@2x.png */, - A71B890708E45D6408979EB18C578E9F /* PS.png */, - 0C8F763FE42DAEEF5F6DD23422BC5680 /* PS@2x.png */, - 11A01CE9EE6AA62335FE850F72DC4941 /* PT.png */, - EE4E32A67DFBD13EA682D392A931E631 /* PT@2x.png */, - 8D6E6B07497091CCB6800632D537F261 /* PW.png */, - 9DD14056797C1F7EFC403C5B2DB1F861 /* PW@2x.png */, - EA85BB7C28D114E21E54E5CB10E26147 /* PY.png */, - C9D7FEB55A4C5F7D66FA8A2AC2564B98 /* PY@2x.png */, - 11A641E5FAA3C2397B465386F18ED8C6 /* QA.png */, - E8C8EB01EDCC5DA5670BEA10AF71488F /* QA@2x.png */, - B3EC49F6EFCCEA5606A6EFEBF1E955DB /* RE.png */, - 9B6CAC546EC976314E0D74C5F37A6D87 /* RE@2x.png */, - A03F06BD7234E6658A2E23F0F70FD333 /* RO.png */, - 13348ED3E3537E55356D4D5893EF8634 /* RO@2x.png */, - 61DE01B9E33780FDC1F8BDA13836D78B /* RS.png */, - 909D91BB30147952C816692AEEAA8F5A /* RS@2x.png */, - 5C7F87DBAA3F06C032C60F5DC21EF22D /* RU.png */, - FE75C41908A3EC68A0E77E9719AD751B /* RU@2x.png */, - 18863D8F09AEBFAFE53257825AEAC6AB /* RW.png */, - DB6D550FEF26867490382E01EEBB331E /* RW@2x.png */, - FED8F2DF2242431957B13F445BEF763E /* SA.png */, - 0CF513E36C9FE068B0BC26126790565C /* SA@2x.png */, - 9B3CA865DDA1D2B504D79A750BC298B6 /* SB.png */, - 2725F13F3C21C4DA38E8BCE728216490 /* SB@2x.png */, - D1E886C6E989939321F886817B91E7C2 /* SC.png */, - C5F2AA35EF479CCE25E065B1F958978A /* SC@2x.png */, - C812518AAE40ACA959EEE74811FF3352 /* SD.png */, - BA4981CA6A9678A5A50348CF376FBA56 /* SD@2x.png */, - AF160095CBF259CBAA2D79CA2585524F /* SE.png */, - E6711C83EEF2E7C507ECF7CDF7B62B0E /* SE@2x.png */, - AC0931771D1008DED0081D3D13CC91C0 /* SG.png */, - DA8B214AE6099F9726C386B14066E245 /* SG@2x.png */, - D0FDAD0A4FC56F450454CD45C09969AA /* SH.png */, - EC545743109E21C50A71E2FC72BA8BC7 /* SH@2x.png */, - D1DD58A6E81B2AEAC7CB48A61F06C349 /* SI.png */, - 93C61DC82824F47E1E578A9CC340413E /* SI@2x.png */, - B4F338E1630DD473A87E3C6E73BCF891 /* SJ.png */, - 988F4AA40AB1AFA770C0035A6FD4B083 /* SJ@2x.png */, - 7D2C396B85F35260847687CE72FC581D /* SK.png */, - 95A4976AC832ED8EBF884CCC76B2692E /* SK@2x.png */, - 22912C30B8D3F56732E6DC481BABDE9B /* SL.png */, - 1F07BC81932FA1441A87BDD5445A45F3 /* SL@2x.png */, - F547031F36202C664B6EB954F72F0640 /* SM.png */, - 54E2404065F7741A5A6BC73043DEE28B /* SM@2x.png */, - 482CF517E0A9E4D3D13A6E7EBFDC964B /* SN.png */, - 9E4992ED1C1301A22883D926F271AFEA /* SN@2x.png */, - 0ACB3775A91E6AE705FA90AD055CB4F6 /* SO.png */, - A693C8A0CFB11E0F5FE0C5CD0242EFBF /* SO@2x.png */, - DD85FDCEDD54234306DC33E5E084DB8C /* SR.png */, - F93C14456014D407C0747096E865B4EC /* SR@2x.png */, - 8D1FBEB964B15D38B2462C8950B5B206 /* SS.png */, - 6531E96449B76922B999196633673C35 /* SS@2x.png */, - 11A4AA7AF4783287B20A56BAF6DE2A99 /* ST.png */, - A4BEE128059CC8AA3B533C7E26FA98FD /* ST@2x.png */, - 7AEB7A849A0087CE6D22C7FB94DF83BC /* SV.png */, - 600D305A0EEDDC38ED47819D51E68973 /* SV@2x.png */, - 1A97625A6EC0F8AFD422EC48620D1BC9 /* SX.png */, - 2768CCC09424E55C77E7DD083A9C489D /* SX@2x.png */, - B3556A070516F03FCA51D5577D9A5D44 /* SY.png */, - 2A5ED33BD93617BD8EA193C429D2118F /* SY@2x.png */, - 1692DFE11DA1DAB459270C1E648E2C2D /* SZ.png */, - 739D465F35D9FF5BD48627E9179D6C41 /* SZ@2x.png */, - 9E6083F6B3EBD5DD67FDC15B5ECB4C58 /* TC.png */, - 7AAD46805E58074C3997AEB4518DBD43 /* TC@2x.png */, - B3CA6305E0D888626372C1AC01333487 /* TD.png */, - C80B25FD30B6951B9912F14A48489222 /* TD@2x.png */, - A7AD979EA81CA0E6215EEC88A36FD564 /* TF.png */, - BF3121E0D4CA8D685FF86E2C95BCB677 /* TF@2x.png */, - 533688A1D40BD9B203A40F133066F6C3 /* TG.png */, - 72469968EE4F2C05AB3EDECFBF4FAEBE /* TG@2x.png */, - 605A3AD04953D614DEDAB2B755164320 /* TH.png */, - 672B0D6C5C9B6FFBCBE1694B18B3FA3E /* TH@2x.png */, - CEB8C666745ECCB0375749FD6A058DB0 /* TJ.png */, - E76473218CF5E8DD5E3DBF8293DF2DD5 /* TJ@2x.png */, - B3135962A704ACA76FF6BE5ACDFC75DC /* TK.png */, - AEF9BBD0C1EB7298E6E9EC6C920BBA5E /* TK@2x.png */, - EB06D75343359A7BE6F576531B71CF54 /* TL.png */, - 0AF5D0BBB50A8D6971589E3BFCD0D126 /* TL@2x.png */, - 377B0885C81E148462DC1319EDE8544E /* TM.png */, - 40FC9D5D15E4DDB5E96DEA6A56022913 /* TM@2x.png */, - B4C962E778EB1CDF6901232E7331F3CF /* TN.png */, - 6A2BDADA539CCA97FD2BE0E4749104F8 /* TN@2x.png */, - 72F2F7BE9B72A995A2CE282E16D7CF71 /* TO.png */, - 4293F97BC2F2B0119B0E08939CBFAAC1 /* TO@2x.png */, - D647E1DDEC6DD5770C5F33A7B079D17B /* TR.png */, - 841058E20DB74B686CF01F8886E38177 /* TR@2x.png */, - E297A68937BADF34EC9000446A08F7B8 /* TT.png */, - 095F1C1098F7587B15EEE8C06EFE6085 /* TT@2x.png */, - 6B8D4587F540FA78D72D9C8C33AF8014 /* TV.png */, - D4D8E38361F95F0CAB6C2ECC7DC760BC /* TV@2x.png */, - 1A642A2DAE66B88B5F8DF3E0A132BA1F /* TW.png */, - 34E9BD266D62BDDE76E45619286D10D3 /* TW@2x.png */, - A66725ABC86DF17F609BB3878C2FC552 /* TZ.png */, - 2F3DD29132CE69BEE8FCE61176BC3515 /* TZ@2x.png */, - CDBFC8AC1C480CF9DB77F25DBC00826C /* UA.png */, - A5FBFA9C1A4F23CFBAE9FC25608A55F6 /* UA@2x.png */, - 1F5F44BEB022F77F60DC38D7BCF5D2E7 /* UG.png */, - DA306A573E82D69B96901FF741A4C8D7 /* UG@2x.png */, - 0B6C19C7ACF034BF9AA65C8BA4D4289F /* UM.png */, - 542EB058E7CAEB8323D9D99866C7DC9F /* UM@2x.png */, - 8C726F776BD3DED6583FB68515AECB17 /* US.png */, - 92350DD32B15AB2FEDA3FC1DA23A9020 /* US@2x.png */, - AF2BE0051826727B7C71088A8B88733E /* UY.png */, - 9D8CCC8D5AFA8693B45C8E497F457589 /* UY@2x.png */, - 4DA3F0F298E275F6BE29948A67CE34F7 /* UZ.png */, - 33463AB5D81ABE3F91DB5233A802BD77 /* UZ@2x.png */, - 52BA1BE5F24CE0127053A3C1B397B4B9 /* VA.png */, - 1D85C56E55FA1EF2BCCE3CACCD377B4F /* VA@2x.png */, - 93B1CE40D1812FD26358A05C377E9998 /* VC.png */, - 22DBD171F9056AB16E312BD92D9EE48A /* VC@2x.png */, - B5B2BC2356FCA3156B0672275EDD6F5B /* VE.png */, - 5F67C47757D7031EFD7D78FC028D78E9 /* VE@2x.png */, - C9CA9A7ABE3C1ADC1BD7400C3B2A1EA9 /* VG.png */, - 9BAB0B4663B77FF02AD9FE756B1D846B /* VG@2x.png */, - E4C57487A1665D7D23B0B88C1C399EC6 /* VI.png */, - 158ED9E3F23C39B144E26C959841FEF0 /* VI@2x.png */, - 07B857899654AEA781A33E7249B22724 /* VN.png */, - 7D078D0B424476B04C9087A9284A1C0F /* VN@2x.png */, - 92C17D2123691DE25B2F7069D63DFEAF /* VU.png */, - 9E1605F31E6B176292F035373D2C7773 /* VU@2x.png */, - 7EF313E28BC0699C627B5CAA843E6F08 /* WF.png */, - A2BD6C3D7D28A929AA1E61112177B768 /* WF@2x.png */, - 5B6F4B74013650837366986D492A7414 /* WS.png */, - 1ADDA2E5D66421737A698AE4B1C36AAF /* WS@2x.png */, - 886B43CC532867BCBD35BC4BBB12211F /* XK.png */, - 8AA47E6A5B1B1ADC2680A2B7852B3335 /* XK@2.png */, - 9418043630242526D40814F0FA48590B /* YE.png */, - A04ACD1C2BD81F57484C4C915628D37C /* YE@2x.png */, - FDBAEF47E4B52A9278C692D690E30631 /* YT.png */, - 00AB0182DE2B775966639387EA74343D /* YT@2x.png */, - 28DE1E579ECCBEBCA54482D207ADDA2D /* ZA.png */, - BF582F3786B9238B1785CBB365A11A7B /* ZA@2x.png */, - 12AC0AFF802CC9727871E2E65FCE26AE /* ZM.png */, - 974FE6361DACB02D441D1E20150C54EB /* ZM@2x.png */, - B08666045714094992D31881360E5B7B /* ZW.png */, - 4A65ED217945F0626B5AF1AAFFCE3B7B /* ZW@2x.png */, - ); - name = Resources; - sourceTree = ""; - }; - CF1408CF629C7361332E53B88F7BD30C = { - isa = PBXGroup; - children = ( - 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */, - FDFE47C3F41E5317043BEAE265806839 /* Pods */, - 0A810FA84DE4A4C355ABE7858B0ECE77 /* Products */, - 59479BEC6311EA21164096BB394E3A94 /* Targets Support Files */, - ); - sourceTree = ""; - }; - D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 578452D2E740E91742655AC8F1636D1F /* iOS */, - ); - name = Frameworks; - sourceTree = ""; - }; - FA3CA8DCACD99DE550B855785C18B354 /* SKCountryPicker */ = { - isa = PBXGroup; - children = ( - CAA3A7086F057F5AB9A6B969C1A80D02 /* Configuration.swift */, - 88CDB6677F44B14C1D4377F798EFB5EC /* Constant.swift */, - 8C4BED5D81095402A81C808776DA9E0C /* Country.swift */, - F2341C63856F561EEA1B6A7781EA67E2 /* CountryManager.swift */, - 5E9A7A7CFEC3D62BA6836713B5CDE9B2 /* CountryPickerView.swift */, - 1A5417350ABB33B9D6F700279CF129C6 /* CountryPickerWheelView.swift */, - 38B113FCE7C1BB90E18DADF0105F7BA8 /* CountryPickerWheelViewModel.swift */, - FA96916E12080B6EC506F10D221C7F82 /* CountryPickerWithSections.swift */, - 466F8B6AB85D40643843EFA0A049CF48 /* CountryPickerWithSectionViewModel.swift */, - 8ACBD584BC1F295662BE3157871BB78A /* SectionMapper.swift */, - B8E5342DA8200BFAF99A6A9E90C8D7FC /* Resources */, - 68B7DF37A218FFB0272B54B0D44A2B81 /* Support Files */, - ); - name = SKCountryPicker; - path = SKCountryPicker; - sourceTree = ""; - }; - FDFE47C3F41E5317043BEAE265806839 /* Pods */ = { - isa = PBXGroup; - children = ( - FA3CA8DCACD99DE550B855785C18B354 /* SKCountryPicker */, - ); - name = Pods; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - CA5E90BC10CC1D69C57822D4634A2584 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 78EF31B03F5666D337A7383E0ADFDFC6 /* SKCountryPicker-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E2E384CF8F34DC088408F43C111F31DA /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 424D07A9D8D1961A173D472BAADD61C3 /* Pods-CountryPicker13+Example-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - AD5DDE18FD5EB97540CD21988269989D /* SKCountryPicker-CountryPickerController */ = { - isa = PBXNativeTarget; - buildConfigurationList = 96F00E515EB66D576DF5CC43E26911D5 /* Build configuration list for PBXNativeTarget "SKCountryPicker-CountryPickerController" */; - buildPhases = ( - 82401D0877A11D4B47D038FA8FA7C7F8 /* Sources */, - DF19B4DFC5F9E8F1FAD42FA1FFD2C79A /* Frameworks */, - A89610C0510AB1F13EB8C994C2754E05 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "SKCountryPicker-CountryPickerController"; - productName = CountryPickerController; - productReference = DE277629B5C09BE727E2EA152C0F7D19 /* SKCountryPicker-CountryPickerController */; - productType = "com.apple.product-type.bundle"; - }; - CD6AE62B70B78355A3257C4DC46F7A3E /* SKCountryPicker */ = { - isa = PBXNativeTarget; - buildConfigurationList = D35A31D55E06499A1BC8C7EF48F57072 /* Build configuration list for PBXNativeTarget "SKCountryPicker" */; - buildPhases = ( - CA5E90BC10CC1D69C57822D4634A2584 /* Headers */, - 55AF57A13F6D728F2F5CA720AB7E2197 /* Sources */, - B3774C55EF2891E3148156A4D1D7F063 /* Frameworks */, - 545E990D6BFD5BCF25D6E6C208B8132A /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 4EF7F9F78D7DA8EC408A3087E9C84C88 /* PBXTargetDependency */, - ); - name = SKCountryPicker; - productName = SKCountryPicker; - productReference = E35D40CE0FDD4C4651AABDFD4367BC74 /* SKCountryPicker */; - productType = "com.apple.product-type.framework"; - }; - D538E84426CEE32DA5CFB34209DD94CF /* Pods-CountryPicker13+Example */ = { - isa = PBXNativeTarget; - buildConfigurationList = F700071B34354D179155C43B283AE026 /* Build configuration list for PBXNativeTarget "Pods-CountryPicker13+Example" */; - buildPhases = ( - E2E384CF8F34DC088408F43C111F31DA /* Headers */, - 3069E5444118C09B7FCC343C789E5DF6 /* Sources */, - D3EF0C0902A12DF7D3A690219B8D716F /* Frameworks */, - B989CF6DF9A10A077BB5AF77A0AED6CC /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 6DCC6ABF0038B45D07B5E62BA7D135C1 /* PBXTargetDependency */, - ); - name = "Pods-CountryPicker13+Example"; - productName = Pods_CountryPicker13_Example; - productReference = 63D35A8815CBEEF156370FEF3210C5C9 /* Pods-CountryPicker13+Example */; - productType = "com.apple.product-type.framework"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - BFDFE7DC352907FC980B868725387E98 /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 1300; - LastUpgradeCheck = 1300; - }; - buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */; - compatibilityVersion = "Xcode 14.0"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - Base, - en, - ); - mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 0A810FA84DE4A4C355ABE7858B0ECE77 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - D538E84426CEE32DA5CFB34209DD94CF /* Pods-CountryPicker13+Example */, - CD6AE62B70B78355A3257C4DC46F7A3E /* SKCountryPicker */, - AD5DDE18FD5EB97540CD21988269989D /* SKCountryPicker-CountryPickerController */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 545E990D6BFD5BCF25D6E6C208B8132A /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 86C33A9C460EF6F2B33EA1B50E98B300 /* SKCountryPicker-CountryPickerController in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A89610C0510AB1F13EB8C994C2754E05 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - D3CD8C961B328AC501434FAB985E585B /* AD.png in Resources */, - 86517158D0B849655C91244C32F8347F /* AD@2x.png in Resources */, - 01DF416713BF199B17774B6B67D303D8 /* AE.png in Resources */, - D2C3AB25D03466CCB4DBB9ACCFD4A0E3 /* AE@2x.png in Resources */, - 8DA69A3AFDAC7626B9EB2C8E1B85F498 /* AF.png in Resources */, - E2A06882B2B9ACA1938725924B7C9516 /* AF@2x.png in Resources */, - 9BE0176AF964DA1BC84594D434A39BDF /* AG.png in Resources */, - 564EAAAB5C92E3EC3AEDBB5C3B744D4B /* AG@2x.png in Resources */, - C78AE8921DC029A3F083A79D1DCEA455 /* AI.png in Resources */, - 3C5270A7E57EE644A2164461DA885254 /* AI@2x.png in Resources */, - 8A2B21F1034AE1527CCF7505FBAC545F /* AL.png in Resources */, - 86DFBCA84BA53528DAE1640D94E8904E /* AL@2x.png in Resources */, - 960D85FAABE451CE9044235E3296A83E /* AM.png in Resources */, - D033FF83A8479875F31341B927AAB248 /* AM@2x.png in Resources */, - 2800EEE2327EF3594392A8355E2C74E1 /* AO.png in Resources */, - 57524682058F012AEBDAE08C1F69E86B /* AO@2x.png in Resources */, - C69507DC81DD83ADAC4DE9A073EFD953 /* AQ.png in Resources */, - B008E0E972720A86FF2DEC215DAF89E1 /* AQ@2x.png in Resources */, - 36C6EBF5171FC56C0847B4CD609F0D6A /* AR.png in Resources */, - 252B1717F5C327D66FF2299C71471960 /* AR@2x.png in Resources */, - D47466B1BA5F6A9A1EC7A3FF3B115272 /* AS.png in Resources */, - 70D777FBA3869BCEAF40EEEEF66D83EA /* AS@2x.png in Resources */, - 81294750E703D37628E0B224D393667C /* AT.png in Resources */, - E1DE5A62ABE099E27C5E028D6FDED021 /* AT@2x.png in Resources */, - D953D8D8C59B86CD5949BF517850E00D /* AU.png in Resources */, - 8E48668ED48137A4A349A1D92BFF1BA9 /* AU@2x.png in Resources */, - 9AC307A05D30D90FC2333560F8F77BAC /* AW.png in Resources */, - 64AC7D61E26BB1CF94C5BE6D760FC6B9 /* AW@2x.png in Resources */, - 3A942E9399A1C1F8EBE11167C106BDD3 /* AX.png in Resources */, - D5353250ACC1ACF3D572D33FB431C093 /* AX@2x.png in Resources */, - 6BA86A5F8DF03841C78DB0A83BE96B88 /* AZ.png in Resources */, - B6867BEEA478CE8878C4E9B153794D9B /* AZ@2x.png in Resources */, - 93B705173FC72DDDB2625128A5F157F3 /* BA.png in Resources */, - DA3CC21AABFBF0F1A248872DF854BFE4 /* BA@2x.png in Resources */, - 1A7F1EA43AC5EE5941A04C9B96B08F56 /* BB.png in Resources */, - 179E346C2641147C3C6524F4162C8498 /* BB@2x.png in Resources */, - 09EE6DBB442FB9D30EA1EEC71400EB40 /* BD.png in Resources */, - C10C89E10D47B9ABE2A8B01B22BC1E3A /* BD@2x.png in Resources */, - C6DC75CB94E419AE927666B56E91E215 /* BE.png in Resources */, - E3BC67CA237747D40630D9887515B534 /* BE@2x.png in Resources */, - D33DAE405931644F6EAA6C5ABAEE8669 /* BF.png in Resources */, - D7D0303077C54197F771380CFFA95BA9 /* BF@2x.png in Resources */, - B21E549D5C9EDB7DF0824D726A323464 /* BG.png in Resources */, - 7590A6DEE1497F9113A6DF469B32FC16 /* BG@2x.png in Resources */, - 9C9DA3D997B4DB1E0347B3F1DD3F9EAE /* BH.png in Resources */, - 758EB5265B1B62B9BFEE4177523DE9B3 /* BH@2x.png in Resources */, - 63C2DD5EE0A2CD6E3D2B41CD8D5CF708 /* BI.png in Resources */, - AFEA295A1E32593523D850354D96FD60 /* BI@2x.png in Resources */, - 98DF0169378DEAD3FE0CF8383ED220A9 /* BJ.png in Resources */, - 8844FC4B0A8BF9F958CCD9F217E4CF82 /* BJ@2x.png in Resources */, - 3A006340136C594C4A472AA194A9EECB /* BL.png in Resources */, - 98109B85DD34C160ED1B80A889C533CF /* BL@2x.png in Resources */, - 910E25D9CB1695C44FB1CA15D956D7E1 /* BM.png in Resources */, - B13559CED39E0F196719C2137E7FD3C4 /* BM@2x.png in Resources */, - F5408BF619BEAD286AF2F7D28455C52C /* BN.png in Resources */, - CCB6B9CE1C05856EF611B1A50F74EB5E /* BN@2x.png in Resources */, - 1130B3B4CD74E388F7F9D736C85F6DF5 /* BO.png in Resources */, - F0082BC46EE7C6C117621C58E701781F /* BO@2x.png in Resources */, - F1ECF655297D404A16457E67FCDB1853 /* BQ.png in Resources */, - 7244AF8FE51247FD56620AD32FA21CAA /* BQ@2x.png in Resources */, - BE48DD005873B96CFE69741F19582873 /* BR.png in Resources */, - 0219A557CAE3D58EB76C0687691958D9 /* BR@2x.png in Resources */, - 8206B3AFDBC08FE4925C62A1DBF8BC9E /* BS.png in Resources */, - 537B4D263A951625A700757D2925FD18 /* BS@2x.png in Resources */, - BD5DCD88C97755D77F7DC66B560DC2B7 /* BT.png in Resources */, - 67D938B7F9C072E3EEE5DCA64F3CBC06 /* BT@2x.png in Resources */, - DA3F95DE5AD9FA224C41295E88C3FF5B /* BV.png in Resources */, - 3C4F15218D02B97A68213E10DB745AAC /* BV@2x.png in Resources */, - 59AA46DA4F4AD8690434772B9CD2CD15 /* BW.png in Resources */, - F42CA286BC068145B2CABEAA40719482 /* BW@2x.png in Resources */, - 46EB2F16C53D096FF0A5A8CE3F070A81 /* BY.png in Resources */, - B94B54A46C2E000904EB74446BD566AC /* BY@2x.png in Resources */, - 3D4F2814ABB9D83768CDD668D6134C6C /* BZ.png in Resources */, - C0E0C42A15023667D6AEA35C218646BF /* BZ@2x.png in Resources */, - 0B2E90FA84BB32AE686C9EEF2D3CF0AE /* CA.png in Resources */, - 64DC10CAA85D8CC6E6383ADF44D21565 /* CA@2x.png in Resources */, - EE255179682B310EC951DDFD74426850 /* CC.png in Resources */, - A82B8B6173DB258A73EAEF3D66A37304 /* CC@2x.png in Resources */, - 23EE907B98D2EB353364912AF8858288 /* CD.png in Resources */, - 217E6F4465E19BEB3573B3EFABFC6F08 /* CD@2x.png in Resources */, - 38122958C155F34702F43C80F5FD02F1 /* CF.png in Resources */, - E513912EE70B94944AD0736633CB1320 /* CF@2x.png in Resources */, - 3206DBDE11B974827E74395A88DAA3FB /* CG.png in Resources */, - 2F4E48464DC655EF8CB5CAE0726ED31A /* CG@2x.png in Resources */, - 1629707B59E28EA044CCB6CB95433539 /* CH.png in Resources */, - F3EA90AB175B32675CC522354327E663 /* CH@2x.png in Resources */, - 11C672EF2B831EB13A6C24D5D9E675D0 /* CI.png in Resources */, - A7EB577A0D28F23C420909A2FF6F0060 /* CI@2x.png in Resources */, - 150B31EE857C8B30EE408ACCE0CB99C1 /* CK.png in Resources */, - F84B57340E15BE140BE0D3EB2C3F1001 /* CK@2x.png in Resources */, - 4F2A346764E71F1B53BA2F694EDD71FE /* CL.png in Resources */, - 8D62259592955ADD2150609A60FC3B96 /* CL@2x.png in Resources */, - 1C0E760B2FCD0ED719EBB50FBB584127 /* CM.png in Resources */, - D08BB481A8B16DBF05F6246620376BF5 /* CM@2x.png in Resources */, - C255A4FDF4141E1F2F6813990C061083 /* CN.png in Resources */, - F674957E5506451E0919B93B221D3B1A /* CN@2x.png in Resources */, - 4FA146353EC3A1AA1918EDE1B1CE4B00 /* CO.png in Resources */, - EC0BD4C36E9B98B683B7550ED47DA18E /* CO@2x.png in Resources */, - BF72EFC40D66C3F6F11D19C72A5DE00E /* countries.plist in Resources */, - 475C33488804B1EF2F8F6FF7728966DB /* CR.png in Resources */, - 038E2C81AE8C7CE7B26AE002AC551385 /* CR@2x.png in Resources */, - 76B22EC894E480D8F475BFE1B490F793 /* CU.png in Resources */, - 6EC063326003D04509DCDFEFB7BD6927 /* CU@2x.png in Resources */, - EC175A829F811BCBD4E184C0A9DB1CCA /* CV.png in Resources */, - A792833433DEB392B170C07D72389D12 /* CV@2x.png in Resources */, - 8AC4FFA2E9E16C367F813AC08FA2A901 /* CW.png in Resources */, - 1CBF564BBDE4D214691D556360DC3156 /* CW@2x.png in Resources */, - 15CD9F576ED9F6DC3F7BC8D56931E02B /* CX.png in Resources */, - E9E45F214F3D89BE5F06349137F958B8 /* CX@2x.png in Resources */, - C8AF3FE8327EA5C626C2E2620002392A /* CY.png in Resources */, - 387B9609623505E79411F57CB9BE03AC /* CY@2x.png in Resources */, - 50FDB7A74680A4A45EE18816625ABA99 /* CZ.png in Resources */, - BCF0B6A71B8C2CA3D47B74B9860B5BF4 /* CZ@2x.png in Resources */, - 0CA100D6C40DCB90138D692CC1F1E8F8 /* DE.png in Resources */, - 0EBA5333146F6067A3AAE26F55B92BAD /* DE@2x.png in Resources */, - 4E367A2170B6A2EE668A2067D1D4D4AF /* DJ.png in Resources */, - F42CD4D842664B147ADC4D1BB36A9301 /* DJ@2x.png in Resources */, - FC1867577FB4389B58CF923372E08632 /* DK.png in Resources */, - 18BEFB963B9955E98E3029DD1B2E06A9 /* DK@2x.png in Resources */, - 1299B93519150946A585D136D20D607E /* DM.png in Resources */, - AF06E8AEA5590006522D80901AD5E6CE /* DM@2x.png in Resources */, - 0A7F1A7120694B78277FF17C369E8038 /* DO.png in Resources */, - 0F6C1C277609C2449BF374AE5AF24CD7 /* DO@2x.png in Resources */, - EE6351CDB4B77200F1675700638FB2E1 /* DZ.png in Resources */, - 66A8349437285BDC69F5202BD50F2F6D /* DZ@2x.png in Resources */, - 689CD6D63E1DB1498DA8C3CD0EC487FE /* EC.png in Resources */, - BF7D80F3969D46DD714A7E9B82F91AE8 /* EC@2x.png in Resources */, - 18A41112C7C6B7A225AF1E391EF745ED /* EE.png in Resources */, - B1F07CDE4B1E1A8202735E06858F3D07 /* EE@2x.png in Resources */, - 81592AAA4F0B397CD4F14085D6A8C592 /* EG.png in Resources */, - 6590ABAA446AEFA7091FB9CB5CBE0ACC /* EG@2x.png in Resources */, - F1165AF0DFE7438E8644E0F1FB2AB02C /* EH.png in Resources */, - D940A69B83BAAAA3A0DE4A339F628039 /* EH@2x.png in Resources */, - F0E5A279128D5EB74CE41E60EC82E320 /* ER.png in Resources */, - 04FE364E9F6777E3D36F99181F0165F2 /* ER@2x.png in Resources */, - 54E8F86F6890CEB43EDD0ED22AF43893 /* ES.png in Resources */, - 5BABA50393A5918AACC03805FDBCF3D6 /* ES@2x.png in Resources */, - EF8164EDEAF52A156137BE3E066F6360 /* ET.png in Resources */, - D84DD51C6933B641163412D8815CF44F /* ET@2x.png in Resources */, - 4EF06AF3D92DD0001A5B7C14AAB03C2F /* FI.png in Resources */, - 12B32A22D681EFAC3731074793CA4003 /* FI@2x.png in Resources */, - 0CB7703F4A0F219514A30B4BE04C424F /* FJ.png in Resources */, - 5F220D9DDED6134BAF8049802B014198 /* FJ@2x.png in Resources */, - 4BDF87E40B1CA1EF24F0B263A456FD07 /* FK.png in Resources */, - BB557D17E18B6224BF52F48DBFE1CB69 /* FK@2x.png in Resources */, - EB9BC20F730EDA5D7C6CF84570483C9D /* FM.png in Resources */, - 17C26527E9E1FB5CA55B6C8D1568CCB5 /* FM@2x.png in Resources */, - FA4F4B913CEBEF8A784EEC46C7C81986 /* FO.png in Resources */, - B85C15D9DC9006A5D1FEE45B0B9E4E17 /* FO@2x.png in Resources */, - 3DAB6F7A7FC437A6E9EC0FA45B69C5A8 /* FR.png in Resources */, - C71A873339C8457FD323E5BBB062593D /* FR@2x.png in Resources */, - 3C9018E73AFBF7FCC31F8E136E5169C9 /* GA.png in Resources */, - 748EDBA831613C38CE998DEAC622AC21 /* GA@2x.png in Resources */, - B94FD54DB5D3E3850CBA2AB8B1C9EA01 /* GB.png in Resources */, - E44F2F8C805E50EFA06267DA64FF039D /* GB@2x.png in Resources */, - E273D5F51E3AF498F6BD798B90179ED6 /* GD.png in Resources */, - 8E7CCCBB92ABE5AAD4F0B3DCF4BBD6B4 /* GD@2x.png in Resources */, - 49E0955284DC628D50D76AB30F4D76EC /* GE.png in Resources */, - BAAC4D224B34DD7488AE616AC4C5D287 /* GE@2x.png in Resources */, - 60536F1C2ED61121F68DA31B51FA74B3 /* GF.png in Resources */, - CEC7A6E5D80C6FCC9D206F1D16B2D945 /* GF@2x.png in Resources */, - 56AB82BF4462C0F0863E2512F23CDF3D /* GG.png in Resources */, - 103E7345BC2DA4FF9C34F0810382FDDD /* GG@2x.png in Resources */, - 189B44B609E949293EB614618AE605F4 /* GH.png in Resources */, - 53C6A451B6BAD3300CE99285F6A01A56 /* GH@2x.png in Resources */, - 7FB25EA9603FD6B68155FCEB0B4A3251 /* GI.png in Resources */, - 5F17C21A3C04218989F3DF485F5300C6 /* GI@2x.png in Resources */, - E4D2BEEA73EF6C830D4B6F63C3C80E84 /* GL.png in Resources */, - 800108F126E8144F5EA18FFA309C7304 /* GL@2x.png in Resources */, - CD47AE92ADED100D5B31FC1B8FCB1BD8 /* GM.png in Resources */, - 2FCC30B632A971A7684C0566D5244FB5 /* GM@2x.png in Resources */, - D0B9D320092F84929B7F6881979A2AB4 /* GN.png in Resources */, - EBF70AC4F9D263B737201B9C7D665C53 /* GN@2x.png in Resources */, - E59CD269119B3C7F50B3092A30CB5B46 /* GP.png in Resources */, - E6E1A1E34E12B17DB79BA8C8AC73C700 /* GP@2x.png in Resources */, - 9B5649E9DB5720808ED42C55496BF51A /* GQ.png in Resources */, - C588179FA548BE55E2D0325DA00BC96D /* GQ@2x.png in Resources */, - E7D269C0B9E009CA0923C50C218A4DE1 /* GR.png in Resources */, - 9430D60B18F5BB1F9857F95E907819A7 /* GR@2x.png in Resources */, - BA774013004FB7D31445B37FBCF06171 /* GS.png in Resources */, - CE5AC118C8BB068D37B047AB61F847F2 /* GS@2x.png in Resources */, - 65D4A4DCF8D4C72B25B63F150649937E /* GT.png in Resources */, - BF6112D91C0EFB13FEF404FC588D9BDE /* GT@2x.png in Resources */, - A2D5C4608CF8EFD639215BB5E8BFA6D6 /* GU.png in Resources */, - 1935DACD47E73D40B910A901AD289A13 /* GU@2x.png in Resources */, - 4C18FF49959DF99E486D7660FF0C2FAE /* GW.png in Resources */, - 88CFA8D19D8F2A51DA739CB4499A0BBF /* GW@2x.png in Resources */, - 71EFCA032CF1DC036161F1CA7FC56435 /* GY.png in Resources */, - 573FF8D68EBAC9040173F44E56070B0E /* GY@2x.png in Resources */, - 93B462F649C05E946B537A783DCB4E6B /* HK.png in Resources */, - EA67512681CE7FFA020B1526ED896B96 /* HK@2x.png in Resources */, - 5E0B7FF05360EBA5A43DBA0449128FBA /* HM.png in Resources */, - 961B9BEF080124ED13D5A60F92A6C76B /* HM@2x.png in Resources */, - EAC9F72BF581875D3CA24123311C6F6D /* HN.png in Resources */, - 04C43931601D01717BBF3EA574950B7C /* HN@2x.png in Resources */, - 1E6FD2A3D3A2ADF0788D3E64FECF9640 /* HR.png in Resources */, - 0466E7432EFD200C40E546B3D7A557D3 /* HR@2x.png in Resources */, - 86A670992FC9BE88AC59610321F0BEF9 /* HT.png in Resources */, - DB5E4EBBBE18A1E958E9690047664D2A /* HT@2x.png in Resources */, - 988BAFD4751EECEB877323265BD32B2B /* HU.png in Resources */, - FBB774576F4227C3CB5F726C6C7507EA /* HU@2x.png in Resources */, - DDCEED9B7B505ACBD88814D1E3E4A718 /* ID.png in Resources */, - 533A6612B7E30DCB7025100125605001 /* ID@2x.png in Resources */, - 93F797FAD49C7476D0605EFA9DCAA26B /* IE.png in Resources */, - EEEEAB632FB725D1CEFDD984A38E3789 /* IE@2x.png in Resources */, - 1BFF57BA368E691718CE3A4C9A3CE8CE /* IL.png in Resources */, - 1060543AB45613596029D34F6CB1A203 /* IL@2x.png in Resources */, - 60FA7A71A514F30ABD0CBAF3764AA262 /* IM.png in Resources */, - 6C7B2B639CF2FF3292CAA3236DA18558 /* IM@2x.png in Resources */, - A972D25134563997FFB1876758E218D1 /* IN.png in Resources */, - 570AB3180505AD9FAA6596C3936EC162 /* IN@2x.png in Resources */, - 911B5658F9C3B5FFD596C6D17B83F971 /* IO.png in Resources */, - E7356143F812C6F43EFCA105AE4B8F51 /* IO@2x.png in Resources */, - 7BB0E8142947144A84E1D4E40CE0D835 /* IQ.png in Resources */, - 2F486F011D839CE038DC36CE43707D37 /* IQ@2x.png in Resources */, - 1E5116034B083D57CA59E29F352039D4 /* IR.png in Resources */, - DF9977E6DD79F692F84F5D7B618D1AF9 /* IR@2x.png in Resources */, - 37A4881EAEEB0D50A0895DAA93F47375 /* IS.png in Resources */, - F4119AA9CD74724543A0F9F3D70C8790 /* IS@2x.png in Resources */, - BC840159F884CC08FB983BA1D6B7A4E0 /* IT.png in Resources */, - 0F2F193501868E22552BA1A3DA2CA845 /* IT@2x.png in Resources */, - CD423022A623F5E77DFDDD3F4809149D /* JE.png in Resources */, - D657ED8423F138FF666DCD4DB5416BF4 /* JE@2x.png in Resources */, - 0795E3451245042822A03001A42744AB /* JM.png in Resources */, - A97FF4A1EC2FAE936DCB0B2863F1686B /* JM@2x.png in Resources */, - 837712EA033CD87D8D6E60F6B86BD727 /* JO.png in Resources */, - 71C7258CA4F69C0B31B56EE7C806A54A /* JO@2x.png in Resources */, - F2E3C4CD5CCD9D6F87CF9DC268BE041B /* JP.png in Resources */, - 2496ED3972BE5027203F393F1F3B255D /* JP@2x.png in Resources */, - 9BE8A6A4736FDA5F45A3E9F8808D45EC /* KE.png in Resources */, - 1E99CB7CE4C7B2033E6151582F36ACFE /* KE@2x.png in Resources */, - 884DC02F9BA6992BB221E5EB695F74C5 /* KG.png in Resources */, - 2C6CC130BFE419BF2380267855343B45 /* KG@2x.png in Resources */, - C49D2B86D549696CD13B26CC181996CD /* KH.png in Resources */, - 790AC937AE634CD5D2D15A8B05F41605 /* KH@2x.png in Resources */, - 46881975395F793AC42B1509B46AD0A0 /* KI.png in Resources */, - F73311BFF436D4BD3D708751B5DECE0B /* KI@2x.png in Resources */, - 9C87FD458369CEC7B9C2BB80E6C6F928 /* KM.png in Resources */, - D2C5D6274694395B65A2E9B30A7A59D9 /* KM@2x.png in Resources */, - B886F1916CB04E58A375D275A328449A /* KN.png in Resources */, - 72A48B7A6DB5DCEA19FABAAFF38BF5DF /* KN@2x.png in Resources */, - 4131689FA119316D5D486B7BB16A9D01 /* KP.png in Resources */, - 6A6799B3E5C32CC4C8FD0BE44858A039 /* KP@2x.png in Resources */, - 006DA339DC073550C38FF40F66744548 /* KR.png in Resources */, - 3444B1EC61686843C916A7E8089DE181 /* KR@2x.png in Resources */, - D168C0EEBF73A658D5127D51CB1D4B02 /* KW.png in Resources */, - E160F0920E22676CC14A6F2AE26708FA /* KW@2x.png in Resources */, - AEDE09C22AB4DC11752D150403AF4FC7 /* KY.png in Resources */, - 9C06C010DC6F51545F81EC8C0241A65B /* KY@2x.png in Resources */, - 091B08BD66318C139C81FA87892879CD /* KZ.png in Resources */, - 823B2865BEF5619611125D080B30EFD0 /* KZ@2x.png in Resources */, - 7C5C313DEB4BF1F5A80DFC40D9C46C8F /* LA.png in Resources */, - 56801A896282DF57C8D5853C07397FF2 /* LA@2x.png in Resources */, - 9C1373E671FA578EFE448147FB2E7932 /* LB.png in Resources */, - 2A5E2E84C8FA0176C4E6600DCEC2969D /* LB@2x.png in Resources */, - AC32FAF683F9C85384CE60672BC80205 /* LC.png in Resources */, - 0B12F19788BD2EFC6A3395BB3811FBF5 /* LC@2x.png in Resources */, - E90A3E5EF9D9D732D660E6E8B64ED456 /* LI.png in Resources */, - 3E8653E23D49A25F05D255D14793F363 /* LI@2x.png in Resources */, - E3DC2D78EEFCC4D9F06BE6C6A9EF88AC /* LK.png in Resources */, - 0CEDD8A4687057412921378242791FCD /* LK@2x.png in Resources */, - 282C91EA60A0232E9290F797EC01C6DE /* LR.png in Resources */, - F1D3C77CC0D30DD085DC583501AFD3F8 /* LR@2x.png in Resources */, - 8399846C64A8B44E7982BB4909773B0D /* LS.png in Resources */, - 1E1BD70F7FBCDAB7D82CC598582B43A4 /* LS@2x.png in Resources */, - 686C4B00DEBB3461717417EB1676EC9D /* LT.png in Resources */, - 2ED094D343BB9176DB8299DB0AAF3580 /* LT@2x.png in Resources */, - EB313F5BFF9BF7E81F288E9F72463E80 /* LU.png in Resources */, - A2253604C521C8AADDD898D667ED17D8 /* LU@2x.png in Resources */, - 38E55D54974CA29CAAD57F3DAB217085 /* LV.png in Resources */, - FD5D7F02B106BE9AB18FE3B5B1914F64 /* LV@2x.png in Resources */, - 3FF3A3E91BA8727C4D36A0E3B22427B0 /* LY.png in Resources */, - 788B1F0718C8AAFC2B8594C1A00F93E4 /* LY@2x.png in Resources */, - 85D732F25B67ED2AC8E561DD1413970B /* MA.png in Resources */, - 4361C80871C916D81F0804EBED53DC5F /* MA@2x.png in Resources */, - 8A354A0EDDE8BE626CDC021E15577632 /* MC.png in Resources */, - 0AC0C5FB6CC993E25A173FAB9FE1A973 /* MC@2x.png in Resources */, - 4BCB9EC853C12D66638D29378CC6A499 /* MD.png in Resources */, - 9BFE5694087D2553FA08E526C4661B7C /* MD@2x.png in Resources */, - FC7AC3D5A37E0035B79F139C97DD665A /* ME.png in Resources */, - F4CB02F0958734F5818C26CE0DC1EAC1 /* ME@2x.png in Resources */, - 9F497EDC79173B736F6ADC977D2E90B5 /* MF.png in Resources */, - 02D28A33C0C3919A343500E3EF6E5D5D /* MF@2x.png in Resources */, - 1B19AAA44C80A5A8A98E9D0289249D84 /* MG.png in Resources */, - 76B509774D6CD0FBC3B74CE97A4174FB /* MG@2x.png in Resources */, - 2EEED6B844556566EE9575191AFA83C2 /* MH.png in Resources */, - B29BA420C172F2BE0541896E3F62AB19 /* MH@2x.png in Resources */, - 54CC4276E851BADBDA979E07334791B4 /* MK.png in Resources */, - AFEA8DF6D7562C67CA439D554E9C97AA /* MK@2x.png in Resources */, - 8F267C43F4E329255DB7C2E5F4FFC22C /* ML.png in Resources */, - 2F93FF5E8213A0D3FB64588ECB834AEC /* ML@2x.png in Resources */, - 83173E6CAEC94202818C41CDC0BCF6A4 /* MM.png in Resources */, - 47287155F7459F230A5FF12B2C4F289E /* MM@2x.png in Resources */, - B6F3C339EBE472AC06C6A86786D34D65 /* MN.png in Resources */, - 81AE2C3FD9E9B15C2C5F4061ABB8CD82 /* MN@2x.png in Resources */, - FC4DC1DB4AF111D89E6D23E3A0731F3A /* MO.png in Resources */, - 1B1BDCF4DAC2BE817E2A70E90E040B4D /* MO@2x.png in Resources */, - BA4028B81899A76309E48576A36BD626 /* MP.png in Resources */, - 81F27945F266C60790E7DA9CF6BBBB77 /* MP@2x.png in Resources */, - 16A2DF92D97B55306E7C65C05D7CE097 /* MQ.png in Resources */, - A4C69D36388294F9BDCC0823701DD64B /* MQ@2x.png in Resources */, - 126ECA9664E42EFE3FDBBC964D033B7A /* MR.png in Resources */, - A2AB5648F9643039EA0CF0DF20F3169F /* MR@2x.png in Resources */, - 3D8F0CD3DEDEFF850AA434C685597BD3 /* MS.png in Resources */, - 992B13459BE87189C6778C798F0DBB83 /* MS@2x.png in Resources */, - 7A2B37B9C87665742E566E1384D19939 /* MT.png in Resources */, - 4B9496E24744ED45CFEFB689E56D7240 /* MT@2x.png in Resources */, - E5AC80765532207E07C7968EC6BA614A /* MU.png in Resources */, - D457922512B8573C96D6852471C3661E /* MU@2x.png in Resources */, - AF94185571367F7B0786A2A8A8CC0584 /* MV.png in Resources */, - FC04DD567AEFECB8D155EB7BC3C333CA /* MV@2x.png in Resources */, - 64B6D7F8419D99D26E37C8D7C4D0BE35 /* MW.png in Resources */, - 26395B54FBFA80A3356577763A922F66 /* MW@2x.png in Resources */, - 8893E24E9C30F93CE3E60CE909273FEF /* MX.png in Resources */, - 62EC2D2D503B0DD617089FB59B4562EE /* MX@2x.png in Resources */, - C0AF9C400F5F95E80543016E0D8D7404 /* MY.png in Resources */, - 84BFD334DFB7CDB2015A0E00483F4A7B /* MY@2x.png in Resources */, - 4C88FC51F1AA1C4FF49F9FC3AFFCA84A /* MZ.png in Resources */, - D19C63AD05873FD7423D88DE896915EB /* MZ@2x.png in Resources */, - 80960613F1678DC57A41E906E872CEF4 /* NA.png in Resources */, - 9925B6B217E01B76CB3F0221D541684C /* NA@2x.png in Resources */, - E43FBDE892269CA03054D6C40254479E /* NC.png in Resources */, - 8225D4A22FA78E46314EA7696199D791 /* NC@2x.png in Resources */, - A49A99F536D3F050EFE66DD44EE09BCC /* NE.png in Resources */, - 146C55A094FB17D84F3AB8C53F2CB828 /* NE@2x.png in Resources */, - BFCC2CAF1EE75F886DF0D56C609E5EA3 /* NF.png in Resources */, - 4433DBC9B368BF7DB15D79CB16DCBADA /* NF@2x.png in Resources */, - A00CBED240CCD143B3DD24A290E5A553 /* NG.png in Resources */, - 63AB191CF2BF4CF766475103FC0C2EE0 /* NG@2x.png in Resources */, - E19BDFA26247D8B58ABAEE9BE67A5DAD /* NI.png in Resources */, - EEEF8DAB2A87D20F6910A6884ED83FAA /* NI@2x.png in Resources */, - E4DFD43A4279F4947954EB8C4D85B0BE /* NL.png in Resources */, - 1BB143F4B7486781DAD0D54F3212A47A /* NL@2x.png in Resources */, - CA14D43B22FFE768092D8E77AE5F9619 /* NO.png in Resources */, - 941F2FECF29AC93F72DCBD54FE118B6C /* NO@2x.png in Resources */, - 8E15DCEA4684839C3FC0E3633B718E01 /* NP.png in Resources */, - 32E2C7463CF9DF0890A042DEF94B5F53 /* NP@2x.png in Resources */, - 007C1BFEE4E60AFB55D6F6CB4D939017 /* NR.png in Resources */, - D3EBFFD39497D1F5236587BCC7A85C7C /* NR@2x.png in Resources */, - C776389B3E05295B3142CB155F890D2A /* NU.png in Resources */, - 8FEF6277B60949E4B75D21AB706AA8F8 /* NU@2x.png in Resources */, - 934A029DA1088CB1F6B83D7797DBA32A /* NZ.png in Resources */, - F9455589B285503CD52BD9941D4B7A67 /* NZ@2x.png in Resources */, - 0C276B6E56156DF486BE9F6140FB1D0B /* OM.png in Resources */, - 17BCE1B1D3361F614B47C09CBB280CD9 /* OM@2x.png in Resources */, - 80BFD8B97356900DA6CD6E9C76C885E0 /* PA.png in Resources */, - A7F61B552BE59A647EFCF6B82D38E709 /* PA@2x.png in Resources */, - FAB2C3501EEF42D9B0005E21E5A922C0 /* PE.png in Resources */, - 005040DF5AD8B8259F9730551A5979DC /* PE@2x.png in Resources */, - D789D4483146F915BE71F8FC773B2F42 /* PF.png in Resources */, - A6D99CF4A1CD6EE8EBE8FE53BD763906 /* PF@2x.png in Resources */, - 9C45B95370DF7DC3947BDEC48357FF0D /* PG.png in Resources */, - A80665C6C7DE9369D43944F1BABD581A /* PG@2x.png in Resources */, - 54F7AEB59140C41D103BCE3C593B34E6 /* PH.png in Resources */, - 3CF5109889AF2D507D544E068BB2B1EF /* PH@2x.png in Resources */, - F0E24CF6DDDAAF71CD7E6010C74C6068 /* PK.png in Resources */, - 98FAF27C3B989DA670C16E9CE6FB8908 /* PK@2x.png in Resources */, - 2B40D3472CC8A065422BC413B8DBFF1F /* PL.png in Resources */, - E94DA3CA308DC5F3054EEDF69EB46CB9 /* PL@2x.png in Resources */, - D68024CE705D55CA8FD6AB0E438F6FA4 /* PM.png in Resources */, - 5FEDAF27FA8EA1489493B4BFD5C69838 /* PM@2x.png in Resources */, - DF89B887706651EEDE20CFB788408A9D /* PN.png in Resources */, - 45BC01550D097206E4899E7DDE1E7DFE /* PN@2x.png in Resources */, - 6386ECE9B34CC38166B26188D429092F /* PR.png in Resources */, - A6A4118EE01030A21F359C063B06E3DE /* PR@2x.png in Resources */, - 9753388DF32FF73248C6BD6C5F6C18FB /* PS.png in Resources */, - 5EC22DDCA4EBA687EF1D7DD6D8B73E8C /* PS@2x.png in Resources */, - F30D476617676A0DA781D46180F3F35E /* PT.png in Resources */, - C07F32704EDA92BFD48879DBC0EE0BFB /* PT@2x.png in Resources */, - 95B17A6216F05DC695E6510574B1CD88 /* PW.png in Resources */, - 0EFF32B69CE24962C352E193F55248E5 /* PW@2x.png in Resources */, - 7D8CCAE081DBCECB138F1724AA4EDD48 /* PY.png in Resources */, - 6A7955F5E8A9651D62708C932BF25EA9 /* PY@2x.png in Resources */, - D142BFA8FDF5E6A13EC7B8A37B75D1B5 /* QA.png in Resources */, - 9178A5A30861DD8A39630DAC0876E327 /* QA@2x.png in Resources */, - 78B6B4E619B39902A3C72478EB8C301E /* RE.png in Resources */, - C28C67AF94F1BD46861E8E66EAF044E6 /* RE@2x.png in Resources */, - 3C31BB959B781446ED5484D69E593099 /* RO.png in Resources */, - 0DCD6DA8B762C1DC65016CD8A4D6D452 /* RO@2x.png in Resources */, - 1AC02C5FEB64BA98DB907C24805DA1CA /* RS.png in Resources */, - 4EDC8EC7E1C7091702B9DA4195636449 /* RS@2x.png in Resources */, - 2D033A8BF611851434D023BA6FAC549E /* RU.png in Resources */, - FA2BC6727F24F079C49BAB538B6BCCAD /* RU@2x.png in Resources */, - 50FF40E6523E97904F55B75751A2E63E /* RW.png in Resources */, - 53A1D0BF2349E425B5702C1742AEDE63 /* RW@2x.png in Resources */, - 3223876BC964CAD13CF8CB10ED5A6BD9 /* SA.png in Resources */, - 9BDBFB216DB517F3B7A58D8D8351C35E /* SA@2x.png in Resources */, - 3C153266BD89BC303B79A7BFB2D35A67 /* SB.png in Resources */, - FD206752B869FC69F7C23B7DFD2F1791 /* SB@2x.png in Resources */, - 4161F44335510EEFCE79287F2AD06B59 /* SC.png in Resources */, - 374CB05FC97B5A522EC25B4B1FF5A458 /* SC@2x.png in Resources */, - 87F37D70D27A2E9AD4C41F414D7492A5 /* SD.png in Resources */, - E7574639EF0B8C86DB7C0D2C8ABED83A /* SD@2x.png in Resources */, - AFB2687F05C4D0CA2F7FB8D3C89D62CE /* SE.png in Resources */, - 15173194BD0B9CCB265EEEFCE11F3D18 /* SE@2x.png in Resources */, - AD95740EA724E714316822AE2B8DDE9E /* SG.png in Resources */, - 10D924C9564A94ED0605651284345573 /* SG@2x.png in Resources */, - 46566749E7A8ADBFC4C78BBEBC7033E1 /* SH.png in Resources */, - D9652850D58B64092092EC663C119C50 /* SH@2x.png in Resources */, - 203CA59A5F523DB1FC035059EA65F8CE /* SI.png in Resources */, - EA9437CD524A53C04B91FDA5B3694551 /* SI@2x.png in Resources */, - 65EDA9DFCCFC3B751B0D89ED2C4F3D16 /* SJ.png in Resources */, - 79D2DF48B9B85F95966E989028C64256 /* SJ@2x.png in Resources */, - C755567795617EA3B63EFC95AE564C7C /* SK.png in Resources */, - F392B817870B6C9C76E5CA4EE546B1BE /* SK@2x.png in Resources */, - 6DD7A4833A8E82146FCBEF183F234311 /* SL.png in Resources */, - 291D8F0527CE83A866FE8751D89F8FC5 /* SL@2x.png in Resources */, - 529B3C7AACFD33F6E19664155F757935 /* SM.png in Resources */, - 27AAF2AC610000186CEFFCD946C61ABF /* SM@2x.png in Resources */, - C909D2A11FAC2143973647D704C02DDE /* SN.png in Resources */, - 3777EE56C3D6E9C7CAA0D828294C35E3 /* SN@2x.png in Resources */, - 760C259D180F5EBC4B2E5408C94F57FB /* SO.png in Resources */, - 1FD95E10C7E954F2643ED918CB8027A0 /* SO@2x.png in Resources */, - B10C9F4E6913A9AE2048BE704F96BE19 /* SR.png in Resources */, - 53A474F268577F1518E5D9340F69C291 /* SR@2x.png in Resources */, - 21CC17459ECF010EB1F1B063289EFCB1 /* SS.png in Resources */, - 54068369BC64EB7855D046307FAC7188 /* SS@2x.png in Resources */, - AB0F61D4BE83467189C515B60C75C98F /* ST.png in Resources */, - 2C62FFEF46D090BA084F74DA4B1C1BDA /* ST@2x.png in Resources */, - E48329CE44EB989DB8A9308E996AD39F /* SV.png in Resources */, - AE8099AF0925602254DB685374D41DC6 /* SV@2x.png in Resources */, - 45DAFA9FC7E41AC23774B21F7C7ECE0C /* SX.png in Resources */, - 4818D506FB1F7C63425EFDA2A3B318C4 /* SX@2x.png in Resources */, - 311ED4CE7106896130CE65D5FF732782 /* SY.png in Resources */, - 41E1C8C9C4A4BB1F623F3ABE41FCA77C /* SY@2x.png in Resources */, - 693F7CF057FD202DD1A7EA1268AC4C88 /* SZ.png in Resources */, - D6D65E72771E590303091F5D93FAA099 /* SZ@2x.png in Resources */, - 94AC81B53EB903D548864259E52767C2 /* TC.png in Resources */, - 8E9BC613733338BC0C522460261A28FE /* TC@2x.png in Resources */, - 91732C9D08A6233BBF5747CD3E454DF3 /* TD.png in Resources */, - A75C139235DB9DDCDF7BD878C59D5AE8 /* TD@2x.png in Resources */, - 4AFCCA78C2990A621A07AF6324069C3D /* TF.png in Resources */, - 99D2FFD509A42D211A28B0003FA26B57 /* TF@2x.png in Resources */, - CBFA005A48768D65CAD2211C87F591FC /* TG.png in Resources */, - 18D87FA632D0936D1F17B6E0696FF773 /* TG@2x.png in Resources */, - DE0ED24F77B89B8A951BCA1D97CC6D23 /* TH.png in Resources */, - 4D8CB0A77F26C09E540A34B78758DB95 /* TH@2x.png in Resources */, - 63E8C5369936EF2869F6EC50579F065B /* TJ.png in Resources */, - 7EDB0A00B606FBFE6300AEE33BD18E86 /* TJ@2x.png in Resources */, - 959F1F84B2069A37DFD8E75C71E06ECD /* TK.png in Resources */, - E28EE38D3C73E4609DA23BD8B0C1E23B /* TK@2x.png in Resources */, - F96AC6EECFA80C716B24D4736562C1FC /* TL.png in Resources */, - 1213DB4BC14278D14DC41E51439CE787 /* TL@2x.png in Resources */, - B756A1F4D8D228A3ADD6D14605A5B89B /* TM.png in Resources */, - 87FACAAC2EFB69E596A146BEF36AC58F /* TM@2x.png in Resources */, - B36A016453A3D864409096E599E45307 /* TN.png in Resources */, - F7D0378383FFC274421EACF1ADC3822E /* TN@2x.png in Resources */, - 2E1ED875AFF69FAC7DF0CCD678D11022 /* TO.png in Resources */, - DF49A89E2B9E44802BB2CACA7AF2FA31 /* TO@2x.png in Resources */, - 99BB23FD3DD69392AC69366550CADD86 /* TR.png in Resources */, - EDB4C7F63B87B4FCEEB93B1DE261F8B1 /* TR@2x.png in Resources */, - EF84C069C07C344C4EAB49D44C7C8689 /* TT.png in Resources */, - 5F189AEA3B500227E7933CF4A6E2BE38 /* TT@2x.png in Resources */, - DA9EFABF6AE46356B500163DB5A24E9A /* TV.png in Resources */, - 8D292BA0DE49471CE66650C0D0CAC8DE /* TV@2x.png in Resources */, - 5BCDC15859473BB377B558E27BA71D9A /* TW.png in Resources */, - 76124A3643BF2AC6AB7848AC53906236 /* TW@2x.png in Resources */, - 1512947274BC7E02C1C47DD7383D86D3 /* TZ.png in Resources */, - FB1FBF7E32077A83A600209D9CBB06EB /* TZ@2x.png in Resources */, - FBEAF97BFD0D9FB921FB25BA276E3FD7 /* UA.png in Resources */, - 58C779AFD97C6B4C9F409EF21C701FF9 /* UA@2x.png in Resources */, - A1D43ED05DBA078DF4CB078F65A4DCE8 /* UG.png in Resources */, - 78A62593352A44CCC61F41CB867F724F /* UG@2x.png in Resources */, - 41563461B3C20E98F2F13D6320CF70E3 /* UM.png in Resources */, - 765F901EF4539D0981673F2E865EA39C /* UM@2x.png in Resources */, - 8751C65A768D92390C85D1D26414CA72 /* US.png in Resources */, - 0E24E5727C848A9F26DC56408D7AC1A2 /* US@2x.png in Resources */, - 31D4F50A6524235007CCEDD76AE4E0D4 /* UY.png in Resources */, - 48D47EBF19236AE10B9E514376F1BFF5 /* UY@2x.png in Resources */, - 95037B7E05321DCC1DD5F4442B3DFCDA /* UZ.png in Resources */, - 7865379B6EA551439B27D865AB7812A8 /* UZ@2x.png in Resources */, - E8E0440CC4DA2D506E21C72B4B8984A3 /* VA.png in Resources */, - 26916D9033C0D16481795622CBEA5B79 /* VA@2x.png in Resources */, - 52EC874995B47C525385BF1168DC212A /* VC.png in Resources */, - 0EB81BEE3102826193DF93A274ECC372 /* VC@2x.png in Resources */, - 10DC3D47D77BC619EB700DAFEE26EC47 /* VE.png in Resources */, - 46660EF8FF6D63C6B0EECF85D28B53E5 /* VE@2x.png in Resources */, - E7BED7F0D04491E0C2F569F92D091FF4 /* VG.png in Resources */, - 4101E3D0296D29464452A26C5C4FCB5F /* VG@2x.png in Resources */, - F6FAB3AAB0EA4272B556B9B5B46E1B64 /* VI.png in Resources */, - 8F1572B4AABF680F6036EE5F9322B258 /* VI@2x.png in Resources */, - 5124BC8A87B024FC3953A658D6ECC606 /* VN.png in Resources */, - 3256899F9CA2C782CE5EE4178D1A98C4 /* VN@2x.png in Resources */, - 7F33665D34C508B904B4A7ED548379B0 /* VU.png in Resources */, - C280A23C84D31F0A6F1E92FC4C4A4C62 /* VU@2x.png in Resources */, - 7742F312081B87F9EA7ACB759590398C /* WF.png in Resources */, - D474F46F042F0C78D127239E4B7CC36B /* WF@2x.png in Resources */, - 88BBCC326C15427BA79DCCDB2DA18ED6 /* WS.png in Resources */, - 8C4F78C67CE43FAEE200723A1F86B6DA /* WS@2x.png in Resources */, - AC621FDB8C094F9F61022C07945A08CA /* XK.png in Resources */, - 7B4A583B69AF953A98AA7E8B67494603 /* XK@2.png in Resources */, - 8A2D7A62236FBA5F5D1EA2EF039E6592 /* YE.png in Resources */, - FF6367847E52733CBF3B73E778C946F4 /* YE@2x.png in Resources */, - EB81E8CB874DDF020E09EE280D891E08 /* YT.png in Resources */, - 75622E866C01EDDBC2DE7FA7C8ED1102 /* YT@2x.png in Resources */, - 511562DDE9AFC0C6D6DC02C9930A0E45 /* ZA.png in Resources */, - 9EB795CFEF169B6B02B8615B5DCFFA9D /* ZA@2x.png in Resources */, - F6B9B5FC752205D4361376CBBFD07CF5 /* ZM.png in Resources */, - 05C76F54FB1017014207561112F8A53E /* ZM@2x.png in Resources */, - 32235724FD295FB39DB3098246A5D8A3 /* ZW.png in Resources */, - B3053FA85EDE31D1FEE8A3FFF2BA72E2 /* ZW@2x.png in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B989CF6DF9A10A077BB5AF77A0AED6CC /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 3069E5444118C09B7FCC343C789E5DF6 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F31596AA8E4EC8D6BC4D7104862EAF8D /* Pods-CountryPicker13+Example-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 55AF57A13F6D728F2F5CA720AB7E2197 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FF2DC8C1E62E83D97DA8F1FA6B94DD68 /* Configuration.swift in Sources */, - AF7E474713AC4051BA71FB00C1AFE872 /* Constant.swift in Sources */, - B50B57796ECBD2E2F060F8110CF544F4 /* Country.swift in Sources */, - 4B7C9248273CA2CB71AC595009A18FD6 /* CountryManager.swift in Sources */, - 07E60F258DF555534B17AB299B265C05 /* CountryPickerView.swift in Sources */, - 72EE5C4C8D5339445C69042ADE410C07 /* CountryPickerWheelView.swift in Sources */, - C23EFECDEC9805595EB09E4B4005BEF3 /* CountryPickerWheelViewModel.swift in Sources */, - 95AEF6A034141E7B79659724452B2659 /* CountryPickerWithSections.swift in Sources */, - 947ECF930154067E60F8CFA5092A8553 /* CountryPickerWithSectionViewModel.swift in Sources */, - 5419DEF2A129C8644148AB5C686911C3 /* SectionMapper.swift in Sources */, - 991C130F68D18FA863D0C828881D456C /* SKCountryPicker-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 82401D0877A11D4B47D038FA8FA7C7F8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 4EF7F9F78D7DA8EC408A3087E9C84C88 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "SKCountryPicker-CountryPickerController"; - target = AD5DDE18FD5EB97540CD21988269989D /* SKCountryPicker-CountryPickerController */; - targetProxy = 2AEE23B8DF6B9C9B8DE346B17F524E0C /* PBXContainerItemProxy */; - }; - 6DCC6ABF0038B45D07B5E62BA7D135C1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SKCountryPicker; - target = CD6AE62B70B78355A3257C4DC46F7A3E /* SKCountryPicker */; - targetProxy = 426F7285D98A782810A944B1622939A5 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 10E5B7F5218F4E33C712E8046C71AF3C /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 13C25F7D1213EE8A523D60A9D4BC34EE /* SKCountryPicker.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/SKCountryPicker/SKCountryPicker-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SKCountryPicker/SKCountryPicker-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/SKCountryPicker/SKCountryPicker.modulemap"; - PRODUCT_MODULE_NAME = SKCountryPicker; - PRODUCT_NAME = SKCountryPicker; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 1FF8B8C2FC6D26A1862471365AE4BFDB /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = CE7D397064F0AC31E345F5A2C9DC9762 /* Pods-CountryPicker13+Example.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 16.1; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 45285987FDC204B9DB7C0228892D4B3E /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_DEBUG=1", - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 16.1; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - STRIP_INSTALLED_PRODUCT = NO; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - SYMROOT = "${SRCROOT}/../build"; - }; - name = Debug; - }; - 5C7785F9C8DD6B79C4819D789E3D1AAC /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A9B21ADE051AE8E672E8E43FF9E7EA5E /* Pods-CountryPicker13+Example.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 16.1; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 6AF9D8D0B4F4FA4695A8EEF773CD3FBC /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_RELEASE=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 16.1; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - STRIP_INSTALLED_PRODUCT = NO; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_VERSION = 5.0; - SYMROOT = "${SRCROOT}/../build"; - }; - name = Release; - }; - 8548E9B73B1DD2B6F9AE06E8E3A36FA9 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 13C25F7D1213EE8A523D60A9D4BC34EE /* SKCountryPicker.release.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SKCountryPicker"; - IBSC_MODULE = SKCountryPicker; - INFOPLIST_FILE = "Target Support Files/SKCountryPicker/ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = CountryPickerController; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - A6B4DB6E329C79C756D6B432C3A67037 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = ECC0DA9B092FA20023192811C5172046 /* SKCountryPicker.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/SKCountryPicker/SKCountryPicker-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SKCountryPicker/SKCountryPicker-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/SKCountryPicker/SKCountryPicker.modulemap"; - PRODUCT_MODULE_NAME = SKCountryPicker; - PRODUCT_NAME = SKCountryPicker; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - FCB271F346761F9961CCB078C5600260 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = ECC0DA9B092FA20023192811C5172046 /* SKCountryPicker.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SKCountryPicker"; - IBSC_MODULE = SKCountryPicker; - INFOPLIST_FILE = "Target Support Files/SKCountryPicker/ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = CountryPickerController; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 45285987FDC204B9DB7C0228892D4B3E /* Debug */, - 6AF9D8D0B4F4FA4695A8EEF773CD3FBC /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 96F00E515EB66D576DF5CC43E26911D5 /* Build configuration list for PBXNativeTarget "SKCountryPicker-CountryPickerController" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - FCB271F346761F9961CCB078C5600260 /* Debug */, - 8548E9B73B1DD2B6F9AE06E8E3A36FA9 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - D35A31D55E06499A1BC8C7EF48F57072 /* Build configuration list for PBXNativeTarget "SKCountryPicker" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - A6B4DB6E329C79C756D6B432C3A67037 /* Debug */, - 10E5B7F5218F4E33C712E8046C71AF3C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - F700071B34354D179155C43B283AE026 /* Build configuration list for PBXNativeTarget "Pods-CountryPicker13+Example" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5C7785F9C8DD6B79C4819D789E3D1AAC /* Debug */, - 1FF8B8C2FC6D26A1862471365AE4BFDB /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */; -} diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-dummy.m b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-dummy.m deleted file mode 100644 index 6f0884ce..00000000 --- a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_Pods_CountryPicker13_Example : NSObject -@end -@implementation PodsDummy_Pods_CountryPicker13_Example -@end diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks-Debug-input-files.xcfilelist b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks-Debug-input-files.xcfilelist deleted file mode 100644 index 40690f6d..00000000 --- a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks-Debug-input-files.xcfilelist +++ /dev/null @@ -1,2 +0,0 @@ -${PODS_ROOT}/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks.sh -${BUILT_PRODUCTS_DIR}/SKCountryPicker/SKCountryPicker.framework \ No newline at end of file diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks-Release-input-files.xcfilelist b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks-Release-input-files.xcfilelist deleted file mode 100644 index 40690f6d..00000000 --- a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks-Release-input-files.xcfilelist +++ /dev/null @@ -1,2 +0,0 @@ -${PODS_ROOT}/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks.sh -${BUILT_PRODUCTS_DIR}/SKCountryPicker/SKCountryPicker.framework \ No newline at end of file diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-resources-Debug-input-files.xcfilelist b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-resources-Debug-input-files.xcfilelist deleted file mode 100644 index 906a82bf..00000000 --- a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-resources-Debug-input-files.xcfilelist +++ /dev/null @@ -1,2 +0,0 @@ -${PODS_ROOT}/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-resources.sh -${PODS_CONFIGURATION_BUILD_DIR}/SKCountryPicker/CountryPickerController.bundle \ No newline at end of file diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-resources-Release-input-files.xcfilelist b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-resources-Release-input-files.xcfilelist deleted file mode 100644 index 906a82bf..00000000 --- a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-resources-Release-input-files.xcfilelist +++ /dev/null @@ -1,2 +0,0 @@ -${PODS_ROOT}/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-resources.sh -${PODS_CONFIGURATION_BUILD_DIR}/SKCountryPicker/CountryPickerController.bundle \ No newline at end of file diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-umbrella.h b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-umbrella.h deleted file mode 100644 index 9a578537..00000000 --- a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-umbrella.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifdef __OBJC__ -#import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif -#endif - - -FOUNDATION_EXPORT double Pods_CountryPicker13_ExampleVersionNumber; -FOUNDATION_EXPORT const unsigned char Pods_CountryPicker13_ExampleVersionString[]; - diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example.modulemap b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example.modulemap deleted file mode 100644 index 57c497a4..00000000 --- a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module Pods_CountryPicker13_Example { - umbrella header "Pods-CountryPicker13+Example-umbrella.h" - - export * - module * { export * } -} diff --git a/CountryPickeriOS15+/CountryPickerSPM/.gitignore b/CountryPickeriOS15+/CountryPickerSPM/.gitignore deleted file mode 100644 index 3b298120..00000000 --- a/CountryPickeriOS15+/CountryPickerSPM/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -.DS_Store -/.build -/Packages -/*.xcodeproj -xcuserdata/ -DerivedData/ -.swiftpm/config/registries.json -.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata -.netrc diff --git a/CountryPickeriOS15+/CountryPickerSPM/Package.swift b/CountryPickeriOS15+/CountryPickerSPM/Package.swift deleted file mode 100644 index f12a9ef6..00000000 --- a/CountryPickeriOS15+/CountryPickerSPM/Package.swift +++ /dev/null @@ -1,35 +0,0 @@ -// swift-tools-version: 5.7 -// The swift-tools-version declares the minimum version of Swift required to build this package. - -import PackageDescription - -let package = Package( - name: "CountryPickerSPM", - platforms: [ - .iOS("15.0") - ], - products: [ - // Products define the executables and libraries a package produces, and make them visible to other packages. - .library( - name: "CountryPickerSPM", - targets: ["CountryPickerSPM"]), - ], - dependencies: [ - // Dependencies declare other packages that this package depends on. - // .package(url: /* package url */, from: "1.0.0"), - ], - targets: [ - // Targets are the basic building blocks of a package. A target can define a module or a test suite. - // Targets can depend on other targets in this package, and on products in packages this package depends on. - .target( - name: "CountryPickerSPM", - dependencies: [], - resources: [ - .copy("CountryPickerController.bundle"), - ]), - .testTarget( - name: "CountryPickerSPMTests", - dependencies: ["CountryPickerSPM"]), - ], - swiftLanguageVersions: [.v5] -) diff --git a/CountryPickeriOS15+/CountryPickerSPM/README.md b/CountryPickeriOS15+/CountryPickerSPM/README.md deleted file mode 100644 index e642faf9..00000000 --- a/CountryPickeriOS15+/CountryPickerSPM/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# CountryPickerSPM - -CountryPicker iOS 15+ with latest combine and swiftui diff --git a/CountryPickeriOS15+/CountryPickerSPM/Tests/CountryPickerSPMTests/CountryManagerTests.swift b/CountryPickeriOS15+/CountryPickerSPM/Tests/CountryPickerSPMTests/CountryManagerTests.swift deleted file mode 100644 index a91d03d5..00000000 --- a/CountryPickeriOS15+/CountryPickerSPM/Tests/CountryPickerSPMTests/CountryManagerTests.swift +++ /dev/null @@ -1,136 +0,0 @@ -// -// CountryManagerTests.swift -// CountryManagerTests -// -// Created by Mac mini on 7/6/18. -// Copyright © 2018 SuryaKant Sharma. All rights reserved. -// - -import XCTest -@testable import CountryPickerSPM - -class CountryManagerTests: XCTestCase { - var countryManager: CountryManager! - - var validCountryFilePath: String? { -#if SWIFT_PACKAGE - let bundle = Bundle.module -#else - let bundle = Bundle(for: Country.self) -#endif - return bundle.path(forResource: "CountryPickerController.bundle/countries", ofType: "plist") - } - - var invalidCountryFilePath: String? { - let bundle = Bundle(for: CountryManager.self) - return bundle.path(forResource: "CountryPickerController.bundle/countriess", ofType: "plist") - } - - override func setUp() { - super.setUp() - countryManager = CountryManager.shared - } - - override func tearDown() { - super.tearDown() - countryManager = nil - } - - func test_afterloadMethod_countriesShoulLoadCorrectly() { - XCTAssertFalse(countryManager.countries.isEmpty) - XCTAssert(countryManager.allCountries([]).count != 0, "Cann't load countries") - XCTAssertEqual(countryManager.defaultFilter, .countryName) - } - - func test_currentCountryCode() { - XCTAssertEqual(countryManager.currentCountry!.countryCode, Locale.current.regionCode!) - } - - func test_contriesLoadedIncorrect_order() { - let firstCountry = countryManager.countries[0].countryName - let secondCountry = countryManager.countries[1].countryName - XCTAssert(firstCountry < secondCountry) - } - - func test_allCountries_withFavouriteCountries_shouldReturnWIthMerge() { - let initialCount = countryManager.countries.count - XCTAssertEqual(initialCount, countryManager.allCountries([]).count) - - let newCountriesWithFavourite = countryManager.allCountries(["IN", "US"]) - - XCTAssertEqual(newCountriesWithFavourite.count, initialCount + 2) - - XCTAssertEqual(newCountriesWithFavourite[0].countryName, "India") - XCTAssertEqual(newCountriesWithFavourite[1].countryName, "United States") - } - - - func test_addFilter_shouldAbleToInsertFilter() { - countryManager.addFilter(.countryName) - XCTAssertTrue(countryManager.filters.contains(.countryName)) - countryManager.addFilter(.countryDialCode) - XCTAssertTrue(countryManager.filters.contains(.countryDialCode)) - XCTAssertTrue(countryManager.filters.contains(.countryName)) - } - - func test_removeFilter_shouldAbleToRemoveFilter() { - countryManager.removeFilter(.countryName) - - XCTAssertFalse(countryManager.filters.contains(.countryName)) - } - - func test_clearAllFilter_shouldAbleToRemoveAllFilter_exceptDefault() { - countryManager.clearAllFilters() - - XCTAssertEqual(countryManager.filters, [.countryName]) - } - - func test_manager_should_able_toReturnCountry_with_AnyOfRequiredField() { - let country = Country(countryCode: "IN") - XCTAssertEqual(countryManager.country(withCode: "IN"), country) - XCTAssertEqual(countryManager.country(withName: "India"), country) - XCTAssertEqual(countryManager.country(withDigitCode: "+91"), country) - XCTAssertNil(countryManager.country(withDigitCode: "+3232")) - } - - func test_countryLoading_withValidPath() throws { - let urlPath = URL(fileURLWithPath: validCountryFilePath ?? "") - let countries = try countryManager.fetchCountries(fromURLPath: urlPath) - XCTAssertNotNil(countries) - XCTAssertEqual(countries.count, 250) - } - - func test_countryLoading_withInvalidPath() { - let urlPath = URL(fileURLWithPath: invalidCountryFilePath ?? "") - let countries = try? countryManager.fetchCountries(fromURLPath: urlPath) - XCTAssertNil(countries) - XCTAssertEqual(countries?.count, nil) - } - - func test_lastCountrySelected() { - - let countrySelected = countryManager.country(withCode: "TZ") - countryManager.lastCountrySelected = countrySelected - XCTAssertEqual(countryManager.lastCountrySelected?.countryCode, countrySelected?.countryCode) - } - - func test_resetLastCountrySelected() { - let countrySelected = countryManager.country(withCode: "TZ") - countryManager.lastCountrySelected = countrySelected - XCTAssertEqual(countryManager.lastCountrySelected?.countryCode, countrySelected?.countryCode) - - countryManager.resetLastSelectedCountry() - XCTAssertNil(countryManager.lastCountrySelected) - } - - func testPerformanceLoadAndSortCountries() { - self.measure { - do { - try countryManager.loadCountries() - } catch { - XCTFail(error.localizedDescription) - } - } - } -} - diff --git a/CountryPickeriOS15+/CountryPickerSPM/Tests/CountryPickerSPMTests/CountryPickerSPMTests.swift b/CountryPickeriOS15+/CountryPickerSPM/Tests/CountryPickerSPMTests/CountryPickerSPMTests.swift deleted file mode 100644 index 36f2090c..00000000 --- a/CountryPickeriOS15+/CountryPickerSPM/Tests/CountryPickerSPMTests/CountryPickerSPMTests.swift +++ /dev/null @@ -1,243 +0,0 @@ -import XCTest -import Combine - -@testable import CountryPickerSPM - - - -final class CountryPickerWithSectionViewModelTests: XCTestCase { - var cancellables = Set() - - func test_WhenViewModelLoadedWithEmptyCountries_ShouldBeAbleToReturnEmptySection() { - let sut = makeSUT() - let expectationOutput: [Section] = [ - ] - - XCTAssertEqual(sut.sections, expectationOutput) - } - - func test_WhenViewModelLoadedWithSomeCountries_shouldReturnSectionAccordingly() { - let countries = [ - Country(countryCode: "IN"), - Country(countryCode: "AF"), - Country(countryCode: "US"), - Country(countryCode: "IS") - ] - - let sut = makeSUT(countries: countries) - let expectationOutput = [ - Section(title: "A", countries: [ - Country(countryCode: "AF"), - ]), - Section(title: "I", countries: [ - Country(countryCode: "IN"), - Country(countryCode: "IS") - ]), - - Section(title: "U", countries: [ - Country(countryCode: "US") - ]) - ] - - XCTAssertEqual(sut.sections, expectationOutput) - - } - - - func test_WhenViewModelFilterWithText_shouldReturnSectionWithRelaventCountries() { - let countries = [ - Country(countryCode: "IN"), - Country(countryCode: "AF"), - Country(countryCode: "US"), - Country(countryCode: "IS") - ] - - let mockService = MockService(countries: countries, - filteredCountries: [ - Country(countryCode: "IN"), - Country(countryCode: "IS") - ]) - - let sut = makeSUT(countries: countries, mockService: mockService) - - let expectation = expectation(description: "Section should publish correct value") - - let expectationOutput = [ - Section(title: "I", countries: [ - Country(countryCode: "IN"), - Country(countryCode: "IS") - ]), - ] - - sut.$sections - .dropFirst() - .sink { value in - XCTAssertEqual(value, expectationOutput) - expectation.fulfill() - }.store(in: &cancellables) - - sut.filterWithText("I") - - wait(for: [expectation], timeout: 0.1) - } - - func test_WhenViewModelFilterWithEmpty_shouldReturnSectionWithAllCountries() { - let countries = [ - Country(countryCode: "IN"), - Country(countryCode: "AF"), - Country(countryCode: "US"), - Country(countryCode: "IS") - ] - - let mockService = MockService(countries: countries, - filteredCountries: [ - Country(countryCode: "IN"), - Country(countryCode: "IS") - ]) - - let sut = makeSUT(countries: countries, mockService: mockService) - - sut.filterWithText("") - - let expectationOutput = [ - Section(title: "A", countries: [ - Country(countryCode: "AF"), - ]), - Section(title: "I", countries: [ - Country(countryCode: "IN"), - Country(countryCode: "IS") - ]), - - Section(title: "U", countries: [ - Country(countryCode: "US") - ]) - ] - - XCTAssertEqual(sut.sections, expectationOutput) - } - - func test_withFavouriteCountryGiven_sectionShouldReturnItInIndex0AndWithoutSectionTitle() { - let favoriteCountriesLocaleIdentifiers = ["IN"] - - let countries = [ - Country(countryCode: "IN"), - Country(countryCode: "AF"), - Country(countryCode: "US"), - Country(countryCode: "IS") - ] - - let mockService = MockService(countries: countries) - - let sut = makeSUT(countries: countries, - mockService: mockService, - favoriteCountriesLocaleIdentifiers: favoriteCountriesLocaleIdentifiers) - - - let expectationOutput = [ - Section(title: nil, - countries: [ - Country(countryCode: "IN") - ]), - Section(title: "A", countries: [ - Country(countryCode: "AF"), - ]), - Section(title: "I", countries: [ - Country(countryCode: "IN"), - Country(countryCode: "IS") - ]), - - Section(title: "U", countries: [ - Country(countryCode: "US") - ]) - ] - - XCTAssertEqual(sut.sections, expectationOutput) - - } - - func test_withFavouriteCountryGiven_whenSearchWithEmptyTextAfterTypingSomething_sectionShouldReturnAllCountriesWithFavouriteCountry() { - let countries = [ - Country(countryCode: "IN"), - Country(countryCode: "AF"), - Country(countryCode: "US"), - Country(countryCode: "IS") - ] - - let sut = makeSUT(countries: countries, - favoriteCountriesLocaleIdentifiers: ["IN"]) - - sut.filterWithText("abc") - sut.filterWithText("") - - let expectationOutput = [ - Section(title: nil, - countries: [ - Country(countryCode: "IN") - ]), - Section(title: "A", countries: [ - Country(countryCode: "AF"), - ]), - Section(title: "I", countries: [ - Country(countryCode: "IN"), - Country(countryCode: "IS") - ]), - - Section(title: "U", countries: [ - Country(countryCode: "US") - ]) - ] - - XCTAssertEqual(sut.sections, expectationOutput) - } - - // MARK: - SUT private function - private func makeSUT(countries: [Country] = [], - favoriteCountriesLocaleIdentifiers: [String] = []) - -> CountryPickerWithSectionViewModel { - let mockService = MockService(countries: countries) - let sut = CountryPickerWithSectionViewModel( - dataService: mockService, - mapper: SectionMapper(favoriteCountriesLocaleIdentifiers: favoriteCountriesLocaleIdentifiers), selectedCountry: Country(countryCode: "IN")) - - return sut - } - - - private func makeSUT(countries: [Country] = [], - mockService: MockService, - favoriteCountriesLocaleIdentifiers: [String] = []) - -> CountryPickerWithSectionViewModel { - let sut = CountryPickerWithSectionViewModel( - dataService: mockService, - mapper: SectionMapper(favoriteCountriesLocaleIdentifiers: favoriteCountriesLocaleIdentifiers), selectedCountry: Country(countryCode: "IN")) - return sut - } -} - - -class MockService: CountryListDataSource { - - let countries: [Country] - let filteredCountries: [Country] - - internal init(countries: [Country] = [], - filteredCountries:[Country] = [] - ) { - self.countries = countries - self.filteredCountries = filteredCountries - } - - - func country(withCode code: String) -> Country? { - nil - } - - func allCountries(_ favoriteCountriesLocaleIdentifiers: [String]) -> [Country] { - countries - } - - func filterCountries(searchText: String) -> [Country] { - filteredCountries - } -} - diff --git a/CountryPickeriOS15+/CountryPickerSPM/Tests/CountryPickerSPMTests/SectionMapperTests.swift b/CountryPickeriOS15+/CountryPickerSPM/Tests/CountryPickerSPMTests/SectionMapperTests.swift deleted file mode 100644 index 5b2d9d08..00000000 --- a/CountryPickeriOS15+/CountryPickerSPM/Tests/CountryPickerSPMTests/SectionMapperTests.swift +++ /dev/null @@ -1,85 +0,0 @@ -// -// SectionMapperTests.swift -// -// -// Created by Surya on 09/07/23. -// - -import XCTest -@testable import CountryPickerSPM - -final class SectionMapperTests: XCTestCase { - - func test_sectionmapperWhenInitWithEmptyCountries_shouldAbleToReturnEmptySectionWithGivenCountriesInAlphabeticOrder() { - let sut = SectionMapper(favoriteCountriesLocaleIdentifiers: []) - - XCTAssertEqual(sut.mapIntoSection(countries: [ - ]), []) - } - - - func test_sectionmapperWhenInitWithCountries_shouldAbleToReturnSectionWithGivenCountriesInAlphabeticOrder() { - let sut = SectionMapper(favoriteCountriesLocaleIdentifiers: []) - - let expectationOutput = [ - Section(title: "A", countries: [ - Country(countryCode: "AF"), - ]), - Section(title: "I", countries: [ - Country(countryCode: "IN"), - Country(countryCode: "IS") - ]), - - Section(title: "U", countries: [ - Country(countryCode: "US") - ]) - ] - - XCTAssertEqual(sut.mapIntoSection(countries: [ - Country(countryCode: "IN"), - Country(countryCode: "IS"), - Country(countryCode: "AF"), - Country(countryCode: "US") - ]), expectationOutput) - } - - - func test_withFavouriteCountries_sectionShouldReturnFirstCountryWithFavouriteSectionWithNilTitle() { - // Given - let countries = [ - Country(countryCode: "IN"), - Country(countryCode: "AF"), - Country(countryCode: "US"), - Country(countryCode: "IS") - ] - - let favoriteCountriesLocaleIdentifiers = ["IN"] - let sut = SectionMapper(favoriteCountriesLocaleIdentifiers: favoriteCountriesLocaleIdentifiers) - - let expectationOutput = [ - Section(title: nil, - countries: [ - Country(countryCode: "IN") - ]), - Section(title: "A", countries: [ - Country(countryCode: "AF"), - ]), - Section(title: "I", countries: [ - Country(countryCode: "IN"), - Country(countryCode: "IS") - ]), - - Section(title: "U", countries: [ - Country(countryCode: "US") - ]) - ] - - - // when - let result = sut.mapIntoSection(countries: countries) - - // then - XCTAssertEqual(result, expectationOutput) - - } -} diff --git a/CountryPickeriOS15+/SKCountryPicker.podspec b/CountryPickeriOS15+/SKCountryPicker.podspec deleted file mode 100644 index 7c4a061e..00000000 --- a/CountryPickeriOS15+/SKCountryPicker.podspec +++ /dev/null @@ -1,111 +0,0 @@ -# -# Be sure to run `pod spec lint CoutryPicker.podspec' to ensure this is a -# valid spec and to remove all comments including this before submitting the spec. -# -# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html -# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/ -# - -Pod::Spec.new do |s| - - # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # These will help people to find your library, and whilst it - # can feel like a chore to fill in it's definitely to your advantage. The - # summary should be tweet-length, and the description more in depth. - # - - s.name = "SKCountryPicker" - s.version = "3.0.0" - s.summary = "A simple, customizable Country picker for picking country or dialing code." - - # This description is used to generate tags and improve search results. - # * Think: What does it do? Why did you write it? What is the focus? - # * Try to keep it short, snappy and to the point. - # * Write the description between the DESC delimiters below. - # * Finally, don't worry about the indent, CocoaPods strips it! - s.description = "CountryPicker is module for selecting country of the user by searching" - - s.homepage = "https://github.com/SURYAKANTSHARMA/CountryPicker" - s.screenshots = "https://user-images.githubusercontent.com/6416095/32143344-40f55c80-bc65-11e7-98d7-5429654940a2.png", "https://user-images.githubusercontent.com/6416095/32143470-debef3f8-bc66-11e7-8460-502e5cff1491.png" - - - # ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # Licensing your code is important. See http://choosealicense.com for more info. - # CocoaPods will detect a license file if there is a named LICENSE* - # Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'. - # - - s.license = "MIT" - # s.license = { :type => "MIT", :file => "FILE_LICENSE" } - - - # ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # Specify the authors of the library, with email addresses. Email addresses - # of the authors are extracted from the SCM log. E.g. $ git log. CocoaPods also - # accepts just a name if you'd rather not provide an email address. - # - # Specify a social_media_url where others can refer to, for example a twitter - # profile URL. - # - - s.author = { "SuryaKant Sharma" => "suryakantsharma84@gmail.com" } - # Or just: s.author = "SuryaKant Sharma" - # s.authors = { "SuryaKant Sharma" => "suryakantsharma84@gmail.com" } - # s.social_media_url = "http://twitter.com/SuryaKant Sharma" - - # ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # If this Pod runs only on iOS or OS X, then specify the platform and - # the deployment target. You can optionally include the target after the platform. - # - - # s.platform = :ios - s.platform = :ios, "15.0" - s.swift_version = '5.0' - # When using multiple platforms - # s.ios.deployment_target = "5.0" - # s.osx.deployment_target = "10.7" - # s.watchos.deployment_target = "2.0" - # s.tvos.deployment_target = "9.0" - - - # ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # Specify the location from where the source should be retrieved. - # Supports git, hg, bzr, svn and HTTP. - # - - s.source = { :git => "https://github.com/SURYAKANTSHARMA/CountryPicker", :tag => "3.0.0", :branch => 'master'} - - - # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # CocoaPods is smart about how it includes source code. For source files - # giving a folder will include any swift, h, m, mm, c & cpp files. - # For header files it will include any header in the folder. - # Not including the public_header_files will make all headers public. - # - - s.source_files = "CountryPicker/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/**/*.{swift}" - s.exclude_files = "Classes/Exclude" - - # s.public_header_files = "Classes/**/*.h" - - - # ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # A list of resources included with the Pod. These are copied into the - # target bundle with a build phase script. Anything else will be cleaned. - # You can preserve files from being cleaned, please don't preserve - # non-essential files like tests, examples and documentation. - # - - s.resource_bundles = { - 'CountryPickerController' => ['CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/*'] - } - # s.preserve_paths = "FilesToSave", "MoreFilesToSave" - -end diff --git a/Examples/SwiftUI/CountryPickerSwiftUIExample/CountryPickerSwiftUIExample.xcodeproj/project.pbxproj b/Examples/SwiftUI/CountryPickerSwiftUIExample/CountryPickerSwiftUIExample.xcodeproj/project.pbxproj deleted file mode 100644 index 17c3de64..00000000 --- a/Examples/SwiftUI/CountryPickerSwiftUIExample/CountryPickerSwiftUIExample.xcodeproj/project.pbxproj +++ /dev/null @@ -1,483 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 55; - objects = { - -/* Begin PBXBuildFile section */ - B7F150EB2784697700B04FEB /* CountryPickerSwiftUIExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F150DB2784697200B04FEB /* CountryPickerSwiftUIExampleApp.swift */; }; - B7F150EC2784697700B04FEB /* CountryPickerSwiftUIExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F150DB2784697200B04FEB /* CountryPickerSwiftUIExampleApp.swift */; }; - B7F150ED2784697700B04FEB /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F150DC2784697200B04FEB /* ContentView.swift */; }; - B7F150EE2784697700B04FEB /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F150DC2784697200B04FEB /* ContentView.swift */; }; - B7F150EF2784697700B04FEB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B7F150DD2784697700B04FEB /* Assets.xcassets */; }; - B7F150F02784697700B04FEB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B7F150DD2784697700B04FEB /* Assets.xcassets */; }; - E0C62EB9288EC52D0057216B /* CountryPickerViewProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0C62EB8288EC52D0057216B /* CountryPickerViewProxy.swift */; }; - E0C62EBA288EC52D0057216B /* CountryPickerViewProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0C62EB8288EC52D0057216B /* CountryPickerViewProxy.swift */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - B7F150DB2784697200B04FEB /* CountryPickerSwiftUIExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryPickerSwiftUIExampleApp.swift; sourceTree = ""; }; - B7F150DC2784697200B04FEB /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; - B7F150DD2784697700B04FEB /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - B7F150E22784697700B04FEB /* CountryPickerSwiftUIExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CountryPickerSwiftUIExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; - B7F150E82784697700B04FEB /* CountryPickerSwiftUIExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CountryPickerSwiftUIExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; - B7F150EA2784697700B04FEB /* macOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = macOS.entitlements; sourceTree = ""; }; - E0C62EB8288EC52D0057216B /* CountryPickerViewProxy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryPickerViewProxy.swift; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - B7F150DF2784697700B04FEB /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B7F150E52784697700B04FEB /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - B7F150D52784697100B04FEB = { - isa = PBXGroup; - children = ( - B7F150DA2784697200B04FEB /* Shared */, - B7F150E92784697700B04FEB /* macOS */, - B7F150E32784697700B04FEB /* Products */, - ); - sourceTree = ""; - }; - B7F150DA2784697200B04FEB /* Shared */ = { - isa = PBXGroup; - children = ( - B7F150DB2784697200B04FEB /* CountryPickerSwiftUIExampleApp.swift */, - B7F150DC2784697200B04FEB /* ContentView.swift */, - E0C62EB8288EC52D0057216B /* CountryPickerViewProxy.swift */, - B7F150DD2784697700B04FEB /* Assets.xcassets */, - ); - path = Shared; - sourceTree = ""; - }; - B7F150E32784697700B04FEB /* Products */ = { - isa = PBXGroup; - children = ( - B7F150E22784697700B04FEB /* CountryPickerSwiftUIExample.app */, - B7F150E82784697700B04FEB /* CountryPickerSwiftUIExample.app */, - ); - name = Products; - sourceTree = ""; - }; - B7F150E92784697700B04FEB /* macOS */ = { - isa = PBXGroup; - children = ( - B7F150EA2784697700B04FEB /* macOS.entitlements */, - ); - path = macOS; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - B7F150E12784697700B04FEB /* CountryPickerSwiftUIExample (iOS) */ = { - isa = PBXNativeTarget; - buildConfigurationList = B7F150F32784697700B04FEB /* Build configuration list for PBXNativeTarget "CountryPickerSwiftUIExample (iOS)" */; - buildPhases = ( - B7F150DE2784697700B04FEB /* Sources */, - B7F150DF2784697700B04FEB /* Frameworks */, - B7F150E02784697700B04FEB /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "CountryPickerSwiftUIExample (iOS)"; - packageProductDependencies = ( - ); - productName = "CountryPickerSwiftUIExample (iOS)"; - productReference = B7F150E22784697700B04FEB /* CountryPickerSwiftUIExample.app */; - productType = "com.apple.product-type.application"; - }; - B7F150E72784697700B04FEB /* CountryPickerSwiftUIExample (macOS) */ = { - isa = PBXNativeTarget; - buildConfigurationList = B7F150F62784697700B04FEB /* Build configuration list for PBXNativeTarget "CountryPickerSwiftUIExample (macOS)" */; - buildPhases = ( - B7F150E42784697700B04FEB /* Sources */, - B7F150E52784697700B04FEB /* Frameworks */, - B7F150E62784697700B04FEB /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "CountryPickerSwiftUIExample (macOS)"; - productName = "CountryPickerSwiftUIExample (macOS)"; - productReference = B7F150E82784697700B04FEB /* CountryPickerSwiftUIExample.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - B7F150D62784697100B04FEB /* Project object */ = { - isa = PBXProject; - attributes = { - BuildIndependentTargetsInParallel = 1; - LastSwiftUpdateCheck = 1300; - LastUpgradeCheck = 1330; - TargetAttributes = { - B7F150E12784697700B04FEB = { - CreatedOnToolsVersion = 13.0; - }; - B7F150E72784697700B04FEB = { - CreatedOnToolsVersion = 13.0; - }; - }; - }; - buildConfigurationList = B7F150D92784697100B04FEB /* Build configuration list for PBXProject "CountryPickerSwiftUIExample" */; - compatibilityVersion = "Xcode 13.0"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = B7F150D52784697100B04FEB; - packageReferences = ( - B7F150F927847C1500B04FEB /* XCRemoteSwiftPackageReference "CountryPicker" */, - ); - productRefGroup = B7F150E32784697700B04FEB /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - B7F150E12784697700B04FEB /* CountryPickerSwiftUIExample (iOS) */, - B7F150E72784697700B04FEB /* CountryPickerSwiftUIExample (macOS) */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - B7F150E02784697700B04FEB /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B7F150EF2784697700B04FEB /* Assets.xcassets in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B7F150E62784697700B04FEB /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B7F150F02784697700B04FEB /* Assets.xcassets in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - B7F150DE2784697700B04FEB /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E0C62EB9288EC52D0057216B /* CountryPickerViewProxy.swift in Sources */, - B7F150ED2784697700B04FEB /* ContentView.swift in Sources */, - B7F150EB2784697700B04FEB /* CountryPickerSwiftUIExampleApp.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B7F150E42784697700B04FEB /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E0C62EBA288EC52D0057216B /* CountryPickerViewProxy.swift in Sources */, - B7F150EE2784697700B04FEB /* ContentView.swift in Sources */, - B7F150EC2784697700B04FEB /* CountryPickerSwiftUIExampleApp.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - B7F150F12784697700B04FEB /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - }; - name = Debug; - }; - B7F150F22784697700B04FEB /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - }; - name = Release; - }; - B7F150F42784697700B04FEB /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = ""; - ENABLE_PREVIEWS = YES; - GENERATE_INFOPLIST_FILE = YES; - INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; - INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; - INFOPLIST_KEY_UILaunchScreen_Generation = YES; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = "com.github.-CountryPickerSwiftUIExample.CountryPickerSwiftUIExample"; - PRODUCT_NAME = CountryPickerSwiftUIExample; - PROVISIONING_PROFILE_SPECIFIER = ""; - SDKROOT = iphoneos; - SWIFT_EMIT_LOC_STRINGS = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - B7F150F52784697700B04FEB /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = ""; - ENABLE_PREVIEWS = YES; - GENERATE_INFOPLIST_FILE = YES; - INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; - INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; - INFOPLIST_KEY_UILaunchScreen_Generation = YES; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = "com.github.-CountryPickerSwiftUIExample.CountryPickerSwiftUIExample"; - PRODUCT_NAME = CountryPickerSwiftUIExample; - PROVISIONING_PROFILE_SPECIFIER = ""; - SDKROOT = iphoneos; - SWIFT_EMIT_LOC_STRINGS = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - B7F150F72784697700B04FEB /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements; - CODE_SIGN_IDENTITY = "-"; - "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1; - ENABLE_PREVIEWS = YES; - GENERATE_INFOPLIST_FILE = YES; - INFOPLIST_KEY_NSHumanReadableCopyright = ""; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - MACOSX_DEPLOYMENT_TARGET = 11.0; - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = "com.github.-CountryPickerSwiftUIExample.CountryPickerSwiftUIExample"; - PRODUCT_NAME = CountryPickerSwiftUIExample; - SDKROOT = macosx; - SWIFT_EMIT_LOC_STRINGS = YES; - SWIFT_VERSION = 5.0; - }; - name = Debug; - }; - B7F150F82784697700B04FEB /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements; - CODE_SIGN_IDENTITY = "-"; - "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1; - ENABLE_PREVIEWS = YES; - GENERATE_INFOPLIST_FILE = YES; - INFOPLIST_KEY_NSHumanReadableCopyright = ""; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - MACOSX_DEPLOYMENT_TARGET = 11.0; - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = "com.github.-CountryPickerSwiftUIExample.CountryPickerSwiftUIExample"; - PRODUCT_NAME = CountryPickerSwiftUIExample; - SDKROOT = macosx; - SWIFT_EMIT_LOC_STRINGS = YES; - SWIFT_VERSION = 5.0; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - B7F150D92784697100B04FEB /* Build configuration list for PBXProject "CountryPickerSwiftUIExample" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B7F150F12784697700B04FEB /* Debug */, - B7F150F22784697700B04FEB /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - B7F150F32784697700B04FEB /* Build configuration list for PBXNativeTarget "CountryPickerSwiftUIExample (iOS)" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B7F150F42784697700B04FEB /* Debug */, - B7F150F52784697700B04FEB /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - B7F150F62784697700B04FEB /* Build configuration list for PBXNativeTarget "CountryPickerSwiftUIExample (macOS)" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B7F150F72784697700B04FEB /* Debug */, - B7F150F82784697700B04FEB /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - -/* Begin XCRemoteSwiftPackageReference section */ - B7F150F927847C1500B04FEB /* XCRemoteSwiftPackageReference "CountryPicker" */ = { - isa = XCRemoteSwiftPackageReference; - repositoryURL = "https://github.com/SURYAKANTSHARMA/CountryPicker"; - requirement = { - kind = upToNextMajorVersion; - minimumVersion = 1.0.0; - }; - }; -/* End XCRemoteSwiftPackageReference section */ - }; - rootObject = B7F150D62784697100B04FEB /* Project object */; -} diff --git a/Examples/SwiftUI/CountryPickerSwiftUIExample/Shared/Assets.xcassets/AppIcon.appiconset/Contents.json b/Examples/SwiftUI/CountryPickerSwiftUIExample/Shared/Assets.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index c136eaff..00000000 --- a/Examples/SwiftUI/CountryPickerSwiftUIExample/Shared/Assets.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,148 +0,0 @@ -{ - "images" : [ - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "20x20" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "20x20" - }, - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "29x29" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "29x29" - }, - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "40x40" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "40x40" - }, - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "60x60" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "60x60" - }, - { - "idiom" : "ipad", - "scale" : "1x", - "size" : "20x20" - }, - { - "idiom" : "ipad", - "scale" : "2x", - "size" : "20x20" - }, - { - "idiom" : "ipad", - "scale" : "1x", - "size" : "29x29" - }, - { - "idiom" : "ipad", - "scale" : "2x", - "size" : "29x29" - }, - { - "idiom" : "ipad", - "scale" : "1x", - "size" : "40x40" - }, - { - "idiom" : "ipad", - "scale" : "2x", - "size" : "40x40" - }, - { - "idiom" : "ipad", - "scale" : "1x", - "size" : "76x76" - }, - { - "idiom" : "ipad", - "scale" : "2x", - "size" : "76x76" - }, - { - "idiom" : "ipad", - "scale" : "2x", - "size" : "83.5x83.5" - }, - { - "idiom" : "ios-marketing", - "scale" : "1x", - "size" : "1024x1024" - }, - { - "idiom" : "mac", - "scale" : "1x", - "size" : "16x16" - }, - { - "idiom" : "mac", - "scale" : "2x", - "size" : "16x16" - }, - { - "idiom" : "mac", - "scale" : "1x", - "size" : "32x32" - }, - { - "idiom" : "mac", - "scale" : "2x", - "size" : "32x32" - }, - { - "idiom" : "mac", - "scale" : "1x", - "size" : "128x128" - }, - { - "idiom" : "mac", - "scale" : "2x", - "size" : "128x128" - }, - { - "idiom" : "mac", - "scale" : "1x", - "size" : "256x256" - }, - { - "idiom" : "mac", - "scale" : "2x", - "size" : "256x256" - }, - { - "idiom" : "mac", - "scale" : "1x", - "size" : "512x512" - }, - { - "idiom" : "mac", - "scale" : "2x", - "size" : "512x512" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Examples/SwiftUI/CountryPickerSwiftUIExample/Shared/ContentView.swift b/Examples/SwiftUI/CountryPickerSwiftUIExample/Shared/ContentView.swift deleted file mode 100644 index 39c5f849..00000000 --- a/Examples/SwiftUI/CountryPickerSwiftUIExample/Shared/ContentView.swift +++ /dev/null @@ -1,43 +0,0 @@ -// -// ContentView.swift -// Shared -// -// Created by Suryakant on 04/01/22. -// - -import SwiftUI -import CountryPicker -import Combine - -struct ContentView: View { - @State private var isShowingCountryPicker = false - @State private var country: Country = CountryManager.shared.currentCountry ?? Country.init(countryCode: "IN") - - - var body: some View { - VStack { - HStack { - Image(uiImage: country.flag ?? UIImage()) - .resizable() - .scaledToFit() - .frame(width: 32.0, height: 32.0) - Text(country.countryName) - } - Button("Select Country") { - isShowingCountryPicker = true - }.sheet(isPresented: $isShowingCountryPicker) { - CountryPickerViewProxy { choosenCountry in - country = choosenCountry - } - } - } - } -} - -struct ContentView_Previews: PreviewProvider { - static var previews: some View { - ContentView() - } -} - - diff --git a/Examples/SwiftUI/CountryPickerSwiftUIExample/Shared/CountryPickerSwiftUIExampleApp.swift b/Examples/SwiftUI/CountryPickerSwiftUIExample/Shared/CountryPickerSwiftUIExampleApp.swift deleted file mode 100644 index cdd1dd6b..00000000 --- a/Examples/SwiftUI/CountryPickerSwiftUIExample/Shared/CountryPickerSwiftUIExampleApp.swift +++ /dev/null @@ -1,17 +0,0 @@ -// -// CountryPickerSwiftUIExampleApp.swift -// Shared -// -// Created by Suryakant on 04/01/22. -// - -import SwiftUI - -@main -struct CountryPickerSwiftUIExampleApp: App { - var body: some Scene { - WindowGroup { - ContentView() - } - } -} diff --git a/Examples/SwiftUI/CountryPickerSwiftUIExample/Shared/CountryPickerViewProxy.swift b/Examples/SwiftUI/CountryPickerSwiftUIExample/Shared/CountryPickerViewProxy.swift deleted file mode 100644 index b9a016d3..00000000 --- a/Examples/SwiftUI/CountryPickerSwiftUIExample/Shared/CountryPickerViewProxy.swift +++ /dev/null @@ -1,25 +0,0 @@ -// -// CountryPickerViewProxy.swift -// CountryPickerSwiftUIExample -// -// Created by Suryakant Sharma on 25/07/22. -// - -import UIKit -import SwiftUI -import CountryPicker - -struct CountryPickerViewProxy: UIViewControllerRepresentable { - - let onSelect: (( _ chosenCountry: Country) -> Void)? - - func updateUIViewController(_ uiViewController: UINavigationController, context: Context) { - - } - - func makeUIViewController(context: Context) -> UINavigationController { - UINavigationController(rootViewController: CountryPickerController.create { - onSelect?($0)} - ) - } -} diff --git a/Examples/SwiftUI/CountryPickerSwiftUIExample/macOS/macOS.entitlements b/Examples/SwiftUI/CountryPickerSwiftUIExample/macOS/macOS.entitlements deleted file mode 100644 index 862c658e..00000000 --- a/Examples/SwiftUI/CountryPickerSwiftUIExample/macOS/macOS.entitlements +++ /dev/null @@ -1,19 +0,0 @@ - - - - - SchemeUserState - - TestCountryPickerFramework.xcscheme - - orderHint - 3 - - TestCountryPickerFramework.xcscheme_^#shared#^_ - - orderHint - 1 - - - - diff --git a/Examples/UIkit/Podfile b/Examples/UIkit/Podfile deleted file mode 100644 index 5cbe74ae..00000000 --- a/Examples/UIkit/Podfile +++ /dev/null @@ -1,8 +0,0 @@ -# Uncomment the next line to define a global platform for your project - platform :ios, '11.0' - -target 'TestCountryPickerFramework' do - # Comment the next line if you're not using Swift and don't want to use dynamic frameworks - use_frameworks! - pod 'SKCountryPicker', path: '../../' -end diff --git a/Examples/UIkit/Pods/Local Podspecs/SKCountryPicker.podspec.json b/Examples/UIkit/Pods/Local Podspecs/SKCountryPicker.podspec.json deleted file mode 100644 index 5c90678c..00000000 --- a/Examples/UIkit/Pods/Local Podspecs/SKCountryPicker.podspec.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "SKCountryPicker", - "version": "2.0.0", - "summary": "A simple, customizable Country picker for picking country or dialing code.", - "description": "CountryPicker is module for selecting country of the user by searching", - "homepage": "https://github.com/SURYAKANTSHARMA/CountryPicker", - "screenshots": [ - "https://user-images.githubusercontent.com/6416095/32143344-40f55c80-bc65-11e7-98d7-5429654940a2.png", - "https://user-images.githubusercontent.com/6416095/32143470-debef3f8-bc66-11e7-8460-502e5cff1491.png" - ], - "license": "MIT", - "authors": { - "SuryaKant Sharma": "suryakantsharma84@gmail.com" - }, - "platforms": { - "ios": "11.0" - }, - "swift_versions": "5.0", - "source": { - "git": "https://github.com/SURYAKANTSHARMA/CountryPicker", - "tag": "2.0.0", - "branch": "master" - }, - "source_files": "CountryPicker/CountryPicker/**/*.{swift}", - "exclude_files": "Classes/Exclude", - "resources": "CountryPicker/CountryPicker/*.{png}", - "resource_bundles": { - "CountryPickerController": [ - "CountryPicker/CountryPicker/CountryPickerController.bundle/*" - ] - }, - "swift_version": "5.0" -} diff --git a/Examples/UIkit/Pods/Pods.xcodeproj/project.pbxproj b/Examples/UIkit/Pods/Pods.xcodeproj/project.pbxproj deleted file mode 100644 index a6e52cfd..00000000 --- a/Examples/UIkit/Pods/Pods.xcodeproj/project.pbxproj +++ /dev/null @@ -1,2759 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 48; - objects = { - -/* Begin PBXBuildFile section */ - 004AFB7210D7929E366879635139E08F /* BL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1229A24EFFE98C60D42DB90F172E121C /* BL@2x.png */; }; - 0079CC8BD299CD7AFEA1C0FC657A33B2 /* BS.png in Resources */ = {isa = PBXBuildFile; fileRef = CDDD15718AAB02A518A4BF0122D4D3A3 /* BS.png */; }; - 01446F2FA2218DDBDE2B1689C80AA1EC /* SB@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7A12B7CDB557C446F3BCFA20E1CB4518 /* SB@2x.png */; }; - 01C39BAC4E7EF23FE529B3E879F93664 /* PA.png in Resources */ = {isa = PBXBuildFile; fileRef = 4887BD9A3A1C5C2E824D4993CFD3A0BD /* PA.png */; }; - 01F16D5C5A4F4EB6453DFFD8696816CC /* IO.png in Resources */ = {isa = PBXBuildFile; fileRef = EA4454CFF0AF5F452250206997E88CE4 /* IO.png */; }; - 01F51AF6A00DC774FD3A60CC242F1031 /* BH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 743948C8E9B0872F686F80C60ACEF77E /* BH@2x.png */; }; - 0203EAC99F3F6BF1E4E0808DA4BC190C /* MT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A42B790061296F5676236AEAE3599FC1 /* MT@2x.png */; }; - 025801307E18CA95D394102064EE8BF8 /* ZM.png in Resources */ = {isa = PBXBuildFile; fileRef = 6E63A39947C20080B2709B27145D2585 /* ZM.png */; }; - 02C7FEC7C267B157EF36F6AAEBBC0B39 /* ES.png in Resources */ = {isa = PBXBuildFile; fileRef = 6DA5075CFD1DE483D5CEAF6E330A48CE /* ES.png */; }; - 02E95F54728F5B84E38C86826BC3841A /* IE.png in Resources */ = {isa = PBXBuildFile; fileRef = 1DDF6AE79DA2FAC65125C56BA87959DF /* IE.png */; }; - 038C84D455AE771E6C739A0C9F35D46B /* ID.png in Resources */ = {isa = PBXBuildFile; fileRef = 3C427ADFF860954550FEEC5B7EE6FBF5 /* ID.png */; }; - 03D1E7F3475F9D3322671A91CAB68246 /* MC.png in Resources */ = {isa = PBXBuildFile; fileRef = 516AF3D833AA98E35B2819282E6E1723 /* MC.png */; }; - 049D08A33E7CBE9D9A1DB09B9397A8C5 /* SV.png in Resources */ = {isa = PBXBuildFile; fileRef = C494FCCA1A47AFAF9B28A2B06C15FACE /* SV.png */; }; - 0579EA4EF563F96F051C3629F3691CC2 /* RU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 288498669A778864C2A4B9BA00166DB9 /* RU@2x.png */; }; - 0589C0CCC364A0A85267FEE53FCF8B5F /* MH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B4491B7D65067C2174EFECE470B44200 /* MH@2x.png */; }; - 070A5208F82042AF57FFF7FCBAECCBC8 /* MP.png in Resources */ = {isa = PBXBuildFile; fileRef = 60812DF0C6A29D615592958CAC8847BB /* MP.png */; }; - 07AB834163DBA6711175C5FB0878FB56 /* MK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0328EE448FB7F8921DF2D3258C1D108B /* MK@2x.png */; }; - 07DC144DDA943EE3B79ADB2B53300168 /* AS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8FA1AB74F8C40DCE4F9C2F2AF3E48386 /* AS@2x.png */; }; - 089DA87D9F30C423024845B01349911E /* HU.png in Resources */ = {isa = PBXBuildFile; fileRef = 4B667EA0380BA13B077D2E8664858031 /* HU.png */; }; - 089FDD61FACF5362F0B52B954E484FB4 /* RE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FD7D4FAEB623FF69EF91D4D555DAD38E /* RE@2x.png */; }; - 08D026DFA59BB902500074DEBD7615AB /* GT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8EFEB7589D2A5113CC7DE8EF61F97FA3 /* GT@2x.png */; }; - 0A63A49FF19615267EE71DF0FE5FBA1F /* GQ.png in Resources */ = {isa = PBXBuildFile; fileRef = EF615D2C40CF4257C764959A9E0B28C0 /* GQ.png */; }; - 0AE4C81EB68997943BA40FF66ABCB389 /* TJ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1651C28482C69C23B7E57F58DEC1FA35 /* TJ@2x.png */; }; - 0B5E80A4A6EB06C0BEA79E0027542DB0 /* VE.png in Resources */ = {isa = PBXBuildFile; fileRef = B27172442799E1601ECDCC7E3C58665F /* VE.png */; }; - 0CA07E8AEB19333A315E1C2B93DEE7BA /* ML@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E7E82A017EDD0049AE1F33778CADB767 /* ML@2x.png */; }; - 0CA10DAD8A26584759672650BC73D6CE /* CountryPickerEngine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 260832BC28D844FF51EA5F06812B4974 /* CountryPickerEngine.swift */; }; - 0CC64ED31FB2879874C3EEDFE8BF75C0 /* BM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8EE7F6E9B3A230D68469EB741DF7809E /* BM@2x.png */; }; - 0CCC90D2EF4E8331A574F9CD5CF086E1 /* YE.png in Resources */ = {isa = PBXBuildFile; fileRef = 48FD5625E7D46C87234260FF6BFF610C /* YE.png */; }; - 0D8DBB2AE86DCA25B6BAF9FE3421E7B3 /* DZ.png in Resources */ = {isa = PBXBuildFile; fileRef = B8A2B85086AE10C781427421A656C608 /* DZ.png */; }; - 0D9DF91C0C9CD0547871945164F6ECDE /* KM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C270FD68887B8FB2EAAA6056F110FBE6 /* KM@2x.png */; }; - 0EF8CDC85FC6D1B3378506ACABDD8FCD /* GU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F48C825EFEB024FCA6399BFD260F163A /* GU@2x.png */; }; - 0F3D0E921DB94F1B9570E387B7384D2A /* HT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2CBF0700DEC4CC5FD3CA399CC296F8FC /* HT@2x.png */; }; - 0F789413C93D8D7D6045E7C1CD5BC377 /* KH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D0367FD5D5CF3D66B09C10DA1C812103 /* KH@2x.png */; }; - 0FD72B7995ADF3F6B9A86586B803C23C /* DE.png in Resources */ = {isa = PBXBuildFile; fileRef = 9CC1D147102991FBA0888A2FC2487B6E /* DE.png */; }; - 0FF8696922B78F889A76B8F40C8EBF41 /* EG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 09820D3AABFAA9F0BC3D912954F39B3F /* EG@2x.png */; }; - 1122BF0F00AE036B84C3630E8D4E76CE /* LI.png in Resources */ = {isa = PBXBuildFile; fileRef = 6CC72D2340DE29D2A1E186E7B2203A33 /* LI.png */; }; - 11DB622B4A51C4359C3FE0A324F5F900 /* GT.png in Resources */ = {isa = PBXBuildFile; fileRef = 3EB9697B17CFA1C7B2FD3DD5FDFE0DA7 /* GT.png */; }; - 11E5FC74D02798E037921DE5E08B1DE2 /* CN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A99B37A1CFF4D8C8F1B37EB050ECB17F /* CN@2x.png */; }; - 12323AD0F6A59597DB1FBA283F71EAAC /* SA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 95EB7B25AEB5870A6E651188F68B4AED /* SA@2x.png */; }; - 12CB4F810D0446AA1F0BE929BA45A229 /* CX@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B3C3C5DCA4212DC420DB505E5B177FD4 /* CX@2x.png */; }; - 13297A927CC46B4588EE5B1E5213EFD3 /* TJ.png in Resources */ = {isa = PBXBuildFile; fileRef = C03C929A1ADC909B6D90D451581A7188 /* TJ.png */; }; - 13EA08A03AE221B854C0B4D951C5352D /* KN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 011767E9D373310F7DB14B6386C322B3 /* KN@2x.png */; }; - 14706C0ACE22D93E9EA22154541F7782 /* XK@2.png in Resources */ = {isa = PBXBuildFile; fileRef = 06D63ADCB268B4CFE3484772816D34A0 /* XK@2.png */; }; - 14B6A7A673838FD4A63AB62A28FFEC4C /* KP@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3850784AD80006B774DAFA5985560FC8 /* KP@2x.png */; }; - 160F4FEA922644617DD33E3801172F22 /* ZA.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F2975FF23BCEE83FDF432E293687D14 /* ZA.png */; }; - 16C514F134C49B2B691EDE7F81E62B95 /* CM.png in Resources */ = {isa = PBXBuildFile; fileRef = 52E45F274F48A4E59861E2CC1F0C4F05 /* CM.png */; }; - 178860D417202BCEAA906867BD6EE8F2 /* TO.png in Resources */ = {isa = PBXBuildFile; fileRef = 2273A95D555A6594B88D10A566FDFBB0 /* TO.png */; }; - 1792CC43CE3BE077B6A551CCD67D12CA /* FI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5D0FD53DCF6CA1F74FC950ECEA0A961A /* FI@2x.png */; }; - 1795BECECB809E8B40F8A8290DBE994D /* SY.png in Resources */ = {isa = PBXBuildFile; fileRef = 398A7171A6FBA8DA044CB3D59738C9D5 /* SY.png */; }; - 17BC64C64C4392FEE2E409BC97F1CB4C /* GA.png in Resources */ = {isa = PBXBuildFile; fileRef = 2C8798CD9E14033C617B208F6DDE651C /* GA.png */; }; - 17BD9FBB3B56B65E238214AC317A1DEB /* MX.png in Resources */ = {isa = PBXBuildFile; fileRef = 09C495853EE75C77330F072B954A73AD /* MX.png */; }; - 1823A23EC3E655B6760562C55577B3E4 /* CC.png in Resources */ = {isa = PBXBuildFile; fileRef = 28A2A82E3156BB9439CE560A66ED0170 /* CC.png */; }; - 1884293ADCAC90DF9D0B541EE6437A85 /* UA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9880F7C3308C4A306318A10D0CB4D0A2 /* UA@2x.png */; }; - 1904762B73B934A915AC118A7C71F10B /* CN.png in Resources */ = {isa = PBXBuildFile; fileRef = BBF27D0AE8505B064F8702EB76FD7A29 /* CN.png */; }; - 19EEA295050D81DBA7A0B9A233A98108 /* GD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AFD0960616C9312D91DCD4DADCFA0CDB /* GD@2x.png */; }; - 1A280D61EE3F17DAAC60793975465BEF /* OM.png in Resources */ = {isa = PBXBuildFile; fileRef = 684FC14E1DA2E87A8338515A7F9EC4C1 /* OM.png */; }; - 1A7006E0710F3D36FD630D7F45A56AF8 /* LC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2C66F732D24CE8E469618E92CC4EE745 /* LC@2x.png */; }; - 1AEAFD25F8247866827322842AD1FF2E /* AG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E4AC8F0B146D340C78273E8B2F866160 /* AG@2x.png */; }; - 1BD8136F3042B30E78F2B51D87B3BECC /* BN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E00203B48FD3E7CD8A131935D2F2DA0D /* BN@2x.png */; }; - 1BF9259845B58B8A124367C5C8DA4470 /* GN.png in Resources */ = {isa = PBXBuildFile; fileRef = 6FFEC58C956062CC7F48146E4951033B /* GN.png */; }; - 1C63E57F0B79C280E0372DD712CBE778 /* ET.png in Resources */ = {isa = PBXBuildFile; fileRef = 297C02E678F07D13852D539AAD4CE94E /* ET.png */; }; - 1C7705D2678394025C16EB4AF574CDF6 /* KY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7B225E474B4E3DB699EDDC6704F52758 /* KY@2x.png */; }; - 1CA95F61233F01902D5D0FACE67813BA /* GR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 21E4B4D64FBE24A3C1D9299941A12FF3 /* GR@2x.png */; }; - 1D23644838F4CB6201AFBF4245FBAB62 /* JP.png in Resources */ = {isa = PBXBuildFile; fileRef = AFAA5B3E78EAB6B3B9E53E8908825180 /* JP.png */; }; - 1DF6F94367A48E53ADE260C3C33AF216 /* FO.png in Resources */ = {isa = PBXBuildFile; fileRef = 21DF037A817B6594AB63A875AEBDBF0B /* FO.png */; }; - 1E14B3650DFF6F7DE538C5C24C68F65C /* HR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6FF4686F07B4AEF265A8763BDEF1AEA9 /* HR@2x.png */; }; - 1EF431587823DB875AE5D8F3A0EDAF86 /* MF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9E96F9E5725221C889694AEAB58FF2E8 /* MF@2x.png */; }; - 1F318E652C94D254B61E516848C3BCBE /* MU.png in Resources */ = {isa = PBXBuildFile; fileRef = 73FC79AFE86F9AD2DE4ECA7ED1F829A9 /* MU.png */; }; - 206ACFB0815601727CA939D62242721B /* AM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 70D60B7DBFC267C9BD4F1E95ED5686CD /* AM@2x.png */; }; - 208301D155C012B9212F0681F045663C /* MG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6BFBA02AEACC996787F65912158F81B4 /* MG@2x.png */; }; - 20CAFB724ABC3608F6EA375F8F2C688D /* BF.png in Resources */ = {isa = PBXBuildFile; fileRef = 90FECAFB0FFCF4AE5260485F0E9ABC82 /* BF.png */; }; - 20DBAB439E86B11F0FF67560EB482F29 /* AE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F11AB19DD65CE5EF24EBF8E7EB83FB27 /* AE@2x.png */; }; - 228255F5B7BEA5B4C05A4E02148B6FA0 /* IO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FC8E6342264ACC218D57342247C46AF1 /* IO@2x.png */; }; - 2379482F4F9210BC3232CEA254CEE223 /* TD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FD5B9BE18EBF94990A35A238369F16CD /* TD@2x.png */; }; - 238B50DC96600A6F2DCEB3518A9719FF /* BI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 77964E3FE0A9005930F53A48B0D6C534 /* BI@2x.png */; }; - 23D59E02E01E0359B6F27C746E47422E /* IS.png in Resources */ = {isa = PBXBuildFile; fileRef = F368E14CB11AB158DDF8A7193632F3FE /* IS.png */; }; - 2434176B27B339215DF75F22BC53DDC3 /* LB@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D9E7E83D1BDEAF82AEC3FB088B5EA298 /* LB@2x.png */; }; - 2458A258BCC03E8F47F9AC0C9D80E4C2 /* ComponentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA218B3BA406265125651EB54F0DD6B2 /* ComponentView.swift */; }; - 24C0544605C07176021D7E8DB8367367 /* TR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 58C38007AB1DCF460558238D822DFE27 /* TR@2x.png */; }; - 25165DFE20E087406D6A49DC22C4BFA4 /* GM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A329DBA29D36581C8FB43739FA11AE69 /* GM@2x.png */; }; - 252BEF914BD60104A02305168F72A785 /* SZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 491B8D792EE146BFCE5437A01DF85986 /* SZ@2x.png */; }; - 264233BAF9A01ED3E662B9D8A13D5CB1 /* MA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1B1826A4477E2CA5DB20D1CA8CD485A4 /* MA@2x.png */; }; - 2733F9F00D0A8A3A9D31A71482EE7AB0 /* SC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 61E05E077D89A992D8593E30B8DBD336 /* SC@2x.png */; }; - 2742853BAB996A8877CD6B966DB30E58 /* MZ.png in Resources */ = {isa = PBXBuildFile; fileRef = B05601953F8C02532B766722B7F79ABF /* MZ.png */; }; - 27A0F2EAFD7860612E27D74E13373F74 /* KN.png in Resources */ = {isa = PBXBuildFile; fileRef = B6D77CBE99B77FA776A6B283EB99E7A0 /* KN.png */; }; - 27ADB8733830FB10F02BEFEB06AA9E6A /* RW.png in Resources */ = {isa = PBXBuildFile; fileRef = 0E886D37C813C460A210C5C846043612 /* RW.png */; }; - 2874D49E99CFE5847356C3B04471F182 /* SK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E344D298D2DD3E2BB044E7E9B5F7F891 /* SK@2x.png */; }; - 2915DDC945A6BABA0EE3FA6CC69FF4FF /* DM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3B03874B69E4EED805394DB1D182B7D6 /* DM@2x.png */; }; - 29980EA96F0591BF638C3D373FD2AA2D /* SN.png in Resources */ = {isa = PBXBuildFile; fileRef = 09ACE3E29EB69A00683552CB0399F845 /* SN.png */; }; - 2B44CE611970BF9C8BE4011F2D93B6E2 /* MS.png in Resources */ = {isa = PBXBuildFile; fileRef = 4C536FB8D7439D6CB5F4439601FA0FE7 /* MS.png */; }; - 2C10571E3DEE3AE8F20252274AE5640D /* CZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 8DAD37FE110BAC1A0E0C626B038CA5E9 /* CZ.png */; }; - 2C41EDA6B5AD836FE2EB9240CE8C8CB6 /* NP@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9E88A6FCEDBF57915C06C69F33CC39CA /* NP@2x.png */; }; - 2D09E1F389EEB05CA63753133F661303 /* BN.png in Resources */ = {isa = PBXBuildFile; fileRef = C499A6F47E56B3B82C7F481F91BBC896 /* BN.png */; }; - 2D0D90E8E518851FAFC273701F836358 /* AR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BE0266614793EB183FCE2AE3A826C67D /* AR@2x.png */; }; - 2DA017663B80F25684B90370E827AA6B /* BG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 567298C4366F95165F1C62AB9AEFC06B /* BG@2x.png */; }; - 2DA671D4DC9A8343D76806825847BE3C /* FI.png in Resources */ = {isa = PBXBuildFile; fileRef = 175FE9979285A16724475D983706CBB8 /* FI.png */; }; - 2F3D36922B6FF5671DBF2229C3D21A30 /* HK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 610BFDDFF96D707D401F2ABFFCAD850D /* HK@2x.png */; }; - 3053A3DCC3B468B256F0D15EA36777CC /* TZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E95F9643A3235CBBD6C3FDDF38231D77 /* TZ@2x.png */; }; - 311279B5743808DAEC07D426A85FFFAA /* KI.png in Resources */ = {isa = PBXBuildFile; fileRef = F2FF6A9F39A0311F3E631D7D58421102 /* KI.png */; }; - 311B40A96F9D04A86CECE77634833FC8 /* YT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 01F66007E92F542D6B7B96E95130108C /* YT@2x.png */; }; - 312ED1DCF8B1EE59F0A5D37A723F72F3 /* PS.png in Resources */ = {isa = PBXBuildFile; fileRef = 370E232CAC47200447722EF20484DEFA /* PS.png */; }; - 33391AF9BF08C8AFD6C48EA513345757 /* AE.png in Resources */ = {isa = PBXBuildFile; fileRef = A8A86EF7939AA14E6A9EDDA84FBABD27 /* AE.png */; }; - 340255585BC002A6E62F1F473D7C45B9 /* MY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1B715874FFB8B21EB6F10D7EB41E070C /* MY@2x.png */; }; - 3470C12E091EC7A978AA64AFCD1486FF /* BW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5E8B0ED30D6BF6639CA4CC8F8FAA017A /* BW@2x.png */; }; - 35738B3B07CC6AB881E772B2A6D51829 /* PT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 158D37CC0C76C7A712548C5C67455FD4 /* PT@2x.png */; }; - 3586E4B2E7DF57C93D912906BC0B6763 /* PY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7743F4B89B77D9EC65CEF2DFEBF9DF1A /* PY@2x.png */; }; - 362E63399C57692DFD6CACF54373E411 /* CountryManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22F9C067B0FD48A49329B0AACE46C41A /* CountryManager.swift */; }; - 36B68436D00D987EED2852C5F64453E5 /* TC.png in Resources */ = {isa = PBXBuildFile; fileRef = 0BB81EF2D1A20AAD1FC5E4C0C8A899D7 /* TC.png */; }; - 370045F44C3186386BC29939D64AF4A2 /* EE.png in Resources */ = {isa = PBXBuildFile; fileRef = FC0CA1FCBDB1F61ACB31C2E375E373A4 /* EE.png */; }; - 373151A1F79D68E8759E7902BC8AB9EE /* CO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 46EEEBE450D0E4530F277ED8EF6F5316 /* CO@2x.png */; }; - 37803F500A169933EA854295405434B9 /* TN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AFDBC0627A6982B1EE5F1A0BBA08516A /* TN@2x.png */; }; - 37C01735E1899142685EB4BF99B5A9F3 /* MM.png in Resources */ = {isa = PBXBuildFile; fileRef = F14DC124750C30B166E503D4D4D335E8 /* MM.png */; }; - 37E6A967FF4BFD8A5B2AA9157B52FE48 /* AQ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DFDD07346BA5C791A5C65122F79B7581 /* AQ@2x.png */; }; - 381E76710D6A61FD441ECB4788D00A8E /* SS.png in Resources */ = {isa = PBXBuildFile; fileRef = 2171EE0A817C8802424DE953872EDA31 /* SS.png */; }; - 382038470D6A2C4E0BE6E0E1D24C8593 /* RS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4027F3E411EA8BA2C2D464388C772FAF /* RS@2x.png */; }; - 383862003ED8548E16E26C085E72CC11 /* SO.png in Resources */ = {isa = PBXBuildFile; fileRef = 429BB4924F58FB7EF7E60881540763D2 /* SO.png */; }; - 38A15389E31D46FE195F1A600257753E /* QA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D027C7F4F5DB1645E554784D20F63C92 /* QA@2x.png */; }; - 3951D32A5FBCD248281D596AC555F13B /* SL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = EE6174687030C9008C3EB6C11F148257 /* SL@2x.png */; }; - 39D3A98D8FD41290BB4A5D4F5377D062 /* TG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 70576872E25728DCB0869D1AFD0CA811 /* TG@2x.png */; }; - 3A997E090B79CF6DF2698C0734D76A7F /* HU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 22B1C13441F04C88E29AC7D71FEA9467 /* HU@2x.png */; }; - 3A9CA054B12D7BC27FFDA0075E443BF5 /* EC.png in Resources */ = {isa = PBXBuildFile; fileRef = 33D07C88DBAE4BE5E63D2C497CBAB9BF /* EC.png */; }; - 3ACC284E2E9F71B223C08F57B464C578 /* FO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2E0AA7ED24FAD1183574D959BFD4B659 /* FO@2x.png */; }; - 3AD1960C2F443539B4A4248345EF9445 /* KZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 28DEC84F9765C81B56C98ACEF59DEC0B /* KZ.png */; }; - 3B51C3C04863D1F80C75587F851BDBEE /* CI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2A61C1382583384152AC941D2F2425DE /* CI@2x.png */; }; - 3C8F8DDF829E9D85E45C06428EBE379B /* TM.png in Resources */ = {isa = PBXBuildFile; fileRef = CBC49D4A2A037FD44CB89EC5F147685D /* TM.png */; }; - 3C96F13CB725D95FC95470B7C45F27F7 /* JE.png in Resources */ = {isa = PBXBuildFile; fileRef = 23542D935B9DBF96E89429DD7847FA10 /* JE.png */; }; - 3CA96584B2D1B7BBF35032CB22476461 /* GM.png in Resources */ = {isa = PBXBuildFile; fileRef = A34F29D3245AED0400111A17ACD92D52 /* GM.png */; }; - 3CB382AB9440C5D1AA9A480CEC85E246 /* PG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 237B725AB9E76A3749D40C4F22C1F05D /* PG@2x.png */; }; - 3CCAF3E60F3AAEA746E6693E5257324E /* CG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 89FDBDF4F0836A61756F0C24D3DAAE37 /* CG@2x.png */; }; - 3D01E54C6FBF62D6BB6B4B5E5B149346 /* LV.png in Resources */ = {isa = PBXBuildFile; fileRef = 845A8EFCC7ABD4C19504F3FEA5908FF8 /* LV.png */; }; - 3EB1065248744350619E1E4F08986139 /* MC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 635C4369447CD80C612E23C7E4698F7B /* MC@2x.png */; }; - 3EBB456999000B416295DE0B01A4ABFD /* GW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = ADC269008357F99E78CD110F689C3BDE /* GW@2x.png */; }; - 40869419738BAE75A30C524CA5CACDF9 /* CH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DFC1159D52FD8D3415056909529560A /* CH@2x.png */; }; - 413469D534192617557E0083408FACB4 /* PN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6E3A2B64256FC2FBD53623BBC0710197 /* PN@2x.png */; }; - 414DA25FCE58681785BEBE8EF472DE06 /* LT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D233365F6C069A8517D0DD5B36092301 /* LT@2x.png */; }; - 41919ED35B0600F9E827D8891402245C /* AI.png in Resources */ = {isa = PBXBuildFile; fileRef = A038332721C0A76BE00A3F6D4D7A19E6 /* AI.png */; }; - 41E7B7E7F96F815C15FBA5583B097514 /* LY.png in Resources */ = {isa = PBXBuildFile; fileRef = E27A46B1886CAC538E012758B692D4A4 /* LY.png */; }; - 42C084C32055922AA6B0DD40C958DFE1 /* OM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = ADB6940F28E1F8DF4C0BB9EA9015E06E /* OM@2x.png */; }; - 42FAF2D45330078C1C3E20166ECDFE2B /* TG.png in Resources */ = {isa = PBXBuildFile; fileRef = FC00B0C325C51C7E1F9021CB5D8A8144 /* TG.png */; }; - 43163AD1FB09CA32BC1549121A7C3384 /* AM.png in Resources */ = {isa = PBXBuildFile; fileRef = 7E82D51C01C2EEBC600C4A5FDD11F10C /* AM.png */; }; - 43C565CE82F74B4908060957BE6F2419 /* LI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 17107E37DB2A9CE848CCD8D6C00A7182 /* LI@2x.png */; }; - 43F14F2D7DC9ADFE321428D99CB3E09C /* EG.png in Resources */ = {isa = PBXBuildFile; fileRef = DF406C1E08832D39E384041087587036 /* EG.png */; }; - 4593C3F24FAAEB768BA6F31E5244C21F /* BO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 19EBA4EA2A095FA681C6D718DCE42F6C /* BO@2x.png */; }; - 45DA3CCEADB77CAA979CC643BE2BEB57 /* AZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 6559DAA6175B9D3A49E78EBAB02CB2EC /* AZ.png */; }; - 472625BAE5E79A94C47D4842CBB92DE0 /* TO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D4044821225CCFC367D05E1FB8C15E04 /* TO@2x.png */; }; - 476E9F263C31C5E47B83C09B56FF7475 /* EC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F808BD38E8EC34B5C873C732AC5A9DE0 /* EC@2x.png */; }; - 48E78E59724782C44747C26E9FDC6D48 /* NI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 06EBCBE9B4F9619D656043D5519326BA /* NI@2x.png */; }; - 48F8DB456552F42391DF45BC6917FD0E /* NR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F32071FE2B2FEBDF7A1BA1FAAC8A0A47 /* NR@2x.png */; }; - 49FD3C50BB1E4E15D881069F38E6349D /* GU.png in Resources */ = {isa = PBXBuildFile; fileRef = 81AEEA9EFE3120FA3035AC3D710207AF /* GU.png */; }; - 4B19A91BB5DEE2EFAC539733364B5637 /* FJ.png in Resources */ = {isa = PBXBuildFile; fileRef = CE0E96483C952E8009657753303FB681 /* FJ.png */; }; - 4CE91FBC4D68A87C2A493EC5932522CF /* GI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 04878674ABEF2D05D00C7A3C0F090A88 /* GI@2x.png */; }; - 4D2222A294727003CB549EFE6B82CD5D /* PN.png in Resources */ = {isa = PBXBuildFile; fileRef = C20D31465E3469DF3FCC5B5991B2E4A0 /* PN.png */; }; - 4DC12DC717B8A1AE25D4C88FBEAE5936 /* SJ.png in Resources */ = {isa = PBXBuildFile; fileRef = 125445B749AF1F3F2FA96F2AF0CE1174 /* SJ.png */; }; - 4E128FF4A282E9AF9142C9FB2A62C3F5 /* GI.png in Resources */ = {isa = PBXBuildFile; fileRef = 4C3886A741648552964EAC0BA301B9CB /* GI.png */; }; - 4E13CCADB51E707B3E50A277E875DA72 /* BV@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A1EF6FAED3A25925B9AB9A01FE2EF9AD /* BV@2x.png */; }; - 4E66DE9A7029360D869EEAF018825B45 /* SX@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F3B68968F201FDD45686F2497C2AA34 /* SX@2x.png */; }; - 4EA60C2CB6768D5ADA9E4BBBD3F0D3E0 /* SN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4756F9C29E72E402A9AABB0A21446720 /* SN@2x.png */; }; - 4EFDEBE906AEA431F943F9AF6B7A4F27 /* BM.png in Resources */ = {isa = PBXBuildFile; fileRef = 9118B4C1BC1F44EADA4B319FBC5DA386 /* BM.png */; }; - 4F494DC8C517C62FA43E88C237B5537A /* VG.png in Resources */ = {isa = PBXBuildFile; fileRef = F71DA58F3C436C8E553A4AA04208980D /* VG.png */; }; - 4FA022BB80DFB077426C798FB662E760 /* AO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C82D0EFE9E8727057CCC07294FFD32B8 /* AO@2x.png */; }; - 4FE6B46EA301CBB8B300D41724A401DF /* DJ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 09A0BE0A18CA7A993D97B6AB84EFD950 /* DJ@2x.png */; }; - 5011A828A1A887BC8A809D51217752BF /* BJ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4E493134CDB5F92C82414332E895F2C0 /* BJ@2x.png */; }; - 503BEED8E5CF36082315E7A0521092EB /* SE.png in Resources */ = {isa = PBXBuildFile; fileRef = 3F18EE118519AB23C4D3F8018399B932 /* SE.png */; }; - 5148D2427374E8588A7B5677FEC4B2C5 /* GH.png in Resources */ = {isa = PBXBuildFile; fileRef = BE1D364D3C55504914385FCF5F64DAB6 /* GH.png */; }; - 51D7D5B6AF1B33D1B4ED0806275114F8 /* UA.png in Resources */ = {isa = PBXBuildFile; fileRef = 512D67B8090DFB0D088F47C17502299B /* UA.png */; }; - 520FED1AB4B7E6007F87F6E3A1877B55 /* AR.png in Resources */ = {isa = PBXBuildFile; fileRef = 69B6D6902B17978265725E56D8A38B75 /* AR.png */; }; - 528EBCFFDB485226DDF4D254D2916E63 /* PK.png in Resources */ = {isa = PBXBuildFile; fileRef = CE9FC4AC172763628F625A29309E08FA /* PK.png */; }; - 54A3DB942BD911B43F95C0C5D791C3EC /* AQ.png in Resources */ = {isa = PBXBuildFile; fileRef = 1E819F067F1D40EB69715B82CB20E838 /* AQ.png */; }; - 54ADCECAE8E37D2DC61544B3D08CEB32 /* GG.png in Resources */ = {isa = PBXBuildFile; fileRef = 4BFF1D0026974BDD8B831E3A548CB8A5 /* GG.png */; }; - 54F01E15CC201ADD24A28281717E5301 /* YT.png in Resources */ = {isa = PBXBuildFile; fileRef = 3AD113B380C42995FFA6813463B27D01 /* YT.png */; }; - 564B0E9BB06E1573BF9EC9B4326F5C20 /* JM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DCD580CD33A3F293760A01DAF8CE701 /* JM@2x.png */; }; - 569A1B27077594859341F827DD0FB1B4 /* NP.png in Resources */ = {isa = PBXBuildFile; fileRef = 4C97AFD7D7150FE006B6EA528A8C348A /* NP.png */; }; - 56D3A9452D3AA30940F5BBF9B7C7145E /* MF.png in Resources */ = {isa = PBXBuildFile; fileRef = D9574FCCDE99678FE296BF2804D26256 /* MF.png */; }; - 579E947B0DB46A4DDA47C73A411F6A4E /* SD.png in Resources */ = {isa = PBXBuildFile; fileRef = 01E15E6B46F767093C91C49AC8DAAE9A /* SD.png */; }; - 57AC9805DEF5F846A847216FAAF6506D /* AD.png in Resources */ = {isa = PBXBuildFile; fileRef = 6D631B53388ADE684577E1F54E7C5706 /* AD.png */; }; - 57CB5E140521908A69CFD6E7D6E5536C /* MN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D8A68821778FFE9E9A504E94C365CC24 /* MN@2x.png */; }; - 58A2E888E8996CC7AE166BF800ACD7E8 /* SZ.png in Resources */ = {isa = PBXBuildFile; fileRef = F8AF914FBBBDA92A703C8D258DB74A00 /* SZ.png */; }; - 58E1BDE855DE598410571DD3CD6FD26D /* GS.png in Resources */ = {isa = PBXBuildFile; fileRef = 3F834555C9858111346B8D0F1235944A /* GS.png */; }; - 58E93238D63272B2A39BB77CB9879357 /* GD.png in Resources */ = {isa = PBXBuildFile; fileRef = 42775F753C93372896478286C02E3852 /* GD.png */; }; - 59B0F507F5A3015A236B40759E8C96A6 /* CD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3F7BE52E554BBACBA26EED7B3862E0D9 /* CD@2x.png */; }; - 5A5118962B8E9438484EE18957DCF576 /* GH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 42A19B9698CEC43D4A810423ABA56B6F /* GH@2x.png */; }; - 5AC057C4967959B5931FFE4EE96DC790 /* MV.png in Resources */ = {isa = PBXBuildFile; fileRef = 590E00C6A17E3C3F8ACE1F78059E197F /* MV.png */; }; - 5B610AF728970CD3B0CA7472EE858E9B /* PE.png in Resources */ = {isa = PBXBuildFile; fileRef = 70ED54BF392698971FA775F213A3C08E /* PE.png */; }; - 5B841B9C6AF2C2A88365F18392840D51 /* TF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6D7C91C5742219E400125296BF449FC4 /* TF@2x.png */; }; - 5D2F87F27563FF4C1FD09F2380103BC8 /* RS.png in Resources */ = {isa = PBXBuildFile; fileRef = D462A0B9296151EDF0C26B1C972352AA /* RS.png */; }; - 5D3208DE50BAEB679127F6B8C76DAD1C /* TM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D0B54C213C5266FA52FAE5C2A482EA25 /* TM@2x.png */; }; - 5D82E3AFDACDD7BB9F7106005ACD19F6 /* VA.png in Resources */ = {isa = PBXBuildFile; fileRef = 26AAEE2EC8F340A105A6851EB8614208 /* VA.png */; }; - 5D8595D79D5E9F61F7D1B0CB31B65223 /* VC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D307BB6AFCBECD17042A6EC3A7833B18 /* VC@2x.png */; }; - 5DC215422528C0F51500D810C8A98EE3 /* QA.png in Resources */ = {isa = PBXBuildFile; fileRef = 885A22993FD6AFDBF0272A0A26AB56F5 /* QA.png */; }; - 5E00242E3A4154A5A9D9D11ACAC83C42 /* GR.png in Resources */ = {isa = PBXBuildFile; fileRef = C326B3FABB0675BE5D49BB2FFEB3FC95 /* GR.png */; }; - 5E31452D4338F1B34B4C4100FFA95B26 /* GP.png in Resources */ = {isa = PBXBuildFile; fileRef = 73A2D8B7C0D71D110DD1A32DFF90A3EC /* GP.png */; }; - 5EFC9E810F174D99CA83A5268B40FB89 /* EE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 01A26BD724B1BC12EDD95CD533746C91 /* EE@2x.png */; }; - 5FA7E14C465D8683065753E2632DCD14 /* PT.png in Resources */ = {isa = PBXBuildFile; fileRef = ACB9A0EF5767B7A1ABB85CE5C3491921 /* PT.png */; }; - 5FE596ACC11A6D7D6286A473A77F3AB2 /* countries.plist in Resources */ = {isa = PBXBuildFile; fileRef = 83912F4477DA95EBAB05CB90F3C2700E /* countries.plist */; }; - 605DFB9D5240ED6EFD4DC6493C7C3F8E /* SM.png in Resources */ = {isa = PBXBuildFile; fileRef = A9790546F48756FA7B4A09E9F229B500 /* SM.png */; }; - 616D3FB2E7FA88F8B9CFEE44C0F3F294 /* Country.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12969DBD8AD6E33B8E38F6E3F025CF31 /* Country.swift */; }; - 6385AD31F46105970CB2EB72072C03C6 /* ZW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 15F831591E2FE66964E2C6589EFC40A0 /* ZW@2x.png */; }; - 63A69E64A8FD4D07E3BE1342ADD1C1B0 /* AF.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D4E04505C6297E93F04716A05B2DEAE /* AF.png */; }; - 63CB45491EB3ED1C5F44BB15C645EFF8 /* GE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8E564C9CA91A440298D60D230ACC70F2 /* GE@2x.png */; }; - 63DF237222725ABCD277DFA4086488C3 /* BD.png in Resources */ = {isa = PBXBuildFile; fileRef = 0C11B3D9BECBE4324B0A702F9F70ED5D /* BD.png */; }; - 641F475A3697F8E8273DE3BB3BED7F2D /* CF.png in Resources */ = {isa = PBXBuildFile; fileRef = EC1573C59A278EAC17F3FCAF4B4FDDD7 /* CF.png */; }; - 6613C1C5EABFFEB3D3EE0A29602BD111 /* CountryPickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F007C234300BFE4734F87B14BDD2F37 /* CountryPickerView.swift */; }; - 664892D1D7C5B3AFEA96A5E768233FCC /* WF.png in Resources */ = {isa = PBXBuildFile; fileRef = 4449F253994FFC5B6AA1D65798EE34FF /* WF.png */; }; - 6700C0CC18FE1A0EE7CF1E1A2F1449B9 /* FR.png in Resources */ = {isa = PBXBuildFile; fileRef = A0C36A6A8FF57E1454546886742E1728 /* FR.png */; }; - 67335B493D91823F1C271482220146A1 /* ER.png in Resources */ = {isa = PBXBuildFile; fileRef = 9ADE0D3EDE13099C74CD0CAFAD27C224 /* ER.png */; }; - 68C24593D503C63B10578EE087AB9F0D /* TC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7B9B1FA48CF15B78E62EAB33E901B533 /* TC@2x.png */; }; - 694344C662F3BCD15A578AE900606314 /* BQ.png in Resources */ = {isa = PBXBuildFile; fileRef = E94FBD06ED3633AA578D03C1477E140A /* BQ.png */; }; - 69527A926D1DA6888F7B7E820028A38B /* AU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 75CADA11FC95E9460A006C973DD1E018 /* AU@2x.png */; }; - 697E1F4C1709ADC60E2AA7204047A10C /* TR.png in Resources */ = {isa = PBXBuildFile; fileRef = EA50547E43AABFC3B5ACC20EE5E5F5F2 /* TR.png */; }; - 698DC35F812605D3335EBCE52347C437 /* IR.png in Resources */ = {isa = PBXBuildFile; fileRef = 7A2CE78046CB27FC336B5EBBB9BD4F3C /* IR.png */; }; - 6A8EF32053EF80EC1D772AD632AE3F24 /* BO.png in Resources */ = {isa = PBXBuildFile; fileRef = 44C9CFD40ED4BC77E3742275C542E933 /* BO.png */; }; - 6B3CD12F57A2580AD3BCE00A0402B03D /* EH.png in Resources */ = {isa = PBXBuildFile; fileRef = 9AC24A457C454DB2936128C677711BB8 /* EH.png */; }; - 6C43754BC8FA8F70A6AC620B82592AD9 /* LS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1C9933A8921FC303019861E4996F0F86 /* LS@2x.png */; }; - 6C483E90E2DFD3E080CBC6F87FF341D4 /* GL.png in Resources */ = {isa = PBXBuildFile; fileRef = 95D54CB8B159575095F6DCC32F427EB8 /* GL.png */; }; - 6D685AB6AA5AB6E966592FBE8B212758 /* KG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BDB6C9ED6A89938DA511E63008948418 /* KG@2x.png */; }; - 6DBBBEE0E3D913439E4AC4313630428A /* NE.png in Resources */ = {isa = PBXBuildFile; fileRef = 7BACD774FDFA1C7981C3DA826D275242 /* NE.png */; }; - 6DF0C6CE353DF3888F9D9B86469800EB /* ML.png in Resources */ = {isa = PBXBuildFile; fileRef = 903048C9E962AE0AD7A1B02888E04C7C /* ML.png */; }; - 6E25EA49D282C9284A01BC2E94137B2D /* TW.png in Resources */ = {isa = PBXBuildFile; fileRef = 59DED9052E434FD106075F1DA4E70F48 /* TW.png */; }; - 6E52C2E6FA398BA603CFC594C30BD72D /* BS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C1B2929A5DD76072A8179C7EBD355897 /* BS@2x.png */; }; - 6E66E6C20D28EB4E37B4ED981D2EB27E /* TL.png in Resources */ = {isa = PBXBuildFile; fileRef = BD329212F32D8010E00E6611356A02BA /* TL.png */; }; - 6F35515A6BC3760984F1C08A94C36432 /* ZA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F05849A37C040BB9F4AEF6D5C55D8C27 /* ZA@2x.png */; }; - 702C0AB0D8D9D34CE13FA034883961AD /* LS.png in Resources */ = {isa = PBXBuildFile; fileRef = 5177E06D580C1CDD4BDB0D8815FD176E /* LS.png */; }; - 70EBE2056BFBDE63A267DBCBC77D26D1 /* BW.png in Resources */ = {isa = PBXBuildFile; fileRef = A40953930DAB0CA08BFED5BC469807E0 /* BW.png */; }; - 7104E0B9F620223E5DA6AFAEAD84F602 /* VU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F83B088A7BDFD3CDF89DFAD02F4B9805 /* VU@2x.png */; }; - 7138C038162A9EB4DDC20E11C878D597 /* LY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = EFB30AEA699BB1B3B166FABB53A3557F /* LY@2x.png */; }; - 71810E817F17D2CB5C4838DFF5C94230 /* DK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4196F46EEACE89252008E3F00DD20E05 /* DK@2x.png */; }; - 7187B2A44B529FECE2DFABC798344846 /* SKCountryPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E167E303FA19023525E7F10291F9AD8D /* SKCountryPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 71D28531C96B8F54071D9978EED9B73C /* IN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 71851B7025A2E016B3E0439B4F723333 /* IN@2x.png */; }; - 732E2755744FE4D4F0B4EE95EE22B938 /* NF.png in Resources */ = {isa = PBXBuildFile; fileRef = B40E6D7841BD2C5A715B7DA821EA9B83 /* NF.png */; }; - 7398548CF3150363929D8F7630E7D406 /* VA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = ED460AD849E8482898DEB823F3A31B9C /* VA@2x.png */; }; - 73E6049D67F9EAE82027DEB74F421DBC /* GW.png in Resources */ = {isa = PBXBuildFile; fileRef = 70657AF18ABE73FE5C682039E72B5F27 /* GW.png */; }; - 743C02217FF95BF2E242CD355E91D50C /* MA.png in Resources */ = {isa = PBXBuildFile; fileRef = 6A310EC65067C37DA23303EA2B64C51A /* MA.png */; }; - 750E478C6B2921FB510284CA2DACA97B /* FK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8F7C52DD7A9799A81A4415ABACDAADB8 /* FK@2x.png */; }; - 758F13836CA7F9C7407D1DF579E29A4F /* BZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 7C0B824DA0ED9725D7F25BBDB207FD43 /* BZ.png */; }; - 76E4002FBDC002BCDCEC7686D7DF0FBB /* NG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1D0C834E3DE089A474C82FC6AA7E2C76 /* NG@2x.png */; }; - 773D48076254224183313026AD9150EA /* SV@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7B446E802851B4EE72486F5FBB616133 /* SV@2x.png */; }; - 776985BF16FCA1E1E7E0357EDB7BCF04 /* NA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8B5DF3E78C061E7B207E29C4EE10B292 /* NA@2x.png */; }; - 77BF5B16DA75539BD8721CAAF9391B53 /* SG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DE2467D4C4E3EB2C41C5399F1D854D8E /* SG@2x.png */; }; - 77C001CAB8E1CE3E3DF81FF21D375725 /* CU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 649362BE5341E17B7826E337B6B2413A /* CU@2x.png */; }; - 79655D0095D874A7A56552E5CFADF78F /* PR.png in Resources */ = {isa = PBXBuildFile; fileRef = 2BD4C8D9CD63981FC4D08501526242B4 /* PR.png */; }; - 798270AEC044B52118DD3225CF896DE3 /* UZ.png in Resources */ = {isa = PBXBuildFile; fileRef = ED1F88712F986ECF8D407CDFDB6BCE63 /* UZ.png */; }; - 79FF0CF6C96EFE72F33756B0A171F813 /* PR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AD0E20E4F51E301BBC34A942A6B59B5F /* PR@2x.png */; }; - 7A4A14995EF328E5BDD567DA99048A67 /* NO.png in Resources */ = {isa = PBXBuildFile; fileRef = B9FBB45C71D2F8F1B66F864783F73EB1 /* NO.png */; }; - 7B005486F471CD2418B54338251B9FD3 /* SB.png in Resources */ = {isa = PBXBuildFile; fileRef = 4FDC4B0E5AF4AEAE44D305D7DD23EFF0 /* SB.png */; }; - 7B681338D07A29C8B4FA6AB725AF3ED0 /* MZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FA6F12EF61775FF78014A60902CCE88A /* MZ@2x.png */; }; - 7C30A6C360047CE8F5AD930B57220BD2 /* BY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 91DD6DEA158A417759897B071BCF5108 /* BY@2x.png */; }; - 7CA7093B66E7C0D988F19C69BB27AABB /* HM.png in Resources */ = {isa = PBXBuildFile; fileRef = B5585842BC635662F87B074AD85816BE /* HM.png */; }; - 7DD00C8B930B9B8547B9E80A5CECCBFC /* MO.png in Resources */ = {isa = PBXBuildFile; fileRef = B2174F4AFB7D97D2B98511A8509EE260 /* MO.png */; }; - 7F61D04D0E90D45B3A427829D2DDD92D /* GA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B8B5A98AF8C7B82A8605B8ADBEC163A9 /* GA@2x.png */; }; - 808395C081F4C4CB62A55133D8E3CEAA /* CR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 28C999FA2B00E1B26A5F76622584D2C4 /* CR@2x.png */; }; - 815140758C411C5276A2A50F269B5C03 /* SG.png in Resources */ = {isa = PBXBuildFile; fileRef = 13BD741DF159E8AE8B4F4B3A8A01135B /* SG.png */; }; - 81BCB72459D24FEB9C8B3E907C14755D /* FR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B45F72E58A432D4C9689096AC6216E6D /* FR@2x.png */; }; - 82511DCC87B27BFE0740D286A01E0760 /* ET@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DC3DAF453A991A85BF33DDB4631A8D0E /* ET@2x.png */; }; - 829535B2FC9C0C48BEABADA4D487780F /* VI.png in Resources */ = {isa = PBXBuildFile; fileRef = BD591A1A0BE4007519D3C0BFE369C713 /* VI.png */; }; - 832D0194A7233B8DB5CFB41D7EF076AA /* LR.png in Resources */ = {isa = PBXBuildFile; fileRef = 3BB28A0F4443E8BB1B440D9AD05FA0FC /* LR.png */; }; - 832F6FCF0B42A34F2C8185A950129237 /* SX.png in Resources */ = {isa = PBXBuildFile; fileRef = 4F82A247875E71845E224EEDDA2F4291 /* SX.png */; }; - 83F6221AF82CAB79806FBD12DC9D24D5 /* PM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4A05388BCDCC07EAE1DFC6F6919E2FBD /* PM@2x.png */; }; - 8401D15CAF65C44A7B04CE970442B01F /* LR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 874FCAE4CD43D7D0F09D4FB4E935C526 /* LR@2x.png */; }; - 8450AC051D49929962964C13587BE9FC /* WF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5483967AC501C78896257EB9EE40D862 /* WF@2x.png */; }; - 8455E50058F39C12BA831567A886F1EE /* MU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 69255F5375E6D591EDCE70465AF3CE81 /* MU@2x.png */; }; - 8481906947573FD2B764A1988A711A85 /* GQ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 814022F366DC619198DF8D316F63CCD1 /* GQ@2x.png */; }; - 84A90464F6F7C83485FCB0957BA88A51 /* XK.png in Resources */ = {isa = PBXBuildFile; fileRef = C5DB49F710507256F8D838F863DF0F61 /* XK.png */; }; - 858F6AF927980951F25D37F7BBA556F5 /* TF.png in Resources */ = {isa = PBXBuildFile; fileRef = 2611AB5A17D3F62DC5811ECD07DD3C70 /* TF.png */; }; - 85A751F3DE73609DD8A04567BD08F3C5 /* JM.png in Resources */ = {isa = PBXBuildFile; fileRef = B58431C8E2D7B94B5618AEC98C8DB8FD /* JM.png */; }; - 863CDFC42C053EBABAAC714644C57D99 /* CA.png in Resources */ = {isa = PBXBuildFile; fileRef = 7A24DEEA0F1A1812064A8AD62D60CC53 /* CA.png */; }; - 869F7FEB901EF2530E18F16F4FC8B2A7 /* SL.png in Resources */ = {isa = PBXBuildFile; fileRef = F66D339FB249D9382375092C5AEAF1BD /* SL.png */; }; - 876277DC37E9BB364AD07B9196CD0584 /* TV@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F3F985B8A97D861DB001D55567163B0C /* TV@2x.png */; }; - 876FEAB4C5CBE304FEC407F702A893CB /* BF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 186369A6A9CFABEDC60FDC626DE10C4E /* BF@2x.png */; }; - 87EEB81DAB589C918A24047E1854753C /* MK.png in Resources */ = {isa = PBXBuildFile; fileRef = 6AC066AAA7DBFFFF0E8F8DAB7D6E0A91 /* MK.png */; }; - 885A1DB389455D55437D013D4947A5EE /* CO.png in Resources */ = {isa = PBXBuildFile; fileRef = BA2ECDED63C6F960BBE787198062B7F1 /* CO.png */; }; - 88674F31CAC29DF8F45B5F352B6EB5BD /* DE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 84D51B2778B0BB076DC9F321B9D9FB29 /* DE@2x.png */; }; - 889D2582CBBE24EF24046B66939AFD15 /* AF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 65C6AF69436B85B21EBD3AC6BFDAE56D /* AF@2x.png */; }; - 88C5C827CCC6B490A5026829BFD5AE86 /* BB@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 14E8522655E1A6EA55A86A6C81168F63 /* BB@2x.png */; }; - 88FB7E613F86488CCC7A970D1E5ED4DC /* GL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 32BDDA5BBEA3BAF5E41BAE97B6097B84 /* GL@2x.png */; }; - 8916EAA0466702E7B43C3C7FD5E74508 /* TN.png in Resources */ = {isa = PBXBuildFile; fileRef = 7B510984BDD7A6EC0F68B7E65015F879 /* TN.png */; }; - 89964AF5796191A8B65B84D1A66DDB99 /* ER@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6E97F544119FBD27B27B10CCDFDE8892 /* ER@2x.png */; }; - 8B057BEDC9D15D258E4E4F3A01BE835B /* TT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 771013A17656FF6416BE75D0F60A2BAF /* TT@2x.png */; }; - 8B8C5A50A80EF9469D9B0BD3E27C12CC /* CM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B3198359E6CED37A74D3684A0918BB1B /* CM@2x.png */; }; - 8B921DD07FF7C3CC4647F22311AEB550 /* HK.png in Resources */ = {isa = PBXBuildFile; fileRef = 8B66FCF5F3EA8D01374DFB0AAAA82E0E /* HK.png */; }; - 8C1D1D58F9C96420326A170C8D1F6AED /* MM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 93C12BCC53EDEB14467B8DDEF0188043 /* MM@2x.png */; }; - 8C8EF24AF6B747755C6B1A9F748748AE /* CY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6450AD34E6F51C0A8FB6FF79A5450DFD /* CY@2x.png */; }; - 8D0D9FF562063F9A92A3CB11BC4E72A9 /* AL.png in Resources */ = {isa = PBXBuildFile; fileRef = B521F037D211953BED91C02D2D9C86FA /* AL.png */; }; - 8D334A07472F9DDBFBB82F900AB3C7DA /* KR.png in Resources */ = {isa = PBXBuildFile; fileRef = C5AC157CB176FC33DD2E89605BBBAD1F /* KR.png */; }; - 8D70ED0F535A53D8158C16E92FDBCAAA /* AZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 43E43DBDAAF7AEDF0D9D276CD534585E /* AZ@2x.png */; }; - 8D88EE77EFF8BE9B5AA7A82D82A29906 /* IQ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2B5D700F3C162654CDD06CD3FF4AC05B /* IQ@2x.png */; }; - 8E2B98E82BB6F51D67F60DE1C641E746 /* IN.png in Resources */ = {isa = PBXBuildFile; fileRef = 37A93FA1F29B5BDCEE00C7CD5C75D6DB /* IN.png */; }; - 8E4E0641ABD5660FEF231C1950290009 /* HR.png in Resources */ = {isa = PBXBuildFile; fileRef = B5793BFE363FF52F4425A77ABADB064A /* HR.png */; }; - 8EB6225DF13D21B2075BAEEE40065B73 /* Pods-TestCountryPickerFramework-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5ADCFD3397010883A4B8B8512FBA760A /* Pods-TestCountryPickerFramework-dummy.m */; }; - 8F6E7E9B14E7FCC8AF92D504958FC444 /* TZ.png in Resources */ = {isa = PBXBuildFile; fileRef = D4F742192AF124BFECA4756AE45A5AA9 /* TZ.png */; }; - 8F8765B05571D39A8D57BB0BCBA080CC /* PF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0255628FB57E8C575F7CE61EAFAC90C5 /* PF@2x.png */; }; - 8FD7F3FFAA35D52ED9ADECAF34E014DC /* AO.png in Resources */ = {isa = PBXBuildFile; fileRef = AA3129296729963E9D3406AC7E6275D1 /* AO.png */; }; - 906B144E112E2B42AC2F4E9EF778A64F /* TD.png in Resources */ = {isa = PBXBuildFile; fileRef = 7F8ACF0BC7BA8FD212BC5DC33333CDF0 /* TD.png */; }; - 90B23043B68F56F3AB117DFD6ED5BF0D /* NC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E8E5B7618811489405496359830CE208 /* NC@2x.png */; }; - 90E7BDB8D796E19987FD45539B594B77 /* EH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C53A047F8075EFF52AA8E1351F98EF94 /* EH@2x.png */; }; - 91B25348758B600E597635A2837E907C /* BB.png in Resources */ = {isa = PBXBuildFile; fileRef = 909F8DCD91AD3045590BD7F483528CD8 /* BB.png */; }; - 91EA2DDE8D777BE5355B4FB9E0C8D9A4 /* KE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = EBCCCCE29BA90AC42D60D4982941C0D3 /* KE@2x.png */; }; - 92C611917F1B888A5D86D9473B3C4428 /* NL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6E601C14AD1858682743E19F5EF4473B /* NL@2x.png */; }; - 93E31B9B9A469749BA99360E7F7C50E3 /* CW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C7FE827B6DE3BEEE68FE5732F0E2F1AF /* CW@2x.png */; }; - 94291B843AACAA703D2E86B8D3E2548A /* SD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F1132A8E8A89C9BD6125483F445125C4 /* SD@2x.png */; }; - 951918C57A518C0291D1D70ABF306C69 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */; }; - 9554C466A0A18F3493BC5F70EC9391DD /* IM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 20363CDB9A395ED799CC62CA69ABF7F8 /* IM@2x.png */; }; - 95F2C30C4642EF9808F32E9C33560E58 /* AG.png in Resources */ = {isa = PBXBuildFile; fileRef = 094D2FF85DCD5F7DFA086D7CC5F4A5E1 /* AG.png */; }; - 95F4709ECA8467DB96EA0A73A979D3A9 /* NG.png in Resources */ = {isa = PBXBuildFile; fileRef = 95458AA24EA284552E006CCC3FC20ADF /* NG.png */; }; - 96EEDFBFDC9F9C8731C249A2CDF653BB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */; }; - 9876EA21A02A74D29371CBEF64F6D674 /* PW.png in Resources */ = {isa = PBXBuildFile; fileRef = 84DBC9D5FAD612C85DAE5869C3E7ABED /* PW.png */; }; - 9896B6C609EB7A12772C058115C3F98C /* KP.png in Resources */ = {isa = PBXBuildFile; fileRef = 2B807670F46A6F68295705D640013429 /* KP.png */; }; - 98A4C22FBB75EC3C84379EB8CCDFB6C4 /* MX@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 61E56EFB5E1F1FA66248826FA1C00A9C /* MX@2x.png */; }; - 98C3B33C7A5F9BE45F3AFDB0BC234E75 /* SS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3FC99235F4403CB73B7EF0D605CF666D /* SS@2x.png */; }; - 9A014D9FE589E982BF86AC84AE8D964C /* AW.png in Resources */ = {isa = PBXBuildFile; fileRef = 578619EFFC82C1BA88D9F836E862C844 /* AW.png */; }; - 9A69480BC023B9DEC476F5D7CC185B14 /* KW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 46F9247D8F853C61A2CF0B8052892279 /* KW@2x.png */; }; - 9A8660290A56A369B0BC7BA25C7EA9C7 /* NC.png in Resources */ = {isa = PBXBuildFile; fileRef = 217C04FD35A36B79ED9C8C992D700342 /* NC.png */; }; - 9B5353E8F38878BC6698EBBB5A61BD52 /* MR.png in Resources */ = {isa = PBXBuildFile; fileRef = 01F22BA38DA19C30D15FA3C150630EBD /* MR.png */; }; - 9B8B5CD6094CCB8B9A62B01E2E3E6F06 /* CA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 602F73B270FD2CA7EAE217397E08BCCB /* CA@2x.png */; }; - 9C885A34B01661D4A4DD474451098209 /* JP@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4AFBEDCD70B154614CA89A4536729A93 /* JP@2x.png */; }; - 9C9FBFE528220D5384E6B82FE2E60683 /* HT.png in Resources */ = {isa = PBXBuildFile; fileRef = 8B7785299D814BBE22047FB5AF7319DF /* HT.png */; }; - 9CC3A6555509B70940B87808BD0DB10A /* tickMark.png in Resources */ = {isa = PBXBuildFile; fileRef = 55BA2AD1B98A74A598808A9C82101911 /* tickMark.png */; }; - 9D462262668C636FDF746EBC9A9EF4C8 /* HN.png in Resources */ = {isa = PBXBuildFile; fileRef = 0E5C2E78893A017865DCD0EC828756C0 /* HN.png */; }; - 9DB43C3A61B8CECABC865E41D70B7212 /* UG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5153FFEA1A5D687669C9958632FB89C8 /* UG@2x.png */; }; - 9DE5FE026433911E1BCB752F0C56DD00 /* AW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E8C2289FB0E9FAFC9341649CA169AC97 /* AW@2x.png */; }; - 9E5AE6D7EE9B4EEBD5B8A33DE290D89C /* VC.png in Resources */ = {isa = PBXBuildFile; fileRef = 39465563825E10A30552DC1352DFDFD2 /* VC.png */; }; - 9E7AE4B2CF0FA957C24D39D5F77806E8 /* KM.png in Resources */ = {isa = PBXBuildFile; fileRef = 915DDD2E6CFC3B044D6B922BD3D0C280 /* KM.png */; }; - 9F8769E1394BD02F9705DD14C5572573 /* TT.png in Resources */ = {isa = PBXBuildFile; fileRef = E4056A14F1694A806002060EB2D1D7CF /* TT.png */; }; - A095BA0F642789FFE46F6F55348C9765 /* PA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4F0847AFD6642811CC505F05A6856F73 /* PA@2x.png */; }; - A1A6089A02B2978889B47C9E905F479E /* BR.png in Resources */ = {isa = PBXBuildFile; fileRef = 559905EFF07F7ADAE92305B2850DBBBC /* BR.png */; }; - A2AD07028D5AEB6F720F8D8040D1FFE8 /* NZ.png in Resources */ = {isa = PBXBuildFile; fileRef = F07EE1C377468228BF6EF6B5B586336F /* NZ.png */; }; - A343DB6D001DCFB6398A55E1E2E9A284 /* PM.png in Resources */ = {isa = PBXBuildFile; fileRef = 4B46E7130C4EB279CD583DBE781B5A34 /* PM.png */; }; - A3E3ECE032DFD635EE216DB5A31373AC /* NI.png in Resources */ = {isa = PBXBuildFile; fileRef = 9766AC5705837FB9B80A8F200F60D254 /* NI.png */; }; - A427078F082DFA68C4906B63BA9242C8 /* UM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 980AC80075D1E482C701EC77D8DA75F9 /* UM@2x.png */; }; - A56E7DE0EB1A7E6368E99D8B14101EEC /* IE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 187627CF0D49BECF8810371886CD69E5 /* IE@2x.png */; }; - A589609B79BA6F55F5421438E764D298 /* LB.png in Resources */ = {isa = PBXBuildFile; fileRef = 180DA1CCA22499FD35DF120733B289AB /* LB.png */; }; - A75403C47649B444B42A66B7C4686BB5 /* AI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A1FA4949C14FBFFFECEBE85621F3C1D2 /* AI@2x.png */; }; - A761F3B6156464931258E7FFE6A6384C /* SA.png in Resources */ = {isa = PBXBuildFile; fileRef = D90445C88B3E86CE0A7538B51C1D9411 /* SA.png */; }; - A86DB31D5849DFF6B133073DC9595807 /* BZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B62158E4E5D425351604A9C6E041F271 /* BZ@2x.png */; }; - A871E06F7708CD8B864CF295D88354C1 /* CD.png in Resources */ = {isa = PBXBuildFile; fileRef = 2508EA53A743C8F9FB924972DCC40C21 /* CD.png */; }; - A9103AC92A13A2F168CDC813AB9FD6DE /* ME.png in Resources */ = {isa = PBXBuildFile; fileRef = 32545D382CF6B6AA98CE1333016128A9 /* ME.png */; }; - A920154834E6E30E5EDDC747CC068F5B /* HM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 16556178FC0913A4233E9014F68C8166 /* HM@2x.png */; }; - A9235C5F9B808F089C30CC0F304A0575 /* IM.png in Resources */ = {isa = PBXBuildFile; fileRef = D090288684C9302BDBF942B2817C3665 /* IM.png */; }; - AA40D1E9F547F7E4FDD58A1614D0D018 /* LU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 52E22C25086C10B8F507F501EF9FD8A7 /* LU@2x.png */; }; - AA5BD0EAAF230F6B4072E8157788BF21 /* SM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F0D54C1F32AB23BFE8DA515B5A283D6B /* SM@2x.png */; }; - AB023BC1BE5BAFBBAA05B8680BDA8910 /* BR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5740FDEC11B72C2E92F0BDDF306E8E6D /* BR@2x.png */; }; - AB461215060FCAD0619A78EE41E7B2FA /* VG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DE8E331F5A04DEA67D695A480B379504 /* VG@2x.png */; }; - AB633F45C25B68447904086B5E7595C5 /* IS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 858D900E7AD5B3FE36222499FA17248D /* IS@2x.png */; }; - ABAD43E9F1F175C3D2E14A791AC2CAD7 /* BD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 633F42698E1A890910DA38C7877BA1AE /* BD@2x.png */; }; - ABB8A48215645E1BAC59119AB6606ACA /* UY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8C5DD348E2E1F5C5935C218BC8C10BE3 /* UY@2x.png */; }; - AC53BE298517AB4A108D086E53470664 /* SKCountryPicker-CountryPickerController in Resources */ = {isa = PBXBuildFile; fileRef = DE277629B5C09BE727E2EA152C0F7D19 /* SKCountryPicker-CountryPickerController */; }; - AC90393F6DBBB954160A9CFB99433F6B /* SKCountryPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DB1C509732504E42A8BAF19749B05F9 /* SKCountryPicker-dummy.m */; }; - AD81F6E68D7526EEEAE7A6A6530C6989 /* RE.png in Resources */ = {isa = PBXBuildFile; fileRef = FC27456F65D35301056C3499CBF0F8D4 /* RE.png */; }; - ADCD081DCC8F973DE2DB6656F8DCE24D /* US.png in Resources */ = {isa = PBXBuildFile; fileRef = A1BABC6E08D4A0EEA087C6C352DF2A74 /* US.png */; }; - ADD24C4EFD80E4598D17DE4D0D90287D /* TH.png in Resources */ = {isa = PBXBuildFile; fileRef = 93A66E890D00EEB4AC697FA6E1970621 /* TH.png */; }; - AE1D362FC0202ACF75E7149694D1EECF /* BQ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BBFCD08F6476A92F6979193AF3AC8ABA /* BQ@2x.png */; }; - AED5D51409D88D54EF8824E7CCCDC1B4 /* SH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 393BAF16C824261E6F6128F22135B100 /* SH@2x.png */; }; - AF27FB308E6108B8E7409661ECFB2BF9 /* BE.png in Resources */ = {isa = PBXBuildFile; fileRef = 5363F5D8D6ADE5A8FFB4D5589EA91D39 /* BE.png */; }; - AF5FB31F165CC49E9118BC1B3FE237DC /* PL.png in Resources */ = {isa = PBXBuildFile; fileRef = 9169FD8EA6D017E49F30AE3BC715A7A3 /* PL.png */; }; - B0FB5593610E5A6C87A95E8A38576E33 /* CF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3B10B8E9A5D20C6DE4CD3C437C8DA49C /* CF@2x.png */; }; - B107F968F164951947F70113A11B4D05 /* KH.png in Resources */ = {isa = PBXBuildFile; fileRef = E1D7B84F0A9412C3281A755214A5241D /* KH.png */; }; - B1849A4B4870954D32D354AD06A18AAA /* GB@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 654EA1487CB1E26A97B148A02C382B6A /* GB@2x.png */; }; - B228DA0FF856CB8BAE04A4072886CCB8 /* BV.png in Resources */ = {isa = PBXBuildFile; fileRef = 4E9C42490B92A6F6D9FB757F61DCC37A /* BV.png */; }; - B2B07DE6F9F1E3A4667D5B5B12C28052 /* MV@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 30DD634D47440AB12F25AE244FD9F64A /* MV@2x.png */; }; - B2FC6B72CF3D8DED3C6C914341F04E23 /* GS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1BADC1E0D1D49025A2B885A0BD892499 /* GS@2x.png */; }; - B38D4298CDAA7E6321B9276C8B1F325E /* MD.png in Resources */ = {isa = PBXBuildFile; fileRef = 4DB8C4F0AAA3FF9DE4FE7FE251C37774 /* MD.png */; }; - B3E7224541FFC2541D2FE0871618AD18 /* VN.png in Resources */ = {isa = PBXBuildFile; fileRef = FB07C90043C7CC94DFEF22B1D267EB43 /* VN.png */; }; - B3FD9788B3BE374DAA5B5730D4E52025 /* RW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8F68FF6494F42D4141E927CB8CB0D163 /* RW@2x.png */; }; - B4560D0B3A2CF055E08F48C128D0D0C0 /* SO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = EABD3F06D308DA298E7AA5E6EB8E0077 /* SO@2x.png */; }; - B48E12CC6C69687B2BF3695D0C3AA0A3 /* UG.png in Resources */ = {isa = PBXBuildFile; fileRef = F434A96A2B2EDFE04C1F290A44B59406 /* UG.png */; }; - B573C96D90FD795CB45B30C39105372A /* FM.png in Resources */ = {isa = PBXBuildFile; fileRef = C54E7E77701CF2192BA06C021961C945 /* FM.png */; }; - B74C3C6A8EF904FB9C7BE86C28FD7C46 /* AS.png in Resources */ = {isa = PBXBuildFile; fileRef = 3DB5705759F84680AE7777909043F26B /* AS.png */; }; - B775AFFB9862D6668A3936521D4A58EA /* UZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2AEDE3549317A3A462B0FFF12199013F /* UZ@2x.png */; }; - B831325C26DC3F804CE0F7D17797F9E9 /* YE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9DDABAAC7B9999C501568CCDE7B53164 /* YE@2x.png */; }; - B87F2C714F7B03AE587D3B0DCBBBAF59 /* GY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D2242DDE4CAB855A10772C31D3680095 /* GY@2x.png */; }; - B8B22481EACAC325F3E089DFFA91B03E /* LV@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 94455B1ED5FCFC7249D30300214E8F41 /* LV@2x.png */; }; - B8CDDDB848678862180F35D2CA706A67 /* GG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0247E97FFA552BAE4DE6963321307C2E /* GG@2x.png */; }; - B9105DE5775747760D15F92D716F02A1 /* GE.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A2EF9F3330844229A8EA7DCE90D1F05 /* GE.png */; }; - B9537CF3A1FC215D874648D0A2F69C3E /* PW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 73A04394B8A129E0020A0DD88D83CE8C /* PW@2x.png */; }; - B95C60EDD77A35E6AFE4323E5A91115F /* AD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7EC4D230417F2A51186F2E2DFFA3FBD8 /* AD@2x.png */; }; - B98646C2F3D279B9ADDE8F15945ECB48 /* LK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BD4A25448CEEF8C0F6F96F02D1139188 /* LK@2x.png */; }; - B9BD6CD90898B2DC37A7E250E924AAB1 /* RU.png in Resources */ = {isa = PBXBuildFile; fileRef = AD13908E4800F7B5233B738B40AD8A45 /* RU.png */; }; - B9D51801EF2398ADB5F0BE095E786FC0 /* ID@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AC8324C6E28CC821FFB6A81D50B7A517 /* ID@2x.png */; }; - BB2D6CA23BEB43E13D0241EC0EB61EA2 /* PL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6957FA2EF7D30432A371D953B128EA69 /* PL@2x.png */; }; - BBEA964E4D0587D921E7BEF01B495E42 /* SC.png in Resources */ = {isa = PBXBuildFile; fileRef = B5C4B3EDC9FA1DB87CDC3D0DCFF034B8 /* SC.png */; }; - BC0AB64B53B1A875600E7EA39D67C8F4 /* WS.png in Resources */ = {isa = PBXBuildFile; fileRef = A338CCAFBE8CA15464AF7D9844D1984C /* WS.png */; }; - BC2FF2EA87232A8063C2457525EEC81B /* IT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E46ECA7A19575B90A13626012A786582 /* IT@2x.png */; }; - BC96991CDBEF7E3F1EF0ADB73FB9E0D2 /* Constant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F92B138F24CBC06EC1C2FB123618C65 /* Constant.swift */; }; - BE4FDB5679BAD283EE299B5D7EFFF6C6 /* KY.png in Resources */ = {isa = PBXBuildFile; fileRef = B5433731BDD68EDDCAA2E65695ADE74B /* KY.png */; }; - BF9E4162389E2106B3E4B2EDBAAA4DA6 /* PY.png in Resources */ = {isa = PBXBuildFile; fileRef = 7EE08891DE54852DAA40D73AB856BCA8 /* PY.png */; }; - BFF5CE30BBF88AF022A681BE4F87FCA1 /* RO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 11C2F15BDEF10D999A4E2BEC4AA65F9B /* RO@2x.png */; }; - C04710C5FB3E51C52434049DD77250D0 /* SI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E24E698C5BDDE98BECFF41B7E69ED394 /* SI@2x.png */; }; - C0A5EB8813D5829535B44A38085592BF /* CountryPickerWithSectionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9867EF1F47629AFDD93F0A0A5989E82 /* CountryPickerWithSectionViewController.swift */; }; - C0D52F0B2F5FD8E6BBDD2BF6EF8EDEE3 /* KG.png in Resources */ = {isa = PBXBuildFile; fileRef = 18C5B5FD3EAE55D263A21253737CDB01 /* KG.png */; }; - C15FBA6965F2F4DD3D1855F75ACC1B60 /* SR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 49A3F682EDA077CE6FDAC5C0F0F50A70 /* SR@2x.png */; }; - C2D1AC386C8599A41C929FE1B844ECC8 /* CL.png in Resources */ = {isa = PBXBuildFile; fileRef = C1D97E557AA88670F3C4771B8758A5B6 /* CL.png */; }; - C2D9D01501F4E4AF7082BFFB37F70AAC /* BY.png in Resources */ = {isa = PBXBuildFile; fileRef = F74926B2455DA82A2355145A93DE61CB /* BY.png */; }; - C335CA22A393031818D6EF2683936321 /* HN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 51C7455A40A91247EC9289038FC655B0 /* HN@2x.png */; }; - C361F6CDBA9F63C455AFE3FAE8C0A335 /* GF.png in Resources */ = {isa = PBXBuildFile; fileRef = D72CA05EC7CC1E657894D566E26C4CB3 /* GF.png */; }; - C4212532BEC688A7F42D39199F996210 /* SR.png in Resources */ = {isa = PBXBuildFile; fileRef = 1C62AE8AE128E4805E2DF84E6B1E5A46 /* SR.png */; }; - C4B269DFB800968C1086FB42D1133918 /* CW.png in Resources */ = {isa = PBXBuildFile; fileRef = 5D6081A7D372A36235BF990EFD85BF16 /* CW.png */; }; - C4CC76EBB15658F4DCBDCEDF4DC43EE7 /* CZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0D0C3377F9C83F64C7D160BE4C2B90AB /* CZ@2x.png */; }; - C4D488BEACFBF1388A7357E3BF30D400 /* GP@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 568A03F21A853287E1FFC59C9300C30D /* GP@2x.png */; }; - C565A25C7BC0423A98D693463E741131 /* US@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C6B7A67D8100C3B51D16894397B7AE89 /* US@2x.png */; }; - C5AD489B2BDD4926082D1B08B1D2C466 /* MN.png in Resources */ = {isa = PBXBuildFile; fileRef = BA019FF34E6D0F1B3B7B9D0031247AB5 /* MN.png */; }; - C62667E60B1282D507FA54E8BEE90DD7 /* Pods-TestCountryPickerFramework-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 562E2D31FE1C5263155BC93352F98E1A /* Pods-TestCountryPickerFramework-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C67A566CB0999D2AB8383D154C5E16EC /* DM.png in Resources */ = {isa = PBXBuildFile; fileRef = 9C452A68DE2FD4527CC85CB5BA52DD3C /* DM.png */; }; - C6F9C89D93CC97EDE811285C940A16DA /* DO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 709C3FE0F0B37F1E9A698409B8FC6BE4 /* DO@2x.png */; }; - C70CA676D7C2BB1EBB37FFB87772BC7F /* MR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 86D8C27793D5D0D1E6B4B4C5CB7A9843 /* MR@2x.png */; }; - C7C0F8F671453D50AA6742F8EACD7A91 /* MG.png in Resources */ = {isa = PBXBuildFile; fileRef = F08FFC4B71F03508C443816C891EDB9C /* MG.png */; }; - C82D9D023117AA4FCC2A10C105D5A96D /* LA.png in Resources */ = {isa = PBXBuildFile; fileRef = F9CE3773B99EE459ECF655C87528E13A /* LA.png */; }; - C84B67B1DEC0FFF3700F952D8299BE2B /* TK.png in Resources */ = {isa = PBXBuildFile; fileRef = 66642D24E3502FB091DF0B329E42DAB3 /* TK.png */; }; - C889919E298576BA922C38EC1C08B2A2 /* LK.png in Resources */ = {isa = PBXBuildFile; fileRef = 2CD26EC278491892BB36A9BE5CF7D7A4 /* LK.png */; }; - C9161E64F8242F33808CE6623ED0C2A6 /* PG.png in Resources */ = {isa = PBXBuildFile; fileRef = D60A9B44B469E50F054DFD2D470013FA /* PG.png */; }; - CA2F57B4952E8FC68C7DAFCBF7865B44 /* KI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7105958978B883337142A2A98D8BB262 /* KI@2x.png */; }; - CA7264A08BF1D28E0B03C3040D22BF6C /* KE.png in Resources */ = {isa = PBXBuildFile; fileRef = 62A2C59BA2A4AF575D25E62902963752 /* KE.png */; }; - CBDEF5A8BB4B01742ACAE1F01A5C10FA /* CK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 54A5CBC3D0D9F5774E3A0E73A766AE74 /* CK@2x.png */; }; - CC35CB479356E2E15F035D5D59C78FF6 /* MW.png in Resources */ = {isa = PBXBuildFile; fileRef = 8461B7A9A544F82C85D664EBD03D88DD /* MW.png */; }; - CC6031C8C81233412A901EB25F0CE099 /* PF.png in Resources */ = {isa = PBXBuildFile; fileRef = 694723297A24E23550448DCED2123919 /* PF.png */; }; - CC9CD38C55D1DEF8C4392CDCE799DA9C /* NA.png in Resources */ = {isa = PBXBuildFile; fileRef = 8503A2517AD9E12FE82DACB3AFCB6A52 /* NA.png */; }; - CCFD5D59149A2F16AB68FE120262B3F6 /* BH.png in Resources */ = {isa = PBXBuildFile; fileRef = 0EAC69C131F4A2E7E1D0161705D1FA18 /* BH.png */; }; - CD9A70914455B2B030CD4F27ED9F28DB /* KZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = EB89059ABF829307BE0B0156A40590B8 /* KZ@2x.png */; }; - CDD240EF2DBA58FDE2C299A80E87D3D3 /* SE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BA775DA1E4304F72E6BD23E01732FDC1 /* SE@2x.png */; }; - CEDE635B2E5C6F76983C8F5034E6ACF3 /* FK.png in Resources */ = {isa = PBXBuildFile; fileRef = 8360E3E5B8939D7ED415D6D323040D9B /* FK.png */; }; - CF3C56464AE8330E229887300327B1A6 /* LT.png in Resources */ = {isa = PBXBuildFile; fileRef = 7A6DD540C6691C3723908269C372BF17 /* LT.png */; }; - CFFA0DF49A5136B84D947089ED720400 /* MY.png in Resources */ = {isa = PBXBuildFile; fileRef = 45E9CCF92DA7256D0323A92EEE2E8CBB /* MY.png */; }; - D027760A53886B52AF1A9027805A2A45 /* AL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F8D3AE0CFE8E35DA4601FF694C42D782 /* AL@2x.png */; }; - D0F57AEDF4CC00EFB7F4EA823A340E77 /* MW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = ABAC6047C0D66AFAEF2B00625730A5EC /* MW@2x.png */; }; - D155418BAF2728553D688F44AE1B9CCB /* GN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2DCDB7B52EB0EBA0C9B298A65804B929 /* GN@2x.png */; }; - D17B1ECC652C30B86412C8A4ACC19896 /* DK.png in Resources */ = {isa = PBXBuildFile; fileRef = 92BC35CF5FD5341F0CBC4C620B867F49 /* DK.png */; }; - D1FC529602799D915EB69818A82943E5 /* KW.png in Resources */ = {isa = PBXBuildFile; fileRef = 3CEF93A9D000BA8119EC67292B254701 /* KW.png */; }; - D24D110F9EDAC0979F855448F3DE472C /* TL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = ADFAD4CE445DA52B25FACEA72F40E21B /* TL@2x.png */; }; - D3252C3BA492605C328C42A650AB3462 /* IL.png in Resources */ = {isa = PBXBuildFile; fileRef = B3195A43F0008FEF57E09EECBB40F23E /* IL.png */; }; - D36793A39F39F60E7A52572DE10973B7 /* AT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = ED45C828D73080B91C5EF24F5D8D026B /* AT@2x.png */; }; - D49782B9F727F1E5111211CD08AF9FA9 /* MS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7060A2855DD8F8DC3966588AADA3114F /* MS@2x.png */; }; - D4D691599299CCD46BD8BCCC10C23DAA /* IL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C0844D0C657CA69D1D8526B0F70EA223 /* IL@2x.png */; }; - D6F1D7C025A980A563CB7BE31CF9C420 /* BA.png in Resources */ = {isa = PBXBuildFile; fileRef = CBEFE76EFD1B72D3E2DE40313E1D7650 /* BA.png */; }; - D739FB5E82A2532F6ED13E9E43AAC406 /* JO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D85184B055924666AE5610A4DD93B237 /* JO@2x.png */; }; - D7802A73C8567F05DF53B35F17FB2A4D /* CV@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4A3788C55FD38CA7454475E1D78EA108 /* CV@2x.png */; }; - D789A45111F40B2F1F2CE888258D4809 /* VU.png in Resources */ = {isa = PBXBuildFile; fileRef = 6311BFC1B2C7E26B26F4A4846682E4A9 /* VU.png */; }; - D8EEDC592B0DEB986F05F116D644D371 /* ST.png in Resources */ = {isa = PBXBuildFile; fileRef = E3E2F7538C17014C98DAC274FB644409 /* ST.png */; }; - D917D0C248DC013D34F88D60D1EB2E07 /* MQ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 51F2E8EFBA59D61B4D61FC163F6B6884 /* MQ@2x.png */; }; - D9294D5F25D8AA85F7A140774C7FCF7D /* IQ.png in Resources */ = {isa = PBXBuildFile; fileRef = AF10AFBD55E8775BE0B6D3CA562F7B00 /* IQ.png */; }; - D9F1AE48DC04F457EA32924B9F79F7E9 /* VE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 681FFA112C575680204108BA01A76B29 /* VE@2x.png */; }; - DAA3D68919FA0F2C45E02B906BCBD878 /* AU.png in Resources */ = {isa = PBXBuildFile; fileRef = 5A12F22F7325E336A77B672B0B6A7BA6 /* AU.png */; }; - DAC2D1EE760C87D8FCEA4765458AC424 /* CK.png in Resources */ = {isa = PBXBuildFile; fileRef = DDA5C0E71168A4C6996D141EDA5A4C21 /* CK.png */; }; - DB38F89B29AF4B54127B5C6272C175DE /* BG.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C3B1CA824BA644B77A23BFA44B98E23 /* BG.png */; }; - DB4F90F377176B96A33E98E7E0B4B5B7 /* PK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8E8E91B4291D93BB790790B0777614E8 /* PK@2x.png */; }; - DBA4761A29BC9BC7C7C4152BB0E0C142 /* CH.png in Resources */ = {isa = PBXBuildFile; fileRef = C1913DC1AFE31BA3E3F379E7B5745D50 /* CH.png */; }; - DC1961FEC2B3FB85B2BA15AD6E9778ED /* VN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1BDF3F015F1E5ECF7F32FFD75C92F409 /* VN@2x.png */; }; - DC96FAA89EA8C03841426772030A2D58 /* CountryPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D9364B5672B3A6C88F8552BB24757F2 /* CountryPickerController.swift */; }; - DCE38974A797887ADD0DD3D5E1C206F2 /* AX.png in Resources */ = {isa = PBXBuildFile; fileRef = 9FD5C16149CC10F9A9F87F3109593F08 /* AX.png */; }; - DCF76A442267853D5FE0D694D62E4998 /* NR.png in Resources */ = {isa = PBXBuildFile; fileRef = 96CE0704E5FB40FE960EBFC2B2F29356 /* NR.png */; }; - DDF85AE4F391519A37296146892EE20B /* TV.png in Resources */ = {isa = PBXBuildFile; fileRef = 866B100E94F3F50D0A24D16F3AB8AC86 /* TV.png */; }; - DE01BB6B3B90AC67EB18D23C4E8AC043 /* BL.png in Resources */ = {isa = PBXBuildFile; fileRef = E55CB61177012DED8DF70C642CB7DD25 /* BL.png */; }; - DE2A5C703CAC928621FE85965F01C187 /* MT.png in Resources */ = {isa = PBXBuildFile; fileRef = E5C9E7E5D117E421DF2C4AC069DED686 /* MT.png */; }; - DE3CA60CF8087C4CE42EAC663572EA37 /* PE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0925A1A9AD5D1190A61C554F93A171C2 /* PE@2x.png */; }; - DEA1C65365508D6B3F30B1968EB6E66B /* NU.png in Resources */ = {isa = PBXBuildFile; fileRef = FBCD2F78D5A944F70324EF60B69AB722 /* NU.png */; }; - DEBFB61B686B7A71DEFC61E999E2B99F /* AT.png in Resources */ = {isa = PBXBuildFile; fileRef = AA2672C0C7A0B92AB090C21C5427C6B3 /* AT.png */; }; - DED4A162A3C84C3FB5546DDCBC930FF8 /* SJ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 80CE32FBE1E1B57FBE7E1B594E78947D /* SJ@2x.png */; }; - DF10923C7033160162F10484657CA7C0 /* BA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B2312416F81BB33BFC24C4D7360B3F6 /* BA@2x.png */; }; - DFA34B152D8C561639F83F11D77F1F56 /* SI.png in Resources */ = {isa = PBXBuildFile; fileRef = BBB40531A0589338C459E5A82720224A /* SI.png */; }; - E030B4FD5A45D1CF7C5628579B006ECA /* LA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B134D25766A6471C6CDF9A5BB81D5521 /* LA@2x.png */; }; - E06510745D08D5DA6BA67828B9D1F3C0 /* BT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A8CF9B4FBA2B9F6595BDC4F5DAE23045 /* BT@2x.png */; }; - E14E6506DE962211037427B920D881BC /* BT.png in Resources */ = {isa = PBXBuildFile; fileRef = D938DC74FB390CB6BAC9AD4DFB79124D /* BT.png */; }; - E15AB41573AA0DB174C985ADE32026C6 /* AX@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E2EE900042BF398A6554910FE2C3DC6F /* AX@2x.png */; }; - E1A334B9494C5B92BD0D45A2F2D36158 /* BE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 52581119DE8E4029DF8A0B147DE96C1E /* BE@2x.png */; }; - E28FAFF0DE00C7250334692569DDF9A0 /* ST@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A65AD97D9AEB879F3E19F39F589F1508 /* ST@2x.png */; }; - E2F18B8754DE9D09E3B62F81753A5179 /* PH.png in Resources */ = {isa = PBXBuildFile; fileRef = 364E6E0F48E7898B9EA7D8BAFA64FDB5 /* PH.png */; }; - E3F03095340DE58049619AA2C3BFE906 /* ZW.png in Resources */ = {isa = PBXBuildFile; fileRef = E9B3A733B6EDA6174BE9057284A79F38 /* ZW.png */; }; - E3F301558ED3D9EEAE3BDE5747C985F1 /* CR.png in Resources */ = {isa = PBXBuildFile; fileRef = CD99A1A76074768D2776C5E6EDE35F44 /* CR.png */; }; - E45BC75B2371697D0C7629190CC15D2B /* ZM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 415113E2DF30A49BABBECEC30816B62A /* ZM@2x.png */; }; - E4E6D0FBCDCA55E5FD2C7702513F43A6 /* MD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 55A1C4E5003436FB05FD9E72785F1AFF /* MD@2x.png */; }; - E6195B4969FC7EED2117F8F90AA5C458 /* GF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4CF929597B4DBF1EBDB7E3943149858B /* GF@2x.png */; }; - E6B264DBA06DBEB528DF9C6E67AEB83D /* SH.png in Resources */ = {isa = PBXBuildFile; fileRef = AA1BD66740ECF5D39B19CCA5FCD0AA00 /* SH.png */; }; - E7E643F2AAB6C80A4C9B31E2702981F3 /* CU.png in Resources */ = {isa = PBXBuildFile; fileRef = 8577213A66786CD8C4CA0662C9F499E6 /* CU.png */; }; - E81A8941346F3A1F5A1220A27055302A /* GY.png in Resources */ = {isa = PBXBuildFile; fileRef = 16E0206B9F5B86292B2B01A4B7487B76 /* GY.png */; }; - E82D12809E46B1CDBDB3BBD804080CFD /* CX.png in Resources */ = {isa = PBXBuildFile; fileRef = A21757F1CCBF4E9FB1B7222D027DA1D0 /* CX.png */; }; - E8E31F56FB68634779733A9B3EF2C370 /* MO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C46EB0A64A872B2FCFCCFA26235E51AD /* MO@2x.png */; }; - E9572B93D9D971B2DFBFAEB177067933 /* UM.png in Resources */ = {isa = PBXBuildFile; fileRef = 7C657420FCEA91D9629EB99187F04833 /* UM.png */; }; - EB1269CC1D7AFD7F1F70617434B6316D /* LU.png in Resources */ = {isa = PBXBuildFile; fileRef = 50C2AC48E3C5D0549A791EC36E57FCCB /* LU.png */; }; - EB430DF56073035B315A448B020D7496 /* PH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0A0DFC8E569A50A4BA61DB47BE5E81D1 /* PH@2x.png */; }; - EB6EEA65E428C12DE919C5729FBB3AE5 /* NO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1E36BF88B9A9F6FD2063E8A8C3305DDD /* NO@2x.png */; }; - EBDC40852CA52BF1374789AFB6A27FFE /* ES@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C7E9C10C64782C454880E4E5B11A4302 /* ES@2x.png */; }; - ECDDACC38960643CFA4D0B733DE64812 /* TH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5EF6C537A11C3893F8BB5FAFDF1ED4D9 /* TH@2x.png */; }; - ED3331659AB978588D215656249ACDB3 /* CL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D270FC2586B9562E2813CDE84F1B9FB6 /* CL@2x.png */; }; - ED6F9566C1DDBC4F63F34571E627A64C /* ME@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AACD327EE4582258F593C5641FCBF3CB /* ME@2x.png */; }; - EDB2CC68F0628F09E647C76A77C97354 /* NE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2271CBAFFE5548C1EE76C6E6A073C080 /* NE@2x.png */; }; - EE235CE4C5FCBB0913D6C15E8433187A /* TK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8AA62BD80DE0EE5DCF9E4C00DEE60B8A /* TK@2x.png */; }; - F006F0FA333BBC7B3A1903D8C78E2433 /* RO.png in Resources */ = {isa = PBXBuildFile; fileRef = 0924A36D8645BD2EB88B224F42A8CC0B /* RO.png */; }; - F029342C89978A3CFD2CC4F11B03B4C2 /* FM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2A1D34471C30AE16FEDA1D6065F5697D /* FM@2x.png */; }; - F03AFD1FE35B58BC540B78A5236F6DCB /* MH.png in Resources */ = {isa = PBXBuildFile; fileRef = A016DBDE98CA11381C3D54866E67A216 /* MH.png */; }; - F07A1EE63E48670C8DE4BAAFAF484E64 /* CC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BA64A07BEA4700F274AE4375BB8821AA /* CC@2x.png */; }; - F15A428D72DC55FBCE23428B19D78910 /* SY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F50E2FE55860D54F74F689DA933CA275 /* SY@2x.png */; }; - F163CE9086A1A09D649F2E3314EB4ED5 /* NF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4EAAF62FDAFC0BFDC7077ECC501F3863 /* NF@2x.png */; }; - F1F51DFC5FAD16F540079E77208DEC53 /* CI.png in Resources */ = {isa = PBXBuildFile; fileRef = B5232F203CDFF1C33A6AF0488B05BC18 /* CI.png */; }; - F1FE10EA4D00056293B6D35DC7813CE5 /* NL.png in Resources */ = {isa = PBXBuildFile; fileRef = D6FC100A3ECC607B01789BB6F0B779C0 /* NL.png */; }; - F33E29763649F55FC62C759CE4990B70 /* BI.png in Resources */ = {isa = PBXBuildFile; fileRef = 1E2401E2B674F0A44D7818483D489C21 /* BI.png */; }; - F385234D15F1297EC14A62A990F2FE17 /* KR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B38DF8800AAEB06D3B9B17B7B699F9EA /* KR@2x.png */; }; - F39852C09458C1F5EB3904EEE80E4648 /* VI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 73E9430A19608C49253643082AE3B211 /* VI@2x.png */; }; - F3E463FCEEA39ABE7FC41388E9FD9934 /* BJ.png in Resources */ = {isa = PBXBuildFile; fileRef = D4289E0C405121C9097D9299BAAF2E3D /* BJ.png */; }; - F41A247CE1D13A97E5357C5CC871F837 /* CY.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D8D2CF4B0F3A42B23343C371C5B6C8D /* CY.png */; }; - F47A09B36AA0F8C18DB5377F7518D7FC /* CG.png in Resources */ = {isa = PBXBuildFile; fileRef = 724567F938708DA4056134DA9451B5C9 /* CG.png */; }; - F4C9AF01C630402ECCC8A2D48837E70F /* CountryCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A278A298AF50F961FF5B23F23C77636C /* CountryCell.swift */; }; - F50E249AABC26AF93916E36A822CB194 /* FJ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2E3D0C47D3D2DFA6A161AFB49189F61D /* FJ@2x.png */; }; - F621BB2BD7EE26293E4E288941CB1497 /* SK.png in Resources */ = {isa = PBXBuildFile; fileRef = C45EB2C1A360BFAADFEDCF241F265BAA /* SK.png */; }; - F65E8CD7A733408C43594C717B42234C /* WS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C41D4B8AD9702A2035A4ABCB64DBDDF1 /* WS@2x.png */; }; - F66577EFFF181A32FC1C2C12CA473951 /* DZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 04463967B386DF7A572C17276AC18D06 /* DZ@2x.png */; }; - F6B32BB21368307AD592647F5074D50E /* IT.png in Resources */ = {isa = PBXBuildFile; fileRef = 4DAFE6E42F0372A49F0680D070195718 /* IT.png */; }; - F6F6419C20CE60516E019C32E2347306 /* DJ.png in Resources */ = {isa = PBXBuildFile; fileRef = 08CEEFDCF9131AE7A2F422787563CD0F /* DJ.png */; }; - F7E933104AB07230B2C77A085437156F /* JE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 59ACE75FCC21303D24034F726D964592 /* JE@2x.png */; }; - F802143D875607CAE5FA7929A00C549D /* PS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A14A15BADB6FA78288721B9D26B6827B /* PS@2x.png */; }; - F8479AEDF668F2577AA1B8348E83EF53 /* LC.png in Resources */ = {isa = PBXBuildFile; fileRef = 6E93DD8F5AF8DE613D57857B5858F7A9 /* LC.png */; }; - F90D5706E57176195BF7E314C48852F4 /* UY.png in Resources */ = {isa = PBXBuildFile; fileRef = 71C0A81DA0A0D2179C9F0062C27277FA /* UY.png */; }; - FA58BBB68A658BABA7334DE936766739 /* NZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DE39851AEE8F23D34F053152AD824EF /* NZ@2x.png */; }; - FB6494202CC94951D7CCCB69A58C2521 /* JO.png in Resources */ = {isa = PBXBuildFile; fileRef = 47FFBFA161406FC109101ED4FF8A7269 /* JO.png */; }; - FBC78411D53984B61411CBD79C919982 /* TW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F3938D4936B805D01D43D09DBF5A9718 /* TW@2x.png */; }; - FCF6EDE513F7828508C79F76A55C9E6D /* NU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 08868B9CDB7A05747E740854AB06F2A6 /* NU@2x.png */; }; - FD45C9E867B98E3BDF7149832524F793 /* IR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 76909A73BB2A39C2964CB518C86EAF3A /* IR@2x.png */; }; - FDC045618BFFE22C26ABCE71C629FC79 /* MQ.png in Resources */ = {isa = PBXBuildFile; fileRef = 2E5914564780D38B5BDC81F089351934 /* MQ.png */; }; - FDE99F9BE40FE40239510E22CF77E166 /* CV.png in Resources */ = {isa = PBXBuildFile; fileRef = 331795C77F7797CE19D63987DE3FCD97 /* CV.png */; }; - FE4A17C8E059D31D6FEB890048072DD0 /* DO.png in Resources */ = {isa = PBXBuildFile; fileRef = 04DFA26F0B60B4A010C14E2D0DA8D99D /* DO.png */; }; - FE61C831A6124BB9427354F938C0D2F8 /* GB.png in Resources */ = {isa = PBXBuildFile; fileRef = A2D9A4288F44A9C0DE67AE6ED602E897 /* GB.png */; }; - FFBB7E59B6DDBDA15283F524719810B1 /* MP@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7AC10189DEEA0BA2EB227E584963D9AF /* MP@2x.png */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 19F01AC681CF4F01E6B35F7AAAC34AD9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CD6AE62B70B78355A3257C4DC46F7A3E; - remoteInfo = SKCountryPicker; - }; - 1D423E4E8424EEE609CFD287B8A05DC6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = AD5DDE18FD5EB97540CD21988269989D; - remoteInfo = "SKCountryPicker-CountryPickerController"; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 011767E9D373310F7DB14B6386C322B3 /* KN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KN@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/KN@2x.png"; sourceTree = ""; }; - 01A26BD724B1BC12EDD95CD533746C91 /* EE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "EE@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/EE@2x.png"; sourceTree = ""; }; - 01E15E6B46F767093C91C49AC8DAAE9A /* SD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SD.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/SD.png; sourceTree = ""; }; - 01F22BA38DA19C30D15FA3C150630EBD /* MR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MR.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/MR.png; sourceTree = ""; }; - 01F66007E92F542D6B7B96E95130108C /* YT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "YT@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/YT@2x.png"; sourceTree = ""; }; - 0247E97FFA552BAE4DE6963321307C2E /* GG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GG@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/GG@2x.png"; sourceTree = ""; }; - 0255628FB57E8C575F7CE61EAFAC90C5 /* PF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PF@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/PF@2x.png"; sourceTree = ""; }; - 0328EE448FB7F8921DF2D3258C1D108B /* MK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MK@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/MK@2x.png"; sourceTree = ""; }; - 04463967B386DF7A572C17276AC18D06 /* DZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "DZ@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/DZ@2x.png"; sourceTree = ""; }; - 04878674ABEF2D05D00C7A3C0F090A88 /* GI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GI@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/GI@2x.png"; sourceTree = ""; }; - 04DFA26F0B60B4A010C14E2D0DA8D99D /* DO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = DO.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/DO.png; sourceTree = ""; }; - 06D63ADCB268B4CFE3484772816D34A0 /* XK@2.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "XK@2.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/XK@2.png"; sourceTree = ""; }; - 06EBCBE9B4F9619D656043D5519326BA /* NI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NI@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/NI@2x.png"; sourceTree = ""; }; - 08868B9CDB7A05747E740854AB06F2A6 /* NU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NU@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/NU@2x.png"; sourceTree = ""; }; - 08CEEFDCF9131AE7A2F422787563CD0F /* DJ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = DJ.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/DJ.png; sourceTree = ""; }; - 0924A36D8645BD2EB88B224F42A8CC0B /* RO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = RO.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/RO.png; sourceTree = ""; }; - 0925A1A9AD5D1190A61C554F93A171C2 /* PE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PE@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/PE@2x.png"; sourceTree = ""; }; - 094D2FF85DCD5F7DFA086D7CC5F4A5E1 /* AG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AG.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/AG.png; sourceTree = ""; }; - 09820D3AABFAA9F0BC3D912954F39B3F /* EG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "EG@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/EG@2x.png"; sourceTree = ""; }; - 09A0BE0A18CA7A993D97B6AB84EFD950 /* DJ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "DJ@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/DJ@2x.png"; sourceTree = ""; }; - 09ACE3E29EB69A00683552CB0399F845 /* SN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SN.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/SN.png; sourceTree = ""; }; - 09C495853EE75C77330F072B954A73AD /* MX.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MX.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/MX.png; sourceTree = ""; }; - 0A0DFC8E569A50A4BA61DB47BE5E81D1 /* PH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PH@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/PH@2x.png"; sourceTree = ""; }; - 0BB81EF2D1A20AAD1FC5E4C0C8A899D7 /* TC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TC.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/TC.png; sourceTree = ""; }; - 0C11B3D9BECBE4324B0A702F9F70ED5D /* BD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BD.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/BD.png; sourceTree = ""; }; - 0D0C3377F9C83F64C7D160BE4C2B90AB /* CZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CZ@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/CZ@2x.png"; sourceTree = ""; }; - 0D9364B5672B3A6C88F8552BB24757F2 /* CountryPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CountryPickerController.swift; path = CountryPicker/CountryPicker/CountryPickerController.swift; sourceTree = ""; }; - 0DB1C509732504E42A8BAF19749B05F9 /* SKCountryPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SKCountryPicker-dummy.m"; sourceTree = ""; }; - 0E5C2E78893A017865DCD0EC828756C0 /* HN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = HN.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/HN.png; sourceTree = ""; }; - 0E886D37C813C460A210C5C846043612 /* RW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = RW.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/RW.png; sourceTree = ""; }; - 0EAC69C131F4A2E7E1D0161705D1FA18 /* BH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BH.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/BH.png; sourceTree = ""; }; - 11C2F15BDEF10D999A4E2BEC4AA65F9B /* RO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "RO@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/RO@2x.png"; sourceTree = ""; }; - 1229A24EFFE98C60D42DB90F172E121C /* BL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BL@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/BL@2x.png"; sourceTree = ""; }; - 125445B749AF1F3F2FA96F2AF0CE1174 /* SJ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SJ.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/SJ.png; sourceTree = ""; }; - 12969DBD8AD6E33B8E38F6E3F025CF31 /* Country.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Country.swift; path = CountryPicker/CountryPicker/Country.swift; sourceTree = ""; }; - 13BD741DF159E8AE8B4F4B3A8A01135B /* SG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SG.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/SG.png; sourceTree = ""; }; - 14E8522655E1A6EA55A86A6C81168F63 /* BB@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BB@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/BB@2x.png"; sourceTree = ""; }; - 158D37CC0C76C7A712548C5C67455FD4 /* PT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PT@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/PT@2x.png"; sourceTree = ""; }; - 15F831591E2FE66964E2C6589EFC40A0 /* ZW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ZW@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/ZW@2x.png"; sourceTree = ""; }; - 1651C28482C69C23B7E57F58DEC1FA35 /* TJ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TJ@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/TJ@2x.png"; sourceTree = ""; }; - 16556178FC0913A4233E9014F68C8166 /* HM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "HM@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/HM@2x.png"; sourceTree = ""; }; - 16E0206B9F5B86292B2B01A4B7487B76 /* GY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GY.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/GY.png; sourceTree = ""; }; - 17107E37DB2A9CE848CCD8D6C00A7182 /* LI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LI@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/LI@2x.png"; sourceTree = ""; }; - 175FE9979285A16724475D983706CBB8 /* FI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = FI.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/FI.png; sourceTree = ""; }; - 17FE25A771176954A57E861949707E26 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 180DA1CCA22499FD35DF120733B289AB /* LB.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LB.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/LB.png; sourceTree = ""; }; - 186369A6A9CFABEDC60FDC626DE10C4E /* BF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BF@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/BF@2x.png"; sourceTree = ""; }; - 187627CF0D49BECF8810371886CD69E5 /* IE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IE@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/IE@2x.png"; sourceTree = ""; }; - 18C5B5FD3EAE55D263A21253737CDB01 /* KG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KG.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/KG.png; sourceTree = ""; }; - 19EBA4EA2A095FA681C6D718DCE42F6C /* BO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BO@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/BO@2x.png"; sourceTree = ""; }; - 1A2EF9F3330844229A8EA7DCE90D1F05 /* GE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GE.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/GE.png; sourceTree = ""; }; - 1B1826A4477E2CA5DB20D1CA8CD485A4 /* MA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MA@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/MA@2x.png"; sourceTree = ""; }; - 1B715874FFB8B21EB6F10D7EB41E070C /* MY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MY@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/MY@2x.png"; sourceTree = ""; }; - 1BADC1E0D1D49025A2B885A0BD892499 /* GS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GS@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/GS@2x.png"; sourceTree = ""; }; - 1BDF3F015F1E5ECF7F32FFD75C92F409 /* VN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VN@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/VN@2x.png"; sourceTree = ""; }; - 1C62AE8AE128E4805E2DF84E6B1E5A46 /* SR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SR.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/SR.png; sourceTree = ""; }; - 1C9933A8921FC303019861E4996F0F86 /* LS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LS@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/LS@2x.png"; sourceTree = ""; }; - 1D0C834E3DE089A474C82FC6AA7E2C76 /* NG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NG@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/NG@2x.png"; sourceTree = ""; }; - 1DDF6AE79DA2FAC65125C56BA87959DF /* IE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IE.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/IE.png; sourceTree = ""; }; - 1E2401E2B674F0A44D7818483D489C21 /* BI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BI.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/BI.png; sourceTree = ""; }; - 1E36BF88B9A9F6FD2063E8A8C3305DDD /* NO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NO@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/NO@2x.png"; sourceTree = ""; }; - 1E819F067F1D40EB69715B82CB20E838 /* AQ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AQ.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/AQ.png; sourceTree = ""; }; - 1E904AA43538CD76B4CF5690593DAB1D /* Pods-TestCountryPickerFramework.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TestCountryPickerFramework.debug.xcconfig"; sourceTree = ""; }; - 1F2975FF23BCEE83FDF432E293687D14 /* ZA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ZA.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/ZA.png; sourceTree = ""; }; - 20363CDB9A395ED799CC62CA69ABF7F8 /* IM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IM@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/IM@2x.png"; sourceTree = ""; }; - 2171EE0A817C8802424DE953872EDA31 /* SS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SS.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/SS.png; sourceTree = ""; }; - 217C04FD35A36B79ED9C8C992D700342 /* NC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NC.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/NC.png; sourceTree = ""; }; - 21DF037A817B6594AB63A875AEBDBF0B /* FO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = FO.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/FO.png; sourceTree = ""; }; - 21E4B4D64FBE24A3C1D9299941A12FF3 /* GR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GR@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/GR@2x.png"; sourceTree = ""; }; - 2271CBAFFE5548C1EE76C6E6A073C080 /* NE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NE@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/NE@2x.png"; sourceTree = ""; }; - 2273A95D555A6594B88D10A566FDFBB0 /* TO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TO.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/TO.png; sourceTree = ""; }; - 22B1C13441F04C88E29AC7D71FEA9467 /* HU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "HU@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/HU@2x.png"; sourceTree = ""; }; - 22F9C067B0FD48A49329B0AACE46C41A /* CountryManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CountryManager.swift; path = CountryPicker/CountryPicker/CountryManager.swift; sourceTree = ""; }; - 23542D935B9DBF96E89429DD7847FA10 /* JE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = JE.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/JE.png; sourceTree = ""; }; - 237B725AB9E76A3749D40C4F22C1F05D /* PG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PG@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/PG@2x.png"; sourceTree = ""; }; - 2508EA53A743C8F9FB924972DCC40C21 /* CD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CD.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/CD.png; sourceTree = ""; }; - 260832BC28D844FF51EA5F06812B4974 /* CountryPickerEngine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CountryPickerEngine.swift; path = CountryPicker/CountryPicker/CountryPickerEngine.swift; sourceTree = ""; }; - 2611AB5A17D3F62DC5811ECD07DD3C70 /* TF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TF.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/TF.png; sourceTree = ""; }; - 26AAEE2EC8F340A105A6851EB8614208 /* VA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VA.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/VA.png; sourceTree = ""; }; - 2756B7CCBFFAA9DD953F90F402EED4AA /* Pods-TestCountryPickerFramework-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-TestCountryPickerFramework-frameworks.sh"; sourceTree = ""; }; - 288498669A778864C2A4B9BA00166DB9 /* RU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "RU@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/RU@2x.png"; sourceTree = ""; }; - 28A2A82E3156BB9439CE560A66ED0170 /* CC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CC.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/CC.png; sourceTree = ""; }; - 28C999FA2B00E1B26A5F76622584D2C4 /* CR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CR@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/CR@2x.png"; sourceTree = ""; }; - 28DEC84F9765C81B56C98ACEF59DEC0B /* KZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KZ.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/KZ.png; sourceTree = ""; }; - 297C02E678F07D13852D539AAD4CE94E /* ET.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ET.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/ET.png; sourceTree = ""; }; - 2A1D34471C30AE16FEDA1D6065F5697D /* FM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "FM@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/FM@2x.png"; sourceTree = ""; }; - 2A61C1382583384152AC941D2F2425DE /* CI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CI@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/CI@2x.png"; sourceTree = ""; }; - 2AEDE3549317A3A462B0FFF12199013F /* UZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "UZ@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/UZ@2x.png"; sourceTree = ""; }; - 2B5D700F3C162654CDD06CD3FF4AC05B /* IQ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IQ@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/IQ@2x.png"; sourceTree = ""; }; - 2B807670F46A6F68295705D640013429 /* KP.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KP.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/KP.png; sourceTree = ""; }; - 2BD4C8D9CD63981FC4D08501526242B4 /* PR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PR.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/PR.png; sourceTree = ""; }; - 2C66F732D24CE8E469618E92CC4EE745 /* LC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LC@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/LC@2x.png"; sourceTree = ""; }; - 2C8798CD9E14033C617B208F6DDE651C /* GA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GA.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/GA.png; sourceTree = ""; }; - 2CBF0700DEC4CC5FD3CA399CC296F8FC /* HT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "HT@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/HT@2x.png"; sourceTree = ""; }; - 2CD26EC278491892BB36A9BE5CF7D7A4 /* LK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LK.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/LK.png; sourceTree = ""; }; - 2DCDB7B52EB0EBA0C9B298A65804B929 /* GN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GN@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/GN@2x.png"; sourceTree = ""; }; - 2E0AA7ED24FAD1183574D959BFD4B659 /* FO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "FO@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/FO@2x.png"; sourceTree = ""; }; - 2E3D0C47D3D2DFA6A161AFB49189F61D /* FJ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "FJ@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/FJ@2x.png"; sourceTree = ""; }; - 2E5914564780D38B5BDC81F089351934 /* MQ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MQ.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/MQ.png; sourceTree = ""; }; - 30DD634D47440AB12F25AE244FD9F64A /* MV@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MV@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/MV@2x.png"; sourceTree = ""; }; - 32545D382CF6B6AA98CE1333016128A9 /* ME.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ME.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/ME.png; sourceTree = ""; }; - 32BDDA5BBEA3BAF5E41BAE97B6097B84 /* GL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GL@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/GL@2x.png"; sourceTree = ""; }; - 331795C77F7797CE19D63987DE3FCD97 /* CV.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CV.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/CV.png; sourceTree = ""; }; - 33D07C88DBAE4BE5E63D2C497CBAB9BF /* EC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = EC.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/EC.png; sourceTree = ""; }; - 364E6E0F48E7898B9EA7D8BAFA64FDB5 /* PH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PH.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/PH.png; sourceTree = ""; }; - 370E232CAC47200447722EF20484DEFA /* PS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PS.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/PS.png; sourceTree = ""; }; - 37A93FA1F29B5BDCEE00C7CD5C75D6DB /* IN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IN.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/IN.png; sourceTree = ""; }; - 3850784AD80006B774DAFA5985560FC8 /* KP@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KP@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/KP@2x.png"; sourceTree = ""; }; - 393BAF16C824261E6F6128F22135B100 /* SH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SH@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/SH@2x.png"; sourceTree = ""; }; - 39465563825E10A30552DC1352DFDFD2 /* VC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VC.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/VC.png; sourceTree = ""; }; - 398A7171A6FBA8DA044CB3D59738C9D5 /* SY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SY.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/SY.png; sourceTree = ""; }; - 3A611E0654EE5CC126681B50D2EEE347 /* Pods-TestCountryPickerFramework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-TestCountryPickerFramework"; path = Pods_TestCountryPickerFramework.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3AD113B380C42995FFA6813463B27D01 /* YT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = YT.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/YT.png; sourceTree = ""; }; - 3B03874B69E4EED805394DB1D182B7D6 /* DM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "DM@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/DM@2x.png"; sourceTree = ""; }; - 3B10B8E9A5D20C6DE4CD3C437C8DA49C /* CF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CF@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/CF@2x.png"; sourceTree = ""; }; - 3BB28A0F4443E8BB1B440D9AD05FA0FC /* LR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LR.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/LR.png; sourceTree = ""; }; - 3C427ADFF860954550FEEC5B7EE6FBF5 /* ID.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ID.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/ID.png; sourceTree = ""; }; - 3CEF93A9D000BA8119EC67292B254701 /* KW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KW.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/KW.png; sourceTree = ""; }; - 3DB5705759F84680AE7777909043F26B /* AS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AS.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/AS.png; sourceTree = ""; }; - 3DB76BAAE6CBB09AF6FAD3D436179D16 /* ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist"; sourceTree = ""; }; - 3EB9697B17CFA1C7B2FD3DD5FDFE0DA7 /* GT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GT.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/GT.png; sourceTree = ""; }; - 3F18EE118519AB23C4D3F8018399B932 /* SE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SE.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/SE.png; sourceTree = ""; }; - 3F7BE52E554BBACBA26EED7B3862E0D9 /* CD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CD@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/CD@2x.png"; sourceTree = ""; }; - 3F834555C9858111346B8D0F1235944A /* GS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GS.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/GS.png; sourceTree = ""; }; - 3FC99235F4403CB73B7EF0D605CF666D /* SS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SS@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/SS@2x.png"; sourceTree = ""; }; - 4027F3E411EA8BA2C2D464388C772FAF /* RS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "RS@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/RS@2x.png"; sourceTree = ""; }; - 415113E2DF30A49BABBECEC30816B62A /* ZM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ZM@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/ZM@2x.png"; sourceTree = ""; }; - 4196F46EEACE89252008E3F00DD20E05 /* DK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "DK@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/DK@2x.png"; sourceTree = ""; }; - 42775F753C93372896478286C02E3852 /* GD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GD.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/GD.png; sourceTree = ""; }; - 429BB4924F58FB7EF7E60881540763D2 /* SO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SO.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/SO.png; sourceTree = ""; }; - 42A19B9698CEC43D4A810423ABA56B6F /* GH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GH@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/GH@2x.png"; sourceTree = ""; }; - 43E43DBDAAF7AEDF0D9D276CD534585E /* AZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AZ@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/AZ@2x.png"; sourceTree = ""; }; - 4449F253994FFC5B6AA1D65798EE34FF /* WF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = WF.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/WF.png; sourceTree = ""; }; - 44C9CFD40ED4BC77E3742275C542E933 /* BO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BO.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/BO.png; sourceTree = ""; }; - 45E9CCF92DA7256D0323A92EEE2E8CBB /* MY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MY.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/MY.png; sourceTree = ""; }; - 46EEEBE450D0E4530F277ED8EF6F5316 /* CO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CO@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/CO@2x.png"; sourceTree = ""; }; - 46F9247D8F853C61A2CF0B8052892279 /* KW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KW@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/KW@2x.png"; sourceTree = ""; }; - 4756F9C29E72E402A9AABB0A21446720 /* SN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SN@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/SN@2x.png"; sourceTree = ""; }; - 47FFBFA161406FC109101ED4FF8A7269 /* JO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = JO.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/JO.png; sourceTree = ""; }; - 4847379E1418D3DA165F6223FE191020 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 4887BD9A3A1C5C2E824D4993CFD3A0BD /* PA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PA.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/PA.png; sourceTree = ""; }; - 48FD5625E7D46C87234260FF6BFF610C /* YE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = YE.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/YE.png; sourceTree = ""; }; - 491B8D792EE146BFCE5437A01DF85986 /* SZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SZ@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/SZ@2x.png"; sourceTree = ""; }; - 49A3F682EDA077CE6FDAC5C0F0F50A70 /* SR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SR@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/SR@2x.png"; sourceTree = ""; }; - 4A05388BCDCC07EAE1DFC6F6919E2FBD /* PM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PM@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/PM@2x.png"; sourceTree = ""; }; - 4A3788C55FD38CA7454475E1D78EA108 /* CV@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CV@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/CV@2x.png"; sourceTree = ""; }; - 4AFBEDCD70B154614CA89A4536729A93 /* JP@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "JP@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/JP@2x.png"; sourceTree = ""; }; - 4B46E7130C4EB279CD583DBE781B5A34 /* PM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PM.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/PM.png; sourceTree = ""; }; - 4B667EA0380BA13B077D2E8664858031 /* HU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = HU.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/HU.png; sourceTree = ""; }; - 4BFF1D0026974BDD8B831E3A548CB8A5 /* GG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GG.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/GG.png; sourceTree = ""; }; - 4C3886A741648552964EAC0BA301B9CB /* GI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GI.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/GI.png; sourceTree = ""; }; - 4C536FB8D7439D6CB5F4439601FA0FE7 /* MS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MS.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/MS.png; sourceTree = ""; }; - 4C97AFD7D7150FE006B6EA528A8C348A /* NP.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NP.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/NP.png; sourceTree = ""; }; - 4CF929597B4DBF1EBDB7E3943149858B /* GF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GF@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/GF@2x.png"; sourceTree = ""; }; - 4DAFE6E42F0372A49F0680D070195718 /* IT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IT.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/IT.png; sourceTree = ""; }; - 4DB8C4F0AAA3FF9DE4FE7FE251C37774 /* MD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MD.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/MD.png; sourceTree = ""; }; - 4E493134CDB5F92C82414332E895F2C0 /* BJ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BJ@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/BJ@2x.png"; sourceTree = ""; }; - 4E9C42490B92A6F6D9FB757F61DCC37A /* BV.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BV.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/BV.png; sourceTree = ""; }; - 4EAAF62FDAFC0BFDC7077ECC501F3863 /* NF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NF@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/NF@2x.png"; sourceTree = ""; }; - 4F0847AFD6642811CC505F05A6856F73 /* PA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PA@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/PA@2x.png"; sourceTree = ""; }; - 4F82A247875E71845E224EEDDA2F4291 /* SX.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SX.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/SX.png; sourceTree = ""; }; - 4FDC4B0E5AF4AEAE44D305D7DD23EFF0 /* SB.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SB.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/SB.png; sourceTree = ""; }; - 50C2AC48E3C5D0549A791EC36E57FCCB /* LU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LU.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/LU.png; sourceTree = ""; }; - 512D67B8090DFB0D088F47C17502299B /* UA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = UA.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/UA.png; sourceTree = ""; }; - 5153FFEA1A5D687669C9958632FB89C8 /* UG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "UG@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/UG@2x.png"; sourceTree = ""; }; - 516AF3D833AA98E35B2819282E6E1723 /* MC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MC.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/MC.png; sourceTree = ""; }; - 5177E06D580C1CDD4BDB0D8815FD176E /* LS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LS.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/LS.png; sourceTree = ""; }; - 51C7455A40A91247EC9289038FC655B0 /* HN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "HN@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/HN@2x.png"; sourceTree = ""; }; - 51F2E8EFBA59D61B4D61FC163F6B6884 /* MQ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MQ@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/MQ@2x.png"; sourceTree = ""; }; - 52581119DE8E4029DF8A0B147DE96C1E /* BE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BE@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/BE@2x.png"; sourceTree = ""; }; - 52E22C25086C10B8F507F501EF9FD8A7 /* LU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LU@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/LU@2x.png"; sourceTree = ""; }; - 52E45F274F48A4E59861E2CC1F0C4F05 /* CM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CM.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/CM.png; sourceTree = ""; }; - 5363F5D8D6ADE5A8FFB4D5589EA91D39 /* BE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BE.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/BE.png; sourceTree = ""; }; - 5483967AC501C78896257EB9EE40D862 /* WF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "WF@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/WF@2x.png"; sourceTree = ""; }; - 54A5CBC3D0D9F5774E3A0E73A766AE74 /* CK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CK@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/CK@2x.png"; sourceTree = ""; }; - 559905EFF07F7ADAE92305B2850DBBBC /* BR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BR.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/BR.png; sourceTree = ""; }; - 55A1C4E5003436FB05FD9E72785F1AFF /* MD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MD@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/MD@2x.png"; sourceTree = ""; }; - 55BA2AD1B98A74A598808A9C82101911 /* tickMark.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = tickMark.png; path = CountryPicker/CountryPicker/tickMark.png; sourceTree = ""; }; - 562E2D31FE1C5263155BC93352F98E1A /* Pods-TestCountryPickerFramework-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-TestCountryPickerFramework-umbrella.h"; sourceTree = ""; }; - 567298C4366F95165F1C62AB9AEFC06B /* BG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BG@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/BG@2x.png"; sourceTree = ""; }; - 568A03F21A853287E1FFC59C9300C30D /* GP@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GP@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/GP@2x.png"; sourceTree = ""; }; - 5740FDEC11B72C2E92F0BDDF306E8E6D /* BR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BR@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/BR@2x.png"; sourceTree = ""; }; - 578619EFFC82C1BA88D9F836E862C844 /* AW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AW.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/AW.png; sourceTree = ""; }; - 58C38007AB1DCF460558238D822DFE27 /* TR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TR@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/TR@2x.png"; sourceTree = ""; }; - 590E00C6A17E3C3F8ACE1F78059E197F /* MV.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MV.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/MV.png; sourceTree = ""; }; - 59ACE75FCC21303D24034F726D964592 /* JE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "JE@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/JE@2x.png"; sourceTree = ""; }; - 59DED9052E434FD106075F1DA4E70F48 /* TW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TW.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/TW.png; sourceTree = ""; }; - 5A12F22F7325E336A77B672B0B6A7BA6 /* AU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AU.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/AU.png; sourceTree = ""; }; - 5ADCFD3397010883A4B8B8512FBA760A /* Pods-TestCountryPickerFramework-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-TestCountryPickerFramework-dummy.m"; sourceTree = ""; }; - 5D0FD53DCF6CA1F74FC950ECEA0A961A /* FI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "FI@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/FI@2x.png"; sourceTree = ""; }; - 5D6081A7D372A36235BF990EFD85BF16 /* CW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CW.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/CW.png; sourceTree = ""; }; - 5E8B0ED30D6BF6639CA4CC8F8FAA017A /* BW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BW@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/BW@2x.png"; sourceTree = ""; }; - 5EF6C537A11C3893F8BB5FAFDF1ED4D9 /* TH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TH@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/TH@2x.png"; sourceTree = ""; }; - 602F73B270FD2CA7EAE217397E08BCCB /* CA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CA@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/CA@2x.png"; sourceTree = ""; }; - 60812DF0C6A29D615592958CAC8847BB /* MP.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MP.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/MP.png; sourceTree = ""; }; - 610BFDDFF96D707D401F2ABFFCAD850D /* HK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "HK@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/HK@2x.png"; sourceTree = ""; }; - 61E05E077D89A992D8593E30B8DBD336 /* SC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SC@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/SC@2x.png"; sourceTree = ""; }; - 61E56EFB5E1F1FA66248826FA1C00A9C /* MX@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MX@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/MX@2x.png"; sourceTree = ""; }; - 62A2C59BA2A4AF575D25E62902963752 /* KE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KE.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/KE.png; sourceTree = ""; }; - 6311BFC1B2C7E26B26F4A4846682E4A9 /* VU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VU.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/VU.png; sourceTree = ""; }; - 633F42698E1A890910DA38C7877BA1AE /* BD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BD@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/BD@2x.png"; sourceTree = ""; }; - 635C4369447CD80C612E23C7E4698F7B /* MC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MC@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/MC@2x.png"; sourceTree = ""; }; - 6450AD34E6F51C0A8FB6FF79A5450DFD /* CY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CY@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/CY@2x.png"; sourceTree = ""; }; - 649362BE5341E17B7826E337B6B2413A /* CU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CU@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/CU@2x.png"; sourceTree = ""; }; - 654EA1487CB1E26A97B148A02C382B6A /* GB@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GB@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/GB@2x.png"; sourceTree = ""; }; - 6559DAA6175B9D3A49E78EBAB02CB2EC /* AZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AZ.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/AZ.png; sourceTree = ""; }; - 65C6AF69436B85B21EBD3AC6BFDAE56D /* AF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AF@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/AF@2x.png"; sourceTree = ""; }; - 66642D24E3502FB091DF0B329E42DAB3 /* TK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TK.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/TK.png; sourceTree = ""; }; - 681FFA112C575680204108BA01A76B29 /* VE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VE@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/VE@2x.png"; sourceTree = ""; }; - 684FC14E1DA2E87A8338515A7F9EC4C1 /* OM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = OM.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/OM.png; sourceTree = ""; }; - 69255F5375E6D591EDCE70465AF3CE81 /* MU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MU@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/MU@2x.png"; sourceTree = ""; }; - 694723297A24E23550448DCED2123919 /* PF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PF.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/PF.png; sourceTree = ""; }; - 6957FA2EF7D30432A371D953B128EA69 /* PL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PL@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/PL@2x.png"; sourceTree = ""; }; - 69B6D6902B17978265725E56D8A38B75 /* AR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AR.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/AR.png; sourceTree = ""; }; - 6A310EC65067C37DA23303EA2B64C51A /* MA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MA.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/MA.png; sourceTree = ""; }; - 6AC066AAA7DBFFFF0E8F8DAB7D6E0A91 /* MK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MK.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/MK.png; sourceTree = ""; }; - 6B2312416F81BB33BFC24C4D7360B3F6 /* BA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BA@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/BA@2x.png"; sourceTree = ""; }; - 6BFBA02AEACC996787F65912158F81B4 /* MG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MG@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/MG@2x.png"; sourceTree = ""; }; - 6C3B1CA824BA644B77A23BFA44B98E23 /* BG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BG.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/BG.png; sourceTree = ""; }; - 6CC72D2340DE29D2A1E186E7B2203A33 /* LI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LI.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/LI.png; sourceTree = ""; }; - 6D631B53388ADE684577E1F54E7C5706 /* AD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AD.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/AD.png; sourceTree = ""; }; - 6D7C91C5742219E400125296BF449FC4 /* TF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TF@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/TF@2x.png"; sourceTree = ""; }; - 6DA5075CFD1DE483D5CEAF6E330A48CE /* ES.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ES.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/ES.png; sourceTree = ""; }; - 6E3A2B64256FC2FBD53623BBC0710197 /* PN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PN@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/PN@2x.png"; sourceTree = ""; }; - 6E601C14AD1858682743E19F5EF4473B /* NL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NL@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/NL@2x.png"; sourceTree = ""; }; - 6E63A39947C20080B2709B27145D2585 /* ZM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ZM.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/ZM.png; sourceTree = ""; }; - 6E93DD8F5AF8DE613D57857B5858F7A9 /* LC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LC.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/LC.png; sourceTree = ""; }; - 6E97F544119FBD27B27B10CCDFDE8892 /* ER@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ER@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/ER@2x.png"; sourceTree = ""; }; - 6F007C234300BFE4734F87B14BDD2F37 /* CountryPickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = CountryPickerView.swift; sourceTree = ""; }; - 6F3B68968F201FDD45686F2497C2AA34 /* SX@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SX@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/SX@2x.png"; sourceTree = ""; }; - 6FF4686F07B4AEF265A8763BDEF1AEA9 /* HR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "HR@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/HR@2x.png"; sourceTree = ""; }; - 6FFEC58C956062CC7F48146E4951033B /* GN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GN.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/GN.png; sourceTree = ""; }; - 70427CD01E14EACE1DAD30631F2BF3C4 /* SKCountryPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = SKCountryPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 70576872E25728DCB0869D1AFD0CA811 /* TG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TG@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/TG@2x.png"; sourceTree = ""; }; - 7060A2855DD8F8DC3966588AADA3114F /* MS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MS@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/MS@2x.png"; sourceTree = ""; }; - 70657AF18ABE73FE5C682039E72B5F27 /* GW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GW.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/GW.png; sourceTree = ""; }; - 709C3FE0F0B37F1E9A698409B8FC6BE4 /* DO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "DO@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/DO@2x.png"; sourceTree = ""; }; - 70D60B7DBFC267C9BD4F1E95ED5686CD /* AM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AM@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/AM@2x.png"; sourceTree = ""; }; - 70ED54BF392698971FA775F213A3C08E /* PE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PE.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/PE.png; sourceTree = ""; }; - 7105958978B883337142A2A98D8BB262 /* KI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KI@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/KI@2x.png"; sourceTree = ""; }; - 71851B7025A2E016B3E0439B4F723333 /* IN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IN@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/IN@2x.png"; sourceTree = ""; }; - 71C0A81DA0A0D2179C9F0062C27277FA /* UY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = UY.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/UY.png; sourceTree = ""; }; - 724567F938708DA4056134DA9451B5C9 /* CG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CG.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/CG.png; sourceTree = ""; }; - 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 73326DC9B8C7438E0F1BEF9A02C64A55 /* SKCountryPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SKCountryPicker-Info.plist"; sourceTree = ""; }; - 73A04394B8A129E0020A0DD88D83CE8C /* PW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PW@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/PW@2x.png"; sourceTree = ""; }; - 73A2D8B7C0D71D110DD1A32DFF90A3EC /* GP.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GP.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/GP.png; sourceTree = ""; }; - 73E9430A19608C49253643082AE3B211 /* VI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VI@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/VI@2x.png"; sourceTree = ""; }; - 73FC79AFE86F9AD2DE4ECA7ED1F829A9 /* MU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MU.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/MU.png; sourceTree = ""; }; - 743948C8E9B0872F686F80C60ACEF77E /* BH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BH@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/BH@2x.png"; sourceTree = ""; }; - 75CADA11FC95E9460A006C973DD1E018 /* AU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AU@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/AU@2x.png"; sourceTree = ""; }; - 76909A73BB2A39C2964CB518C86EAF3A /* IR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IR@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/IR@2x.png"; sourceTree = ""; }; - 771013A17656FF6416BE75D0F60A2BAF /* TT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TT@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/TT@2x.png"; sourceTree = ""; }; - 7743F4B89B77D9EC65CEF2DFEBF9DF1A /* PY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PY@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/PY@2x.png"; sourceTree = ""; }; - 77964E3FE0A9005930F53A48B0D6C534 /* BI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BI@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/BI@2x.png"; sourceTree = ""; }; - 7A12B7CDB557C446F3BCFA20E1CB4518 /* SB@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SB@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/SB@2x.png"; sourceTree = ""; }; - 7A24DEEA0F1A1812064A8AD62D60CC53 /* CA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CA.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/CA.png; sourceTree = ""; }; - 7A2CE78046CB27FC336B5EBBB9BD4F3C /* IR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IR.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/IR.png; sourceTree = ""; }; - 7A6DD540C6691C3723908269C372BF17 /* LT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LT.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/LT.png; sourceTree = ""; }; - 7AC10189DEEA0BA2EB227E584963D9AF /* MP@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MP@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/MP@2x.png"; sourceTree = ""; }; - 7B225E474B4E3DB699EDDC6704F52758 /* KY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KY@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/KY@2x.png"; sourceTree = ""; }; - 7B446E802851B4EE72486F5FBB616133 /* SV@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SV@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/SV@2x.png"; sourceTree = ""; }; - 7B510984BDD7A6EC0F68B7E65015F879 /* TN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TN.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/TN.png; sourceTree = ""; }; - 7B9B1FA48CF15B78E62EAB33E901B533 /* TC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TC@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/TC@2x.png"; sourceTree = ""; }; - 7BACD774FDFA1C7981C3DA826D275242 /* NE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NE.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/NE.png; sourceTree = ""; }; - 7C0B824DA0ED9725D7F25BBDB207FD43 /* BZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BZ.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/BZ.png; sourceTree = ""; }; - 7C657420FCEA91D9629EB99187F04833 /* UM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = UM.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/UM.png; sourceTree = ""; }; - 7D4E04505C6297E93F04716A05B2DEAE /* AF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AF.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/AF.png; sourceTree = ""; }; - 7D8D2CF4B0F3A42B23343C371C5B6C8D /* CY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CY.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/CY.png; sourceTree = ""; }; - 7DCD580CD33A3F293760A01DAF8CE701 /* JM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "JM@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/JM@2x.png"; sourceTree = ""; }; - 7DE39851AEE8F23D34F053152AD824EF /* NZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NZ@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/NZ@2x.png"; sourceTree = ""; }; - 7DFC1159D52FD8D3415056909529560A /* CH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CH@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/CH@2x.png"; sourceTree = ""; }; - 7E82D51C01C2EEBC600C4A5FDD11F10C /* AM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AM.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/AM.png; sourceTree = ""; }; - 7EC4D230417F2A51186F2E2DFFA3FBD8 /* AD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AD@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/AD@2x.png"; sourceTree = ""; }; - 7EE08891DE54852DAA40D73AB856BCA8 /* PY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PY.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/PY.png; sourceTree = ""; }; - 7F8ACF0BC7BA8FD212BC5DC33333CDF0 /* TD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TD.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/TD.png; sourceTree = ""; }; - 80CE32FBE1E1B57FBE7E1B594E78947D /* SJ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SJ@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/SJ@2x.png"; sourceTree = ""; }; - 814022F366DC619198DF8D316F63CCD1 /* GQ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GQ@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/GQ@2x.png"; sourceTree = ""; }; - 81AEEA9EFE3120FA3035AC3D710207AF /* GU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GU.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/GU.png; sourceTree = ""; }; - 8360E3E5B8939D7ED415D6D323040D9B /* FK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = FK.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/FK.png; sourceTree = ""; }; - 83912F4477DA95EBAB05CB90F3C2700E /* countries.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = countries.plist; path = CountryPicker/CountryPicker/CountryPickerController.bundle/countries.plist; sourceTree = ""; }; - 845A8EFCC7ABD4C19504F3FEA5908FF8 /* LV.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LV.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/LV.png; sourceTree = ""; }; - 8461B7A9A544F82C85D664EBD03D88DD /* MW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MW.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/MW.png; sourceTree = ""; }; - 84D51B2778B0BB076DC9F321B9D9FB29 /* DE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "DE@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/DE@2x.png"; sourceTree = ""; }; - 84DBC9D5FAD612C85DAE5869C3E7ABED /* PW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PW.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/PW.png; sourceTree = ""; }; - 8503A2517AD9E12FE82DACB3AFCB6A52 /* NA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NA.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/NA.png; sourceTree = ""; }; - 8577213A66786CD8C4CA0662C9F499E6 /* CU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CU.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/CU.png; sourceTree = ""; }; - 858D900E7AD5B3FE36222499FA17248D /* IS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IS@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/IS@2x.png"; sourceTree = ""; }; - 866B100E94F3F50D0A24D16F3AB8AC86 /* TV.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TV.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/TV.png; sourceTree = ""; }; - 86D8C27793D5D0D1E6B4B4C5CB7A9843 /* MR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MR@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/MR@2x.png"; sourceTree = ""; }; - 874FCAE4CD43D7D0F09D4FB4E935C526 /* LR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LR@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/LR@2x.png"; sourceTree = ""; }; - 885A22993FD6AFDBF0272A0A26AB56F5 /* QA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = QA.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/QA.png; sourceTree = ""; }; - 89FDBDF4F0836A61756F0C24D3DAAE37 /* CG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CG@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/CG@2x.png"; sourceTree = ""; }; - 8AA62BD80DE0EE5DCF9E4C00DEE60B8A /* TK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TK@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/TK@2x.png"; sourceTree = ""; }; - 8B5DF3E78C061E7B207E29C4EE10B292 /* NA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NA@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/NA@2x.png"; sourceTree = ""; }; - 8B66FCF5F3EA8D01374DFB0AAAA82E0E /* HK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = HK.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/HK.png; sourceTree = ""; }; - 8B7785299D814BBE22047FB5AF7319DF /* HT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = HT.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/HT.png; sourceTree = ""; }; - 8C5DD348E2E1F5C5935C218BC8C10BE3 /* UY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "UY@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/UY@2x.png"; sourceTree = ""; }; - 8DAD37FE110BAC1A0E0C626B038CA5E9 /* CZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CZ.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/CZ.png; sourceTree = ""; }; - 8E564C9CA91A440298D60D230ACC70F2 /* GE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GE@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/GE@2x.png"; sourceTree = ""; }; - 8E8E91B4291D93BB790790B0777614E8 /* PK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PK@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/PK@2x.png"; sourceTree = ""; }; - 8EE0D9BE6AEA2AC5BDD63DE95EB5953D /* SKCountryPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SKCountryPicker-prefix.pch"; sourceTree = ""; }; - 8EE7F6E9B3A230D68469EB741DF7809E /* BM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BM@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/BM@2x.png"; sourceTree = ""; }; - 8EFEB7589D2A5113CC7DE8EF61F97FA3 /* GT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GT@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/GT@2x.png"; sourceTree = ""; }; - 8F68FF6494F42D4141E927CB8CB0D163 /* RW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "RW@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/RW@2x.png"; sourceTree = ""; }; - 8F7C52DD7A9799A81A4415ABACDAADB8 /* FK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "FK@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/FK@2x.png"; sourceTree = ""; }; - 8F92B138F24CBC06EC1C2FB123618C65 /* Constant.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constant.swift; path = CountryPicker/CountryPicker/Constant.swift; sourceTree = ""; }; - 8FA1AB74F8C40DCE4F9C2F2AF3E48386 /* AS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AS@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/AS@2x.png"; sourceTree = ""; }; - 903048C9E962AE0AD7A1B02888E04C7C /* ML.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ML.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/ML.png; sourceTree = ""; }; - 909F8DCD91AD3045590BD7F483528CD8 /* BB.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BB.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/BB.png; sourceTree = ""; }; - 90FECAFB0FFCF4AE5260485F0E9ABC82 /* BF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BF.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/BF.png; sourceTree = ""; }; - 9118B4C1BC1F44EADA4B319FBC5DA386 /* BM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BM.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/BM.png; sourceTree = ""; }; - 915DDD2E6CFC3B044D6B922BD3D0C280 /* KM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KM.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/KM.png; sourceTree = ""; }; - 9169FD8EA6D017E49F30AE3BC715A7A3 /* PL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PL.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/PL.png; sourceTree = ""; }; - 91DD6DEA158A417759897B071BCF5108 /* BY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BY@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/BY@2x.png"; sourceTree = ""; }; - 92BC35CF5FD5341F0CBC4C620B867F49 /* DK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = DK.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/DK.png; sourceTree = ""; }; - 93A66E890D00EEB4AC697FA6E1970621 /* TH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TH.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/TH.png; sourceTree = ""; }; - 93C12BCC53EDEB14467B8DDEF0188043 /* MM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MM@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/MM@2x.png"; sourceTree = ""; }; - 94455B1ED5FCFC7249D30300214E8F41 /* LV@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LV@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/LV@2x.png"; sourceTree = ""; }; - 95458AA24EA284552E006CCC3FC20ADF /* NG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NG.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/NG.png; sourceTree = ""; }; - 95D54CB8B159575095F6DCC32F427EB8 /* GL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GL.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/GL.png; sourceTree = ""; }; - 95EB7B25AEB5870A6E651188F68B4AED /* SA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SA@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/SA@2x.png"; sourceTree = ""; }; - 96AE8BB11A945AE4FCFF445282DFE30F /* SKCountryPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SKCountryPicker.debug.xcconfig; sourceTree = ""; }; - 96CE0704E5FB40FE960EBFC2B2F29356 /* NR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NR.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/NR.png; sourceTree = ""; }; - 9766AC5705837FB9B80A8F200F60D254 /* NI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NI.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/NI.png; sourceTree = ""; }; - 980AC80075D1E482C701EC77D8DA75F9 /* UM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "UM@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/UM@2x.png"; sourceTree = ""; }; - 9880F7C3308C4A306318A10D0CB4D0A2 /* UA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "UA@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/UA@2x.png"; sourceTree = ""; }; - 9AC24A457C454DB2936128C677711BB8 /* EH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = EH.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/EH.png; sourceTree = ""; }; - 9ADE0D3EDE13099C74CD0CAFAD27C224 /* ER.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ER.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/ER.png; sourceTree = ""; }; - 9C452A68DE2FD4527CC85CB5BA52DD3C /* DM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = DM.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/DM.png; sourceTree = ""; }; - 9CC1D147102991FBA0888A2FC2487B6E /* DE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = DE.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/DE.png; sourceTree = ""; }; - 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9DDABAAC7B9999C501568CCDE7B53164 /* YE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "YE@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/YE@2x.png"; sourceTree = ""; }; - 9E88A6FCEDBF57915C06C69F33CC39CA /* NP@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NP@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/NP@2x.png"; sourceTree = ""; }; - 9E96F9E5725221C889694AEAB58FF2E8 /* MF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MF@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/MF@2x.png"; sourceTree = ""; }; - 9FD5C16149CC10F9A9F87F3109593F08 /* AX.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AX.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/AX.png; sourceTree = ""; }; - A016DBDE98CA11381C3D54866E67A216 /* MH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MH.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/MH.png; sourceTree = ""; }; - A038332721C0A76BE00A3F6D4D7A19E6 /* AI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AI.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/AI.png; sourceTree = ""; }; - A0C36A6A8FF57E1454546886742E1728 /* FR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = FR.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/FR.png; sourceTree = ""; }; - A14A15BADB6FA78288721B9D26B6827B /* PS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PS@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/PS@2x.png"; sourceTree = ""; }; - A1BABC6E08D4A0EEA087C6C352DF2A74 /* US.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = US.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/US.png; sourceTree = ""; }; - A1EF6FAED3A25925B9AB9A01FE2EF9AD /* BV@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BV@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/BV@2x.png"; sourceTree = ""; }; - A1FA4949C14FBFFFECEBE85621F3C1D2 /* AI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AI@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/AI@2x.png"; sourceTree = ""; }; - A21757F1CCBF4E9FB1B7222D027DA1D0 /* CX.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CX.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/CX.png; sourceTree = ""; }; - A278A298AF50F961FF5B23F23C77636C /* CountryCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CountryCell.swift; path = CountryPicker/CountryPicker/CountryCell.swift; sourceTree = ""; }; - A2D9A4288F44A9C0DE67AE6ED602E897 /* GB.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GB.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/GB.png; sourceTree = ""; }; - A329DBA29D36581C8FB43739FA11AE69 /* GM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GM@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/GM@2x.png"; sourceTree = ""; }; - A338CCAFBE8CA15464AF7D9844D1984C /* WS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = WS.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/WS.png; sourceTree = ""; }; - A34F29D3245AED0400111A17ACD92D52 /* GM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GM.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/GM.png; sourceTree = ""; }; - A40953930DAB0CA08BFED5BC469807E0 /* BW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BW.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/BW.png; sourceTree = ""; }; - A42B790061296F5676236AEAE3599FC1 /* MT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MT@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/MT@2x.png"; sourceTree = ""; }; - A65AD97D9AEB879F3E19F39F589F1508 /* ST@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ST@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/ST@2x.png"; sourceTree = ""; }; - A8A86EF7939AA14E6A9EDDA84FBABD27 /* AE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AE.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/AE.png; sourceTree = ""; }; - A8CF9B4FBA2B9F6595BDC4F5DAE23045 /* BT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BT@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/BT@2x.png"; sourceTree = ""; }; - A9790546F48756FA7B4A09E9F229B500 /* SM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SM.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/SM.png; sourceTree = ""; }; - A99B37A1CFF4D8C8F1B37EB050ECB17F /* CN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CN@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/CN@2x.png"; sourceTree = ""; }; - AA1BD66740ECF5D39B19CCA5FCD0AA00 /* SH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SH.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/SH.png; sourceTree = ""; }; - AA2672C0C7A0B92AB090C21C5427C6B3 /* AT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AT.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/AT.png; sourceTree = ""; }; - AA3129296729963E9D3406AC7E6275D1 /* AO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AO.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/AO.png; sourceTree = ""; }; - AACD327EE4582258F593C5641FCBF3CB /* ME@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ME@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/ME@2x.png"; sourceTree = ""; }; - ABAC6047C0D66AFAEF2B00625730A5EC /* MW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MW@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/MW@2x.png"; sourceTree = ""; }; - AC39859EBA4D180169BB930733A2F76C /* SKCountryPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SKCountryPicker.release.xcconfig; sourceTree = ""; }; - AC8324C6E28CC821FFB6A81D50B7A517 /* ID@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ID@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/ID@2x.png"; sourceTree = ""; }; - ACB9A0EF5767B7A1ABB85CE5C3491921 /* PT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PT.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/PT.png; sourceTree = ""; }; - AD0E20E4F51E301BBC34A942A6B59B5F /* PR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PR@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/PR@2x.png"; sourceTree = ""; }; - AD13908E4800F7B5233B738B40AD8A45 /* RU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = RU.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/RU.png; sourceTree = ""; }; - ADB6940F28E1F8DF4C0BB9EA9015E06E /* OM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "OM@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/OM@2x.png"; sourceTree = ""; }; - ADC269008357F99E78CD110F689C3BDE /* GW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GW@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/GW@2x.png"; sourceTree = ""; }; - ADFAD4CE445DA52B25FACEA72F40E21B /* TL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TL@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/TL@2x.png"; sourceTree = ""; }; - AF10AFBD55E8775BE0B6D3CA562F7B00 /* IQ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IQ.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/IQ.png; sourceTree = ""; }; - AFAA5B3E78EAB6B3B9E53E8908825180 /* JP.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = JP.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/JP.png; sourceTree = ""; }; - AFD0960616C9312D91DCD4DADCFA0CDB /* GD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GD@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/GD@2x.png"; sourceTree = ""; }; - AFDBC0627A6982B1EE5F1A0BBA08516A /* TN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TN@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/TN@2x.png"; sourceTree = ""; }; - B05601953F8C02532B766722B7F79ABF /* MZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MZ.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/MZ.png; sourceTree = ""; }; - B0D0E3C246005E968D1B96B1D5DE2A9E /* Pods-TestCountryPickerFramework-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-TestCountryPickerFramework-acknowledgements.markdown"; sourceTree = ""; }; - B134D25766A6471C6CDF9A5BB81D5521 /* LA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LA@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/LA@2x.png"; sourceTree = ""; }; - B2174F4AFB7D97D2B98511A8509EE260 /* MO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MO.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/MO.png; sourceTree = ""; }; - B27172442799E1601ECDCC7E3C58665F /* VE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VE.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/VE.png; sourceTree = ""; }; - B3195A43F0008FEF57E09EECBB40F23E /* IL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IL.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/IL.png; sourceTree = ""; }; - B3198359E6CED37A74D3684A0918BB1B /* CM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CM@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/CM@2x.png"; sourceTree = ""; }; - B38DF8800AAEB06D3B9B17B7B699F9EA /* KR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KR@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/KR@2x.png"; sourceTree = ""; }; - B3C3C5DCA4212DC420DB505E5B177FD4 /* CX@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CX@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/CX@2x.png"; sourceTree = ""; }; - B40E6D7841BD2C5A715B7DA821EA9B83 /* NF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NF.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/NF.png; sourceTree = ""; }; - B4491B7D65067C2174EFECE470B44200 /* MH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MH@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/MH@2x.png"; sourceTree = ""; }; - B45F72E58A432D4C9689096AC6216E6D /* FR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "FR@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/FR@2x.png"; sourceTree = ""; }; - B521F037D211953BED91C02D2D9C86FA /* AL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AL.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/AL.png; sourceTree = ""; }; - B5232F203CDFF1C33A6AF0488B05BC18 /* CI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CI.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/CI.png; sourceTree = ""; }; - B5433731BDD68EDDCAA2E65695ADE74B /* KY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KY.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/KY.png; sourceTree = ""; }; - B5585842BC635662F87B074AD85816BE /* HM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = HM.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/HM.png; sourceTree = ""; }; - B5793BFE363FF52F4425A77ABADB064A /* HR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = HR.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/HR.png; sourceTree = ""; }; - B58431C8E2D7B94B5618AEC98C8DB8FD /* JM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = JM.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/JM.png; sourceTree = ""; }; - B5C4B3EDC9FA1DB87CDC3D0DCFF034B8 /* SC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SC.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/SC.png; sourceTree = ""; }; - B62158E4E5D425351604A9C6E041F271 /* BZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BZ@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/BZ@2x.png"; sourceTree = ""; }; - B6D77CBE99B77FA776A6B283EB99E7A0 /* KN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KN.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/KN.png; sourceTree = ""; }; - B7A96FCC948E5957F14A44305B0D2964 /* Pods-TestCountryPickerFramework-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-TestCountryPickerFramework-acknowledgements.plist"; sourceTree = ""; }; - B8A2B85086AE10C781427421A656C608 /* DZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = DZ.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/DZ.png; sourceTree = ""; }; - B8B5A98AF8C7B82A8605B8ADBEC163A9 /* GA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GA@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/GA@2x.png"; sourceTree = ""; }; - B9FBB45C71D2F8F1B66F864783F73EB1 /* NO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NO.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/NO.png; sourceTree = ""; }; - BA019FF34E6D0F1B3B7B9D0031247AB5 /* MN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MN.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/MN.png; sourceTree = ""; }; - BA2ECDED63C6F960BBE787198062B7F1 /* CO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CO.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/CO.png; sourceTree = ""; }; - BA64A07BEA4700F274AE4375BB8821AA /* CC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CC@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/CC@2x.png"; sourceTree = ""; }; - BA775DA1E4304F72E6BD23E01732FDC1 /* SE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SE@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/SE@2x.png"; sourceTree = ""; }; - BBB40531A0589338C459E5A82720224A /* SI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SI.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/SI.png; sourceTree = ""; }; - BBF27D0AE8505B064F8702EB76FD7A29 /* CN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CN.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/CN.png; sourceTree = ""; }; - BBFCD08F6476A92F6979193AF3AC8ABA /* BQ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BQ@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/BQ@2x.png"; sourceTree = ""; }; - BD329212F32D8010E00E6611356A02BA /* TL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TL.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/TL.png; sourceTree = ""; }; - BD4A25448CEEF8C0F6F96F02D1139188 /* LK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LK@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/LK@2x.png"; sourceTree = ""; }; - BD591A1A0BE4007519D3C0BFE369C713 /* VI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VI.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/VI.png; sourceTree = ""; }; - BDB6C9ED6A89938DA511E63008948418 /* KG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KG@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/KG@2x.png"; sourceTree = ""; }; - BE0266614793EB183FCE2AE3A826C67D /* AR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AR@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/AR@2x.png"; sourceTree = ""; }; - BE1D364D3C55504914385FCF5F64DAB6 /* GH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GH.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/GH.png; sourceTree = ""; }; - C03C929A1ADC909B6D90D451581A7188 /* TJ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TJ.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/TJ.png; sourceTree = ""; }; - C0844D0C657CA69D1D8526B0F70EA223 /* IL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IL@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/IL@2x.png"; sourceTree = ""; }; - C1913DC1AFE31BA3E3F379E7B5745D50 /* CH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CH.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/CH.png; sourceTree = ""; }; - C1B2929A5DD76072A8179C7EBD355897 /* BS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BS@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/BS@2x.png"; sourceTree = ""; }; - C1D97E557AA88670F3C4771B8758A5B6 /* CL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CL.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/CL.png; sourceTree = ""; }; - C20D31465E3469DF3FCC5B5991B2E4A0 /* PN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PN.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/PN.png; sourceTree = ""; }; - C270FD68887B8FB2EAAA6056F110FBE6 /* KM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KM@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/KM@2x.png"; sourceTree = ""; }; - C326B3FABB0675BE5D49BB2FFEB3FC95 /* GR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GR.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/GR.png; sourceTree = ""; }; - C41D4B8AD9702A2035A4ABCB64DBDDF1 /* WS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "WS@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/WS@2x.png"; sourceTree = ""; }; - C45EB2C1A360BFAADFEDCF241F265BAA /* SK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SK.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/SK.png; sourceTree = ""; }; - C46EB0A64A872B2FCFCCFA26235E51AD /* MO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MO@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/MO@2x.png"; sourceTree = ""; }; - C494FCCA1A47AFAF9B28A2B06C15FACE /* SV.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SV.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/SV.png; sourceTree = ""; }; - C499A6F47E56B3B82C7F481F91BBC896 /* BN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BN.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/BN.png; sourceTree = ""; }; - C4D8CF1D757C6407D24C1D6F760DECCE /* Pods-TestCountryPickerFramework-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-TestCountryPickerFramework-Info.plist"; sourceTree = ""; }; - C53A047F8075EFF52AA8E1351F98EF94 /* EH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "EH@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/EH@2x.png"; sourceTree = ""; }; - C54E7E77701CF2192BA06C021961C945 /* FM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = FM.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/FM.png; sourceTree = ""; }; - C5AC157CB176FC33DD2E89605BBBAD1F /* KR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KR.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/KR.png; sourceTree = ""; }; - C5DB49F710507256F8D838F863DF0F61 /* XK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = XK.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/XK.png; sourceTree = ""; }; - C6B7A67D8100C3B51D16894397B7AE89 /* US@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "US@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/US@2x.png"; sourceTree = ""; }; - C7E9C10C64782C454880E4E5B11A4302 /* ES@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ES@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/ES@2x.png"; sourceTree = ""; }; - C7FE827B6DE3BEEE68FE5732F0E2F1AF /* CW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CW@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/CW@2x.png"; sourceTree = ""; }; - C82D0EFE9E8727057CCC07294FFD32B8 /* AO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AO@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/AO@2x.png"; sourceTree = ""; }; - CBC49D4A2A037FD44CB89EC5F147685D /* TM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TM.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/TM.png; sourceTree = ""; }; - CBEFE76EFD1B72D3E2DE40313E1D7650 /* BA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BA.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/BA.png; sourceTree = ""; }; - CCBD799DE9E97A98A8BB6AB33BB65DB1 /* SKCountryPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SKCountryPicker.modulemap; sourceTree = ""; }; - CCD3C44559FAFFB6DB883FE13B6A3EA1 /* Pods-TestCountryPickerFramework.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TestCountryPickerFramework.release.xcconfig"; sourceTree = ""; }; - CD99A1A76074768D2776C5E6EDE35F44 /* CR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CR.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/CR.png; sourceTree = ""; }; - CDDD15718AAB02A518A4BF0122D4D3A3 /* BS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BS.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/BS.png; sourceTree = ""; }; - CE0E96483C952E8009657753303FB681 /* FJ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = FJ.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/FJ.png; sourceTree = ""; }; - CE9FC4AC172763628F625A29309E08FA /* PK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PK.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/PK.png; sourceTree = ""; }; - D027C7F4F5DB1645E554784D20F63C92 /* QA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "QA@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/QA@2x.png"; sourceTree = ""; }; - D0367FD5D5CF3D66B09C10DA1C812103 /* KH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KH@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/KH@2x.png"; sourceTree = ""; }; - D090288684C9302BDBF942B2817C3665 /* IM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IM.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/IM.png; sourceTree = ""; }; - D0B54C213C5266FA52FAE5C2A482EA25 /* TM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TM@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/TM@2x.png"; sourceTree = ""; }; - D2242DDE4CAB855A10772C31D3680095 /* GY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GY@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/GY@2x.png"; sourceTree = ""; }; - D233365F6C069A8517D0DD5B36092301 /* LT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LT@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/LT@2x.png"; sourceTree = ""; }; - D270FC2586B9562E2813CDE84F1B9FB6 /* CL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CL@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/CL@2x.png"; sourceTree = ""; }; - D307BB6AFCBECD17042A6EC3A7833B18 /* VC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VC@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/VC@2x.png"; sourceTree = ""; }; - D4044821225CCFC367D05E1FB8C15E04 /* TO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TO@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/TO@2x.png"; sourceTree = ""; }; - D4289E0C405121C9097D9299BAAF2E3D /* BJ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BJ.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/BJ.png; sourceTree = ""; }; - D462A0B9296151EDF0C26B1C972352AA /* RS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = RS.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/RS.png; sourceTree = ""; }; - D4F742192AF124BFECA4756AE45A5AA9 /* TZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TZ.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/TZ.png; sourceTree = ""; }; - D60A9B44B469E50F054DFD2D470013FA /* PG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PG.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/PG.png; sourceTree = ""; }; - D6FC100A3ECC607B01789BB6F0B779C0 /* NL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NL.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/NL.png; sourceTree = ""; }; - D72CA05EC7CC1E657894D566E26C4CB3 /* GF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GF.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/GF.png; sourceTree = ""; }; - D85184B055924666AE5610A4DD93B237 /* JO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "JO@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/JO@2x.png"; sourceTree = ""; }; - D8A68821778FFE9E9A504E94C365CC24 /* MN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MN@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/MN@2x.png"; sourceTree = ""; }; - D90445C88B3E86CE0A7538B51C1D9411 /* SA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SA.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/SA.png; sourceTree = ""; }; - D938DC74FB390CB6BAC9AD4DFB79124D /* BT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BT.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/BT.png; sourceTree = ""; }; - D9574FCCDE99678FE296BF2804D26256 /* MF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MF.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/MF.png; sourceTree = ""; }; - D9E7E83D1BDEAF82AEC3FB088B5EA298 /* LB@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LB@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/LB@2x.png"; sourceTree = ""; }; - DC3DAF453A991A85BF33DDB4631A8D0E /* ET@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ET@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/ET@2x.png"; sourceTree = ""; }; - DDA5C0E71168A4C6996D141EDA5A4C21 /* CK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CK.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/CK.png; sourceTree = ""; }; - DE2467D4C4E3EB2C41C5399F1D854D8E /* SG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SG@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/SG@2x.png"; sourceTree = ""; }; - DE277629B5C09BE727E2EA152C0F7D19 /* SKCountryPicker-CountryPickerController */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "SKCountryPicker-CountryPickerController"; path = CountryPickerController.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - DE8E331F5A04DEA67D695A480B379504 /* VG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VG@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/VG@2x.png"; sourceTree = ""; }; - DF406C1E08832D39E384041087587036 /* EG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = EG.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/EG.png; sourceTree = ""; }; - DFDD07346BA5C791A5C65122F79B7581 /* AQ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AQ@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/AQ@2x.png"; sourceTree = ""; }; - E00203B48FD3E7CD8A131935D2F2DA0D /* BN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BN@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/BN@2x.png"; sourceTree = ""; }; - E167E303FA19023525E7F10291F9AD8D /* SKCountryPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SKCountryPicker-umbrella.h"; sourceTree = ""; }; - E1D7B84F0A9412C3281A755214A5241D /* KH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KH.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/KH.png; sourceTree = ""; }; - E24E698C5BDDE98BECFF41B7E69ED394 /* SI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SI@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/SI@2x.png"; sourceTree = ""; }; - E27A46B1886CAC538E012758B692D4A4 /* LY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LY.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/LY.png; sourceTree = ""; }; - E2EE900042BF398A6554910FE2C3DC6F /* AX@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AX@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/AX@2x.png"; sourceTree = ""; }; - E344D298D2DD3E2BB044E7E9B5F7F891 /* SK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SK@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/SK@2x.png"; sourceTree = ""; }; - E35D40CE0FDD4C4651AABDFD4367BC74 /* SKCountryPicker */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SKCountryPicker; path = SKCountryPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E3E2F7538C17014C98DAC274FB644409 /* ST.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ST.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/ST.png; sourceTree = ""; }; - E4056A14F1694A806002060EB2D1D7CF /* TT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TT.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/TT.png; sourceTree = ""; }; - E46ECA7A19575B90A13626012A786582 /* IT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IT@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/IT@2x.png"; sourceTree = ""; }; - E4AC8F0B146D340C78273E8B2F866160 /* AG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AG@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/AG@2x.png"; sourceTree = ""; }; - E55CB61177012DED8DF70C642CB7DD25 /* BL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BL.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/BL.png; sourceTree = ""; }; - E5C9E7E5D117E421DF2C4AC069DED686 /* MT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MT.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/MT.png; sourceTree = ""; }; - E7E82A017EDD0049AE1F33778CADB767 /* ML@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ML@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/ML@2x.png"; sourceTree = ""; }; - E8C2289FB0E9FAFC9341649CA169AC97 /* AW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AW@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/AW@2x.png"; sourceTree = ""; }; - E8E5B7618811489405496359830CE208 /* NC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NC@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/NC@2x.png"; sourceTree = ""; }; - E94FBD06ED3633AA578D03C1477E140A /* BQ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BQ.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/BQ.png; sourceTree = ""; }; - E95F9643A3235CBBD6C3FDDF38231D77 /* TZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TZ@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/TZ@2x.png"; sourceTree = ""; }; - E9867EF1F47629AFDD93F0A0A5989E82 /* CountryPickerWithSectionViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CountryPickerWithSectionViewController.swift; path = CountryPicker/CountryPicker/CountryPickerWithSectionViewController.swift; sourceTree = ""; }; - E9B3A733B6EDA6174BE9057284A79F38 /* ZW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ZW.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/ZW.png; sourceTree = ""; }; - EA4454CFF0AF5F452250206997E88CE4 /* IO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IO.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/IO.png; sourceTree = ""; }; - EA50547E43AABFC3B5ACC20EE5E5F5F2 /* TR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TR.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/TR.png; sourceTree = ""; }; - EABD3F06D308DA298E7AA5E6EB8E0077 /* SO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SO@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/SO@2x.png"; sourceTree = ""; }; - EB89059ABF829307BE0B0156A40590B8 /* KZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KZ@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/KZ@2x.png"; sourceTree = ""; }; - EB8F656CF5A7AED6BE5ABCEC4B340346 /* Pods-TestCountryPickerFramework.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-TestCountryPickerFramework.modulemap"; sourceTree = ""; }; - EBCCCCE29BA90AC42D60D4982941C0D3 /* KE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KE@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/KE@2x.png"; sourceTree = ""; }; - EC1573C59A278EAC17F3FCAF4B4FDDD7 /* CF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CF.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/CF.png; sourceTree = ""; }; - ED1F88712F986ECF8D407CDFDB6BCE63 /* UZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = UZ.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/UZ.png; sourceTree = ""; }; - ED45C828D73080B91C5EF24F5D8D026B /* AT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AT@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/AT@2x.png"; sourceTree = ""; }; - ED460AD849E8482898DEB823F3A31B9C /* VA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VA@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/VA@2x.png"; sourceTree = ""; }; - EE6174687030C9008C3EB6C11F148257 /* SL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SL@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/SL@2x.png"; sourceTree = ""; }; - EF615D2C40CF4257C764959A9E0B28C0 /* GQ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GQ.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/GQ.png; sourceTree = ""; }; - EFB30AEA699BB1B3B166FABB53A3557F /* LY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LY@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/LY@2x.png"; sourceTree = ""; }; - F05849A37C040BB9F4AEF6D5C55D8C27 /* ZA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ZA@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/ZA@2x.png"; sourceTree = ""; }; - F07EE1C377468228BF6EF6B5B586336F /* NZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NZ.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/NZ.png; sourceTree = ""; }; - F08FFC4B71F03508C443816C891EDB9C /* MG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MG.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/MG.png; sourceTree = ""; }; - F0D54C1F32AB23BFE8DA515B5A283D6B /* SM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SM@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/SM@2x.png"; sourceTree = ""; }; - F1132A8E8A89C9BD6125483F445125C4 /* SD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SD@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/SD@2x.png"; sourceTree = ""; }; - F11AB19DD65CE5EF24EBF8E7EB83FB27 /* AE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AE@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/AE@2x.png"; sourceTree = ""; }; - F14DC124750C30B166E503D4D4D335E8 /* MM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MM.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/MM.png; sourceTree = ""; }; - F2FF6A9F39A0311F3E631D7D58421102 /* KI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KI.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/KI.png; sourceTree = ""; }; - F32071FE2B2FEBDF7A1BA1FAAC8A0A47 /* NR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NR@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/NR@2x.png"; sourceTree = ""; }; - F368E14CB11AB158DDF8A7193632F3FE /* IS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IS.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/IS.png; sourceTree = ""; }; - F3938D4936B805D01D43D09DBF5A9718 /* TW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TW@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/TW@2x.png"; sourceTree = ""; }; - F3F985B8A97D861DB001D55567163B0C /* TV@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TV@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/TV@2x.png"; sourceTree = ""; }; - F434A96A2B2EDFE04C1F290A44B59406 /* UG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = UG.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/UG.png; sourceTree = ""; }; - F48C825EFEB024FCA6399BFD260F163A /* GU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GU@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/GU@2x.png"; sourceTree = ""; }; - F50E2FE55860D54F74F689DA933CA275 /* SY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SY@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/SY@2x.png"; sourceTree = ""; }; - F66D339FB249D9382375092C5AEAF1BD /* SL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SL.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/SL.png; sourceTree = ""; }; - F71DA58F3C436C8E553A4AA04208980D /* VG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VG.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/VG.png; sourceTree = ""; }; - F74926B2455DA82A2355145A93DE61CB /* BY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BY.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/BY.png; sourceTree = ""; }; - F808BD38E8EC34B5C873C732AC5A9DE0 /* EC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "EC@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/EC@2x.png"; sourceTree = ""; }; - F83B088A7BDFD3CDF89DFAD02F4B9805 /* VU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VU@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/VU@2x.png"; sourceTree = ""; }; - F8AF914FBBBDA92A703C8D258DB74A00 /* SZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SZ.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/SZ.png; sourceTree = ""; }; - F8D3AE0CFE8E35DA4601FF694C42D782 /* AL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AL@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/AL@2x.png"; sourceTree = ""; }; - F9CE3773B99EE459ECF655C87528E13A /* LA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LA.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/LA.png; sourceTree = ""; }; - FA218B3BA406265125651EB54F0DD6B2 /* ComponentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ComponentView.swift; sourceTree = ""; }; - FA6F12EF61775FF78014A60902CCE88A /* MZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MZ@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/MZ@2x.png"; sourceTree = ""; }; - FB07C90043C7CC94DFEF22B1D267EB43 /* VN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VN.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/VN.png; sourceTree = ""; }; - FBCD2F78D5A944F70324EF60B69AB722 /* NU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NU.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/NU.png; sourceTree = ""; }; - FC00B0C325C51C7E1F9021CB5D8A8144 /* TG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TG.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/TG.png; sourceTree = ""; }; - FC0CA1FCBDB1F61ACB31C2E375E373A4 /* EE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = EE.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/EE.png; sourceTree = ""; }; - FC27456F65D35301056C3499CBF0F8D4 /* RE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = RE.png; path = CountryPicker/CountryPicker/CountryPickerController.bundle/RE.png; sourceTree = ""; }; - FC8E6342264ACC218D57342247C46AF1 /* IO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IO@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/IO@2x.png"; sourceTree = ""; }; - FD5B9BE18EBF94990A35A238369F16CD /* TD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TD@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/TD@2x.png"; sourceTree = ""; }; - FD7D4FAEB623FF69EF91D4D555DAD38E /* RE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "RE@2x.png"; path = "CountryPicker/CountryPicker/CountryPickerController.bundle/RE@2x.png"; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 0AE3B23193526A2D35BFF03DBD9B0D4C /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 96EEDFBFDC9F9C8731C249A2CDF653BB /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0D602331A7AFFAAFCC2FFA5008EBC633 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 951918C57A518C0291D1D70ABF306C69 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 25E2A6AF7904504A072240317672F2FE /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 1EBC0F211E4927F20FDE855E85811F9C /* Pods-TestCountryPickerFramework */ = { - isa = PBXGroup; - children = ( - EB8F656CF5A7AED6BE5ABCEC4B340346 /* Pods-TestCountryPickerFramework.modulemap */, - B0D0E3C246005E968D1B96B1D5DE2A9E /* Pods-TestCountryPickerFramework-acknowledgements.markdown */, - B7A96FCC948E5957F14A44305B0D2964 /* Pods-TestCountryPickerFramework-acknowledgements.plist */, - 5ADCFD3397010883A4B8B8512FBA760A /* Pods-TestCountryPickerFramework-dummy.m */, - 2756B7CCBFFAA9DD953F90F402EED4AA /* Pods-TestCountryPickerFramework-frameworks.sh */, - C4D8CF1D757C6407D24C1D6F760DECCE /* Pods-TestCountryPickerFramework-Info.plist */, - 562E2D31FE1C5263155BC93352F98E1A /* Pods-TestCountryPickerFramework-umbrella.h */, - 1E904AA43538CD76B4CF5690593DAB1D /* Pods-TestCountryPickerFramework.debug.xcconfig */, - CCD3C44559FAFFB6DB883FE13B6A3EA1 /* Pods-TestCountryPickerFramework.release.xcconfig */, - ); - name = "Pods-TestCountryPickerFramework"; - path = "Target Support Files/Pods-TestCountryPickerFramework"; - sourceTree = ""; - }; - 207083EAFC6915AEF53475C7590BF1EA /* PickerView */ = { - isa = PBXGroup; - children = ( - FA218B3BA406265125651EB54F0DD6B2 /* ComponentView.swift */, - 6F007C234300BFE4734F87B14BDD2F37 /* CountryPickerView.swift */, - ); - name = PickerView; - path = CountryPicker/CountryPicker/PickerView; - sourceTree = ""; - }; - 578452D2E740E91742655AC8F1636D1F /* iOS */ = { - isa = PBXGroup; - children = ( - 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */, - ); - name = iOS; - sourceTree = ""; - }; - 5BF9C9541778EC38F7F586D66DA3A4CB /* Development Pods */ = { - isa = PBXGroup; - children = ( - 6975A020F5AB82C42E6E862768C80B00 /* SKCountryPicker */, - ); - name = "Development Pods"; - sourceTree = ""; - }; - 6975A020F5AB82C42E6E862768C80B00 /* SKCountryPicker */ = { - isa = PBXGroup; - children = ( - 6D631B53388ADE684577E1F54E7C5706 /* AD.png */, - 7EC4D230417F2A51186F2E2DFFA3FBD8 /* AD@2x.png */, - A8A86EF7939AA14E6A9EDDA84FBABD27 /* AE.png */, - F11AB19DD65CE5EF24EBF8E7EB83FB27 /* AE@2x.png */, - 7D4E04505C6297E93F04716A05B2DEAE /* AF.png */, - 65C6AF69436B85B21EBD3AC6BFDAE56D /* AF@2x.png */, - 094D2FF85DCD5F7DFA086D7CC5F4A5E1 /* AG.png */, - E4AC8F0B146D340C78273E8B2F866160 /* AG@2x.png */, - A038332721C0A76BE00A3F6D4D7A19E6 /* AI.png */, - A1FA4949C14FBFFFECEBE85621F3C1D2 /* AI@2x.png */, - B521F037D211953BED91C02D2D9C86FA /* AL.png */, - F8D3AE0CFE8E35DA4601FF694C42D782 /* AL@2x.png */, - 7E82D51C01C2EEBC600C4A5FDD11F10C /* AM.png */, - 70D60B7DBFC267C9BD4F1E95ED5686CD /* AM@2x.png */, - AA3129296729963E9D3406AC7E6275D1 /* AO.png */, - C82D0EFE9E8727057CCC07294FFD32B8 /* AO@2x.png */, - 1E819F067F1D40EB69715B82CB20E838 /* AQ.png */, - DFDD07346BA5C791A5C65122F79B7581 /* AQ@2x.png */, - 69B6D6902B17978265725E56D8A38B75 /* AR.png */, - BE0266614793EB183FCE2AE3A826C67D /* AR@2x.png */, - 3DB5705759F84680AE7777909043F26B /* AS.png */, - 8FA1AB74F8C40DCE4F9C2F2AF3E48386 /* AS@2x.png */, - AA2672C0C7A0B92AB090C21C5427C6B3 /* AT.png */, - ED45C828D73080B91C5EF24F5D8D026B /* AT@2x.png */, - 5A12F22F7325E336A77B672B0B6A7BA6 /* AU.png */, - 75CADA11FC95E9460A006C973DD1E018 /* AU@2x.png */, - 578619EFFC82C1BA88D9F836E862C844 /* AW.png */, - E8C2289FB0E9FAFC9341649CA169AC97 /* AW@2x.png */, - 9FD5C16149CC10F9A9F87F3109593F08 /* AX.png */, - E2EE900042BF398A6554910FE2C3DC6F /* AX@2x.png */, - 6559DAA6175B9D3A49E78EBAB02CB2EC /* AZ.png */, - 43E43DBDAAF7AEDF0D9D276CD534585E /* AZ@2x.png */, - CBEFE76EFD1B72D3E2DE40313E1D7650 /* BA.png */, - 6B2312416F81BB33BFC24C4D7360B3F6 /* BA@2x.png */, - 909F8DCD91AD3045590BD7F483528CD8 /* BB.png */, - 14E8522655E1A6EA55A86A6C81168F63 /* BB@2x.png */, - 0C11B3D9BECBE4324B0A702F9F70ED5D /* BD.png */, - 633F42698E1A890910DA38C7877BA1AE /* BD@2x.png */, - 5363F5D8D6ADE5A8FFB4D5589EA91D39 /* BE.png */, - 52581119DE8E4029DF8A0B147DE96C1E /* BE@2x.png */, - 90FECAFB0FFCF4AE5260485F0E9ABC82 /* BF.png */, - 186369A6A9CFABEDC60FDC626DE10C4E /* BF@2x.png */, - 6C3B1CA824BA644B77A23BFA44B98E23 /* BG.png */, - 567298C4366F95165F1C62AB9AEFC06B /* BG@2x.png */, - 0EAC69C131F4A2E7E1D0161705D1FA18 /* BH.png */, - 743948C8E9B0872F686F80C60ACEF77E /* BH@2x.png */, - 1E2401E2B674F0A44D7818483D489C21 /* BI.png */, - 77964E3FE0A9005930F53A48B0D6C534 /* BI@2x.png */, - D4289E0C405121C9097D9299BAAF2E3D /* BJ.png */, - 4E493134CDB5F92C82414332E895F2C0 /* BJ@2x.png */, - E55CB61177012DED8DF70C642CB7DD25 /* BL.png */, - 1229A24EFFE98C60D42DB90F172E121C /* BL@2x.png */, - 9118B4C1BC1F44EADA4B319FBC5DA386 /* BM.png */, - 8EE7F6E9B3A230D68469EB741DF7809E /* BM@2x.png */, - C499A6F47E56B3B82C7F481F91BBC896 /* BN.png */, - E00203B48FD3E7CD8A131935D2F2DA0D /* BN@2x.png */, - 44C9CFD40ED4BC77E3742275C542E933 /* BO.png */, - 19EBA4EA2A095FA681C6D718DCE42F6C /* BO@2x.png */, - E94FBD06ED3633AA578D03C1477E140A /* BQ.png */, - BBFCD08F6476A92F6979193AF3AC8ABA /* BQ@2x.png */, - 559905EFF07F7ADAE92305B2850DBBBC /* BR.png */, - 5740FDEC11B72C2E92F0BDDF306E8E6D /* BR@2x.png */, - CDDD15718AAB02A518A4BF0122D4D3A3 /* BS.png */, - C1B2929A5DD76072A8179C7EBD355897 /* BS@2x.png */, - D938DC74FB390CB6BAC9AD4DFB79124D /* BT.png */, - A8CF9B4FBA2B9F6595BDC4F5DAE23045 /* BT@2x.png */, - 4E9C42490B92A6F6D9FB757F61DCC37A /* BV.png */, - A1EF6FAED3A25925B9AB9A01FE2EF9AD /* BV@2x.png */, - A40953930DAB0CA08BFED5BC469807E0 /* BW.png */, - 5E8B0ED30D6BF6639CA4CC8F8FAA017A /* BW@2x.png */, - F74926B2455DA82A2355145A93DE61CB /* BY.png */, - 91DD6DEA158A417759897B071BCF5108 /* BY@2x.png */, - 7C0B824DA0ED9725D7F25BBDB207FD43 /* BZ.png */, - B62158E4E5D425351604A9C6E041F271 /* BZ@2x.png */, - 7A24DEEA0F1A1812064A8AD62D60CC53 /* CA.png */, - 602F73B270FD2CA7EAE217397E08BCCB /* CA@2x.png */, - 28A2A82E3156BB9439CE560A66ED0170 /* CC.png */, - BA64A07BEA4700F274AE4375BB8821AA /* CC@2x.png */, - 2508EA53A743C8F9FB924972DCC40C21 /* CD.png */, - 3F7BE52E554BBACBA26EED7B3862E0D9 /* CD@2x.png */, - EC1573C59A278EAC17F3FCAF4B4FDDD7 /* CF.png */, - 3B10B8E9A5D20C6DE4CD3C437C8DA49C /* CF@2x.png */, - 724567F938708DA4056134DA9451B5C9 /* CG.png */, - 89FDBDF4F0836A61756F0C24D3DAAE37 /* CG@2x.png */, - C1913DC1AFE31BA3E3F379E7B5745D50 /* CH.png */, - 7DFC1159D52FD8D3415056909529560A /* CH@2x.png */, - B5232F203CDFF1C33A6AF0488B05BC18 /* CI.png */, - 2A61C1382583384152AC941D2F2425DE /* CI@2x.png */, - DDA5C0E71168A4C6996D141EDA5A4C21 /* CK.png */, - 54A5CBC3D0D9F5774E3A0E73A766AE74 /* CK@2x.png */, - C1D97E557AA88670F3C4771B8758A5B6 /* CL.png */, - D270FC2586B9562E2813CDE84F1B9FB6 /* CL@2x.png */, - 52E45F274F48A4E59861E2CC1F0C4F05 /* CM.png */, - B3198359E6CED37A74D3684A0918BB1B /* CM@2x.png */, - BBF27D0AE8505B064F8702EB76FD7A29 /* CN.png */, - A99B37A1CFF4D8C8F1B37EB050ECB17F /* CN@2x.png */, - BA2ECDED63C6F960BBE787198062B7F1 /* CO.png */, - 46EEEBE450D0E4530F277ED8EF6F5316 /* CO@2x.png */, - 8F92B138F24CBC06EC1C2FB123618C65 /* Constant.swift */, - 83912F4477DA95EBAB05CB90F3C2700E /* countries.plist */, - 12969DBD8AD6E33B8E38F6E3F025CF31 /* Country.swift */, - A278A298AF50F961FF5B23F23C77636C /* CountryCell.swift */, - 22F9C067B0FD48A49329B0AACE46C41A /* CountryManager.swift */, - 0D9364B5672B3A6C88F8552BB24757F2 /* CountryPickerController.swift */, - 260832BC28D844FF51EA5F06812B4974 /* CountryPickerEngine.swift */, - E9867EF1F47629AFDD93F0A0A5989E82 /* CountryPickerWithSectionViewController.swift */, - CD99A1A76074768D2776C5E6EDE35F44 /* CR.png */, - 28C999FA2B00E1B26A5F76622584D2C4 /* CR@2x.png */, - 8577213A66786CD8C4CA0662C9F499E6 /* CU.png */, - 649362BE5341E17B7826E337B6B2413A /* CU@2x.png */, - 331795C77F7797CE19D63987DE3FCD97 /* CV.png */, - 4A3788C55FD38CA7454475E1D78EA108 /* CV@2x.png */, - 5D6081A7D372A36235BF990EFD85BF16 /* CW.png */, - C7FE827B6DE3BEEE68FE5732F0E2F1AF /* CW@2x.png */, - A21757F1CCBF4E9FB1B7222D027DA1D0 /* CX.png */, - B3C3C5DCA4212DC420DB505E5B177FD4 /* CX@2x.png */, - 7D8D2CF4B0F3A42B23343C371C5B6C8D /* CY.png */, - 6450AD34E6F51C0A8FB6FF79A5450DFD /* CY@2x.png */, - 8DAD37FE110BAC1A0E0C626B038CA5E9 /* CZ.png */, - 0D0C3377F9C83F64C7D160BE4C2B90AB /* CZ@2x.png */, - 9CC1D147102991FBA0888A2FC2487B6E /* DE.png */, - 84D51B2778B0BB076DC9F321B9D9FB29 /* DE@2x.png */, - 08CEEFDCF9131AE7A2F422787563CD0F /* DJ.png */, - 09A0BE0A18CA7A993D97B6AB84EFD950 /* DJ@2x.png */, - 92BC35CF5FD5341F0CBC4C620B867F49 /* DK.png */, - 4196F46EEACE89252008E3F00DD20E05 /* DK@2x.png */, - 9C452A68DE2FD4527CC85CB5BA52DD3C /* DM.png */, - 3B03874B69E4EED805394DB1D182B7D6 /* DM@2x.png */, - 04DFA26F0B60B4A010C14E2D0DA8D99D /* DO.png */, - 709C3FE0F0B37F1E9A698409B8FC6BE4 /* DO@2x.png */, - B8A2B85086AE10C781427421A656C608 /* DZ.png */, - 04463967B386DF7A572C17276AC18D06 /* DZ@2x.png */, - 33D07C88DBAE4BE5E63D2C497CBAB9BF /* EC.png */, - F808BD38E8EC34B5C873C732AC5A9DE0 /* EC@2x.png */, - FC0CA1FCBDB1F61ACB31C2E375E373A4 /* EE.png */, - 01A26BD724B1BC12EDD95CD533746C91 /* EE@2x.png */, - DF406C1E08832D39E384041087587036 /* EG.png */, - 09820D3AABFAA9F0BC3D912954F39B3F /* EG@2x.png */, - 9AC24A457C454DB2936128C677711BB8 /* EH.png */, - C53A047F8075EFF52AA8E1351F98EF94 /* EH@2x.png */, - 9ADE0D3EDE13099C74CD0CAFAD27C224 /* ER.png */, - 6E97F544119FBD27B27B10CCDFDE8892 /* ER@2x.png */, - 6DA5075CFD1DE483D5CEAF6E330A48CE /* ES.png */, - C7E9C10C64782C454880E4E5B11A4302 /* ES@2x.png */, - 297C02E678F07D13852D539AAD4CE94E /* ET.png */, - DC3DAF453A991A85BF33DDB4631A8D0E /* ET@2x.png */, - 175FE9979285A16724475D983706CBB8 /* FI.png */, - 5D0FD53DCF6CA1F74FC950ECEA0A961A /* FI@2x.png */, - CE0E96483C952E8009657753303FB681 /* FJ.png */, - 2E3D0C47D3D2DFA6A161AFB49189F61D /* FJ@2x.png */, - 8360E3E5B8939D7ED415D6D323040D9B /* FK.png */, - 8F7C52DD7A9799A81A4415ABACDAADB8 /* FK@2x.png */, - C54E7E77701CF2192BA06C021961C945 /* FM.png */, - 2A1D34471C30AE16FEDA1D6065F5697D /* FM@2x.png */, - 21DF037A817B6594AB63A875AEBDBF0B /* FO.png */, - 2E0AA7ED24FAD1183574D959BFD4B659 /* FO@2x.png */, - A0C36A6A8FF57E1454546886742E1728 /* FR.png */, - B45F72E58A432D4C9689096AC6216E6D /* FR@2x.png */, - 2C8798CD9E14033C617B208F6DDE651C /* GA.png */, - B8B5A98AF8C7B82A8605B8ADBEC163A9 /* GA@2x.png */, - A2D9A4288F44A9C0DE67AE6ED602E897 /* GB.png */, - 654EA1487CB1E26A97B148A02C382B6A /* GB@2x.png */, - 42775F753C93372896478286C02E3852 /* GD.png */, - AFD0960616C9312D91DCD4DADCFA0CDB /* GD@2x.png */, - 1A2EF9F3330844229A8EA7DCE90D1F05 /* GE.png */, - 8E564C9CA91A440298D60D230ACC70F2 /* GE@2x.png */, - D72CA05EC7CC1E657894D566E26C4CB3 /* GF.png */, - 4CF929597B4DBF1EBDB7E3943149858B /* GF@2x.png */, - 4BFF1D0026974BDD8B831E3A548CB8A5 /* GG.png */, - 0247E97FFA552BAE4DE6963321307C2E /* GG@2x.png */, - BE1D364D3C55504914385FCF5F64DAB6 /* GH.png */, - 42A19B9698CEC43D4A810423ABA56B6F /* GH@2x.png */, - 4C3886A741648552964EAC0BA301B9CB /* GI.png */, - 04878674ABEF2D05D00C7A3C0F090A88 /* GI@2x.png */, - 95D54CB8B159575095F6DCC32F427EB8 /* GL.png */, - 32BDDA5BBEA3BAF5E41BAE97B6097B84 /* GL@2x.png */, - A34F29D3245AED0400111A17ACD92D52 /* GM.png */, - A329DBA29D36581C8FB43739FA11AE69 /* GM@2x.png */, - 6FFEC58C956062CC7F48146E4951033B /* GN.png */, - 2DCDB7B52EB0EBA0C9B298A65804B929 /* GN@2x.png */, - 73A2D8B7C0D71D110DD1A32DFF90A3EC /* GP.png */, - 568A03F21A853287E1FFC59C9300C30D /* GP@2x.png */, - EF615D2C40CF4257C764959A9E0B28C0 /* GQ.png */, - 814022F366DC619198DF8D316F63CCD1 /* GQ@2x.png */, - C326B3FABB0675BE5D49BB2FFEB3FC95 /* GR.png */, - 21E4B4D64FBE24A3C1D9299941A12FF3 /* GR@2x.png */, - 3F834555C9858111346B8D0F1235944A /* GS.png */, - 1BADC1E0D1D49025A2B885A0BD892499 /* GS@2x.png */, - 3EB9697B17CFA1C7B2FD3DD5FDFE0DA7 /* GT.png */, - 8EFEB7589D2A5113CC7DE8EF61F97FA3 /* GT@2x.png */, - 81AEEA9EFE3120FA3035AC3D710207AF /* GU.png */, - F48C825EFEB024FCA6399BFD260F163A /* GU@2x.png */, - 70657AF18ABE73FE5C682039E72B5F27 /* GW.png */, - ADC269008357F99E78CD110F689C3BDE /* GW@2x.png */, - 16E0206B9F5B86292B2B01A4B7487B76 /* GY.png */, - D2242DDE4CAB855A10772C31D3680095 /* GY@2x.png */, - 8B66FCF5F3EA8D01374DFB0AAAA82E0E /* HK.png */, - 610BFDDFF96D707D401F2ABFFCAD850D /* HK@2x.png */, - B5585842BC635662F87B074AD85816BE /* HM.png */, - 16556178FC0913A4233E9014F68C8166 /* HM@2x.png */, - 0E5C2E78893A017865DCD0EC828756C0 /* HN.png */, - 51C7455A40A91247EC9289038FC655B0 /* HN@2x.png */, - B5793BFE363FF52F4425A77ABADB064A /* HR.png */, - 6FF4686F07B4AEF265A8763BDEF1AEA9 /* HR@2x.png */, - 8B7785299D814BBE22047FB5AF7319DF /* HT.png */, - 2CBF0700DEC4CC5FD3CA399CC296F8FC /* HT@2x.png */, - 4B667EA0380BA13B077D2E8664858031 /* HU.png */, - 22B1C13441F04C88E29AC7D71FEA9467 /* HU@2x.png */, - 3C427ADFF860954550FEEC5B7EE6FBF5 /* ID.png */, - AC8324C6E28CC821FFB6A81D50B7A517 /* ID@2x.png */, - 1DDF6AE79DA2FAC65125C56BA87959DF /* IE.png */, - 187627CF0D49BECF8810371886CD69E5 /* IE@2x.png */, - B3195A43F0008FEF57E09EECBB40F23E /* IL.png */, - C0844D0C657CA69D1D8526B0F70EA223 /* IL@2x.png */, - D090288684C9302BDBF942B2817C3665 /* IM.png */, - 20363CDB9A395ED799CC62CA69ABF7F8 /* IM@2x.png */, - 37A93FA1F29B5BDCEE00C7CD5C75D6DB /* IN.png */, - 71851B7025A2E016B3E0439B4F723333 /* IN@2x.png */, - EA4454CFF0AF5F452250206997E88CE4 /* IO.png */, - FC8E6342264ACC218D57342247C46AF1 /* IO@2x.png */, - AF10AFBD55E8775BE0B6D3CA562F7B00 /* IQ.png */, - 2B5D700F3C162654CDD06CD3FF4AC05B /* IQ@2x.png */, - 7A2CE78046CB27FC336B5EBBB9BD4F3C /* IR.png */, - 76909A73BB2A39C2964CB518C86EAF3A /* IR@2x.png */, - F368E14CB11AB158DDF8A7193632F3FE /* IS.png */, - 858D900E7AD5B3FE36222499FA17248D /* IS@2x.png */, - 4DAFE6E42F0372A49F0680D070195718 /* IT.png */, - E46ECA7A19575B90A13626012A786582 /* IT@2x.png */, - 23542D935B9DBF96E89429DD7847FA10 /* JE.png */, - 59ACE75FCC21303D24034F726D964592 /* JE@2x.png */, - B58431C8E2D7B94B5618AEC98C8DB8FD /* JM.png */, - 7DCD580CD33A3F293760A01DAF8CE701 /* JM@2x.png */, - 47FFBFA161406FC109101ED4FF8A7269 /* JO.png */, - D85184B055924666AE5610A4DD93B237 /* JO@2x.png */, - AFAA5B3E78EAB6B3B9E53E8908825180 /* JP.png */, - 4AFBEDCD70B154614CA89A4536729A93 /* JP@2x.png */, - 62A2C59BA2A4AF575D25E62902963752 /* KE.png */, - EBCCCCE29BA90AC42D60D4982941C0D3 /* KE@2x.png */, - 18C5B5FD3EAE55D263A21253737CDB01 /* KG.png */, - BDB6C9ED6A89938DA511E63008948418 /* KG@2x.png */, - E1D7B84F0A9412C3281A755214A5241D /* KH.png */, - D0367FD5D5CF3D66B09C10DA1C812103 /* KH@2x.png */, - F2FF6A9F39A0311F3E631D7D58421102 /* KI.png */, - 7105958978B883337142A2A98D8BB262 /* KI@2x.png */, - 915DDD2E6CFC3B044D6B922BD3D0C280 /* KM.png */, - C270FD68887B8FB2EAAA6056F110FBE6 /* KM@2x.png */, - B6D77CBE99B77FA776A6B283EB99E7A0 /* KN.png */, - 011767E9D373310F7DB14B6386C322B3 /* KN@2x.png */, - 2B807670F46A6F68295705D640013429 /* KP.png */, - 3850784AD80006B774DAFA5985560FC8 /* KP@2x.png */, - C5AC157CB176FC33DD2E89605BBBAD1F /* KR.png */, - B38DF8800AAEB06D3B9B17B7B699F9EA /* KR@2x.png */, - 3CEF93A9D000BA8119EC67292B254701 /* KW.png */, - 46F9247D8F853C61A2CF0B8052892279 /* KW@2x.png */, - B5433731BDD68EDDCAA2E65695ADE74B /* KY.png */, - 7B225E474B4E3DB699EDDC6704F52758 /* KY@2x.png */, - 28DEC84F9765C81B56C98ACEF59DEC0B /* KZ.png */, - EB89059ABF829307BE0B0156A40590B8 /* KZ@2x.png */, - F9CE3773B99EE459ECF655C87528E13A /* LA.png */, - B134D25766A6471C6CDF9A5BB81D5521 /* LA@2x.png */, - 180DA1CCA22499FD35DF120733B289AB /* LB.png */, - D9E7E83D1BDEAF82AEC3FB088B5EA298 /* LB@2x.png */, - 6E93DD8F5AF8DE613D57857B5858F7A9 /* LC.png */, - 2C66F732D24CE8E469618E92CC4EE745 /* LC@2x.png */, - 6CC72D2340DE29D2A1E186E7B2203A33 /* LI.png */, - 17107E37DB2A9CE848CCD8D6C00A7182 /* LI@2x.png */, - 2CD26EC278491892BB36A9BE5CF7D7A4 /* LK.png */, - BD4A25448CEEF8C0F6F96F02D1139188 /* LK@2x.png */, - 3BB28A0F4443E8BB1B440D9AD05FA0FC /* LR.png */, - 874FCAE4CD43D7D0F09D4FB4E935C526 /* LR@2x.png */, - 5177E06D580C1CDD4BDB0D8815FD176E /* LS.png */, - 1C9933A8921FC303019861E4996F0F86 /* LS@2x.png */, - 7A6DD540C6691C3723908269C372BF17 /* LT.png */, - D233365F6C069A8517D0DD5B36092301 /* LT@2x.png */, - 50C2AC48E3C5D0549A791EC36E57FCCB /* LU.png */, - 52E22C25086C10B8F507F501EF9FD8A7 /* LU@2x.png */, - 845A8EFCC7ABD4C19504F3FEA5908FF8 /* LV.png */, - 94455B1ED5FCFC7249D30300214E8F41 /* LV@2x.png */, - E27A46B1886CAC538E012758B692D4A4 /* LY.png */, - EFB30AEA699BB1B3B166FABB53A3557F /* LY@2x.png */, - 6A310EC65067C37DA23303EA2B64C51A /* MA.png */, - 1B1826A4477E2CA5DB20D1CA8CD485A4 /* MA@2x.png */, - 516AF3D833AA98E35B2819282E6E1723 /* MC.png */, - 635C4369447CD80C612E23C7E4698F7B /* MC@2x.png */, - 4DB8C4F0AAA3FF9DE4FE7FE251C37774 /* MD.png */, - 55A1C4E5003436FB05FD9E72785F1AFF /* MD@2x.png */, - 32545D382CF6B6AA98CE1333016128A9 /* ME.png */, - AACD327EE4582258F593C5641FCBF3CB /* ME@2x.png */, - D9574FCCDE99678FE296BF2804D26256 /* MF.png */, - 9E96F9E5725221C889694AEAB58FF2E8 /* MF@2x.png */, - F08FFC4B71F03508C443816C891EDB9C /* MG.png */, - 6BFBA02AEACC996787F65912158F81B4 /* MG@2x.png */, - A016DBDE98CA11381C3D54866E67A216 /* MH.png */, - B4491B7D65067C2174EFECE470B44200 /* MH@2x.png */, - 6AC066AAA7DBFFFF0E8F8DAB7D6E0A91 /* MK.png */, - 0328EE448FB7F8921DF2D3258C1D108B /* MK@2x.png */, - 903048C9E962AE0AD7A1B02888E04C7C /* ML.png */, - E7E82A017EDD0049AE1F33778CADB767 /* ML@2x.png */, - F14DC124750C30B166E503D4D4D335E8 /* MM.png */, - 93C12BCC53EDEB14467B8DDEF0188043 /* MM@2x.png */, - BA019FF34E6D0F1B3B7B9D0031247AB5 /* MN.png */, - D8A68821778FFE9E9A504E94C365CC24 /* MN@2x.png */, - B2174F4AFB7D97D2B98511A8509EE260 /* MO.png */, - C46EB0A64A872B2FCFCCFA26235E51AD /* MO@2x.png */, - 60812DF0C6A29D615592958CAC8847BB /* MP.png */, - 7AC10189DEEA0BA2EB227E584963D9AF /* MP@2x.png */, - 2E5914564780D38B5BDC81F089351934 /* MQ.png */, - 51F2E8EFBA59D61B4D61FC163F6B6884 /* MQ@2x.png */, - 01F22BA38DA19C30D15FA3C150630EBD /* MR.png */, - 86D8C27793D5D0D1E6B4B4C5CB7A9843 /* MR@2x.png */, - 4C536FB8D7439D6CB5F4439601FA0FE7 /* MS.png */, - 7060A2855DD8F8DC3966588AADA3114F /* MS@2x.png */, - E5C9E7E5D117E421DF2C4AC069DED686 /* MT.png */, - A42B790061296F5676236AEAE3599FC1 /* MT@2x.png */, - 73FC79AFE86F9AD2DE4ECA7ED1F829A9 /* MU.png */, - 69255F5375E6D591EDCE70465AF3CE81 /* MU@2x.png */, - 590E00C6A17E3C3F8ACE1F78059E197F /* MV.png */, - 30DD634D47440AB12F25AE244FD9F64A /* MV@2x.png */, - 8461B7A9A544F82C85D664EBD03D88DD /* MW.png */, - ABAC6047C0D66AFAEF2B00625730A5EC /* MW@2x.png */, - 09C495853EE75C77330F072B954A73AD /* MX.png */, - 61E56EFB5E1F1FA66248826FA1C00A9C /* MX@2x.png */, - 45E9CCF92DA7256D0323A92EEE2E8CBB /* MY.png */, - 1B715874FFB8B21EB6F10D7EB41E070C /* MY@2x.png */, - B05601953F8C02532B766722B7F79ABF /* MZ.png */, - FA6F12EF61775FF78014A60902CCE88A /* MZ@2x.png */, - 8503A2517AD9E12FE82DACB3AFCB6A52 /* NA.png */, - 8B5DF3E78C061E7B207E29C4EE10B292 /* NA@2x.png */, - 217C04FD35A36B79ED9C8C992D700342 /* NC.png */, - E8E5B7618811489405496359830CE208 /* NC@2x.png */, - 7BACD774FDFA1C7981C3DA826D275242 /* NE.png */, - 2271CBAFFE5548C1EE76C6E6A073C080 /* NE@2x.png */, - B40E6D7841BD2C5A715B7DA821EA9B83 /* NF.png */, - 4EAAF62FDAFC0BFDC7077ECC501F3863 /* NF@2x.png */, - 95458AA24EA284552E006CCC3FC20ADF /* NG.png */, - 1D0C834E3DE089A474C82FC6AA7E2C76 /* NG@2x.png */, - 9766AC5705837FB9B80A8F200F60D254 /* NI.png */, - 06EBCBE9B4F9619D656043D5519326BA /* NI@2x.png */, - D6FC100A3ECC607B01789BB6F0B779C0 /* NL.png */, - 6E601C14AD1858682743E19F5EF4473B /* NL@2x.png */, - B9FBB45C71D2F8F1B66F864783F73EB1 /* NO.png */, - 1E36BF88B9A9F6FD2063E8A8C3305DDD /* NO@2x.png */, - 4C97AFD7D7150FE006B6EA528A8C348A /* NP.png */, - 9E88A6FCEDBF57915C06C69F33CC39CA /* NP@2x.png */, - 96CE0704E5FB40FE960EBFC2B2F29356 /* NR.png */, - F32071FE2B2FEBDF7A1BA1FAAC8A0A47 /* NR@2x.png */, - FBCD2F78D5A944F70324EF60B69AB722 /* NU.png */, - 08868B9CDB7A05747E740854AB06F2A6 /* NU@2x.png */, - F07EE1C377468228BF6EF6B5B586336F /* NZ.png */, - 7DE39851AEE8F23D34F053152AD824EF /* NZ@2x.png */, - 684FC14E1DA2E87A8338515A7F9EC4C1 /* OM.png */, - ADB6940F28E1F8DF4C0BB9EA9015E06E /* OM@2x.png */, - 4887BD9A3A1C5C2E824D4993CFD3A0BD /* PA.png */, - 4F0847AFD6642811CC505F05A6856F73 /* PA@2x.png */, - 70ED54BF392698971FA775F213A3C08E /* PE.png */, - 0925A1A9AD5D1190A61C554F93A171C2 /* PE@2x.png */, - 694723297A24E23550448DCED2123919 /* PF.png */, - 0255628FB57E8C575F7CE61EAFAC90C5 /* PF@2x.png */, - D60A9B44B469E50F054DFD2D470013FA /* PG.png */, - 237B725AB9E76A3749D40C4F22C1F05D /* PG@2x.png */, - 364E6E0F48E7898B9EA7D8BAFA64FDB5 /* PH.png */, - 0A0DFC8E569A50A4BA61DB47BE5E81D1 /* PH@2x.png */, - CE9FC4AC172763628F625A29309E08FA /* PK.png */, - 8E8E91B4291D93BB790790B0777614E8 /* PK@2x.png */, - 9169FD8EA6D017E49F30AE3BC715A7A3 /* PL.png */, - 6957FA2EF7D30432A371D953B128EA69 /* PL@2x.png */, - 4B46E7130C4EB279CD583DBE781B5A34 /* PM.png */, - 4A05388BCDCC07EAE1DFC6F6919E2FBD /* PM@2x.png */, - C20D31465E3469DF3FCC5B5991B2E4A0 /* PN.png */, - 6E3A2B64256FC2FBD53623BBC0710197 /* PN@2x.png */, - 2BD4C8D9CD63981FC4D08501526242B4 /* PR.png */, - AD0E20E4F51E301BBC34A942A6B59B5F /* PR@2x.png */, - 370E232CAC47200447722EF20484DEFA /* PS.png */, - A14A15BADB6FA78288721B9D26B6827B /* PS@2x.png */, - ACB9A0EF5767B7A1ABB85CE5C3491921 /* PT.png */, - 158D37CC0C76C7A712548C5C67455FD4 /* PT@2x.png */, - 84DBC9D5FAD612C85DAE5869C3E7ABED /* PW.png */, - 73A04394B8A129E0020A0DD88D83CE8C /* PW@2x.png */, - 7EE08891DE54852DAA40D73AB856BCA8 /* PY.png */, - 7743F4B89B77D9EC65CEF2DFEBF9DF1A /* PY@2x.png */, - 885A22993FD6AFDBF0272A0A26AB56F5 /* QA.png */, - D027C7F4F5DB1645E554784D20F63C92 /* QA@2x.png */, - FC27456F65D35301056C3499CBF0F8D4 /* RE.png */, - FD7D4FAEB623FF69EF91D4D555DAD38E /* RE@2x.png */, - 0924A36D8645BD2EB88B224F42A8CC0B /* RO.png */, - 11C2F15BDEF10D999A4E2BEC4AA65F9B /* RO@2x.png */, - D462A0B9296151EDF0C26B1C972352AA /* RS.png */, - 4027F3E411EA8BA2C2D464388C772FAF /* RS@2x.png */, - AD13908E4800F7B5233B738B40AD8A45 /* RU.png */, - 288498669A778864C2A4B9BA00166DB9 /* RU@2x.png */, - 0E886D37C813C460A210C5C846043612 /* RW.png */, - 8F68FF6494F42D4141E927CB8CB0D163 /* RW@2x.png */, - D90445C88B3E86CE0A7538B51C1D9411 /* SA.png */, - 95EB7B25AEB5870A6E651188F68B4AED /* SA@2x.png */, - 4FDC4B0E5AF4AEAE44D305D7DD23EFF0 /* SB.png */, - 7A12B7CDB557C446F3BCFA20E1CB4518 /* SB@2x.png */, - B5C4B3EDC9FA1DB87CDC3D0DCFF034B8 /* SC.png */, - 61E05E077D89A992D8593E30B8DBD336 /* SC@2x.png */, - 01E15E6B46F767093C91C49AC8DAAE9A /* SD.png */, - F1132A8E8A89C9BD6125483F445125C4 /* SD@2x.png */, - 3F18EE118519AB23C4D3F8018399B932 /* SE.png */, - BA775DA1E4304F72E6BD23E01732FDC1 /* SE@2x.png */, - 13BD741DF159E8AE8B4F4B3A8A01135B /* SG.png */, - DE2467D4C4E3EB2C41C5399F1D854D8E /* SG@2x.png */, - AA1BD66740ECF5D39B19CCA5FCD0AA00 /* SH.png */, - 393BAF16C824261E6F6128F22135B100 /* SH@2x.png */, - BBB40531A0589338C459E5A82720224A /* SI.png */, - E24E698C5BDDE98BECFF41B7E69ED394 /* SI@2x.png */, - 125445B749AF1F3F2FA96F2AF0CE1174 /* SJ.png */, - 80CE32FBE1E1B57FBE7E1B594E78947D /* SJ@2x.png */, - C45EB2C1A360BFAADFEDCF241F265BAA /* SK.png */, - E344D298D2DD3E2BB044E7E9B5F7F891 /* SK@2x.png */, - F66D339FB249D9382375092C5AEAF1BD /* SL.png */, - EE6174687030C9008C3EB6C11F148257 /* SL@2x.png */, - A9790546F48756FA7B4A09E9F229B500 /* SM.png */, - F0D54C1F32AB23BFE8DA515B5A283D6B /* SM@2x.png */, - 09ACE3E29EB69A00683552CB0399F845 /* SN.png */, - 4756F9C29E72E402A9AABB0A21446720 /* SN@2x.png */, - 429BB4924F58FB7EF7E60881540763D2 /* SO.png */, - EABD3F06D308DA298E7AA5E6EB8E0077 /* SO@2x.png */, - 1C62AE8AE128E4805E2DF84E6B1E5A46 /* SR.png */, - 49A3F682EDA077CE6FDAC5C0F0F50A70 /* SR@2x.png */, - 2171EE0A817C8802424DE953872EDA31 /* SS.png */, - 3FC99235F4403CB73B7EF0D605CF666D /* SS@2x.png */, - E3E2F7538C17014C98DAC274FB644409 /* ST.png */, - A65AD97D9AEB879F3E19F39F589F1508 /* ST@2x.png */, - C494FCCA1A47AFAF9B28A2B06C15FACE /* SV.png */, - 7B446E802851B4EE72486F5FBB616133 /* SV@2x.png */, - 4F82A247875E71845E224EEDDA2F4291 /* SX.png */, - 6F3B68968F201FDD45686F2497C2AA34 /* SX@2x.png */, - 398A7171A6FBA8DA044CB3D59738C9D5 /* SY.png */, - F50E2FE55860D54F74F689DA933CA275 /* SY@2x.png */, - F8AF914FBBBDA92A703C8D258DB74A00 /* SZ.png */, - 491B8D792EE146BFCE5437A01DF85986 /* SZ@2x.png */, - 0BB81EF2D1A20AAD1FC5E4C0C8A899D7 /* TC.png */, - 7B9B1FA48CF15B78E62EAB33E901B533 /* TC@2x.png */, - 7F8ACF0BC7BA8FD212BC5DC33333CDF0 /* TD.png */, - FD5B9BE18EBF94990A35A238369F16CD /* TD@2x.png */, - 2611AB5A17D3F62DC5811ECD07DD3C70 /* TF.png */, - 6D7C91C5742219E400125296BF449FC4 /* TF@2x.png */, - FC00B0C325C51C7E1F9021CB5D8A8144 /* TG.png */, - 70576872E25728DCB0869D1AFD0CA811 /* TG@2x.png */, - 93A66E890D00EEB4AC697FA6E1970621 /* TH.png */, - 5EF6C537A11C3893F8BB5FAFDF1ED4D9 /* TH@2x.png */, - 55BA2AD1B98A74A598808A9C82101911 /* tickMark.png */, - C03C929A1ADC909B6D90D451581A7188 /* TJ.png */, - 1651C28482C69C23B7E57F58DEC1FA35 /* TJ@2x.png */, - 66642D24E3502FB091DF0B329E42DAB3 /* TK.png */, - 8AA62BD80DE0EE5DCF9E4C00DEE60B8A /* TK@2x.png */, - BD329212F32D8010E00E6611356A02BA /* TL.png */, - ADFAD4CE445DA52B25FACEA72F40E21B /* TL@2x.png */, - CBC49D4A2A037FD44CB89EC5F147685D /* TM.png */, - D0B54C213C5266FA52FAE5C2A482EA25 /* TM@2x.png */, - 7B510984BDD7A6EC0F68B7E65015F879 /* TN.png */, - AFDBC0627A6982B1EE5F1A0BBA08516A /* TN@2x.png */, - 2273A95D555A6594B88D10A566FDFBB0 /* TO.png */, - D4044821225CCFC367D05E1FB8C15E04 /* TO@2x.png */, - EA50547E43AABFC3B5ACC20EE5E5F5F2 /* TR.png */, - 58C38007AB1DCF460558238D822DFE27 /* TR@2x.png */, - E4056A14F1694A806002060EB2D1D7CF /* TT.png */, - 771013A17656FF6416BE75D0F60A2BAF /* TT@2x.png */, - 866B100E94F3F50D0A24D16F3AB8AC86 /* TV.png */, - F3F985B8A97D861DB001D55567163B0C /* TV@2x.png */, - 59DED9052E434FD106075F1DA4E70F48 /* TW.png */, - F3938D4936B805D01D43D09DBF5A9718 /* TW@2x.png */, - D4F742192AF124BFECA4756AE45A5AA9 /* TZ.png */, - E95F9643A3235CBBD6C3FDDF38231D77 /* TZ@2x.png */, - 512D67B8090DFB0D088F47C17502299B /* UA.png */, - 9880F7C3308C4A306318A10D0CB4D0A2 /* UA@2x.png */, - F434A96A2B2EDFE04C1F290A44B59406 /* UG.png */, - 5153FFEA1A5D687669C9958632FB89C8 /* UG@2x.png */, - 7C657420FCEA91D9629EB99187F04833 /* UM.png */, - 980AC80075D1E482C701EC77D8DA75F9 /* UM@2x.png */, - A1BABC6E08D4A0EEA087C6C352DF2A74 /* US.png */, - C6B7A67D8100C3B51D16894397B7AE89 /* US@2x.png */, - 71C0A81DA0A0D2179C9F0062C27277FA /* UY.png */, - 8C5DD348E2E1F5C5935C218BC8C10BE3 /* UY@2x.png */, - ED1F88712F986ECF8D407CDFDB6BCE63 /* UZ.png */, - 2AEDE3549317A3A462B0FFF12199013F /* UZ@2x.png */, - 26AAEE2EC8F340A105A6851EB8614208 /* VA.png */, - ED460AD849E8482898DEB823F3A31B9C /* VA@2x.png */, - 39465563825E10A30552DC1352DFDFD2 /* VC.png */, - D307BB6AFCBECD17042A6EC3A7833B18 /* VC@2x.png */, - B27172442799E1601ECDCC7E3C58665F /* VE.png */, - 681FFA112C575680204108BA01A76B29 /* VE@2x.png */, - F71DA58F3C436C8E553A4AA04208980D /* VG.png */, - DE8E331F5A04DEA67D695A480B379504 /* VG@2x.png */, - BD591A1A0BE4007519D3C0BFE369C713 /* VI.png */, - 73E9430A19608C49253643082AE3B211 /* VI@2x.png */, - FB07C90043C7CC94DFEF22B1D267EB43 /* VN.png */, - 1BDF3F015F1E5ECF7F32FFD75C92F409 /* VN@2x.png */, - 6311BFC1B2C7E26B26F4A4846682E4A9 /* VU.png */, - F83B088A7BDFD3CDF89DFAD02F4B9805 /* VU@2x.png */, - 4449F253994FFC5B6AA1D65798EE34FF /* WF.png */, - 5483967AC501C78896257EB9EE40D862 /* WF@2x.png */, - A338CCAFBE8CA15464AF7D9844D1984C /* WS.png */, - C41D4B8AD9702A2035A4ABCB64DBDDF1 /* WS@2x.png */, - C5DB49F710507256F8D838F863DF0F61 /* XK.png */, - 06D63ADCB268B4CFE3484772816D34A0 /* XK@2.png */, - 48FD5625E7D46C87234260FF6BFF610C /* YE.png */, - 9DDABAAC7B9999C501568CCDE7B53164 /* YE@2x.png */, - 3AD113B380C42995FFA6813463B27D01 /* YT.png */, - 01F66007E92F542D6B7B96E95130108C /* YT@2x.png */, - 1F2975FF23BCEE83FDF432E293687D14 /* ZA.png */, - F05849A37C040BB9F4AEF6D5C55D8C27 /* ZA@2x.png */, - 6E63A39947C20080B2709B27145D2585 /* ZM.png */, - 415113E2DF30A49BABBECEC30816B62A /* ZM@2x.png */, - E9B3A733B6EDA6174BE9057284A79F38 /* ZW.png */, - 15F831591E2FE66964E2C6589EFC40A0 /* ZW@2x.png */, - 207083EAFC6915AEF53475C7590BF1EA /* PickerView */, - CF4FC5BCB6D5B251C7D6E997BBDB16DE /* Pod */, - 80C53C6F76405E7EBCC590699751D34F /* Support Files */, - ); - name = SKCountryPicker; - path = ../../..; - sourceTree = ""; - }; - 80C53C6F76405E7EBCC590699751D34F /* Support Files */ = { - isa = PBXGroup; - children = ( - 3DB76BAAE6CBB09AF6FAD3D436179D16 /* ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist */, - CCBD799DE9E97A98A8BB6AB33BB65DB1 /* SKCountryPicker.modulemap */, - 0DB1C509732504E42A8BAF19749B05F9 /* SKCountryPicker-dummy.m */, - 73326DC9B8C7438E0F1BEF9A02C64A55 /* SKCountryPicker-Info.plist */, - 8EE0D9BE6AEA2AC5BDD63DE95EB5953D /* SKCountryPicker-prefix.pch */, - E167E303FA19023525E7F10291F9AD8D /* SKCountryPicker-umbrella.h */, - 96AE8BB11A945AE4FCFF445282DFE30F /* SKCountryPicker.debug.xcconfig */, - AC39859EBA4D180169BB930733A2F76C /* SKCountryPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "Examples/UIkit/Pods/Target Support Files/SKCountryPicker"; - sourceTree = ""; - }; - A0653EA217AF5FA3B39795A22A39C235 /* Targets Support Files */ = { - isa = PBXGroup; - children = ( - 1EBC0F211E4927F20FDE855E85811F9C /* Pods-TestCountryPickerFramework */, - ); - name = "Targets Support Files"; - sourceTree = ""; - }; - A1457E2C922CADC0388AEFFF83B3C24E /* Products */ = { - isa = PBXGroup; - children = ( - 3A611E0654EE5CC126681B50D2EEE347 /* Pods-TestCountryPickerFramework */, - E35D40CE0FDD4C4651AABDFD4367BC74 /* SKCountryPicker */, - DE277629B5C09BE727E2EA152C0F7D19 /* SKCountryPicker-CountryPickerController */, - ); - name = Products; - sourceTree = ""; - }; - CF1408CF629C7361332E53B88F7BD30C = { - isa = PBXGroup; - children = ( - 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - 5BF9C9541778EC38F7F586D66DA3A4CB /* Development Pods */, - D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */, - A1457E2C922CADC0388AEFFF83B3C24E /* Products */, - A0653EA217AF5FA3B39795A22A39C235 /* Targets Support Files */, - ); - sourceTree = ""; - }; - CF4FC5BCB6D5B251C7D6E997BBDB16DE /* Pod */ = { - isa = PBXGroup; - children = ( - 17FE25A771176954A57E861949707E26 /* LICENSE */, - 4847379E1418D3DA165F6223FE191020 /* README.md */, - 70427CD01E14EACE1DAD30631F2BF3C4 /* SKCountryPicker.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 578452D2E740E91742655AC8F1636D1F /* iOS */, - ); - name = Frameworks; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 05777802D90A42ED159CF3BA0EEA5F17 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 7187B2A44B529FECE2DFABC798344846 /* SKCountryPicker-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4CDCB0373A67B16D24BE5EA47584A96B /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - C62667E60B1282D507FA54E8BEE90DD7 /* Pods-TestCountryPickerFramework-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 431F5AF1BE060920CB8E3268DC99B57F /* Pods-TestCountryPickerFramework */ = { - isa = PBXNativeTarget; - buildConfigurationList = 0B7384678012EBEB3D2E4BB0A11970C0 /* Build configuration list for PBXNativeTarget "Pods-TestCountryPickerFramework" */; - buildPhases = ( - 4CDCB0373A67B16D24BE5EA47584A96B /* Headers */, - 75C3B0B40EA3124F00D84F84997452FE /* Sources */, - 0D602331A7AFFAAFCC2FFA5008EBC633 /* Frameworks */, - 102CAFBC52602A0B7AC2761AA2BA32BF /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - A6093FDEA82A61E1BB4A79C17F183743 /* PBXTargetDependency */, - ); - name = "Pods-TestCountryPickerFramework"; - productName = Pods_TestCountryPickerFramework; - productReference = 3A611E0654EE5CC126681B50D2EEE347 /* Pods-TestCountryPickerFramework */; - productType = "com.apple.product-type.framework"; - }; - AD5DDE18FD5EB97540CD21988269989D /* SKCountryPicker-CountryPickerController */ = { - isa = PBXNativeTarget; - buildConfigurationList = 91B999B22174FFC01A556D734DF20B4C /* Build configuration list for PBXNativeTarget "SKCountryPicker-CountryPickerController" */; - buildPhases = ( - 98BCC9E884CEEC0C312230AF2B830BE3 /* Sources */, - 25E2A6AF7904504A072240317672F2FE /* Frameworks */, - 2913C7F5AEA89639A7C773C80FF99FA0 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "SKCountryPicker-CountryPickerController"; - productName = CountryPickerController; - productReference = DE277629B5C09BE727E2EA152C0F7D19 /* SKCountryPicker-CountryPickerController */; - productType = "com.apple.product-type.bundle"; - }; - CD6AE62B70B78355A3257C4DC46F7A3E /* SKCountryPicker */ = { - isa = PBXNativeTarget; - buildConfigurationList = 76588EBFE48E2DE971C05CF4F5ABA39E /* Build configuration list for PBXNativeTarget "SKCountryPicker" */; - buildPhases = ( - 05777802D90A42ED159CF3BA0EEA5F17 /* Headers */, - 3A4066251B58ED6F76255A2657BDC992 /* Sources */, - 0AE3B23193526A2D35BFF03DBD9B0D4C /* Frameworks */, - E3AB9A1482A77860304A4A422B67B537 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 6840CAE79CBC1DCEEE62C3315C54E8EF /* PBXTargetDependency */, - ); - name = SKCountryPicker; - productName = SKCountryPicker; - productReference = E35D40CE0FDD4C4651AABDFD4367BC74 /* SKCountryPicker */; - productType = "com.apple.product-type.framework"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - BFDFE7DC352907FC980B868725387E98 /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 1300; - LastUpgradeCheck = 1300; - }; - buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */; - compatibilityVersion = "Xcode 8.0"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - Base, - en, - ); - mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = A1457E2C922CADC0388AEFFF83B3C24E /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 431F5AF1BE060920CB8E3268DC99B57F /* Pods-TestCountryPickerFramework */, - CD6AE62B70B78355A3257C4DC46F7A3E /* SKCountryPicker */, - AD5DDE18FD5EB97540CD21988269989D /* SKCountryPicker-CountryPickerController */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 102CAFBC52602A0B7AC2761AA2BA32BF /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2913C7F5AEA89639A7C773C80FF99FA0 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 57AC9805DEF5F846A847216FAAF6506D /* AD.png in Resources */, - B95C60EDD77A35E6AFE4323E5A91115F /* AD@2x.png in Resources */, - 33391AF9BF08C8AFD6C48EA513345757 /* AE.png in Resources */, - 20DBAB439E86B11F0FF67560EB482F29 /* AE@2x.png in Resources */, - 63A69E64A8FD4D07E3BE1342ADD1C1B0 /* AF.png in Resources */, - 889D2582CBBE24EF24046B66939AFD15 /* AF@2x.png in Resources */, - 95F2C30C4642EF9808F32E9C33560E58 /* AG.png in Resources */, - 1AEAFD25F8247866827322842AD1FF2E /* AG@2x.png in Resources */, - 41919ED35B0600F9E827D8891402245C /* AI.png in Resources */, - A75403C47649B444B42A66B7C4686BB5 /* AI@2x.png in Resources */, - 8D0D9FF562063F9A92A3CB11BC4E72A9 /* AL.png in Resources */, - D027760A53886B52AF1A9027805A2A45 /* AL@2x.png in Resources */, - 43163AD1FB09CA32BC1549121A7C3384 /* AM.png in Resources */, - 206ACFB0815601727CA939D62242721B /* AM@2x.png in Resources */, - 8FD7F3FFAA35D52ED9ADECAF34E014DC /* AO.png in Resources */, - 4FA022BB80DFB077426C798FB662E760 /* AO@2x.png in Resources */, - 54A3DB942BD911B43F95C0C5D791C3EC /* AQ.png in Resources */, - 37E6A967FF4BFD8A5B2AA9157B52FE48 /* AQ@2x.png in Resources */, - 520FED1AB4B7E6007F87F6E3A1877B55 /* AR.png in Resources */, - 2D0D90E8E518851FAFC273701F836358 /* AR@2x.png in Resources */, - B74C3C6A8EF904FB9C7BE86C28FD7C46 /* AS.png in Resources */, - 07DC144DDA943EE3B79ADB2B53300168 /* AS@2x.png in Resources */, - DEBFB61B686B7A71DEFC61E999E2B99F /* AT.png in Resources */, - D36793A39F39F60E7A52572DE10973B7 /* AT@2x.png in Resources */, - DAA3D68919FA0F2C45E02B906BCBD878 /* AU.png in Resources */, - 69527A926D1DA6888F7B7E820028A38B /* AU@2x.png in Resources */, - 9A014D9FE589E982BF86AC84AE8D964C /* AW.png in Resources */, - 9DE5FE026433911E1BCB752F0C56DD00 /* AW@2x.png in Resources */, - DCE38974A797887ADD0DD3D5E1C206F2 /* AX.png in Resources */, - E15AB41573AA0DB174C985ADE32026C6 /* AX@2x.png in Resources */, - 45DA3CCEADB77CAA979CC643BE2BEB57 /* AZ.png in Resources */, - 8D70ED0F535A53D8158C16E92FDBCAAA /* AZ@2x.png in Resources */, - D6F1D7C025A980A563CB7BE31CF9C420 /* BA.png in Resources */, - DF10923C7033160162F10484657CA7C0 /* BA@2x.png in Resources */, - 91B25348758B600E597635A2837E907C /* BB.png in Resources */, - 88C5C827CCC6B490A5026829BFD5AE86 /* BB@2x.png in Resources */, - 63DF237222725ABCD277DFA4086488C3 /* BD.png in Resources */, - ABAD43E9F1F175C3D2E14A791AC2CAD7 /* BD@2x.png in Resources */, - AF27FB308E6108B8E7409661ECFB2BF9 /* BE.png in Resources */, - E1A334B9494C5B92BD0D45A2F2D36158 /* BE@2x.png in Resources */, - 20CAFB724ABC3608F6EA375F8F2C688D /* BF.png in Resources */, - 876FEAB4C5CBE304FEC407F702A893CB /* BF@2x.png in Resources */, - DB38F89B29AF4B54127B5C6272C175DE /* BG.png in Resources */, - 2DA017663B80F25684B90370E827AA6B /* BG@2x.png in Resources */, - CCFD5D59149A2F16AB68FE120262B3F6 /* BH.png in Resources */, - 01F51AF6A00DC774FD3A60CC242F1031 /* BH@2x.png in Resources */, - F33E29763649F55FC62C759CE4990B70 /* BI.png in Resources */, - 238B50DC96600A6F2DCEB3518A9719FF /* BI@2x.png in Resources */, - F3E463FCEEA39ABE7FC41388E9FD9934 /* BJ.png in Resources */, - 5011A828A1A887BC8A809D51217752BF /* BJ@2x.png in Resources */, - DE01BB6B3B90AC67EB18D23C4E8AC043 /* BL.png in Resources */, - 004AFB7210D7929E366879635139E08F /* BL@2x.png in Resources */, - 4EFDEBE906AEA431F943F9AF6B7A4F27 /* BM.png in Resources */, - 0CC64ED31FB2879874C3EEDFE8BF75C0 /* BM@2x.png in Resources */, - 2D09E1F389EEB05CA63753133F661303 /* BN.png in Resources */, - 1BD8136F3042B30E78F2B51D87B3BECC /* BN@2x.png in Resources */, - 6A8EF32053EF80EC1D772AD632AE3F24 /* BO.png in Resources */, - 4593C3F24FAAEB768BA6F31E5244C21F /* BO@2x.png in Resources */, - 694344C662F3BCD15A578AE900606314 /* BQ.png in Resources */, - AE1D362FC0202ACF75E7149694D1EECF /* BQ@2x.png in Resources */, - A1A6089A02B2978889B47C9E905F479E /* BR.png in Resources */, - AB023BC1BE5BAFBBAA05B8680BDA8910 /* BR@2x.png in Resources */, - 0079CC8BD299CD7AFEA1C0FC657A33B2 /* BS.png in Resources */, - 6E52C2E6FA398BA603CFC594C30BD72D /* BS@2x.png in Resources */, - E14E6506DE962211037427B920D881BC /* BT.png in Resources */, - E06510745D08D5DA6BA67828B9D1F3C0 /* BT@2x.png in Resources */, - B228DA0FF856CB8BAE04A4072886CCB8 /* BV.png in Resources */, - 4E13CCADB51E707B3E50A277E875DA72 /* BV@2x.png in Resources */, - 70EBE2056BFBDE63A267DBCBC77D26D1 /* BW.png in Resources */, - 3470C12E091EC7A978AA64AFCD1486FF /* BW@2x.png in Resources */, - C2D9D01501F4E4AF7082BFFB37F70AAC /* BY.png in Resources */, - 7C30A6C360047CE8F5AD930B57220BD2 /* BY@2x.png in Resources */, - 758F13836CA7F9C7407D1DF579E29A4F /* BZ.png in Resources */, - A86DB31D5849DFF6B133073DC9595807 /* BZ@2x.png in Resources */, - 863CDFC42C053EBABAAC714644C57D99 /* CA.png in Resources */, - 9B8B5CD6094CCB8B9A62B01E2E3E6F06 /* CA@2x.png in Resources */, - 1823A23EC3E655B6760562C55577B3E4 /* CC.png in Resources */, - F07A1EE63E48670C8DE4BAAFAF484E64 /* CC@2x.png in Resources */, - A871E06F7708CD8B864CF295D88354C1 /* CD.png in Resources */, - 59B0F507F5A3015A236B40759E8C96A6 /* CD@2x.png in Resources */, - 641F475A3697F8E8273DE3BB3BED7F2D /* CF.png in Resources */, - B0FB5593610E5A6C87A95E8A38576E33 /* CF@2x.png in Resources */, - F47A09B36AA0F8C18DB5377F7518D7FC /* CG.png in Resources */, - 3CCAF3E60F3AAEA746E6693E5257324E /* CG@2x.png in Resources */, - DBA4761A29BC9BC7C7C4152BB0E0C142 /* CH.png in Resources */, - 40869419738BAE75A30C524CA5CACDF9 /* CH@2x.png in Resources */, - F1F51DFC5FAD16F540079E77208DEC53 /* CI.png in Resources */, - 3B51C3C04863D1F80C75587F851BDBEE /* CI@2x.png in Resources */, - DAC2D1EE760C87D8FCEA4765458AC424 /* CK.png in Resources */, - CBDEF5A8BB4B01742ACAE1F01A5C10FA /* CK@2x.png in Resources */, - C2D1AC386C8599A41C929FE1B844ECC8 /* CL.png in Resources */, - ED3331659AB978588D215656249ACDB3 /* CL@2x.png in Resources */, - 16C514F134C49B2B691EDE7F81E62B95 /* CM.png in Resources */, - 8B8C5A50A80EF9469D9B0BD3E27C12CC /* CM@2x.png in Resources */, - 1904762B73B934A915AC118A7C71F10B /* CN.png in Resources */, - 11E5FC74D02798E037921DE5E08B1DE2 /* CN@2x.png in Resources */, - 885A1DB389455D55437D013D4947A5EE /* CO.png in Resources */, - 373151A1F79D68E8759E7902BC8AB9EE /* CO@2x.png in Resources */, - 5FE596ACC11A6D7D6286A473A77F3AB2 /* countries.plist in Resources */, - E3F301558ED3D9EEAE3BDE5747C985F1 /* CR.png in Resources */, - 808395C081F4C4CB62A55133D8E3CEAA /* CR@2x.png in Resources */, - E7E643F2AAB6C80A4C9B31E2702981F3 /* CU.png in Resources */, - 77C001CAB8E1CE3E3DF81FF21D375725 /* CU@2x.png in Resources */, - FDE99F9BE40FE40239510E22CF77E166 /* CV.png in Resources */, - D7802A73C8567F05DF53B35F17FB2A4D /* CV@2x.png in Resources */, - C4B269DFB800968C1086FB42D1133918 /* CW.png in Resources */, - 93E31B9B9A469749BA99360E7F7C50E3 /* CW@2x.png in Resources */, - E82D12809E46B1CDBDB3BBD804080CFD /* CX.png in Resources */, - 12CB4F810D0446AA1F0BE929BA45A229 /* CX@2x.png in Resources */, - F41A247CE1D13A97E5357C5CC871F837 /* CY.png in Resources */, - 8C8EF24AF6B747755C6B1A9F748748AE /* CY@2x.png in Resources */, - 2C10571E3DEE3AE8F20252274AE5640D /* CZ.png in Resources */, - C4CC76EBB15658F4DCBDCEDF4DC43EE7 /* CZ@2x.png in Resources */, - 0FD72B7995ADF3F6B9A86586B803C23C /* DE.png in Resources */, - 88674F31CAC29DF8F45B5F352B6EB5BD /* DE@2x.png in Resources */, - F6F6419C20CE60516E019C32E2347306 /* DJ.png in Resources */, - 4FE6B46EA301CBB8B300D41724A401DF /* DJ@2x.png in Resources */, - D17B1ECC652C30B86412C8A4ACC19896 /* DK.png in Resources */, - 71810E817F17D2CB5C4838DFF5C94230 /* DK@2x.png in Resources */, - C67A566CB0999D2AB8383D154C5E16EC /* DM.png in Resources */, - 2915DDC945A6BABA0EE3FA6CC69FF4FF /* DM@2x.png in Resources */, - FE4A17C8E059D31D6FEB890048072DD0 /* DO.png in Resources */, - C6F9C89D93CC97EDE811285C940A16DA /* DO@2x.png in Resources */, - 0D8DBB2AE86DCA25B6BAF9FE3421E7B3 /* DZ.png in Resources */, - F66577EFFF181A32FC1C2C12CA473951 /* DZ@2x.png in Resources */, - 3A9CA054B12D7BC27FFDA0075E443BF5 /* EC.png in Resources */, - 476E9F263C31C5E47B83C09B56FF7475 /* EC@2x.png in Resources */, - 370045F44C3186386BC29939D64AF4A2 /* EE.png in Resources */, - 5EFC9E810F174D99CA83A5268B40FB89 /* EE@2x.png in Resources */, - 43F14F2D7DC9ADFE321428D99CB3E09C /* EG.png in Resources */, - 0FF8696922B78F889A76B8F40C8EBF41 /* EG@2x.png in Resources */, - 6B3CD12F57A2580AD3BCE00A0402B03D /* EH.png in Resources */, - 90E7BDB8D796E19987FD45539B594B77 /* EH@2x.png in Resources */, - 67335B493D91823F1C271482220146A1 /* ER.png in Resources */, - 89964AF5796191A8B65B84D1A66DDB99 /* ER@2x.png in Resources */, - 02C7FEC7C267B157EF36F6AAEBBC0B39 /* ES.png in Resources */, - EBDC40852CA52BF1374789AFB6A27FFE /* ES@2x.png in Resources */, - 1C63E57F0B79C280E0372DD712CBE778 /* ET.png in Resources */, - 82511DCC87B27BFE0740D286A01E0760 /* ET@2x.png in Resources */, - 2DA671D4DC9A8343D76806825847BE3C /* FI.png in Resources */, - 1792CC43CE3BE077B6A551CCD67D12CA /* FI@2x.png in Resources */, - 4B19A91BB5DEE2EFAC539733364B5637 /* FJ.png in Resources */, - F50E249AABC26AF93916E36A822CB194 /* FJ@2x.png in Resources */, - CEDE635B2E5C6F76983C8F5034E6ACF3 /* FK.png in Resources */, - 750E478C6B2921FB510284CA2DACA97B /* FK@2x.png in Resources */, - B573C96D90FD795CB45B30C39105372A /* FM.png in Resources */, - F029342C89978A3CFD2CC4F11B03B4C2 /* FM@2x.png in Resources */, - 1DF6F94367A48E53ADE260C3C33AF216 /* FO.png in Resources */, - 3ACC284E2E9F71B223C08F57B464C578 /* FO@2x.png in Resources */, - 6700C0CC18FE1A0EE7CF1E1A2F1449B9 /* FR.png in Resources */, - 81BCB72459D24FEB9C8B3E907C14755D /* FR@2x.png in Resources */, - 17BC64C64C4392FEE2E409BC97F1CB4C /* GA.png in Resources */, - 7F61D04D0E90D45B3A427829D2DDD92D /* GA@2x.png in Resources */, - FE61C831A6124BB9427354F938C0D2F8 /* GB.png in Resources */, - B1849A4B4870954D32D354AD06A18AAA /* GB@2x.png in Resources */, - 58E93238D63272B2A39BB77CB9879357 /* GD.png in Resources */, - 19EEA295050D81DBA7A0B9A233A98108 /* GD@2x.png in Resources */, - B9105DE5775747760D15F92D716F02A1 /* GE.png in Resources */, - 63CB45491EB3ED1C5F44BB15C645EFF8 /* GE@2x.png in Resources */, - C361F6CDBA9F63C455AFE3FAE8C0A335 /* GF.png in Resources */, - E6195B4969FC7EED2117F8F90AA5C458 /* GF@2x.png in Resources */, - 54ADCECAE8E37D2DC61544B3D08CEB32 /* GG.png in Resources */, - B8CDDDB848678862180F35D2CA706A67 /* GG@2x.png in Resources */, - 5148D2427374E8588A7B5677FEC4B2C5 /* GH.png in Resources */, - 5A5118962B8E9438484EE18957DCF576 /* GH@2x.png in Resources */, - 4E128FF4A282E9AF9142C9FB2A62C3F5 /* GI.png in Resources */, - 4CE91FBC4D68A87C2A493EC5932522CF /* GI@2x.png in Resources */, - 6C483E90E2DFD3E080CBC6F87FF341D4 /* GL.png in Resources */, - 88FB7E613F86488CCC7A970D1E5ED4DC /* GL@2x.png in Resources */, - 3CA96584B2D1B7BBF35032CB22476461 /* GM.png in Resources */, - 25165DFE20E087406D6A49DC22C4BFA4 /* GM@2x.png in Resources */, - 1BF9259845B58B8A124367C5C8DA4470 /* GN.png in Resources */, - D155418BAF2728553D688F44AE1B9CCB /* GN@2x.png in Resources */, - 5E31452D4338F1B34B4C4100FFA95B26 /* GP.png in Resources */, - C4D488BEACFBF1388A7357E3BF30D400 /* GP@2x.png in Resources */, - 0A63A49FF19615267EE71DF0FE5FBA1F /* GQ.png in Resources */, - 8481906947573FD2B764A1988A711A85 /* GQ@2x.png in Resources */, - 5E00242E3A4154A5A9D9D11ACAC83C42 /* GR.png in Resources */, - 1CA95F61233F01902D5D0FACE67813BA /* GR@2x.png in Resources */, - 58E1BDE855DE598410571DD3CD6FD26D /* GS.png in Resources */, - B2FC6B72CF3D8DED3C6C914341F04E23 /* GS@2x.png in Resources */, - 11DB622B4A51C4359C3FE0A324F5F900 /* GT.png in Resources */, - 08D026DFA59BB902500074DEBD7615AB /* GT@2x.png in Resources */, - 49FD3C50BB1E4E15D881069F38E6349D /* GU.png in Resources */, - 0EF8CDC85FC6D1B3378506ACABDD8FCD /* GU@2x.png in Resources */, - 73E6049D67F9EAE82027DEB74F421DBC /* GW.png in Resources */, - 3EBB456999000B416295DE0B01A4ABFD /* GW@2x.png in Resources */, - E81A8941346F3A1F5A1220A27055302A /* GY.png in Resources */, - B87F2C714F7B03AE587D3B0DCBBBAF59 /* GY@2x.png in Resources */, - 8B921DD07FF7C3CC4647F22311AEB550 /* HK.png in Resources */, - 2F3D36922B6FF5671DBF2229C3D21A30 /* HK@2x.png in Resources */, - 7CA7093B66E7C0D988F19C69BB27AABB /* HM.png in Resources */, - A920154834E6E30E5EDDC747CC068F5B /* HM@2x.png in Resources */, - 9D462262668C636FDF746EBC9A9EF4C8 /* HN.png in Resources */, - C335CA22A393031818D6EF2683936321 /* HN@2x.png in Resources */, - 8E4E0641ABD5660FEF231C1950290009 /* HR.png in Resources */, - 1E14B3650DFF6F7DE538C5C24C68F65C /* HR@2x.png in Resources */, - 9C9FBFE528220D5384E6B82FE2E60683 /* HT.png in Resources */, - 0F3D0E921DB94F1B9570E387B7384D2A /* HT@2x.png in Resources */, - 089DA87D9F30C423024845B01349911E /* HU.png in Resources */, - 3A997E090B79CF6DF2698C0734D76A7F /* HU@2x.png in Resources */, - 038C84D455AE771E6C739A0C9F35D46B /* ID.png in Resources */, - B9D51801EF2398ADB5F0BE095E786FC0 /* ID@2x.png in Resources */, - 02E95F54728F5B84E38C86826BC3841A /* IE.png in Resources */, - A56E7DE0EB1A7E6368E99D8B14101EEC /* IE@2x.png in Resources */, - D3252C3BA492605C328C42A650AB3462 /* IL.png in Resources */, - D4D691599299CCD46BD8BCCC10C23DAA /* IL@2x.png in Resources */, - A9235C5F9B808F089C30CC0F304A0575 /* IM.png in Resources */, - 9554C466A0A18F3493BC5F70EC9391DD /* IM@2x.png in Resources */, - 8E2B98E82BB6F51D67F60DE1C641E746 /* IN.png in Resources */, - 71D28531C96B8F54071D9978EED9B73C /* IN@2x.png in Resources */, - 01F16D5C5A4F4EB6453DFFD8696816CC /* IO.png in Resources */, - 228255F5B7BEA5B4C05A4E02148B6FA0 /* IO@2x.png in Resources */, - D9294D5F25D8AA85F7A140774C7FCF7D /* IQ.png in Resources */, - 8D88EE77EFF8BE9B5AA7A82D82A29906 /* IQ@2x.png in Resources */, - 698DC35F812605D3335EBCE52347C437 /* IR.png in Resources */, - FD45C9E867B98E3BDF7149832524F793 /* IR@2x.png in Resources */, - 23D59E02E01E0359B6F27C746E47422E /* IS.png in Resources */, - AB633F45C25B68447904086B5E7595C5 /* IS@2x.png in Resources */, - F6B32BB21368307AD592647F5074D50E /* IT.png in Resources */, - BC2FF2EA87232A8063C2457525EEC81B /* IT@2x.png in Resources */, - 3C96F13CB725D95FC95470B7C45F27F7 /* JE.png in Resources */, - F7E933104AB07230B2C77A085437156F /* JE@2x.png in Resources */, - 85A751F3DE73609DD8A04567BD08F3C5 /* JM.png in Resources */, - 564B0E9BB06E1573BF9EC9B4326F5C20 /* JM@2x.png in Resources */, - FB6494202CC94951D7CCCB69A58C2521 /* JO.png in Resources */, - D739FB5E82A2532F6ED13E9E43AAC406 /* JO@2x.png in Resources */, - 1D23644838F4CB6201AFBF4245FBAB62 /* JP.png in Resources */, - 9C885A34B01661D4A4DD474451098209 /* JP@2x.png in Resources */, - CA7264A08BF1D28E0B03C3040D22BF6C /* KE.png in Resources */, - 91EA2DDE8D777BE5355B4FB9E0C8D9A4 /* KE@2x.png in Resources */, - C0D52F0B2F5FD8E6BBDD2BF6EF8EDEE3 /* KG.png in Resources */, - 6D685AB6AA5AB6E966592FBE8B212758 /* KG@2x.png in Resources */, - B107F968F164951947F70113A11B4D05 /* KH.png in Resources */, - 0F789413C93D8D7D6045E7C1CD5BC377 /* KH@2x.png in Resources */, - 311279B5743808DAEC07D426A85FFFAA /* KI.png in Resources */, - CA2F57B4952E8FC68C7DAFCBF7865B44 /* KI@2x.png in Resources */, - 9E7AE4B2CF0FA957C24D39D5F77806E8 /* KM.png in Resources */, - 0D9DF91C0C9CD0547871945164F6ECDE /* KM@2x.png in Resources */, - 27A0F2EAFD7860612E27D74E13373F74 /* KN.png in Resources */, - 13EA08A03AE221B854C0B4D951C5352D /* KN@2x.png in Resources */, - 9896B6C609EB7A12772C058115C3F98C /* KP.png in Resources */, - 14B6A7A673838FD4A63AB62A28FFEC4C /* KP@2x.png in Resources */, - 8D334A07472F9DDBFBB82F900AB3C7DA /* KR.png in Resources */, - F385234D15F1297EC14A62A990F2FE17 /* KR@2x.png in Resources */, - D1FC529602799D915EB69818A82943E5 /* KW.png in Resources */, - 9A69480BC023B9DEC476F5D7CC185B14 /* KW@2x.png in Resources */, - BE4FDB5679BAD283EE299B5D7EFFF6C6 /* KY.png in Resources */, - 1C7705D2678394025C16EB4AF574CDF6 /* KY@2x.png in Resources */, - 3AD1960C2F443539B4A4248345EF9445 /* KZ.png in Resources */, - CD9A70914455B2B030CD4F27ED9F28DB /* KZ@2x.png in Resources */, - C82D9D023117AA4FCC2A10C105D5A96D /* LA.png in Resources */, - E030B4FD5A45D1CF7C5628579B006ECA /* LA@2x.png in Resources */, - A589609B79BA6F55F5421438E764D298 /* LB.png in Resources */, - 2434176B27B339215DF75F22BC53DDC3 /* LB@2x.png in Resources */, - F8479AEDF668F2577AA1B8348E83EF53 /* LC.png in Resources */, - 1A7006E0710F3D36FD630D7F45A56AF8 /* LC@2x.png in Resources */, - 1122BF0F00AE036B84C3630E8D4E76CE /* LI.png in Resources */, - 43C565CE82F74B4908060957BE6F2419 /* LI@2x.png in Resources */, - C889919E298576BA922C38EC1C08B2A2 /* LK.png in Resources */, - B98646C2F3D279B9ADDE8F15945ECB48 /* LK@2x.png in Resources */, - 832D0194A7233B8DB5CFB41D7EF076AA /* LR.png in Resources */, - 8401D15CAF65C44A7B04CE970442B01F /* LR@2x.png in Resources */, - 702C0AB0D8D9D34CE13FA034883961AD /* LS.png in Resources */, - 6C43754BC8FA8F70A6AC620B82592AD9 /* LS@2x.png in Resources */, - CF3C56464AE8330E229887300327B1A6 /* LT.png in Resources */, - 414DA25FCE58681785BEBE8EF472DE06 /* LT@2x.png in Resources */, - EB1269CC1D7AFD7F1F70617434B6316D /* LU.png in Resources */, - AA40D1E9F547F7E4FDD58A1614D0D018 /* LU@2x.png in Resources */, - 3D01E54C6FBF62D6BB6B4B5E5B149346 /* LV.png in Resources */, - B8B22481EACAC325F3E089DFFA91B03E /* LV@2x.png in Resources */, - 41E7B7E7F96F815C15FBA5583B097514 /* LY.png in Resources */, - 7138C038162A9EB4DDC20E11C878D597 /* LY@2x.png in Resources */, - 743C02217FF95BF2E242CD355E91D50C /* MA.png in Resources */, - 264233BAF9A01ED3E662B9D8A13D5CB1 /* MA@2x.png in Resources */, - 03D1E7F3475F9D3322671A91CAB68246 /* MC.png in Resources */, - 3EB1065248744350619E1E4F08986139 /* MC@2x.png in Resources */, - B38D4298CDAA7E6321B9276C8B1F325E /* MD.png in Resources */, - E4E6D0FBCDCA55E5FD2C7702513F43A6 /* MD@2x.png in Resources */, - A9103AC92A13A2F168CDC813AB9FD6DE /* ME.png in Resources */, - ED6F9566C1DDBC4F63F34571E627A64C /* ME@2x.png in Resources */, - 56D3A9452D3AA30940F5BBF9B7C7145E /* MF.png in Resources */, - 1EF431587823DB875AE5D8F3A0EDAF86 /* MF@2x.png in Resources */, - C7C0F8F671453D50AA6742F8EACD7A91 /* MG.png in Resources */, - 208301D155C012B9212F0681F045663C /* MG@2x.png in Resources */, - F03AFD1FE35B58BC540B78A5236F6DCB /* MH.png in Resources */, - 0589C0CCC364A0A85267FEE53FCF8B5F /* MH@2x.png in Resources */, - 87EEB81DAB589C918A24047E1854753C /* MK.png in Resources */, - 07AB834163DBA6711175C5FB0878FB56 /* MK@2x.png in Resources */, - 6DF0C6CE353DF3888F9D9B86469800EB /* ML.png in Resources */, - 0CA07E8AEB19333A315E1C2B93DEE7BA /* ML@2x.png in Resources */, - 37C01735E1899142685EB4BF99B5A9F3 /* MM.png in Resources */, - 8C1D1D58F9C96420326A170C8D1F6AED /* MM@2x.png in Resources */, - C5AD489B2BDD4926082D1B08B1D2C466 /* MN.png in Resources */, - 57CB5E140521908A69CFD6E7D6E5536C /* MN@2x.png in Resources */, - 7DD00C8B930B9B8547B9E80A5CECCBFC /* MO.png in Resources */, - E8E31F56FB68634779733A9B3EF2C370 /* MO@2x.png in Resources */, - 070A5208F82042AF57FFF7FCBAECCBC8 /* MP.png in Resources */, - FFBB7E59B6DDBDA15283F524719810B1 /* MP@2x.png in Resources */, - FDC045618BFFE22C26ABCE71C629FC79 /* MQ.png in Resources */, - D917D0C248DC013D34F88D60D1EB2E07 /* MQ@2x.png in Resources */, - 9B5353E8F38878BC6698EBBB5A61BD52 /* MR.png in Resources */, - C70CA676D7C2BB1EBB37FFB87772BC7F /* MR@2x.png in Resources */, - 2B44CE611970BF9C8BE4011F2D93B6E2 /* MS.png in Resources */, - D49782B9F727F1E5111211CD08AF9FA9 /* MS@2x.png in Resources */, - DE2A5C703CAC928621FE85965F01C187 /* MT.png in Resources */, - 0203EAC99F3F6BF1E4E0808DA4BC190C /* MT@2x.png in Resources */, - 1F318E652C94D254B61E516848C3BCBE /* MU.png in Resources */, - 8455E50058F39C12BA831567A886F1EE /* MU@2x.png in Resources */, - 5AC057C4967959B5931FFE4EE96DC790 /* MV.png in Resources */, - B2B07DE6F9F1E3A4667D5B5B12C28052 /* MV@2x.png in Resources */, - CC35CB479356E2E15F035D5D59C78FF6 /* MW.png in Resources */, - D0F57AEDF4CC00EFB7F4EA823A340E77 /* MW@2x.png in Resources */, - 17BD9FBB3B56B65E238214AC317A1DEB /* MX.png in Resources */, - 98A4C22FBB75EC3C84379EB8CCDFB6C4 /* MX@2x.png in Resources */, - CFFA0DF49A5136B84D947089ED720400 /* MY.png in Resources */, - 340255585BC002A6E62F1F473D7C45B9 /* MY@2x.png in Resources */, - 2742853BAB996A8877CD6B966DB30E58 /* MZ.png in Resources */, - 7B681338D07A29C8B4FA6AB725AF3ED0 /* MZ@2x.png in Resources */, - CC9CD38C55D1DEF8C4392CDCE799DA9C /* NA.png in Resources */, - 776985BF16FCA1E1E7E0357EDB7BCF04 /* NA@2x.png in Resources */, - 9A8660290A56A369B0BC7BA25C7EA9C7 /* NC.png in Resources */, - 90B23043B68F56F3AB117DFD6ED5BF0D /* NC@2x.png in Resources */, - 6DBBBEE0E3D913439E4AC4313630428A /* NE.png in Resources */, - EDB2CC68F0628F09E647C76A77C97354 /* NE@2x.png in Resources */, - 732E2755744FE4D4F0B4EE95EE22B938 /* NF.png in Resources */, - F163CE9086A1A09D649F2E3314EB4ED5 /* NF@2x.png in Resources */, - 95F4709ECA8467DB96EA0A73A979D3A9 /* NG.png in Resources */, - 76E4002FBDC002BCDCEC7686D7DF0FBB /* NG@2x.png in Resources */, - A3E3ECE032DFD635EE216DB5A31373AC /* NI.png in Resources */, - 48E78E59724782C44747C26E9FDC6D48 /* NI@2x.png in Resources */, - F1FE10EA4D00056293B6D35DC7813CE5 /* NL.png in Resources */, - 92C611917F1B888A5D86D9473B3C4428 /* NL@2x.png in Resources */, - 7A4A14995EF328E5BDD567DA99048A67 /* NO.png in Resources */, - EB6EEA65E428C12DE919C5729FBB3AE5 /* NO@2x.png in Resources */, - 569A1B27077594859341F827DD0FB1B4 /* NP.png in Resources */, - 2C41EDA6B5AD836FE2EB9240CE8C8CB6 /* NP@2x.png in Resources */, - DCF76A442267853D5FE0D694D62E4998 /* NR.png in Resources */, - 48F8DB456552F42391DF45BC6917FD0E /* NR@2x.png in Resources */, - DEA1C65365508D6B3F30B1968EB6E66B /* NU.png in Resources */, - FCF6EDE513F7828508C79F76A55C9E6D /* NU@2x.png in Resources */, - A2AD07028D5AEB6F720F8D8040D1FFE8 /* NZ.png in Resources */, - FA58BBB68A658BABA7334DE936766739 /* NZ@2x.png in Resources */, - 1A280D61EE3F17DAAC60793975465BEF /* OM.png in Resources */, - 42C084C32055922AA6B0DD40C958DFE1 /* OM@2x.png in Resources */, - 01C39BAC4E7EF23FE529B3E879F93664 /* PA.png in Resources */, - A095BA0F642789FFE46F6F55348C9765 /* PA@2x.png in Resources */, - 5B610AF728970CD3B0CA7472EE858E9B /* PE.png in Resources */, - DE3CA60CF8087C4CE42EAC663572EA37 /* PE@2x.png in Resources */, - CC6031C8C81233412A901EB25F0CE099 /* PF.png in Resources */, - 8F8765B05571D39A8D57BB0BCBA080CC /* PF@2x.png in Resources */, - C9161E64F8242F33808CE6623ED0C2A6 /* PG.png in Resources */, - 3CB382AB9440C5D1AA9A480CEC85E246 /* PG@2x.png in Resources */, - E2F18B8754DE9D09E3B62F81753A5179 /* PH.png in Resources */, - EB430DF56073035B315A448B020D7496 /* PH@2x.png in Resources */, - 528EBCFFDB485226DDF4D254D2916E63 /* PK.png in Resources */, - DB4F90F377176B96A33E98E7E0B4B5B7 /* PK@2x.png in Resources */, - AF5FB31F165CC49E9118BC1B3FE237DC /* PL.png in Resources */, - BB2D6CA23BEB43E13D0241EC0EB61EA2 /* PL@2x.png in Resources */, - A343DB6D001DCFB6398A55E1E2E9A284 /* PM.png in Resources */, - 83F6221AF82CAB79806FBD12DC9D24D5 /* PM@2x.png in Resources */, - 4D2222A294727003CB549EFE6B82CD5D /* PN.png in Resources */, - 413469D534192617557E0083408FACB4 /* PN@2x.png in Resources */, - 79655D0095D874A7A56552E5CFADF78F /* PR.png in Resources */, - 79FF0CF6C96EFE72F33756B0A171F813 /* PR@2x.png in Resources */, - 312ED1DCF8B1EE59F0A5D37A723F72F3 /* PS.png in Resources */, - F802143D875607CAE5FA7929A00C549D /* PS@2x.png in Resources */, - 5FA7E14C465D8683065753E2632DCD14 /* PT.png in Resources */, - 35738B3B07CC6AB881E772B2A6D51829 /* PT@2x.png in Resources */, - 9876EA21A02A74D29371CBEF64F6D674 /* PW.png in Resources */, - B9537CF3A1FC215D874648D0A2F69C3E /* PW@2x.png in Resources */, - BF9E4162389E2106B3E4B2EDBAAA4DA6 /* PY.png in Resources */, - 3586E4B2E7DF57C93D912906BC0B6763 /* PY@2x.png in Resources */, - 5DC215422528C0F51500D810C8A98EE3 /* QA.png in Resources */, - 38A15389E31D46FE195F1A600257753E /* QA@2x.png in Resources */, - AD81F6E68D7526EEEAE7A6A6530C6989 /* RE.png in Resources */, - 089FDD61FACF5362F0B52B954E484FB4 /* RE@2x.png in Resources */, - F006F0FA333BBC7B3A1903D8C78E2433 /* RO.png in Resources */, - BFF5CE30BBF88AF022A681BE4F87FCA1 /* RO@2x.png in Resources */, - 5D2F87F27563FF4C1FD09F2380103BC8 /* RS.png in Resources */, - 382038470D6A2C4E0BE6E0E1D24C8593 /* RS@2x.png in Resources */, - B9BD6CD90898B2DC37A7E250E924AAB1 /* RU.png in Resources */, - 0579EA4EF563F96F051C3629F3691CC2 /* RU@2x.png in Resources */, - 27ADB8733830FB10F02BEFEB06AA9E6A /* RW.png in Resources */, - B3FD9788B3BE374DAA5B5730D4E52025 /* RW@2x.png in Resources */, - A761F3B6156464931258E7FFE6A6384C /* SA.png in Resources */, - 12323AD0F6A59597DB1FBA283F71EAAC /* SA@2x.png in Resources */, - 7B005486F471CD2418B54338251B9FD3 /* SB.png in Resources */, - 01446F2FA2218DDBDE2B1689C80AA1EC /* SB@2x.png in Resources */, - BBEA964E4D0587D921E7BEF01B495E42 /* SC.png in Resources */, - 2733F9F00D0A8A3A9D31A71482EE7AB0 /* SC@2x.png in Resources */, - 579E947B0DB46A4DDA47C73A411F6A4E /* SD.png in Resources */, - 94291B843AACAA703D2E86B8D3E2548A /* SD@2x.png in Resources */, - 503BEED8E5CF36082315E7A0521092EB /* SE.png in Resources */, - CDD240EF2DBA58FDE2C299A80E87D3D3 /* SE@2x.png in Resources */, - 815140758C411C5276A2A50F269B5C03 /* SG.png in Resources */, - 77BF5B16DA75539BD8721CAAF9391B53 /* SG@2x.png in Resources */, - E6B264DBA06DBEB528DF9C6E67AEB83D /* SH.png in Resources */, - AED5D51409D88D54EF8824E7CCCDC1B4 /* SH@2x.png in Resources */, - DFA34B152D8C561639F83F11D77F1F56 /* SI.png in Resources */, - C04710C5FB3E51C52434049DD77250D0 /* SI@2x.png in Resources */, - 4DC12DC717B8A1AE25D4C88FBEAE5936 /* SJ.png in Resources */, - DED4A162A3C84C3FB5546DDCBC930FF8 /* SJ@2x.png in Resources */, - F621BB2BD7EE26293E4E288941CB1497 /* SK.png in Resources */, - 2874D49E99CFE5847356C3B04471F182 /* SK@2x.png in Resources */, - 869F7FEB901EF2530E18F16F4FC8B2A7 /* SL.png in Resources */, - 3951D32A5FBCD248281D596AC555F13B /* SL@2x.png in Resources */, - 605DFB9D5240ED6EFD4DC6493C7C3F8E /* SM.png in Resources */, - AA5BD0EAAF230F6B4072E8157788BF21 /* SM@2x.png in Resources */, - 29980EA96F0591BF638C3D373FD2AA2D /* SN.png in Resources */, - 4EA60C2CB6768D5ADA9E4BBBD3F0D3E0 /* SN@2x.png in Resources */, - 383862003ED8548E16E26C085E72CC11 /* SO.png in Resources */, - B4560D0B3A2CF055E08F48C128D0D0C0 /* SO@2x.png in Resources */, - C4212532BEC688A7F42D39199F996210 /* SR.png in Resources */, - C15FBA6965F2F4DD3D1855F75ACC1B60 /* SR@2x.png in Resources */, - 381E76710D6A61FD441ECB4788D00A8E /* SS.png in Resources */, - 98C3B33C7A5F9BE45F3AFDB0BC234E75 /* SS@2x.png in Resources */, - D8EEDC592B0DEB986F05F116D644D371 /* ST.png in Resources */, - E28FAFF0DE00C7250334692569DDF9A0 /* ST@2x.png in Resources */, - 049D08A33E7CBE9D9A1DB09B9397A8C5 /* SV.png in Resources */, - 773D48076254224183313026AD9150EA /* SV@2x.png in Resources */, - 832F6FCF0B42A34F2C8185A950129237 /* SX.png in Resources */, - 4E66DE9A7029360D869EEAF018825B45 /* SX@2x.png in Resources */, - 1795BECECB809E8B40F8A8290DBE994D /* SY.png in Resources */, - F15A428D72DC55FBCE23428B19D78910 /* SY@2x.png in Resources */, - 58A2E888E8996CC7AE166BF800ACD7E8 /* SZ.png in Resources */, - 252BEF914BD60104A02305168F72A785 /* SZ@2x.png in Resources */, - 36B68436D00D987EED2852C5F64453E5 /* TC.png in Resources */, - 68C24593D503C63B10578EE087AB9F0D /* TC@2x.png in Resources */, - 906B144E112E2B42AC2F4E9EF778A64F /* TD.png in Resources */, - 2379482F4F9210BC3232CEA254CEE223 /* TD@2x.png in Resources */, - 858F6AF927980951F25D37F7BBA556F5 /* TF.png in Resources */, - 5B841B9C6AF2C2A88365F18392840D51 /* TF@2x.png in Resources */, - 42FAF2D45330078C1C3E20166ECDFE2B /* TG.png in Resources */, - 39D3A98D8FD41290BB4A5D4F5377D062 /* TG@2x.png in Resources */, - ADD24C4EFD80E4598D17DE4D0D90287D /* TH.png in Resources */, - ECDDACC38960643CFA4D0B733DE64812 /* TH@2x.png in Resources */, - 13297A927CC46B4588EE5B1E5213EFD3 /* TJ.png in Resources */, - 0AE4C81EB68997943BA40FF66ABCB389 /* TJ@2x.png in Resources */, - C84B67B1DEC0FFF3700F952D8299BE2B /* TK.png in Resources */, - EE235CE4C5FCBB0913D6C15E8433187A /* TK@2x.png in Resources */, - 6E66E6C20D28EB4E37B4ED981D2EB27E /* TL.png in Resources */, - D24D110F9EDAC0979F855448F3DE472C /* TL@2x.png in Resources */, - 3C8F8DDF829E9D85E45C06428EBE379B /* TM.png in Resources */, - 5D3208DE50BAEB679127F6B8C76DAD1C /* TM@2x.png in Resources */, - 8916EAA0466702E7B43C3C7FD5E74508 /* TN.png in Resources */, - 37803F500A169933EA854295405434B9 /* TN@2x.png in Resources */, - 178860D417202BCEAA906867BD6EE8F2 /* TO.png in Resources */, - 472625BAE5E79A94C47D4842CBB92DE0 /* TO@2x.png in Resources */, - 697E1F4C1709ADC60E2AA7204047A10C /* TR.png in Resources */, - 24C0544605C07176021D7E8DB8367367 /* TR@2x.png in Resources */, - 9F8769E1394BD02F9705DD14C5572573 /* TT.png in Resources */, - 8B057BEDC9D15D258E4E4F3A01BE835B /* TT@2x.png in Resources */, - DDF85AE4F391519A37296146892EE20B /* TV.png in Resources */, - 876277DC37E9BB364AD07B9196CD0584 /* TV@2x.png in Resources */, - 6E25EA49D282C9284A01BC2E94137B2D /* TW.png in Resources */, - FBC78411D53984B61411CBD79C919982 /* TW@2x.png in Resources */, - 8F6E7E9B14E7FCC8AF92D504958FC444 /* TZ.png in Resources */, - 3053A3DCC3B468B256F0D15EA36777CC /* TZ@2x.png in Resources */, - 51D7D5B6AF1B33D1B4ED0806275114F8 /* UA.png in Resources */, - 1884293ADCAC90DF9D0B541EE6437A85 /* UA@2x.png in Resources */, - B48E12CC6C69687B2BF3695D0C3AA0A3 /* UG.png in Resources */, - 9DB43C3A61B8CECABC865E41D70B7212 /* UG@2x.png in Resources */, - E9572B93D9D971B2DFBFAEB177067933 /* UM.png in Resources */, - A427078F082DFA68C4906B63BA9242C8 /* UM@2x.png in Resources */, - ADCD081DCC8F973DE2DB6656F8DCE24D /* US.png in Resources */, - C565A25C7BC0423A98D693463E741131 /* US@2x.png in Resources */, - F90D5706E57176195BF7E314C48852F4 /* UY.png in Resources */, - ABB8A48215645E1BAC59119AB6606ACA /* UY@2x.png in Resources */, - 798270AEC044B52118DD3225CF896DE3 /* UZ.png in Resources */, - B775AFFB9862D6668A3936521D4A58EA /* UZ@2x.png in Resources */, - 5D82E3AFDACDD7BB9F7106005ACD19F6 /* VA.png in Resources */, - 7398548CF3150363929D8F7630E7D406 /* VA@2x.png in Resources */, - 9E5AE6D7EE9B4EEBD5B8A33DE290D89C /* VC.png in Resources */, - 5D8595D79D5E9F61F7D1B0CB31B65223 /* VC@2x.png in Resources */, - 0B5E80A4A6EB06C0BEA79E0027542DB0 /* VE.png in Resources */, - D9F1AE48DC04F457EA32924B9F79F7E9 /* VE@2x.png in Resources */, - 4F494DC8C517C62FA43E88C237B5537A /* VG.png in Resources */, - AB461215060FCAD0619A78EE41E7B2FA /* VG@2x.png in Resources */, - 829535B2FC9C0C48BEABADA4D487780F /* VI.png in Resources */, - F39852C09458C1F5EB3904EEE80E4648 /* VI@2x.png in Resources */, - B3E7224541FFC2541D2FE0871618AD18 /* VN.png in Resources */, - DC1961FEC2B3FB85B2BA15AD6E9778ED /* VN@2x.png in Resources */, - D789A45111F40B2F1F2CE888258D4809 /* VU.png in Resources */, - 7104E0B9F620223E5DA6AFAEAD84F602 /* VU@2x.png in Resources */, - 664892D1D7C5B3AFEA96A5E768233FCC /* WF.png in Resources */, - 8450AC051D49929962964C13587BE9FC /* WF@2x.png in Resources */, - BC0AB64B53B1A875600E7EA39D67C8F4 /* WS.png in Resources */, - F65E8CD7A733408C43594C717B42234C /* WS@2x.png in Resources */, - 84A90464F6F7C83485FCB0957BA88A51 /* XK.png in Resources */, - 14706C0ACE22D93E9EA22154541F7782 /* XK@2.png in Resources */, - 0CCC90D2EF4E8331A574F9CD5CF086E1 /* YE.png in Resources */, - B831325C26DC3F804CE0F7D17797F9E9 /* YE@2x.png in Resources */, - 54F01E15CC201ADD24A28281717E5301 /* YT.png in Resources */, - 311B40A96F9D04A86CECE77634833FC8 /* YT@2x.png in Resources */, - 160F4FEA922644617DD33E3801172F22 /* ZA.png in Resources */, - 6F35515A6BC3760984F1C08A94C36432 /* ZA@2x.png in Resources */, - 025801307E18CA95D394102064EE8BF8 /* ZM.png in Resources */, - E45BC75B2371697D0C7629190CC15D2B /* ZM@2x.png in Resources */, - E3F03095340DE58049619AA2C3BFE906 /* ZW.png in Resources */, - 6385AD31F46105970CB2EB72072C03C6 /* ZW@2x.png in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E3AB9A1482A77860304A4A422B67B537 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - AC53BE298517AB4A108D086E53470664 /* SKCountryPicker-CountryPickerController in Resources */, - 9CC3A6555509B70940B87808BD0DB10A /* tickMark.png in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 3A4066251B58ED6F76255A2657BDC992 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2458A258BCC03E8F47F9AC0C9D80E4C2 /* ComponentView.swift in Sources */, - BC96991CDBEF7E3F1EF0ADB73FB9E0D2 /* Constant.swift in Sources */, - 616D3FB2E7FA88F8B9CFEE44C0F3F294 /* Country.swift in Sources */, - F4C9AF01C630402ECCC8A2D48837E70F /* CountryCell.swift in Sources */, - 362E63399C57692DFD6CACF54373E411 /* CountryManager.swift in Sources */, - DC96FAA89EA8C03841426772030A2D58 /* CountryPickerController.swift in Sources */, - 0CA10DAD8A26584759672650BC73D6CE /* CountryPickerEngine.swift in Sources */, - 6613C1C5EABFFEB3D3EE0A29602BD111 /* CountryPickerView.swift in Sources */, - C0A5EB8813D5829535B44A38085592BF /* CountryPickerWithSectionViewController.swift in Sources */, - AC90393F6DBBB954160A9CFB99433F6B /* SKCountryPicker-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 75C3B0B40EA3124F00D84F84997452FE /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8EB6225DF13D21B2075BAEEE40065B73 /* Pods-TestCountryPickerFramework-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 98BCC9E884CEEC0C312230AF2B830BE3 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 6840CAE79CBC1DCEEE62C3315C54E8EF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "SKCountryPicker-CountryPickerController"; - target = AD5DDE18FD5EB97540CD21988269989D /* SKCountryPicker-CountryPickerController */; - targetProxy = 1D423E4E8424EEE609CFD287B8A05DC6 /* PBXContainerItemProxy */; - }; - A6093FDEA82A61E1BB4A79C17F183743 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SKCountryPicker; - target = CD6AE62B70B78355A3257C4DC46F7A3E /* SKCountryPicker */; - targetProxy = 19F01AC681CF4F01E6B35F7AAAC34AD9 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 08061C0B75DE795B57C665C2CB359909 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AC39859EBA4D180169BB930733A2F76C /* SKCountryPicker.release.xcconfig */; - buildSettings = { - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SKCountryPicker"; - IBSC_MODULE = SKCountryPicker; - INFOPLIST_FILE = "Target Support Files/SKCountryPicker/ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - PRODUCT_NAME = CountryPickerController; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 08D68E94B6C8ADC9FB33EB486AF65F4F /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 96AE8BB11A945AE4FCFF445282DFE30F /* SKCountryPicker.debug.xcconfig */; - buildSettings = { - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SKCountryPicker"; - IBSC_MODULE = SKCountryPicker; - INFOPLIST_FILE = "Target Support Files/SKCountryPicker/ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - PRODUCT_NAME = CountryPickerController; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 264B6CDA4C57F0E98C8C346655B2FED6 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1E904AA43538CD76B4CF5690593DAB1D /* Pods-TestCountryPickerFramework.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 636F12FE4048A318A1D8B0301EE720AE /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AC39859EBA4D180169BB930733A2F76C /* SKCountryPicker.release.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/SKCountryPicker/SKCountryPicker-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SKCountryPicker/SKCountryPicker-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/SKCountryPicker/SKCountryPicker.modulemap"; - PRODUCT_MODULE_NAME = SKCountryPicker; - PRODUCT_NAME = SKCountryPicker; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 81AF5F34B00B9A2DE507F7748497A3BC /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = CCD3C44559FAFFB6DB883FE13B6A3EA1 /* Pods-TestCountryPickerFramework.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 903A0004D3E6651EFD5D2E16214D101B /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_RELEASE=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - STRIP_INSTALLED_PRODUCT = NO; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_VERSION = 5.0; - SYMROOT = "${SRCROOT}/../build"; - }; - name = Release; - }; - B4EFE046ACF8F37157F6E322C7FCFC28 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_DEBUG=1", - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - STRIP_INSTALLED_PRODUCT = NO; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - SYMROOT = "${SRCROOT}/../build"; - }; - name = Debug; - }; - C81CCB1F082627A29CB85095C4B22F28 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 96AE8BB11A945AE4FCFF445282DFE30F /* SKCountryPicker.debug.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/SKCountryPicker/SKCountryPicker-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SKCountryPicker/SKCountryPicker-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/SKCountryPicker/SKCountryPicker.modulemap"; - PRODUCT_MODULE_NAME = SKCountryPicker; - PRODUCT_NAME = SKCountryPicker; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 0B7384678012EBEB3D2E4BB0A11970C0 /* Build configuration list for PBXNativeTarget "Pods-TestCountryPickerFramework" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 264B6CDA4C57F0E98C8C346655B2FED6 /* Debug */, - 81AF5F34B00B9A2DE507F7748497A3BC /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B4EFE046ACF8F37157F6E322C7FCFC28 /* Debug */, - 903A0004D3E6651EFD5D2E16214D101B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 76588EBFE48E2DE971C05CF4F5ABA39E /* Build configuration list for PBXNativeTarget "SKCountryPicker" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C81CCB1F082627A29CB85095C4B22F28 /* Debug */, - 636F12FE4048A318A1D8B0301EE720AE /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 91B999B22174FFC01A556D734DF20B4C /* Build configuration list for PBXNativeTarget "SKCountryPicker-CountryPickerController" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 08D68E94B6C8ADC9FB33EB486AF65F4F /* Debug */, - 08061C0B75DE795B57C665C2CB359909 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */; -} diff --git a/Examples/UIkit/Pods/Pods.xcodeproj/xcshareddata/xcschemes/SKCountryPicker.xcscheme b/Examples/UIkit/Pods/Pods.xcodeproj/xcshareddata/xcschemes/SKCountryPicker.xcscheme deleted file mode 100644 index 998ecffc..00000000 --- a/Examples/UIkit/Pods/Pods.xcodeproj/xcshareddata/xcschemes/SKCountryPicker.xcscheme +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/Constant.swift b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/Constant.swift deleted file mode 100755 index f64f3c24..00000000 --- a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/Constant.swift +++ /dev/null @@ -1,265 +0,0 @@ -// -// Constant.swift -// CountryCodeInSwift3 -// -// Created by Cl-macmini-100 on 12/29/16. -// Copyright © 2016 Suryakant. All rights reserved. -// - -import Foundation - -// ISO 3166-1 alpha-2 two-letter country codes. -let isoToDigitCountryCodeDictionary: [String: String] = [ - "AX": "352", - "AQ": "672", - "AS": "1684", - "AI": "1264", - "AG": "1268", - "IL": "972", - "AF": "93", - "AL": "355", - "DZ": "213", - "AD": "376", - "AO": "244", - "AR": "54", - "AM": "374", - "AW": "297", - "AU": "61", - "AT": "43", - "AZ": "994", - "BS": "1242", - "BH": "973", - "BD": "880", - "BB": "1246", - "BY": "375", - "BE": "32", - "BZ": "501", - "BJ": "229", - "BM": "1441", - "BT": "975", - "BA": "387", - "BW": "267", - "BR": "55", - "IO": "246", - "BG": "359", - "BES": "599", - "BF": "226", - "BI": "257", - "BQ": "599", - "BV": "55", - "KH": "855", - "CM": "237", - "CA": "1", - "CV": "238", - "CW": "599", - "KY": "345", - "CF": "236", - "TD": "235", - "TF": "262", - "CL": "56", - "CN": "86", - "CX": "61", - "CO": "57", - "KM": "269", - "CG": "242", - "CK": "682", - "CR": "506", - "HR": "385", - "CU": "53", - "CY": "537", - "CZ": "420", - "DK": "45", - "DJ": "253", - "DM": "1767", - "DO": "1", - "HM": "334", - "EC": "593", - "EG": "20", - "SV": "503", - "GQ": "240", - "ER": "291", - "EE": "372", - "EH": "212", - "ET": "251", - "FO": "298", - "FJ": "679", - "FI": "358", - "FR": "33", - "GF": "594", - "PF": "689", - "GA": "241", - "GM": "220", - "GE": "995", - "DE": "49", - "GH": "233", - "GI": "350", - "GR": "30", - "GL": "299", - "GD": "1473", - "GP": "590", - "GU": "1671", - "GT": "502", - "GN": "224", - "GW": "245", - "GY": "595", - "HT": "509", - "HN": "504", - "HU": "36", - "IS": "354", - "IN": "91", - "ID": "62", - "IQ": "964", - "IE": "353", - "IT": "39", - "JM": "876", - "JP": "81", - "JO": "962", - "KZ": "77", - "KE": "254", - "KI": "686", - "KW": "965", - "KG": "996", - "LV": "371", - "LB": "961", - "LS": "266", - "LR": "231", - "LI": "423", - "LT": "370", - "LU": "352", - "MG": "261", - "MW": "265", - "MY": "60", - "MV": "960", - "ML": "223", - "MT": "356", - "MH": "692", - "MQ": "596", - "MR": "222", - "MU": "230", - "YT": "262", - "MX": "52", - "MC": "377", - "MN": "976", - "ME": "382", - "MS": "1664", - "MA": "212", - "MM": "95", - "NA": "264", - "NR": "674", - "NP": "977", - "NL": "31", - "AN": "599", - "NC": "687", - "NZ": "64", - "NI": "505", - "NE": "227", - "NG": "234", - "NU": "683", - "NF": "672", - "MP": "1670", - "NO": "47", - "OM": "968", - "PK": "92", - "PW": "680", - "PA": "507", - "PG": "675", - "PY": "595", - "PE": "51", - "PH": "63", - "PL": "48", - "PT": "351", - "PR": "1", - "QA": "974", - "RO": "40", - "RW": "250", - "WS": "685", - "SM": "378", - "SA": "966", - "SN": "221", - "RS": "381", - "SC": "248", - "SL": "232", - "SG": "65", - "SX": "1721", - "SK": "421", - "SI": "386", - "SB": "677", - "ZA": "27", - "GS": "500", - "ES": "34", - "LK": "94", - "SD": "249", - "SR": "597", - "SZ": "268", - "SE": "46", - "CH": "41", - "TJ": "992", - "TH": "66", - "TG": "228", - "TK": "690", - "TO": "676", - "TT": "1868", - "TN": "216", - "TR": "90", - "TM": "993", - "TC": "1649", - "TV": "688", - "UG": "256", - "UA": "380", - "AE": "971", - "GB": "44", - "US": "1", - "UY": "598", - "UZ": "998", - "VU": "678", - "WF": "681", - "YE": "967", - "ZM": "260", - "ZW": "263", - "BO": "591", - "BN": "673", - "CC": "61", - "CD": "243", - "CI": "225", - "FK": "500", - "GG": "44", - "VA": "379", - "HK": "852", - "IR": "98", - "IM": "44", - "JE": "44", - "KP": "850", - "KR": "82", - "LA": "856", - "LY": "218", - "MO": "853", - "MK": "389", - "FM": "691", - "MD": "373", - "MZ": "258", - "PS": "970", - "PN": "872", - "RE": "262", - "RU": "7", - "BL": "590", - "SH": "290", - "KN": "1869", - "LC": "1758", - "MF": "590", - "PM": "508", - "VC": "1784", - "ST": "239", - "SO": "252", - "SS": "211", - "SJ": "47", - "SY": "963", - "TW": "886", - "TZ": "255", - "TL": "670", - "UM": "1", - "VE": "58", - "VN": "84", - "VG": "1284", - "VI": "1340", - "XK": "383" -] diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/Country.swift b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/Country.swift deleted file mode 100644 index 964b7be6..00000000 --- a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/Country.swift +++ /dev/null @@ -1,86 +0,0 @@ -// -// Country.swift -// CountryCodeInSwift3 -// -// Created by Cl-macmini-100 on 12/19/16. -// Copyright © 2016 Suryakant. All rights reserved. -// - -import Foundation -import UIKit - -open class Country { - - // MARK:- Variable - open var countryCode: String - - /// Name of the country - open var countryName: String - - /// - Returns: Dialing code for country instance with a `+` sign - open var dialingCode: String? { - guard let digitCountrycode = digitCountrycode else { - return nil - } - - return "+" + digitCountrycode - } - - /// - Returns: Digit country code without a `+` sign - open var digitCountrycode: String? { - return isoToDigitCountryCodeDictionary[countryCode] - } - - /// Image (Flag) of country - open var flag: UIImage? { - if image != nil { - return image - } - #if SWIFT_PACKAGE - let bundle = Bundle.module - #else - let bundle = Bundle(for: Country.self) - #endif - let flagImg = UIImage(named: imagePath, in: bundle, compatibleWith: nil) - image = flagImg - return image - } - - var imagePath: String - private var image: UIImage? - - // MARK: - Functions - public init(countryCode code: String) { - self.countryCode = code - countryName = mapCountryName(self.countryCode) - imagePath = "CountryPickerController.bundle/\(self.countryCode)" - } - - func countryName(with locale: Locale) -> String { - guard let localisedCountryName = locale.localizedString(forRegionCode: self.countryCode) else { - let message = "Failed to localised country name for Country Code:- \(self.countryCode)" - fatalError(message) - } - return localisedCountryName - } - - func countryName(withLocaleIdentifier localeIdentifier: String) -> String { - let locale = Locale(identifier: localeIdentifier) - return self.countryName(with: locale) - } -} - -func mapCountryName(_ countryCode: String) -> String { - let locale = Locale(identifier: Locale.preferredLanguages.first!) - guard let localisedCountryName = locale.localizedString(forRegionCode: countryCode) else { - let message = "Failed to localised country name for Country Code:- \(countryCode)" - fatalError(message) - } - return localisedCountryName -} - -extension Country: Equatable { - public static func == (lhs: Country, rhs: Country) -> Bool { - return (lhs.countryCode == rhs.countryCode && lhs.dialingCode == rhs.dialingCode) - } -} diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryCell.swift b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryCell.swift deleted file mode 100644 index 896ba645..00000000 --- a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryCell.swift +++ /dev/null @@ -1,192 +0,0 @@ -// -// CountryCell.swift -// CountryCodeInSwift3 -// -// Created by cl-macmini-68 on 09/02/17. -// Copyright © 2017 Suryakant. All rights reserved. -// - -import UIKit - -class CountryCell: UITableViewCell { - - // MARK: - Variables - static let reuseIdentifier = String(describing: CountryCell.self) - - let checkMarkImageView: UIImageView = { - let imageView = UIImageView() - imageView.translatesAutoresizingMaskIntoConstraints = false - imageView.contentMode = .scaleAspectFit - imageView.widthAnchor.constraint(equalToConstant: 20).isActive = true - imageView.heightAnchor.constraint(equalToConstant: 25).isActive = true - return imageView - }() - - var flagStyle: CountryFlagStyle { - return CountryFlagStyle.normal - } - - let nameLabel: UILabel = { - let label = UILabel() - label.adjustsFontForContentSizeCategory = true - label.translatesAutoresizingMaskIntoConstraints = false - return label - }() - - let diallingCodeLabel: UILabel = { - let label = UILabel() - label.adjustsFontForContentSizeCategory = true - label.translatesAutoresizingMaskIntoConstraints = false - return label - }() - - let separatorLineView: UIView = { - let view = UIView() - view.backgroundColor = .gray - view.translatesAutoresizingMaskIntoConstraints = false - view.heightAnchor.constraint(equalToConstant: 1).isActive = true - return view - }() - - let flagImageView: UIImageView = { - let imageView = UIImageView() - imageView.contentMode = .scaleToFill - imageView.translatesAutoresizingMaskIntoConstraints = false - imageView.widthAnchor.constraint(equalToConstant: 40).isActive = true - imageView.heightAnchor.constraint(equalToConstant: 26).isActive = true - return imageView - }() - - - // MARK: - Private properties - private var countryContentStackView: UIStackView = { - let stackView = UIStackView() - stackView.translatesAutoresizingMaskIntoConstraints = false - stackView.spacing = 15 - stackView.alignment = .center - stackView.distribution = .fill - return stackView - }() - - private var countryInfoStackView: UIStackView = { - let stackView = UIStackView() - stackView.spacing = 5 - stackView.axis = .vertical - stackView.alignment = .fill - stackView.distribution = .fill - return stackView - }() - - - private var countryFlagStackView: UIStackView = UIStackView() - private var countryCheckStackView: UIStackView = UIStackView() - - - // MARK: - Model - var country: Country! { - didSet { - nameLabel.text = country.countryName - diallingCodeLabel.text = country.dialingCode - flagImageView.image = country.flag - } - } - - override func layoutSubviews() { - super.layoutSubviews() - setupViews() - } -} - -extension CountryCell { - - func setupViews() { - - // Add country flag & check mark views - countryFlagStackView.addArrangedSubview(flagImageView) - countryCheckStackView.addArrangedSubview(checkMarkImageView) - - // Add country info sub views - countryInfoStackView.addArrangedSubview(nameLabel) - countryInfoStackView.addArrangedSubview(diallingCodeLabel) - - // Add stackviews into country content stack - countryContentStackView.addArrangedSubview(countryFlagStackView) - countryContentStackView.addArrangedSubview(countryInfoStackView) - countryContentStackView.addArrangedSubview(countryCheckStackView) - - addSubview(countryContentStackView) - addSubview(separatorLineView) - - // Configure constraints on country content stack - if #available(iOS 11.0, *) { - countryContentStackView.leftAnchor.constraint(equalTo: safeAreaLayoutGuide.leftAnchor, constant: 15).isActive = true - countryContentStackView.rightAnchor.constraint(equalTo: safeAreaLayoutGuide.rightAnchor, constant: -30).isActive = true - countryContentStackView.topAnchor.constraint(equalTo: safeAreaLayoutGuide.topAnchor, constant: 4).isActive = true - countryContentStackView.bottomAnchor.constraint(equalTo: separatorLineView.topAnchor, constant: -4).isActive = true - } else { - countryContentStackView.leftAnchor.constraint(equalTo: leftAnchor, constant: 15).isActive = true - countryContentStackView.rightAnchor.constraint(equalTo: rightAnchor, constant: -30).isActive = true - countryContentStackView.topAnchor.constraint(equalTo: topAnchor, constant: 4).isActive = true - countryContentStackView.bottomAnchor.constraint(equalTo: separatorLineView.topAnchor, constant: -4).isActive = true - } - - // Configure constraints on separator view - separatorLineView.bottomAnchor.constraint(equalTo: bottomAnchor).isActive = true - separatorLineView.rightAnchor.constraint(equalTo: rightAnchor).isActive = true - separatorLineView.leftAnchor.constraint(equalTo: leftAnchor).isActive = true - } - - - /// Apply some styling on flag image view - /// - /// - Note: By default, `CountryFlagStyle.nromal` style is applied on the flag image view. - /// - /// - Parameter style: Flag style kind - - func applyFlagStyle(_ style: CountryFlagStyle) { - - // Cleae all constraints from flag image view - NSLayoutConstraint.deactivate(flagImageView.constraints) - layoutIfNeeded() - - switch style { - case .corner: - // Corner style - flagImageView.widthAnchor.constraint(equalToConstant: 40).isActive = true - flagImageView.heightAnchor.constraint(equalToConstant: 26).isActive = true - flagImageView.layer.cornerRadius = 4 - flagImageView.clipsToBounds = true - flagImageView.contentMode = .scaleAspectFill - case .circular: - // Circular style - flagImageView.widthAnchor.constraint(equalToConstant: 34).isActive = true - flagImageView.heightAnchor.constraint(equalToConstant: 34).isActive = true - flagImageView.layer.cornerRadius = 34 / 2 - flagImageView.clipsToBounds = true - flagImageView.contentMode = .scaleAspectFill - default: - // Apply default styling - flagImageView.widthAnchor.constraint(equalToConstant: 40).isActive = true - flagImageView.heightAnchor.constraint(equalToConstant: 26).isActive = true - flagImageView.contentMode = .scaleToFill - } - } - - - /// Hides dialing code label - /// - /// - Parameter state: Visibility boolean state. By default it's set to `True` - func hideDialCode(_ state: Bool = true) { - diallingCodeLabel.isHidden = state - } - - - /// Hides country flag view - /// - /// - Parameter state: Visibility boolean state. By default it's set to `True` - func hideFlag(_ state: Bool = true) { - countryFlagStackView.isHidden = state - } - -} - diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryManager.swift b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryManager.swift deleted file mode 100644 index 52cb1bbe..00000000 --- a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryManager.swift +++ /dev/null @@ -1,179 +0,0 @@ -// -// CountryManager.swift -// CountryCodeInSwift3 -// -// Created by Cl-macmini-100 on 12/19/16. -// Copyright © 2016 Suryakant. All rights reserved. -// - -import Foundation -import UIKit - - -/// Country filtering options -public enum CountryFilterOption { - /// Filter countries by country name - case countryName - - /// Filter countries by country code - case countryCode - - /// Filter countries by country dial code - case countryDialCode -} - - -open class CountryManager { - - // MARK: - variable - private(set) var countries = [Country]() - - private var countriesFilePath: String? { - #if SWIFT_PACKAGE - let bundle = Bundle.module - #else - let bundle = Bundle(for: CountryManager.self) - #endif - - let countriesPath = bundle.path(forResource: "CountryPickerController.bundle/countries", ofType: "plist") - return countriesPath - } - - public static var shared: CountryManager = { - let countryManager = CountryManager() - do { try countryManager.loadCountries() - } catch { - print(error.localizedDescription) - } - return countryManager - }() - - /// Current country returns the country object from Phone/Simulator locale - open var currentCountry: Country? { - guard let countryCode = Locale.current.regionCode else { - return nil - } - return Country(countryCode: countryCode) - } - - - internal var lastCountrySelected: Country? - - /// Default country filter option - internal let defaultFilter: CountryFilterOption = .countryName - - /// Exposed country filter options and should be configured by user - /// - /// - Note: By default, countries can be filtered by there country names - internal var filters: Set = [.countryName] - - - private init() {} - - func loadCountries() throws { - - guard let countriesFilePath = countriesFilePath else { - throw "Missing contries file path" - } - - let url = URL(fileURLWithPath: countriesFilePath) - - guard let rawData = try? Data(contentsOf: url), - let countryCodes = try? PropertyListSerialization.propertyList(from: rawData, format: nil) as? [String] else { - throw "Missing array of countries plist in CountryPicker" - } - - // Clear old loaded countries - countries.removeAll() - - // Request for fresh copy of sorted country list - let sortedCountries = countryCodes.map { Country(countryCode: $0) }.sorted { $0.countryName < $1.countryName } - countries.append(contentsOf: sortedCountries) - - } - - func allCountries() -> [Country] { - return countries - } - -} - - -// MARK: - Country Filter Methods -public extension CountryManager { - - /// Adds a new filter into `filters` collection with no duplicates - /// - /// - Parameter filter: New filter to be added - - func addFilter(_ filter: CountryFilterOption) { - filters.insert(filter) - } - - - /// Removes a given filter from `filters` collection - /// - /// - Parameter filter: A filter to b removed - - func removeFilter(_ filter: CountryFilterOption) { - filters = filters.filter { $0 != filter } - } - - - /// Removes all stored filters from `filter` collection - /// - /// - Note: By default, it configures a default filter ~ `CountryFilterOptions.countryName` - - func clearAllFilters() { - filters.removeAll() - filters.insert(defaultFilter) // Set default filter option - } - - - /// Requests for a `Country` instance based on country code - /// - /// - Parameter code: A country code - /// - Returns: A country instance - - func country(withCode code: String) -> Country? { - return countries.first(where: { $0.countryCode.lowercased() == code.lowercased() }) - } - - - /// Requests for a `Country` instance based on country name - /// - /// - func country(withName countryName: String) -> Country? { - return countries.first(where: { $0.countryName.lowercased() == countryName.lowercased() }) - } - - - /// Requests for a `Country` instance based on country digit code - /// - /// Note: Country dial code should not include a plus sign at the beginning e.g: +255, +60. - /// - /// - Parameter dialCode: - func country(withDigitCode dialCode: String) -> Country? { - return countries.first(where: { (country) -> Bool in - guard let countryDialCode = country.digitCountrycode else { - return false - } - - var dialCode = dialCode - - // Remove a plus sign if does exists - if dialCode.contains("+"), let plusSignIndex = dialCode.firstIndex(of: "+") { - dialCode.remove(at: plusSignIndex) - } - - return dialCode == countryDialCode - }) - } -} - - -// MARK: - Error Handling -extension String: Error {} -extension String: LocalizedError { - public var errorDescription: String? { return self } -} diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AD.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AD.png deleted file mode 100644 index ac26f9b4..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AD.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AD@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AD@2x.png deleted file mode 100644 index 010cd443..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AD@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AE.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AE.png deleted file mode 100755 index 5f07f2b4..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AE.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AE@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AE@2x.png deleted file mode 100755 index 524c4fa8..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AE@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AF.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AF.png deleted file mode 100644 index 4ec6e955..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AF.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AF@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AF@2x.png deleted file mode 100644 index ce60f101..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AF@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AG.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AG.png deleted file mode 100755 index 6d0dd743..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AG.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AG@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AG@2x.png deleted file mode 100644 index 47a232ec..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AG@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AI.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AI.png deleted file mode 100755 index 2b09e2ec..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AI.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AI@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AI@2x.png deleted file mode 100644 index 89bb2408..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AI@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AL.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AL.png deleted file mode 100755 index 5c0166cc..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AL.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AL@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AL@2x.png deleted file mode 100644 index feda50d3..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AL@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AM.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AM.png deleted file mode 100755 index 57707238..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AM.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AM@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AM@2x.png deleted file mode 100755 index cfd35ce4..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AM@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AO.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AO.png deleted file mode 100755 index 774c54ee..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AO.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AO@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AO@2x.png deleted file mode 100644 index cfce5bbf..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AO@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AQ.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AQ.png deleted file mode 100644 index 95a77fbb..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AQ.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AQ@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AQ@2x.png deleted file mode 100644 index f856940a..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AQ@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AR.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AR.png deleted file mode 100755 index 1e3569ba..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AR.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AR@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AR@2x.png deleted file mode 100644 index c72a1862..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AR@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AS.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AS.png deleted file mode 100644 index 9329d912..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AS.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AS@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AS@2x.png deleted file mode 100644 index 8de4fcd0..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AS@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AT.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AT.png deleted file mode 100755 index db480a04..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AT.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AT@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AT@2x.png deleted file mode 100755 index 8795edd3..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AT@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AU.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AU.png deleted file mode 100755 index 809cc49d..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AU.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AU@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AU@2x.png deleted file mode 100644 index a49d0345..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AU@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AW.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AW.png deleted file mode 100755 index 091a093e..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AW.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AW@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AW@2x.png deleted file mode 100755 index c6ce9388..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AW@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AX.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AX.png deleted file mode 100755 index 5c3b12a9..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AX.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AX@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AX@2x.png deleted file mode 100755 index 9178c879..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AX@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AZ.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AZ.png deleted file mode 100755 index f9ec4ad1..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AZ.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AZ@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AZ@2x.png deleted file mode 100755 index 7da96d89..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/AZ@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BA.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BA.png deleted file mode 100755 index 6ba8cf92..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BA.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BA@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BA@2x.png deleted file mode 100755 index f5fc2994..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BA@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BB.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BB.png deleted file mode 100755 index c85e86f0..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BB.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BB@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BB@2x.png deleted file mode 100755 index aa46f434..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BB@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BD.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BD.png deleted file mode 100755 index 20897e75..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BD.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BD@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BD@2x.png deleted file mode 100755 index 366148c9..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BD@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BE.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BE.png deleted file mode 100755 index b55bed54..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BE.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BE@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BE@2x.png deleted file mode 100755 index efe2ef58..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BE@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BF.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BF.png deleted file mode 100755 index 98f51292..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BF.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BF@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BF@2x.png deleted file mode 100755 index 8ec09ff7..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BF@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BG.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BG.png deleted file mode 100755 index a961907c..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BG.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BG@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BG@2x.png deleted file mode 100755 index 37c4b5b3..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BG@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BH.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BH.png deleted file mode 100755 index 40dfaef8..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BH.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BH@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BH@2x.png deleted file mode 100755 index f6afb4ee..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BH@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BI.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BI.png deleted file mode 100644 index 30f34186..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BI.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BI@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BI@2x.png deleted file mode 100644 index 8bd5efed..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BI@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BJ.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BJ.png deleted file mode 100755 index e6e47165..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BJ.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BJ@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BJ@2x.png deleted file mode 100755 index 81e026ce..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BJ@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BL.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BL.png deleted file mode 100755 index 3c2726ca..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BL.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BL@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BL@2x.png deleted file mode 100755 index 94c9e0fe..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BL@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BM.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BM.png deleted file mode 100644 index 9c5512c8..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BM.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BM@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BM@2x.png deleted file mode 100644 index 2f649d70..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BM@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BN.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BN.png deleted file mode 100644 index 861886e9..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BN.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BN@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BN@2x.png deleted file mode 100644 index cd280a5d..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BN@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BO.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BO.png deleted file mode 100644 index 99ed3965..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BO.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BO@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BO@2x.png deleted file mode 100644 index 8a0c7c8b..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BO@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BQ.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BQ.png deleted file mode 100755 index 12c08865..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BQ.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BQ@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BQ@2x.png deleted file mode 100755 index d6498940..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BQ@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BR.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BR.png deleted file mode 100644 index 7b14708c..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BR.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BR@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BR@2x.png deleted file mode 100644 index 4751891c..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BR@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BS.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BS.png deleted file mode 100755 index 5a702fbb..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BS.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BS@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BS@2x.png deleted file mode 100755 index 53be4f1e..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BS@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BT.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BT.png deleted file mode 100644 index 856f0bd5..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BT.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BT@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BT@2x.png deleted file mode 100644 index 3ec37ce7..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BT@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BV.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BV.png deleted file mode 100755 index f257561b..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BV.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BV@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BV@2x.png deleted file mode 100755 index 674d8682..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BV@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BW.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BW.png deleted file mode 100755 index 885f6b8c..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BW.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BW@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BW@2x.png deleted file mode 100755 index 2a6bef1c..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BW@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BY.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BY.png deleted file mode 100755 index 12baa992..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BY.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BY@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BY@2x.png deleted file mode 100644 index 927378d9..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BY@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BZ.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BZ.png deleted file mode 100644 index c9f51628..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BZ.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BZ@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BZ@2x.png deleted file mode 100644 index d43159fd..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/BZ@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CA.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CA.png deleted file mode 100755 index 2f93d594..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CA.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CA@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CA@2x.png deleted file mode 100755 index 25123a4d..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CA@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CC.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CC.png deleted file mode 100755 index 5131086b..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CC.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CC@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CC@2x.png deleted file mode 100644 index 98d6c32c..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CC@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CD.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CD.png deleted file mode 100755 index f1b75503..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CD.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CD@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CD@2x.png deleted file mode 100755 index b0097ffb..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CD@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CF.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CF.png deleted file mode 100755 index 1dd5df53..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CF.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CF@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CF@2x.png deleted file mode 100755 index 286f3df5..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CF@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CG.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CG.png deleted file mode 100755 index 886f84ec..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CG.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CG@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CG@2x.png deleted file mode 100755 index dbff888d..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CG@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CH.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CH.png deleted file mode 100755 index 5764f1cc..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CH.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CH@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CH@2x.png deleted file mode 100755 index adf6131d..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CH@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CI.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CI.png deleted file mode 100755 index 7c92ad8c..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CI.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CI@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CI@2x.png deleted file mode 100755 index 361b34b4..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CI@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CK.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CK.png deleted file mode 100644 index fbd42dbf..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CK.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CK@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CK@2x.png deleted file mode 100644 index 88c2489f..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CK@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CL.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CL.png deleted file mode 100755 index 1e78ac87..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CL.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CL@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CL@2x.png deleted file mode 100755 index db7506d5..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CL@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CM.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CM.png deleted file mode 100755 index 1f548807..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CM.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CM@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CM@2x.png deleted file mode 100755 index f4256d6a..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CM@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CN.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CN.png deleted file mode 100755 index f44f3ae8..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CN.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CN@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CN@2x.png deleted file mode 100755 index e6ffb158..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CN@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CO.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CO.png deleted file mode 100755 index 81766989..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CO.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CO@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CO@2x.png deleted file mode 100755 index 3945dad8..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CO@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CR.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CR.png deleted file mode 100755 index 3bbb260e..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CR.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CR@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CR@2x.png deleted file mode 100644 index c2ad39d6..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CR@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CU.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CU.png deleted file mode 100755 index 4a57cb40..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CU.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CU@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CU@2x.png deleted file mode 100755 index 6932a27b..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CU@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CV.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CV.png deleted file mode 100755 index 594b4c7d..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CV.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CV@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CV@2x.png deleted file mode 100644 index 1dd7230b..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CV@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CW.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CW.png deleted file mode 100755 index db281760..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CW.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CW@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CW@2x.png deleted file mode 100755 index 557d31e5..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CW@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CX.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CX.png deleted file mode 100755 index e7d765f7..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CX.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CX@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CX@2x.png deleted file mode 100644 index 9e84596d..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CX@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CY.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CY.png deleted file mode 100644 index 366236e2..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CY.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CY@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CY@2x.png deleted file mode 100644 index 2d58086c..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CY@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CZ.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CZ.png deleted file mode 100755 index 6ea417ee..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CZ.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CZ@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CZ@2x.png deleted file mode 100755 index 50a225ef..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/CZ@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DE.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DE.png deleted file mode 100755 index 8969fc53..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DE.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DE@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DE@2x.png deleted file mode 100755 index d4293069..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DE@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DJ.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DJ.png deleted file mode 100755 index bbac0210..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DJ.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DJ@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DJ@2x.png deleted file mode 100755 index cd037794..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DJ@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DK.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DK.png deleted file mode 100755 index 1e38503f..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DK.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DK@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DK@2x.png deleted file mode 100755 index 297ef19e..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DK@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DM.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DM.png deleted file mode 100755 index ec0ff3a4..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DM.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DM@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DM@2x.png deleted file mode 100644 index 1873e770..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DM@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DO.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DO.png deleted file mode 100755 index 8edcf38d..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DO.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DO@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DO@2x.png deleted file mode 100644 index ae9f8b99..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DO@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DZ.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DZ.png deleted file mode 100755 index ba45eb55..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DZ.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DZ@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DZ@2x.png deleted file mode 100644 index 589b4d00..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/DZ@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/EC.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/EC.png deleted file mode 100644 index 6c55f744..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/EC.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/EC@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/EC@2x.png deleted file mode 100644 index 19b65c2a..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/EC@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/EE.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/EE.png deleted file mode 100755 index fffddabf..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/EE.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/EE@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/EE@2x.png deleted file mode 100755 index 051bda6d..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/EE@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/EG.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/EG.png deleted file mode 100755 index b6195475..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/EG.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/EG@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/EG@2x.png deleted file mode 100644 index a1e9e88f..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/EG@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/EH.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/EH.png deleted file mode 100755 index 8aa150c0..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/EH.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/EH@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/EH@2x.png deleted file mode 100755 index ff6e33a4..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/EH@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ER.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ER.png deleted file mode 100755 index 4e54e4fd..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ER.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ER@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ER@2x.png deleted file mode 100644 index ee52ddfb..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ER@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ES.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ES.png deleted file mode 100644 index 512b6ab5..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ES.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ES@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ES@2x.png deleted file mode 100644 index 92c04d39..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ES@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ET.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ET.png deleted file mode 100755 index f6313638..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ET.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ET@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ET@2x.png deleted file mode 100644 index 95d4f813..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ET@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FI.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FI.png deleted file mode 100755 index da3a43b9..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FI.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FI@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FI@2x.png deleted file mode 100755 index 82927387..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FI@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FJ.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FJ.png deleted file mode 100644 index 6b38eef4..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FJ.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FJ@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FJ@2x.png deleted file mode 100644 index cf6c90eb..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FJ@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FK.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FK.png deleted file mode 100644 index 14814747..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FK.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FK@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FK@2x.png deleted file mode 100644 index e46c9d84..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FK@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FM.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FM.png deleted file mode 100755 index 1caacaa1..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FM.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FM@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FM@2x.png deleted file mode 100755 index 76b9b061..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FM@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FO.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FO.png deleted file mode 100755 index f07e5fe9..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FO.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FO@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FO@2x.png deleted file mode 100755 index 02f756c7..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FO@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FR.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FR.png deleted file mode 100755 index 40860a73..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FR.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FR@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FR@2x.png deleted file mode 100755 index 613f2cf0..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/FR@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GA.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GA.png deleted file mode 100755 index 30afb811..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GA.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GA@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GA@2x.png deleted file mode 100755 index ebb4604c..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GA@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GB.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GB.png deleted file mode 100755 index 385d0e73..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GB.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GB@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GB@2x.png deleted file mode 100755 index b0a6f270..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GB@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GD.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GD.png deleted file mode 100644 index 1f9648e5..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GD.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GD@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GD@2x.png deleted file mode 100644 index 5d694150..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GD@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GE.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GE.png deleted file mode 100755 index b4c330ad..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GE.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GE@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GE@2x.png deleted file mode 100755 index b3dbc015..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GE@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GF.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GF.png deleted file mode 100755 index 21ca254b..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GF.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GF@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GF@2x.png deleted file mode 100755 index 43c64952..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GF@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GG.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GG.png deleted file mode 100755 index a8f6344a..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GG.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GG@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GG@2x.png deleted file mode 100755 index 1d5ec129..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GG@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GH.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GH.png deleted file mode 100755 index bbf0292b..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GH.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GH@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GH@2x.png deleted file mode 100755 index 7623c910..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GH@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GI.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GI.png deleted file mode 100755 index 252bb89f..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GI.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GI@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GI@2x.png deleted file mode 100644 index 03e7831c..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GI@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GL.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GL.png deleted file mode 100755 index eef185be..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GL.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GL@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GL@2x.png deleted file mode 100755 index 5378e001..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GL@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GM.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GM.png deleted file mode 100755 index b1ed9412..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GM.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GM@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GM@2x.png deleted file mode 100755 index 42f8a87c..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GM@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GN.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GN.png deleted file mode 100755 index c19533c1..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GN.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GN@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GN@2x.png deleted file mode 100755 index 8d11b488..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GN@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GP.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GP.png deleted file mode 100644 index 9f0b04b4..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GP.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GP@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GP@2x.png deleted file mode 100644 index 14262668..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GP@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GQ.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GQ.png deleted file mode 100755 index 373972de..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GQ.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GQ@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GQ@2x.png deleted file mode 100644 index 69057cac..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GQ@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GR.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GR.png deleted file mode 100755 index 93654766..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GR.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GR@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GR@2x.png deleted file mode 100755 index 2af7ebf8..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GR@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GS.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GS.png deleted file mode 100644 index 9a7e89ff..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GS.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GS@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GS@2x.png deleted file mode 100644 index 4a5db305..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GS@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GT.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GT.png deleted file mode 100644 index 70352585..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GT.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GT@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GT@2x.png deleted file mode 100644 index 7e9f7d42..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GT@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GU.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GU.png deleted file mode 100755 index 927496a3..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GU.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GU@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GU@2x.png deleted file mode 100644 index efd553ac..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GU@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GW.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GW.png deleted file mode 100755 index 2ed49057..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GW.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GW@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GW@2x.png deleted file mode 100755 index 8baead90..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GW@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GY.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GY.png deleted file mode 100755 index a96eec22..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GY.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GY@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GY@2x.png deleted file mode 100755 index 4d9295e5..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/GY@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HK.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HK.png deleted file mode 100755 index 059dbeef..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HK.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HK@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HK@2x.png deleted file mode 100644 index c91e5920..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HK@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HM.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HM.png deleted file mode 100755 index bec23efa..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HM.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HM@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HM@2x.png deleted file mode 100644 index a49d0345..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HM@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HN.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HN.png deleted file mode 100755 index 9ab18041..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HN.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HN@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HN@2x.png deleted file mode 100755 index 3a8354e0..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HN@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HR.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HR.png deleted file mode 100755 index 083a77e5..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HR.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HR@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HR@2x.png deleted file mode 100644 index c0953f3f..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HR@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HT.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HT.png deleted file mode 100755 index ad0ac473..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HT.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HT@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HT@2x.png deleted file mode 100644 index ef8e784a..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HT@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HU.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HU.png deleted file mode 100755 index 9e6a376b..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HU.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HU@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HU@2x.png deleted file mode 100755 index 15687f1a..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/HU@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ID.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ID.png deleted file mode 100755 index 10e2ca30..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ID.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ID@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ID@2x.png deleted file mode 100755 index 81fd6a1c..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ID@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IE.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IE.png deleted file mode 100755 index 2b419cba..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IE.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IE@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IE@2x.png deleted file mode 100755 index b9c816b9..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IE@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IL.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IL.png deleted file mode 100755 index a28252b7..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IL.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IL@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IL@2x.png deleted file mode 100644 index 393dd6c7..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IL@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IM.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IM.png deleted file mode 100755 index 7fd10cf7..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IM.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IM@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IM@2x.png deleted file mode 100644 index c17972b2..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IM@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IN.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IN.png deleted file mode 100755 index e93ae906..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IN.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IN@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IN@2x.png deleted file mode 100644 index 5cc28009..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IN@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IO.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IO.png deleted file mode 100644 index cf71937c..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IO.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IO@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IO@2x.png deleted file mode 100644 index aea5d437..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IO@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IQ.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IQ.png deleted file mode 100755 index 8191c951..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IQ.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IQ@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IQ@2x.png deleted file mode 100755 index 31e839a2..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IQ@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IR.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IR.png deleted file mode 100644 index eb9cddd8..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IR.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IR@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IR@2x.png deleted file mode 100644 index fd889f39..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IR@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IS.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IS.png deleted file mode 100755 index 0d5776c4..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IS.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IS@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IS@2x.png deleted file mode 100755 index 03bc2bfd..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IS@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IT.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IT.png deleted file mode 100755 index da220619..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IT.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IT@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IT@2x.png deleted file mode 100755 index 9eee7ead..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/IT@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/JE.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/JE.png deleted file mode 100644 index 1ccac1ac..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/JE.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/JE@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/JE@2x.png deleted file mode 100644 index bf513768..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/JE@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/JM.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/JM.png deleted file mode 100755 index e45e7f7d..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/JM.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/JM@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/JM@2x.png deleted file mode 100755 index fd9f7b34..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/JM@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/JO.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/JO.png deleted file mode 100755 index aebfaa77..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/JO.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/JO@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/JO@2x.png deleted file mode 100755 index 7023a99e..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/JO@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/JP.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/JP.png deleted file mode 100755 index c5b8bd8a..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/JP.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/JP@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/JP@2x.png deleted file mode 100755 index 64a8d200..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/JP@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KE.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KE.png deleted file mode 100755 index 5dcc6cde..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KE.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KE@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KE@2x.png deleted file mode 100644 index e85b5da7..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KE@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KG.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KG.png deleted file mode 100644 index c409c9c6..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KG.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KG@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KG@2x.png deleted file mode 100644 index 9477bc7e..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KG@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KH.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KH.png deleted file mode 100644 index 5aaa08b6..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KH.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KH@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KH@2x.png deleted file mode 100644 index 56c2ef86..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KH@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KI.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KI.png deleted file mode 100644 index 0ceb1a57..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KI.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KI@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KI@2x.png deleted file mode 100644 index a9b1eb87..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KI@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KM.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KM.png deleted file mode 100755 index 334b1ec0..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KM.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KM@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KM@2x.png deleted file mode 100644 index 10165e69..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KM@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KN.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KN.png deleted file mode 100755 index 32f72dce..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KN.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KN@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KN@2x.png deleted file mode 100644 index a8d91df3..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KN@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KP.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KP.png deleted file mode 100755 index d566ca25..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KP.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KP@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KP@2x.png deleted file mode 100755 index 0a945cb6..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KP@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KR.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KR.png deleted file mode 100644 index 508fee41..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KR.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KR@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KR@2x.png deleted file mode 100644 index 4e933606..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KR@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KW.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KW.png deleted file mode 100755 index e9c29650..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KW.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KW@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KW@2x.png deleted file mode 100755 index 8e1e7012..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KW@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KY.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KY.png deleted file mode 100644 index e2c5f56b..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KY.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KY@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KY@2x.png deleted file mode 100644 index 2a70f077..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KY@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KZ.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KZ.png deleted file mode 100644 index d9423024..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KZ.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KZ@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KZ@2x.png deleted file mode 100644 index f4c98c2a..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/KZ@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LA.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LA.png deleted file mode 100755 index 65dbd920..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LA.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LA@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LA@2x.png deleted file mode 100755 index 0e326ce5..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LA@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LB.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LB.png deleted file mode 100755 index b3f7d382..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LB.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LB@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LB@2x.png deleted file mode 100644 index 5e06882d..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LB@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LC.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LC.png deleted file mode 100755 index effa08aa..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LC.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LC@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LC@2x.png deleted file mode 100644 index 8e71f099..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LC@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LI.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LI.png deleted file mode 100755 index b98e025b..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LI.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LI@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LI@2x.png deleted file mode 100644 index abb7f932..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LI@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LK.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LK.png deleted file mode 100644 index 067c6842..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LK.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LK@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LK@2x.png deleted file mode 100644 index 9b1f9ebc..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LK@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LR.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LR.png deleted file mode 100755 index e384e305..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LR.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LR@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LR@2x.png deleted file mode 100755 index f0ff50c0..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LR@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LS.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LS.png deleted file mode 100755 index 012520bc..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LS.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LS@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LS@2x.png deleted file mode 100755 index 7cc69fdf..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LS@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LT.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LT.png deleted file mode 100755 index 73baacfc..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LT.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LT@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LT@2x.png deleted file mode 100755 index 1031f82a..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LT@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LU.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LU.png deleted file mode 100755 index 2b814582..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LU.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LU@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LU@2x.png deleted file mode 100755 index 4f834055..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LU@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LV.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LV.png deleted file mode 100755 index 162de344..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LV.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LV@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LV@2x.png deleted file mode 100755 index 73029221..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LV@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LY.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LY.png deleted file mode 100755 index 26591eb9..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LY.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LY@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LY@2x.png deleted file mode 100755 index f8f317bb..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/LY@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MA.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MA.png deleted file mode 100755 index 3a08d1a1..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MA.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MA@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MA@2x.png deleted file mode 100755 index 7f06f8c9..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MA@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MC.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MC.png deleted file mode 100755 index 7efc2f67..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MC.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MC@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MC@2x.png deleted file mode 100755 index 7d2ab871..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MC@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MD.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MD.png deleted file mode 100644 index fc6146a4..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MD.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MD@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MD@2x.png deleted file mode 100644 index 840c2531..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MD@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ME.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ME.png deleted file mode 100644 index c070465c..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ME.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ME@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ME@2x.png deleted file mode 100644 index 9da3ab91..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ME@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MF.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MF.png deleted file mode 100755 index 5090ff24..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MF.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MF@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MF@2x.png deleted file mode 100755 index f11dacac..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MF@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MG.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MG.png deleted file mode 100755 index 8f7bdf5e..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MG.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MG@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MG@2x.png deleted file mode 100755 index 44bf079b..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MG@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MH.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MH.png deleted file mode 100644 index 0b6d1c7b..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MH.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MH@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MH@2x.png deleted file mode 100644 index d52cc8af..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MH@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MK.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MK.png deleted file mode 100755 index 1eea0370..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MK.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MK@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MK@2x.png deleted file mode 100644 index 3924c00f..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MK@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ML.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ML.png deleted file mode 100755 index d966f33c..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ML.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ML@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ML@2x.png deleted file mode 100755 index 5d7e7e4e..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ML@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MM.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MM.png deleted file mode 100755 index da09911e..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MM.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MM@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MM@2x.png deleted file mode 100644 index cd8a14ea..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MM@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MN.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MN.png deleted file mode 100755 index f53dc223..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MN.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MN@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MN@2x.png deleted file mode 100755 index afa16255..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MN@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MO.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MO.png deleted file mode 100755 index 61aa6bba..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MO.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MO@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MO@2x.png deleted file mode 100644 index 919698a9..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MO@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MP.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MP.png deleted file mode 100644 index dca78c25..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MP.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MP@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MP@2x.png deleted file mode 100644 index 3d596198..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MP@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MQ.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MQ.png deleted file mode 100755 index b1a4de44..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MQ.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MQ@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MQ@2x.png deleted file mode 100644 index 41cac681..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MQ@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MR.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MR.png deleted file mode 100755 index d748fe46..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MR.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MR@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MR@2x.png deleted file mode 100644 index 0f4ce3f3..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MR@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MS.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MS.png deleted file mode 100755 index 5b9d2001..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MS.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MS@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MS@2x.png deleted file mode 100644 index 6d4cf7a4..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MS@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MT.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MT.png deleted file mode 100755 index 1ffde65f..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MT.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MT@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MT@2x.png deleted file mode 100644 index 92fdf812..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MT@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MU.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MU.png deleted file mode 100755 index b3fef5fe..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MU.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MU@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MU@2x.png deleted file mode 100755 index 550760b9..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MU@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MV.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MV.png deleted file mode 100755 index 48b0d7f5..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MV.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MV@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MV@2x.png deleted file mode 100755 index 9e8f1da7..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MV@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MW.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MW.png deleted file mode 100755 index 7f5d707a..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MW.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MW@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MW@2x.png deleted file mode 100644 index 60740e85..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MW@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MX.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MX.png deleted file mode 100644 index 26e7a083..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MX.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MX@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MX@2x.png deleted file mode 100644 index 5a0af9a7..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MX@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MY.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MY.png deleted file mode 100755 index 7073e7f6..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MY.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MY@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MY@2x.png deleted file mode 100644 index 8b0e3e50..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MY@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MZ.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MZ.png deleted file mode 100755 index c772c9b1..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MZ.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MZ@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MZ@2x.png deleted file mode 100644 index 01b2cecc..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/MZ@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NA.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NA.png deleted file mode 100755 index 7280391e..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NA.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NA@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NA@2x.png deleted file mode 100644 index 71d2f0ea..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NA@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NC.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NC.png deleted file mode 100755 index 27453c74..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NC.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NC@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NC@2x.png deleted file mode 100644 index 8a1842c7..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NC@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NE.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NE.png deleted file mode 100755 index 669c20a1..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NE.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NE@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NE@2x.png deleted file mode 100755 index ea2d3dc0..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NE@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NF.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NF.png deleted file mode 100755 index 0c920fb6..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NF.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NF@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NF@2x.png deleted file mode 100644 index 979a0823..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NF@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NG.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NG.png deleted file mode 100755 index bfd4533b..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NG.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NG@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NG@2x.png deleted file mode 100755 index fa2e2cc3..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NG@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NI.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NI.png deleted file mode 100755 index 0d6c8d2e..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NI.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NI@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NI@2x.png deleted file mode 100644 index 9a9c5d14..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NI@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NL.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NL.png deleted file mode 100755 index 2063a5a7..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NL.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NL@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NL@2x.png deleted file mode 100755 index 6ce24a7d..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NL@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NO.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NO.png deleted file mode 100755 index 4c8410a7..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NO.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NO@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NO@2x.png deleted file mode 100755 index 59d1e463..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NO@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NP.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NP.png deleted file mode 100644 index adc0d98f..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NP.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NP@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NP@2x.png deleted file mode 100644 index 95092aec..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NP@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NR.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NR.png deleted file mode 100755 index 95580b28..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NR.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NR@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NR@2x.png deleted file mode 100755 index 0ff0d7c7..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NR@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NU.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NU.png deleted file mode 100755 index 48afa309..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NU.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NU@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NU@2x.png deleted file mode 100644 index 400fb243..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NU@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NZ.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NZ.png deleted file mode 100755 index 18d900ba..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NZ.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NZ@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NZ@2x.png deleted file mode 100644 index 6b00c705..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/NZ@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/OM.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/OM.png deleted file mode 100755 index 679d8077..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/OM.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/OM@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/OM@2x.png deleted file mode 100644 index 6ef99cfe..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/OM@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PA.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PA.png deleted file mode 100755 index 11a4274f..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PA.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PA@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PA@2x.png deleted file mode 100755 index b5dccd1f..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PA@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PE.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PE.png deleted file mode 100644 index c975fd0a..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PE.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PE@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PE@2x.png deleted file mode 100644 index 0ccd829c..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PE@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PF.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PF.png deleted file mode 100644 index 2391aade..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PF.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PF@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PF@2x.png deleted file mode 100644 index 8c83ccae..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PF@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PG.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PG.png deleted file mode 100644 index 6bb44180..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PG.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PG@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PG@2x.png deleted file mode 100644 index a5a9ae45..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PG@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PH.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PH.png deleted file mode 100755 index efc4936a..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PH.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PH@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PH@2x.png deleted file mode 100644 index 36c86ab7..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PH@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PK.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PK.png deleted file mode 100755 index a7fa58d4..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PK.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PK@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PK@2x.png deleted file mode 100755 index 858b54dc..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PK@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PL.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PL.png deleted file mode 100755 index bc343df1..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PL.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PL@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PL@2x.png deleted file mode 100755 index 59e00ebe..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PL@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PM.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PM.png deleted file mode 100644 index b2536310..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PM.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PM@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PM@2x.png deleted file mode 100644 index c7d07d06..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PM@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PN.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PN.png deleted file mode 100644 index dc1e0c42..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PN.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PN@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PN@2x.png deleted file mode 100644 index fd1e9728..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PN@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PR.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PR.png deleted file mode 100755 index f759a57d..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PR.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PR@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PR@2x.png deleted file mode 100644 index b209fa01..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PR@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PS.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PS.png deleted file mode 100755 index 99c713a2..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PS.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PS@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PS@2x.png deleted file mode 100755 index 8b1bfc4f..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PS@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PT.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PT.png deleted file mode 100644 index ae2a10a4..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PT.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PT@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PT@2x.png deleted file mode 100644 index 5b1ba249..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PT@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PW.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PW.png deleted file mode 100755 index 97def62d..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PW.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PW@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PW@2x.png deleted file mode 100755 index 685db83c..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PW@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PY.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PY.png deleted file mode 100755 index 5a788a71..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PY.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PY@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PY@2x.png deleted file mode 100644 index 13d402b1..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/PY@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/QA.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/QA.png deleted file mode 100755 index 9b160aed..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/QA.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/QA@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/QA@2x.png deleted file mode 100755 index 4b59439f..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/QA@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RE.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RE.png deleted file mode 100755 index e06fc049..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RE.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RE@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RE@2x.png deleted file mode 100755 index e5d3f047..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RE@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RO.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RO.png deleted file mode 100755 index bc8c2179..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RO.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RO@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RO@2x.png deleted file mode 100755 index 7d26f638..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RO@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RS.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RS.png deleted file mode 100644 index 6bf2710b..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RS.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RS@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RS@2x.png deleted file mode 100644 index e218bf73..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RS@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RU.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RU.png deleted file mode 100755 index f1fe8171..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RU.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RU@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RU@2x.png deleted file mode 100755 index b9b3e055..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RU@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RW.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RW.png deleted file mode 100755 index 5ff550dc..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RW.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RW@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RW@2x.png deleted file mode 100644 index 7d57b539..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/RW@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SA.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SA.png deleted file mode 100755 index 1bee9b3a..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SA.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SA@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SA@2x.png deleted file mode 100644 index c8cca1a2..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SA@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SB.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SB.png deleted file mode 100755 index dbdec192..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SB.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SB@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SB@2x.png deleted file mode 100644 index 3c1a425a..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SB@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SC.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SC.png deleted file mode 100755 index 99bf25c8..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SC.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SC@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SC@2x.png deleted file mode 100755 index 00157721..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SC@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SD.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SD.png deleted file mode 100755 index c5f5708d..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SD.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SD@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SD@2x.png deleted file mode 100755 index c54e34a6..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SD@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SE.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SE.png deleted file mode 100755 index 41f4ffe7..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SE.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SE@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SE@2x.png deleted file mode 100755 index 36e438d0..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SE@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SG.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SG.png deleted file mode 100755 index 1a6303ad..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SG.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SG@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SG@2x.png deleted file mode 100755 index 3b97c930..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SG@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SH.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SH.png deleted file mode 100755 index ac970d67..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SH.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SH@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SH@2x.png deleted file mode 100755 index 2c504cb5..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SH@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SI.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SI.png deleted file mode 100755 index f260a493..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SI.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SI@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SI@2x.png deleted file mode 100644 index 42b3dea7..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SI@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SJ.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SJ.png deleted file mode 100755 index 96e0d8c7..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SJ.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SJ@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SJ@2x.png deleted file mode 100755 index eef865d6..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SJ@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SK.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SK.png deleted file mode 100755 index ee4e4537..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SK.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SK@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SK@2x.png deleted file mode 100644 index de9245f7..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SK@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SL.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SL.png deleted file mode 100755 index a3e8c769..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SL.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SL@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SL@2x.png deleted file mode 100755 index cb7fc82b..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SL@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SM.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SM.png deleted file mode 100644 index 63aff325..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SM.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SM@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SM@2x.png deleted file mode 100644 index 797ee5f2..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SM@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SN.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SN.png deleted file mode 100755 index 82c51482..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SN.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SN@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SN@2x.png deleted file mode 100755 index 07c88e20..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SN@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SO.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SO.png deleted file mode 100755 index e8e63dbb..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SO.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SO@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SO@2x.png deleted file mode 100755 index 7bd7b37b..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SO@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SR.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SR.png deleted file mode 100755 index aa658977..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SR.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SR@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SR@2x.png deleted file mode 100755 index 8e6b43e9..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SR@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SS.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SS.png deleted file mode 100755 index 48c00102..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SS.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SS@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SS@2x.png deleted file mode 100755 index dd338d68..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SS@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ST.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ST.png deleted file mode 100755 index 033cfff6..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ST.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ST@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ST@2x.png deleted file mode 100755 index 1ea2018c..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ST@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SV.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SV.png deleted file mode 100755 index 644b5d00..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SV.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SV@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SV@2x.png deleted file mode 100644 index 2532d70a..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SV@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SX.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SX.png deleted file mode 100644 index 4092c9b7..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SX.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SX@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SX@2x.png deleted file mode 100644 index 25260cac..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SX@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SY.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SY.png deleted file mode 100755 index 3b32616a..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SY.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SY@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SY@2x.png deleted file mode 100755 index dd6b54b9..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SY@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SZ.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SZ.png deleted file mode 100644 index 9c5df050..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SZ.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SZ@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SZ@2x.png deleted file mode 100644 index 57f6079d..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/SZ@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TC.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TC.png deleted file mode 100755 index 3d8f1c69..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TC.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TC@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TC@2x.png deleted file mode 100644 index 97188d82..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TC@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TD.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TD.png deleted file mode 100755 index 3fbdc05f..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TD.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TD@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TD@2x.png deleted file mode 100755 index bb265f0b..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TD@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TF.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TF.png deleted file mode 100755 index f6dc7e1f..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TF.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TF@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TF@2x.png deleted file mode 100755 index 458bbbf9..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TF@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TG.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TG.png deleted file mode 100755 index 1892bc10..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TG.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TG@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TG@2x.png deleted file mode 100755 index 97a0f517..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TG@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TH.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TH.png deleted file mode 100755 index 99d579c0..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TH.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TH@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TH@2x.png deleted file mode 100755 index 7cc678f0..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TH@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TJ.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TJ.png deleted file mode 100755 index 63a23087..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TJ.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TJ@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TJ@2x.png deleted file mode 100755 index cdcaba33..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TJ@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TK.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TK.png deleted file mode 100755 index 9da1a970..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TK.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TK@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TK@2x.png deleted file mode 100644 index 19a6ee46..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TK@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TL.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TL.png deleted file mode 100755 index 3e60270f..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TL.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TL@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TL@2x.png deleted file mode 100755 index 7b602209..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TL@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TM.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TM.png deleted file mode 100644 index 5487562a..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TM.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TM@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TM@2x.png deleted file mode 100644 index 657070fa..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TM@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TN.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TN.png deleted file mode 100755 index 214fa2e5..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TN.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TN@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TN@2x.png deleted file mode 100644 index 909a4ce9..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TN@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TO.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TO.png deleted file mode 100755 index ad5b6c5a..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TO.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TO@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TO@2x.png deleted file mode 100755 index 601acf62..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TO@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TR.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TR.png deleted file mode 100755 index 35848b70..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TR.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TR@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TR@2x.png deleted file mode 100755 index b6a68774..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TR@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TT.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TT.png deleted file mode 100755 index 398c2adc..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TT.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TT@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TT@2x.png deleted file mode 100644 index 28339e84..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TT@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TV.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TV.png deleted file mode 100755 index 50a0fcd2..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TV.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TV@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TV@2x.png deleted file mode 100644 index aac329eb..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TV@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TW.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TW.png deleted file mode 100755 index f49f6bcf..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TW.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TW@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TW@2x.png deleted file mode 100755 index 66a2eef1..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TW@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TZ.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TZ.png deleted file mode 100755 index 3492a56b..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TZ.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TZ@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TZ@2x.png deleted file mode 100755 index e2293df2..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/TZ@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UA.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UA.png deleted file mode 100755 index 1b1aabf1..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UA.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UA@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UA@2x.png deleted file mode 100755 index 6dad94d5..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UA@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UG.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UG.png deleted file mode 100755 index 930e1c38..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UG.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UG@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UG@2x.png deleted file mode 100644 index 85f10272..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UG@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UM.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UM.png deleted file mode 100644 index 7a9919f8..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UM.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UM@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UM@2x.png deleted file mode 100644 index 43d89de6..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UM@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/US.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/US.png deleted file mode 100644 index 7a9919f8..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/US.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/US@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/US@2x.png deleted file mode 100644 index 43d89de6..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/US@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UY.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UY.png deleted file mode 100644 index 58cc6514..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UY.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UY@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UY@2x.png deleted file mode 100644 index f1ba7c55..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UY@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UZ.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UZ.png deleted file mode 100755 index a03e50bd..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UZ.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UZ@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UZ@2x.png deleted file mode 100755 index 6d1bca1a..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/UZ@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VA.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VA.png deleted file mode 100644 index 9d481d75..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VA.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VA@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VA@2x.png deleted file mode 100644 index df11591e..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VA@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VC.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VC.png deleted file mode 100755 index 5ba7e907..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VC.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VC@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VC@2x.png deleted file mode 100755 index 1acfe829..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VC@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VE.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VE.png deleted file mode 100755 index 966630f3..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VE.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VE@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VE@2x.png deleted file mode 100644 index 3a084497..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VE@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VG.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VG.png deleted file mode 100644 index bcac8796..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VG.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VG@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VG@2x.png deleted file mode 100644 index 05dd2c44..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VG@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VI.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VI.png deleted file mode 100644 index 8ea7d26f..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VI.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VI@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VI@2x.png deleted file mode 100644 index 8b6830b0..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VI@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VN.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VN.png deleted file mode 100755 index 27dbaa34..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VN.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VN@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VN@2x.png deleted file mode 100755 index 7f159aec..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VN@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VU.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VU.png deleted file mode 100755 index 592d21d2..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VU.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VU@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VU@2x.png deleted file mode 100644 index 23f962fc..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/VU@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/WF.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/WF.png deleted file mode 100755 index 38e1d3eb..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/WF.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/WF@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/WF@2x.png deleted file mode 100755 index 834b0374..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/WF@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/WS.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/WS.png deleted file mode 100755 index c10c446f..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/WS.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/WS@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/WS@2x.png deleted file mode 100755 index f05b7a88..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/WS@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/XK.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/XK.png deleted file mode 100644 index 5b20c2b7..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/XK.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/XK@2.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/XK@2.png deleted file mode 100644 index 42fdee0c..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/XK@2.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/YE.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/YE.png deleted file mode 100755 index 0a081f99..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/YE.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/YE@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/YE@2x.png deleted file mode 100755 index 509792c4..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/YE@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/YT.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/YT.png deleted file mode 100755 index 3b4c5cbf..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/YT.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/YT@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/YT@2x.png deleted file mode 100755 index 8edd60cf..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/YT@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ZA.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ZA.png deleted file mode 100755 index 0a9ce229..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ZA.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ZA@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ZA@2x.png deleted file mode 100755 index d7183aa4..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ZA@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ZM.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ZM.png deleted file mode 100755 index 2883c3f1..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ZM.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ZM@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ZM@2x.png deleted file mode 100644 index 4d38acf3..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ZM@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ZW.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ZW.png deleted file mode 100755 index 7c3bf76e..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ZW.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ZW@2x.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ZW@2x.png deleted file mode 100644 index ed2b0a0b..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/ZW@2x.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/countries.plist b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/countries.plist deleted file mode 100755 index b0a175ec..00000000 --- a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.bundle/countries.plist +++ /dev/null @@ -1,256 +0,0 @@ - - - - - AD - AE - AF - AG - AI - AL - AM - AO - AQ - AR - AS - AT - AU - AW - AX - AZ - BA - BB - BD - BE - BF - BG - BH - BI - BJ - BL - BM - BN - BO - BQ - BR - BS - BT - BV - BW - BY - BZ - CA - CC - CD - CF - CG - CH - CI - CK - CL - CM - CN - CO - CR - CU - CV - CW - CX - CY - CZ - DE - DJ - DK - DM - DO - DZ - EC - EE - EG - EH - ER - ES - ET - FI - FJ - FK - FM - FO - FR - GA - GB - GD - GE - GF - GG - GH - GI - GL - GM - GN - GP - GQ - GR - GS - GT - GU - GW - GY - HK - HM - HN - HR - HT - HU - ID - IE - IL - IM - IN - IO - IQ - IR - IS - IT - JE - JM - JO - JP - KE - KG - KH - KI - KM - KN - KP - KR - KW - KY - KZ - LA - LB - LC - LI - LK - LR - LS - LT - LU - LV - LY - MA - MC - MD - ME - MF - MG - MH - MK - ML - MM - MN - MO - MP - MQ - MR - MS - MT - MU - MV - MW - MX - MY - MZ - NA - NC - NE - NF - NG - NI - NL - NO - NP - NR - NU - NZ - OM - PA - PE - PF - PG - PH - PK - PL - PM - PN - PR - PS - PT - PW - PY - QA - RE - RO - RS - RU - RW - SA - SB - SC - SD - SE - SG - SH - SI - SJ - SK - SL - SM - SN - SO - SR - SS - ST - SV - SX - SY - SZ - TC - TD - TF - TG - TH - TJ - TK - TL - TM - TN - TO - TR - TT - TV - TW - TZ - UA - UG - UM - US - UY - UZ - VA - VC - VE - VG - VI - VN - VU - WF - WS - XK - YE - YT - ZA - ZM - ZW - - diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.swift b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.swift deleted file mode 100644 index 4ba08f71..00000000 --- a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerController.swift +++ /dev/null @@ -1,371 +0,0 @@ -// -// CountryPickerController.swift -// CountryCodeInSwift3 -// -// Created by cl-macmini-68 on 09/02/17. -// Copyright © 2017 Suryakant. All rights reserved. -// - -import UIKit - - -/// Country flag styles -public enum CountryFlagStyle { - - // Corner style will be applied - case corner - - // Circular style will be applied - case circular - - // Rectangle style will be applied - case normal -} - - -open class CountryPickerController: UIViewController { - - // MARK: - Variables - var countries = [Country]() { - didSet { - tableView.reloadData() - } - } - - var filterCountries = [Country]() { - didSet { - tableView.reloadData() - } - } - - var applySearch = false - var callBack: (( _ choosenCountry: Country) -> Void)? - - #if SWIFT_PACKAGE - let bundle = Bundle.module - #else - let bundle = Bundle(for: CountryPickerController.self) - #endif - - //MARK: View and ViewController - var presentingVC: UIViewController? - var searchController = UISearchController(searchResultsController: nil) - let tableView = UITableView() - - /// Properties for countryPicker controller - public var statusBarStyle: UIStatusBarStyle? = .default - public var isStatusBarVisible = true - - public var flagStyle: CountryFlagStyle = CountryFlagStyle.normal { - didSet { self.tableView.reloadData() } - } - - public var labelFont: UIFont = UIFont.preferredFont(forTextStyle: .title3) { - didSet { self.tableView.reloadData() } - } - - public var labelColor: UIColor = UIColor.black { - didSet { self.tableView.reloadData() } - } - - public var detailFont: UIFont = UIFont.preferredFont(forTextStyle: .subheadline) { - didSet { self.tableView.reloadData() } - } - - public var detailColor: UIColor = UIColor.lightGray { - didSet { self.tableView.reloadData() } - } - - public var separatorLineColor: UIColor = UIColor(red: 249/255.0, green: 248/255.0, blue: 252/255.0, alpha: 1.0) { - didSet { self.tableView.reloadData() } - } - - public var isCountryFlagHidden: Bool = false { - didSet { self.tableView.reloadData() } - } - - public var isCountryDialHidden: Bool = false { - didSet { self.tableView.reloadData() } - } - - internal var checkMarkImage: UIImage? { - return UIImage(named: "tickMark", in: bundle, compatibleWith: nil)?.withRenderingMode(.alwaysTemplate) - } - - // MARK: - View life cycle - fileprivate func setUpsSearchController() { - searchController.hidesNavigationBarDuringPresentation = true - searchController.dimsBackgroundDuringPresentation = false - searchController.searchBar.barStyle = .default - searchController.searchBar.sizeToFit() - searchController.searchBar.delegate = self - - if #available(iOS 11.0, *) { - self.navigationItem.searchController = searchController - } else { - tableView.tableHeaderView = searchController.searchBar - } - - definesPresentationContext = true - } - - override open func viewDidLoad() { - super.viewDidLoad() - if #available(iOS 13.0, *) { - view.backgroundColor = UIColor.systemBackground - } else { - view.backgroundColor = UIColor.white - } - - // Setup view bar buttons - let uiBarButtonItem = UIBarButtonItem(barButtonSystemItem: .stop, target: self, action: #selector(CountryPickerController.crossButtonClicked(_:))) - navigationItem.leftBarButtonItem = uiBarButtonItem - - // Setup table view and cells - setUpTableView() - - let nib = UINib(nibName: "CountryTableViewCell", bundle: bundle) - tableView.register(nib, forCellReuseIdentifier: "CountryTableViewCell") - tableView.register(CountryCell.self, forCellReuseIdentifier: CountryCell.reuseIdentifier) - - // Setup search controller view - setUpsSearchController() - } - - override open func viewWillAppear(_ animated: Bool) { - super.viewWillAppear(true) - loadCountries() - if #available(iOS 11.0, *) { - navigationItem.hidesSearchBarWhenScrolling = false - } - } - - override open func viewDidAppear(_ animated: Bool) { - super.viewDidAppear(animated) - if #available(iOS 11.0, *) { - navigationItem.hidesSearchBarWhenScrolling = true - } - - /// Request for previous country and automatically scroll table view to item - if let previousCountry = CountryManager.shared.lastCountrySelected { - scrollToCountry(previousCountry) - } - } - - private func setUpTableView() { - - view.addSubview(tableView) - tableView.translatesAutoresizingMaskIntoConstraints = false - - if #available(iOS 11.0, *) { - tableView.contentInsetAdjustmentBehavior = .never - } else { - // Fallback on earlier versions - } - - tableView.delegate = self - tableView.dataSource = self - tableView.separatorStyle = .none - tableView.contentInset = UIEdgeInsets.zero - tableView.estimatedRowHeight = 70.0 - tableView.rowHeight = UITableView.automaticDimension - - if #available(iOS 11.0, *) { - NSLayoutConstraint.activate([ - tableView.leadingAnchor.constraint(equalTo: view.safeAreaLayoutGuide.leadingAnchor), - tableView.trailingAnchor.constraint(equalTo: view.safeAreaLayoutGuide.trailingAnchor), - tableView.topAnchor.constraint(equalTo: view.safeAreaLayoutGuide.topAnchor), - tableView.bottomAnchor.constraint(equalTo: view.bottomAnchor) - ]) - } else { - // Fallback on earlier versions - NSLayoutConstraint.activate([ - tableView.leadingAnchor.constraint(equalTo: view.leadingAnchor), - tableView.trailingAnchor.constraint(equalTo: view.trailingAnchor), - tableView.topAnchor.constraint(equalTo: view.topAnchor), - tableView.bottomAnchor.constraint(equalTo: view.bottomAnchor) - ]) - } - } - - @discardableResult - open class func presentController(on viewController: UIViewController, callBack:@escaping (_ chosenCountry: Country) -> Void) -> CountryPickerController { - let controller = CountryPickerController() - controller.presentingVC = viewController - controller.callBack = callBack - let navigationController = UINavigationController(rootViewController: controller) - controller.presentingVC?.present(navigationController, animated: true, completion: nil) - return controller - } - - // MARK: - Cross Button Action - @objc func crossButtonClicked(_ sender: UIBarButtonItem) { - self.dismiss(animated: true, completion: nil) - } -} - - -// MARK: - Internal Methods -internal extension CountryPickerController { - - func loadCountries() { - countries = CountryManager.shared.allCountries() - } - - /// - /// Automatically scrolls the `TableView` to a particular section on expected chosen country. - /// - /// Under the hood, it tries to find several indexes for section title and expectd chosen country otherwise execution stops. - /// Then constructs an `IndexPath` and scrolls the rows to that particular path with animation (If enabled). - /// - /// - Parameter country: Expected chosen country - /// - Parameter animated: Scrolling animation state and by default its set to `False`. - - func scrollToCountry(_ country: Country, animated: Bool = false) { - - // Find country index - let countryMatchIndex = countries.firstIndex(where: { $0.countryCode == country.countryCode}) - - if let itemIndexPath = countryMatchIndex { - let previousCountryIndex = IndexPath(item: itemIndexPath, section: 0) - tableView.scrollToRow(at: previousCountryIndex, at: .middle, animated: animated) - } - } -} - - -// MARK: - TableView DataSource -extension CountryPickerController: UITableViewDelegate, UITableViewDataSource { - public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int { - switch applySearch { - case false: - return countries.count - case true: - return filterCountries.count - } - } - - public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { - - guard let cell = tableView.dequeueReusableCell(withIdentifier: CountryCell.reuseIdentifier) as? CountryCell else { - fatalError("Cell with Identifier CountryTableViewCell cann't dequed") - } - - cell.accessoryType = .none - cell.checkMarkImageView.isHidden = true - cell.checkMarkImageView.image = checkMarkImage - - var country: Country - - if applySearch { - country = filterCountries[indexPath.row] - } else { - country = countries[indexPath.row] - } - - if let alreadySelectedCountry = CountryManager.shared.lastCountrySelected { - cell.checkMarkImageView.isHidden = country.countryCode == alreadySelectedCountry.countryCode ? false : true - } - - cell.country = country - setUpCellProperties(cell: cell) - - return cell - } - - func setUpCellProperties(cell: CountryCell) { - - // Auto-hide flag & dial labels - cell.hideFlag(isCountryFlagHidden) - cell.hideDialCode(isCountryDialHidden) - - cell.nameLabel.font = labelFont - if #available(iOS 13.0, *) { - cell.nameLabel.textColor = UIColor.label - } else { - // Fallback on earlier versions - cell.nameLabel.textColor = labelColor - } - cell.diallingCodeLabel.font = detailFont - cell.diallingCodeLabel.textColor = detailColor - cell.separatorLineView.backgroundColor = self.separatorLineColor - cell.applyFlagStyle(flagStyle) - } - - // MARK: - TableView Delegate - public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { - switch applySearch { - case true: - let country = filterCountries[indexPath.row] - self.callBack?(country) - CountryManager.shared.lastCountrySelected = country - self.dismiss(animated: false, completion: nil) - case false: - let country = countries[indexPath.row] - self.callBack?(country) - CountryManager.shared.lastCountrySelected = country - } - self.dismiss(animated: true, completion: nil) - } - - public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat { - return 60.0 - } - -} - -// MARK: - UISearchBarDelegate -extension CountryPickerController: UISearchBarDelegate { - - public func searchBar(_ searchBar: UISearchBar, textDidChange searchText: String) { - - let searchTextTrimmed = searchBar.text?.lowercased().trimmingCharacters(in: .whitespacesAndNewlines) - - guard let searchText = searchTextTrimmed, searchText.isEmpty == false else { - self.applySearch = false - self.filterCountries.removeAll() - self.tableView.reloadData() - return - } - - applySearch = true - filterCountries.removeAll() - - let filteredCountries = countries.compactMap { (country) -> Country? in - - // Filter country by country name first character - if CountryManager.shared.defaultFilter == .countryName, - country.countryName.lowercased().contains(searchText) { - return country - } - - // Filter country by country code and utilise `CountryFilterOptions` - if CountryManager.shared.filters.contains(.countryCode), - country.countryCode.lowercased().contains(searchText) { - return country - } - - // Filter country by digit country code and utilise `CountryFilterOptions` - if CountryManager.shared.filters.contains(.countryDialCode), - let digitCountryCode = country.digitCountrycode, digitCountryCode.contains(searchText) { - return country - } - - return nil - } - - // Append filtered countries - filterCountries.append(contentsOf: filteredCountries) - } - - public func searchBarCancelButtonClicked(_ searchBar: UISearchBar) { - searchBar.resignFirstResponder() - searchBar.text = "" - applySearch = false - tableView.reloadData() - } - - public func searchBarSearchButtonClicked(_ searchBar: UISearchBar) { - searchBar.endEditing(true) - } -} diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerWithSectionViewController.swift b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerWithSectionViewController.swift deleted file mode 100644 index dd27b102..00000000 --- a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/CountryPickerWithSectionViewController.swift +++ /dev/null @@ -1,199 +0,0 @@ -// -// CountryPickerWithSectionViewController.swift -// CountryCodeInSwift3 -// -// Created by SuryaKant Sharma on 16/12/17. -// Copyright © 2017 Suryakant. All rights reserved. -// - -import UIKit - -open class CountryPickerWithSectionViewController: CountryPickerController { - - // MARK: - Variables - var sections: [Character] = [] - var sectionCoutries = [Character: [Country]]() - var searchHeaderTitle: Character = "A" - - // MARK: - View Life Cycle - override open func viewDidLoad() { - super.viewDidLoad() - tableView.dataSource = nil - tableView.delegate = nil - } - - override open func viewWillAppear(_ animated: Bool) { - super.viewWillAppear(animated) - fetchSectionCountries() - tableView.dataSource = self - tableView.delegate = self - } - - open override func viewDidAppear(_ animated: Bool) { - - if #available(iOS 11.0, *) { - navigationItem.hidesSearchBarWhenScrolling = true - } - - /// Request for previous country and automatically scroll table view to item - if let previousCountry = CountryManager.shared.lastCountrySelected { - let previousCountryFirstCharacter = previousCountry.countryName.first! - scrollToCountry(previousCountry, withSection: previousCountryFirstCharacter) - } - } - - @discardableResult - open override class func presentController(on viewController: UIViewController, callBack:@escaping (_ chosenCountry: Country) -> Void) -> CountryPickerWithSectionViewController { - let controller = CountryPickerWithSectionViewController() - controller.presentingVC = viewController - controller.callBack = callBack - - let navigationController = UINavigationController(rootViewController: controller) - controller.presentingVC?.present(navigationController, animated: true, completion: nil) - - return controller - } - -} - - -// MARK: - Internal Methods -internal extension CountryPickerWithSectionViewController { - - /// - /// Automatically scrolls the `TableView` to a particular section on expected chosen country. - /// - /// Under the hood, it tries to find several indexes for section title and expectd chosen country otherwise execution stops. - /// Then constructs an `IndexPath` and scrolls the rows to that particular path with animation (If enabled). - /// - /// - Parameter country: Expected chosen country - /// - Parameter sectionTitle: Character value as table section title. - /// - Parameter animated: Scrolling animation state and by default its set to `False`. - - func scrollToCountry(_ country: Country, withSection sectionTitle: Character, animated: Bool = false) { - - // Find country index - let countryMatchIndex = sectionCoutries[sectionTitle]?.firstIndex(where: { $0.countryCode == country.countryCode}) - - // Find section title index - let countrySectionKeyIndexes = sectionCoutries.keys.map { $0 }.sorted() - let countryMatchSectionIndex = countrySectionKeyIndexes.firstIndex(of: sectionTitle) - - if let itemIndexPath = countryMatchIndex, let sectionIndexPath = countryMatchSectionIndex { - let previousCountryIndex = IndexPath(item: itemIndexPath, section: sectionIndexPath) - tableView.scrollToRow(at: previousCountryIndex, at: .middle, animated: animated) - } - } - - - func fetchSectionCountries() { - sections = countries.map({ String($0.countryName.prefix(1)).first! }).removeDuplicates() - - for section in sections { - let sectionCountries = countries.filter({ $0.countryName.first! == section }) - sectionCoutries[section] = sectionCountries - } - } -} - - -// MARK: - TableView DataSource -extension CountryPickerWithSectionViewController { - - func numberOfSections(in tableView: UITableView) -> Int { - return applySearch ? 1 : sections.count - } - - override public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int { - return applySearch ? filterCountries.count : numberOfRowFor(section: section) - } - - func numberOfRowFor(section: Int) -> Int { - let character = sections[section] - return sectionCoutries[character]!.count - } - - func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? { - return applySearch ? String(searchHeaderTitle) : sections[section].description - } - - override public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { - - guard let cell = tableView.dequeueReusableCell(withIdentifier: CountryCell.reuseIdentifier) as? CountryCell else { - fatalError("Cell with Identifier CountryTableViewCell cann't dequed") - } - - cell.accessoryType = .none - cell.checkMarkImageView.isHidden = true - cell.checkMarkImageView.image = checkMarkImage - - var country: Country - - if applySearch { - country = filterCountries[indexPath.row] - } else { - let character = sections[indexPath.section] - country = sectionCoutries[character]![indexPath.row] - } - - if let alreadySelectedCountry = CountryManager.shared.lastCountrySelected { - cell.checkMarkImageView.isHidden = country.countryCode == alreadySelectedCountry.countryCode ? false : true - } - - cell.country = country - setUpCellProperties(cell: cell) - - return cell - } - - func sectionIndexTitles(for tableView: UITableView) -> [String]? { - return sections.map {String($0)} - } - - func tableView(_ tableView: UITableView, sectionForSectionIndexTitle title: String, at index: Int) -> Int { - return sections.firstIndex(of: Character(title))! - } -} - -// MARK: - Override SearchBar Delegate -extension CountryPickerWithSectionViewController { - public override func searchBar(_ searchBar: UISearchBar, textDidChange searchText: String) { - super.searchBar(searchBar, textDidChange: searchText) - if !searchText.isEmpty { - searchHeaderTitle = searchText.first ?? "A" - } - } -} - -// MARK: - TableViewDelegate -extension CountryPickerWithSectionViewController { - override public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { - switch applySearch { - case true: - let country = filterCountries[indexPath.row] - self.callBack?(country) - CountryManager.shared.lastCountrySelected = country - self.dismiss(animated: false, completion: nil) - case false: - let character = sections[indexPath.section] - let country = sectionCoutries[character]![indexPath.row] - self.callBack?(country) - CountryManager.shared.lastCountrySelected = country - } - - self.dismiss(animated: true, completion: nil) - } -} - -// MARK: - Array Extenstion -extension Array where Element: Equatable { - func removeDuplicates() -> [Element] { - var uniqueValues = [Element]() - forEach { - if !uniqueValues.contains($0) { - uniqueValues.append($0) - } - } - return uniqueValues - } -} diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/PickerView/ComponentView.swift b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/PickerView/ComponentView.swift deleted file mode 100644 index 51dedf5f..00000000 --- a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/PickerView/ComponentView.swift +++ /dev/null @@ -1,84 +0,0 @@ -// -// ComponentView.swift -// CountryPicker -// -// Created by Hardeep Singh on 13/12/19. -// Copyright © 2019 SuryaKant Sharma. All rights reserved. -// - -import UIKit - -internal class ComponentView: UIView { - - private(set) var imageView = UIImageView() - private(set) var countryNameLabel = UILabel() - private(set) var diallingCodeLabel = UILabel() - - internal var padding: CGFloat = 0.0 - private(set) var maxWdith: CGFloat = 0.09 - - override init(frame: CGRect) { - - super.init(frame: frame) - - // Image View - imageView.tag = 101 - imageView.layer.cornerRadius = 5.0 - imageView.clipsToBounds = true - imageView.contentMode = .scaleAspectFill - self.addSubview(imageView) - - // Country name label - countryNameLabel.tag = 102 - countryNameLabel.text = "United State" - countryNameLabel.textColor = .black - countryNameLabel.font = UIFont.systemFont(ofSize: 14) - self.addSubview(countryNameLabel) - - // Dialling code label - diallingCodeLabel.tag = 103 - diallingCodeLabel.textColor = .darkGray - diallingCodeLabel.font = UIFont.systemFont(ofSize: 11) - self.addSubview(diallingCodeLabel) - } - - required init?(coder: NSCoder) { - fatalError("init(coder:) has not been implemented") - } - - override func layoutSubviews() { - super.layoutSubviews() - - // Cell Size - let height = self.frame.size.height - - // Image Size - let imageSize = (height - (padding * 2)) - let imageViewFrame = CGRect(x: padding, y: padding, width: imageSize, height: imageSize) - self.imageView.frame = imageViewFrame - - // CountryName Label Size - let xPoint = imageViewFrame.maxX + 5 - var yPoint: CGFloat = 0.0 - let paddingWidth = self.frame.size.width - (imageViewFrame.maxX + (padding * 2)) - - let labelMaxSize = CGSize(width: paddingWidth, height: (height - 10) / 2.0) - let countryNameSize = countryNameLabel.sizeThatFits(labelMaxSize) - - let diallingCodeSize = diallingCodeLabel.sizeThatFits(labelMaxSize) - yPoint = max((height - (countryNameSize.height + diallingCodeSize.height)) / 2.0, 0.0) - - let countryNameLabelFrame = CGRect(x: xPoint, y: yPoint, width: countryNameSize.width, - height: countryNameSize.height) - countryNameLabel.frame = countryNameLabelFrame - - yPoint += countryNameSize.height - let diallingCodeLabelFrame = CGRect(x: xPoint, y: yPoint, width: diallingCodeSize.width, - height: diallingCodeSize.height) - diallingCodeLabel.frame = diallingCodeLabelFrame - - let maxWidthRequired = countryNameSize.width + (padding * 2) + imageSize - maxWdith = maxWidthRequired - } -} - diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/PickerView/CountryPickerView.swift b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/PickerView/CountryPickerView.swift deleted file mode 100644 index be7a6717..00000000 --- a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/PickerView/CountryPickerView.swift +++ /dev/null @@ -1,148 +0,0 @@ -// -// CountryPickerView.swift -// CountryPicker -// -// Created by Hardeep Singh on 05/12/19. -// Copyright © 2019 SuryaKant Sharma. All rights reserved. -// - -import UIKit - -open class CountryPickerView: UIPickerView { - - private var selectedCountry: Country? { - didSet { - self.scrollToSelectedCountry() - } - } - - // ISO 3166-1 alpha-2 two-letter country codes. - private var countryCode: [String] = [String]() { - didSet { - self.updatePickList() - } - } - - private var allCountryList: [Country] = [Country]() - - private var didSelectCountryCallback: ((_ country: Country) -> Void)? - - private var pickList: [Country] = [Country]() { - didSet { - self.reloadComponent(0) - } - } - - private func updatePickList() { - if countryCode.isEmpty { - return - } - var tempList = countryCode - let list = allCountryList.filter { (country) -> Bool in - if let index = tempList.firstIndex(of: country.countryCode) { - tempList.remove(at: index) - return true - } - return false - } - self.pickList = list - } - - init() { - super.init(frame: CGRect.zero) - self.configure() - } - - required public init?(coder: NSCoder) { - super.init(coder: coder) - configure() - } - - - public func onSelectCountry(callback: @escaping (_ country: Country) -> Void) { - self.didSelectCountryCallback = callback - } - - private func configure() { - - self.selectedCountry = CountryManager.shared.currentCountry - self.allCountryList = CountryManager.shared.countries - self.pickList = allCountryList - - self.delegate = self - self.dataSource = self - } - - open override func layoutSubviews() { - super.layoutSubviews() - self.scrollToSelectedCountry() - } - - // MARK: - Public API - private func scrollToSelectedCountry() { - guard let selectedCountry = selectedCountry else { - return - } - if let index = CountryManager.shared.countries.firstIndex(where: { $0 == selectedCountry }) { - self.selectRow(index, inComponent: 0, animated: false) - } - } - - // ISO 3166-1 alpha-2 two-letter country codes. - public func setPickList(codes: String...) { - self.countryCode = codes - } - - public static func loadPickerView(didSelectCountry: @escaping (_ country: Country) -> Void) -> CountryPickerView { - let countryPicker = CountryPickerView() - countryPicker.didSelectCountryCallback = didSelectCountry - return countryPicker - } - - public static func pickerView() -> CountryPickerView { - let countryPicker = CountryPickerView() - return countryPicker - } -} - -// MARK: UIPickerViewDataSource methods -extension CountryPickerView: UIPickerViewDataSource { - - public func numberOfComponents(in pickerView: UIPickerView) -> Int { - return 1 - } - - public func pickerView(_ pickerView: UIPickerView, numberOfRowsInComponent component: Int) -> Int { - return pickList.count - } - -} - -// MARK: UIPickerViewDelegate methods -extension CountryPickerView: UIPickerViewDelegate { - - public func pickerView(_ pickerView: UIPickerView, viewForRow row: Int, - forComponent component: Int, reusing view: UIView?) -> UIView { - var reuseableView = view as? ComponentView - if reuseableView == nil { - let rect = CGRect(x: 0, y: 0, width: 200, height: 40.0) - reuseableView = ComponentView(frame: rect) - } - - let country = CountryManager.shared.countries[row] - reuseableView?.imageView.image = country.flag - reuseableView?.countryNameLabel.text = country.countryName - reuseableView?.diallingCodeLabel.text = country.dialingCode - - return reuseableView! - } - - public func pickerView(_ pickerView: UIPickerView, rowHeightForComponent component: Int) -> CGFloat { - return 45.0 - } - - public func pickerView(_ pickerView: UIPickerView, didSelectRow row: Int, inComponent component: Int) { - let country = CountryManager.shared.countries[row] - didSelectCountryCallback?(country) - } -} diff --git a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/tickMark.png b/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/tickMark.png deleted file mode 100644 index 902e1b97..00000000 Binary files a/Examples/UIkit/Pods/SKCountryPicker/CountryPicker/CountryPicker/tickMark.png and /dev/null differ diff --git a/Examples/UIkit/Pods/SKCountryPicker/LICENSE b/Examples/UIkit/Pods/SKCountryPicker/LICENSE deleted file mode 100644 index 33d9fddb..00000000 --- a/Examples/UIkit/Pods/SKCountryPicker/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2017 Suryakant - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/Examples/UIkit/Pods/SKCountryPicker/README.md b/Examples/UIkit/Pods/SKCountryPicker/README.md deleted file mode 100644 index 6395eca2..00000000 --- a/Examples/UIkit/Pods/SKCountryPicker/README.md +++ /dev/null @@ -1,223 +0,0 @@ -![CountryPicker](https://user-images.githubusercontent.com/6416095/50628070-6fe1fd00-0f5c-11e9-9e9b-7e6dac866d43.png) - -# CountryPicker -[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/vsouza/awesome-ios) -[![Travis CI](https://api.travis-ci.org/SURYAKANTSHARMA/CountryPicker.svg?branch=master)](https://travis-ci.org/SURYAKANTSHARMA/CountryPicker) -[![codecov](https://codecov.io/gh/SURYAKANTSHARMA/CountryPicker/branch/master/graph/badge.svg)](https://codecov.io/gh/SURYAKANTSHARMA/CountryPicker) -[![Version](https://img.shields.io/cocoapods/v/SKCountryPicker.svg?style=flat)](https://cocoapods.org/pods/SKCountryPicker) -[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) -[![Swift Package Manager compatible](https://img.shields.io/badge/Swift%20Package%20Manager-compatible-brightgreen.svg)](https://github.com/apple/swift-package-manager) -[![License](https://img.shields.io/badge/License-MIT-8D6E63.svg)](LICENSE) - - -A simple, customizable Country picker for picking country or dialing code. - -This library is for country picker used in many app for selecting country code of user. User can select country by searching and then selecting country in list. - -## If you like CountryPicker, give it a ★ at the top right of this page. - -## Features - -- [x] Navigate through search and index title of section e.g (in Contact app in iOS) -- [x] Auto scroll to previous selected country -- [x] Filtering country options -- [x] Styling view options -- [x] Image size are optimized -- [x] Cocoa Pods integrated -- [x] Carthage integrated -- [x] Swift package manager integrated -- [x] Best practices followed -- [x] Dark mode supported in iOS 13 -- [x] Support Dynamic font size for ContentSizeCategory -- [x] Unit tested added -- [x] Picker view support added with customization - -## Requirements - -- iOS 10.0+ Support latest release iOS 13 -- Xcode 10.2+ Support latest Xcode 11 - -## Demo Project -To run the example project, clone the repo, and run pod update from the Example directory first. - - - -## Screenshots -| Home Scene | Country Picker Scene | Filtering Scene | Dark Mode Scene | Picker View | -|:-----------------:|:---------------------:|:--------------:|:--------------:|:--------------:| -||| | | | - - -## Installation - -CountryPicker is available through Cocoapods and Carthage. - -#### [CocoaPods](http://cocoapods.org): -Add the following line to your Podfile: -```ruby -pod 'SKCountryPicker' -``` -Current version compatible with Swift 5. -If you want support Swift 4.1/3.3 - -```ruby -pod 'SKCountryPicker' '~> 1.2.0' -``` - -#### [Carthage](https://github.com/Carthage/Carthage) -The steps required to use Carthage for dependency management are described [here](https://github.com/Carthage/Carthage#getting-started) but lets add them to this README as well for good measure. - -First you need to add the following line to your Cartfile - -``` -github "SURYAKANTSHARMA/CountryPicker" -``` - -to include the latest version of CountryPicker. - -(if you don't have a Cartfile, you need to create one first in your favorite texteditor) - -Next run - -``` -carthage update --platform iOS -``` - -This will have Carthage: -- Fetch the source code for CountryPicker from Github -- Compile the source code into a framework for you to use - -once Carthage finishes building, you need to add the framework to your project. - -In Xcode: - -- Navigate to the "General" tab of your project and tap the plus sign under "Frameworks, Libraries and Embedded Content" -- Select "Add other" and locate the Carthage folder (typically in the root of your project) -- The SKCountryPicker.framework is located under `Carthage/Build/iOS/` -- Select it and verify that it is added as a framework. - -The final step is to add the `copy-frameworks` build script to your "Build Phases". - -- Navigate to "Build Phases" and tap the + at the top. -- Select "New Run Script Phase" -- Paste this line as the script to run `/usr/local/bin/carthage copy-frameworks` -- Add the SKCountryPicker.framework under Input Files like so: `$(SRCROOT)/Carthage/Build/iOS/SKCountryPicker.framework` - -Done! - -#### [SPM](https://swift.org/package-manager/) - -Add the following line to your Package.swift file in the dependencies section: - -``` -.package(url: "https://github.com/SURYAKANTSHARMA/CountryPicker.git, from "1.2.7") -``` - -## Getting Started -Example: -Please check [example](https://github.com/SURYAKANTSHARMA/CountryPicker/tree/master/Example) project for customization and different option available. -```swift -import UIKit -import SKCountryPicker -class ViewController: UIViewController { - //MARK:- IBOutlet - @IBOutlet weak var countryCodeButton: UIButton! - @IBOutlet weak var countryImageView: UIImageView! - - //MARK:- Func - override func viewDidLoad() { - super.viewDidLoad() - // Do any additional setup after loading the view, typically from a nib. - - guard let country = CountryManager.shared.currentCountry else { - self.countryCodeButton.setTitle("Pick Country", for: .normal) - self.countryImageView.isHidden = true - return - } - - countryCodeButton.setTitle(country.dialingCode, for: .normal) - countryImageView.image = country.flag - countryCodeButton.clipsToBounds = true - } - - - @IBAction func countryCodeButtonClicked(_ sender: UIButton) { - - // Invoke below static method to present country picker without section control - // CountryPickerController.presentController(on: self) { ... } - - let countryController = CountryPickerWithSectionViewController.presentController(on: self) { [weak self] (country: Country) in - - guard let self = self else { return } - - self.countryImageView.image = country.flag - self.countryCodeButton.setTitle(country.dialingCode, for: .normal) - - } - - // can customize the countryPicker here e.g font and color - countryController.detailColor = UIColor.red - } -} -``` - -## Filter Options -There are 3 main filter options `countryName`, `countryCode`, `countryDialCode` and by default country picker has been configured to filter countries based on `countryName`. - -If you want to add/remove filter options, do as follows: -```swift - - // Adding filter - CountryManager.shared.addFilter(.countryCode) - - // Removing filter - CountryManager.shared.removeFilter(.countryCode) - - // Removing all filters - CountryManager.shared.clearAllFilters() -``` - -Incase you want to retrieve `country` info -```swift - -// Get country based on digit code e.g: 60, +255 -CountryManager.shared.country(withDigitCode: "255") - -// Get country based on country name -CountryManager.shared.country(withName: "Tanzania") - -// Get country based on country code e.g: MY, TZ -CountryManager.shared.country(withCode: "MY") - -``` - -## Styling Options -There are few styling options provided by the library such auto-hiding or styling views. -```swift - -let countryController = CountryPickerWithSectionViewController.presentController(on: self) { ... } - -// Styling country flag image view -countryController.flagStyle = .corner // E.g .corner, ,circular or .normal - -// Hide flag image view -countryController.isCountryFlagHidden = true // False - -// Hide country dial code -countryController.isCountryDialHidden = true // False - -``` - -## Contributing - -Any contribution making project better is welcome. - -## Authors - -[***Suryakant Sharma**](https://github.com/SURYAKANTSHARMA) - -See also the list of [contributors](https://github.com/SURYAKANTSHARMA/CountyPicker/contributors) who participated in this project. Thanks from bottom of my heart to inspiration behind Hardeep Singh - -## License - -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details diff --git a/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Info.plist b/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Info.plist deleted file mode 100644 index 2243fe6e..00000000 --- a/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Info.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0.0 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - - - diff --git a/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework-Info.plist b/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework-Info.plist deleted file mode 100644 index 2243fe6e..00000000 --- a/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework-Info.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0.0 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - - - diff --git a/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework-acknowledgements.markdown b/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework-acknowledgements.markdown deleted file mode 100644 index 104077b1..00000000 --- a/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework-acknowledgements.markdown +++ /dev/null @@ -1,28 +0,0 @@ -# Acknowledgements -This application makes use of the following third party libraries: - -## SKCountryPicker - -MIT License - -Copyright (c) 2017 Suryakant - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -Generated by CocoaPods - https://cocoapods.org diff --git a/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework-acknowledgements.plist b/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework-acknowledgements.plist deleted file mode 100644 index 599f29d1..00000000 --- a/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework-acknowledgements.plist +++ /dev/null @@ -1,60 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - This application makes use of the following third party libraries: - Title - Acknowledgements - Type - PSGroupSpecifier - - - FooterText - MIT License - -Copyright (c) 2017 Suryakant - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - MIT - Title - SKCountryPicker - Type - PSGroupSpecifier - - - FooterText - Generated by CocoaPods - https://cocoapods.org - Title - - Type - PSGroupSpecifier - - - StringsTable - Acknowledgements - Title - Acknowledgements - - diff --git a/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework-dummy.m b/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework-dummy.m deleted file mode 100644 index e18a30ad..00000000 --- a/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_Pods_TestCountryPickerFramework : NSObject -@end -@implementation PodsDummy_Pods_TestCountryPickerFramework -@end diff --git a/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework-frameworks.sh b/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework-frameworks.sh deleted file mode 100755 index fa0ccfcd..00000000 --- a/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework-frameworks.sh +++ /dev/null @@ -1,186 +0,0 @@ -#!/bin/sh -set -e -set -u -set -o pipefail - -function on_error { - echo "$(realpath -mq "${0}"):$1: error: Unexpected failure" -} -trap 'on_error $LINENO' ERR - -if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then - # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy - # frameworks to, so exit 0 (signalling the script phase was successful). - exit 0 -fi - -echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" -mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - -COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}" -SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" -BCSYMBOLMAP_DIR="BCSymbolMaps" - - -# This protects against multiple targets copying the same framework dependency at the same time. The solution -# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html -RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") - -# Copies and strips a vendored framework -install_framework() -{ - if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then - local source="${BUILT_PRODUCTS_DIR}/$1" - elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then - local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" - elif [ -r "$1" ]; then - local source="$1" - fi - - local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - - if [ -L "${source}" ]; then - echo "Symlinked..." - source="$(readlink "${source}")" - fi - - if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then - # Locate and install any .bcsymbolmaps if present, and remove them from the .framework before the framework is copied - find "${source}/${BCSYMBOLMAP_DIR}" -name "*.bcsymbolmap"|while read f; do - echo "Installing $f" - install_bcsymbolmap "$f" "$destination" - rm "$f" - done - rmdir "${source}/${BCSYMBOLMAP_DIR}" - fi - - # Use filter instead of exclude so missing patterns don't throw errors. - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" - - local basename - basename="$(basename -s .framework "$1")" - binary="${destination}/${basename}.framework/${basename}" - - if ! [ -r "$binary" ]; then - binary="${destination}/${basename}" - elif [ -L "${binary}" ]; then - echo "Destination binary is symlinked..." - dirname="$(dirname "${binary}")" - binary="${dirname}/$(readlink "${binary}")" - fi - - # Strip invalid architectures so "fat" simulator / device frameworks work on device - if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then - strip_invalid_archs "$binary" - fi - - # Resign the code if required by the build settings to avoid unstable apps - code_sign_if_enabled "${destination}/$(basename "$1")" - - # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. - if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then - local swift_runtime_libs - swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u) - for lib in $swift_runtime_libs; do - echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" - rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" - code_sign_if_enabled "${destination}/${lib}" - done - fi -} -# Copies and strips a vendored dSYM -install_dsym() { - local source="$1" - warn_missing_arch=${2:-true} - if [ -r "$source" ]; then - # Copy the dSYM into the targets temp dir. - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DERIVED_FILES_DIR}\"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DERIVED_FILES_DIR}" - - local basename - basename="$(basename -s .dSYM "$source")" - binary_name="$(ls "$source/Contents/Resources/DWARF")" - binary="${DERIVED_FILES_DIR}/${basename}.dSYM/Contents/Resources/DWARF/${binary_name}" - - # Strip invalid architectures from the dSYM. - if [[ "$(file "$binary")" == *"Mach-O "*"dSYM companion"* ]]; then - strip_invalid_archs "$binary" "$warn_missing_arch" - fi - if [[ $STRIP_BINARY_RETVAL == 0 ]]; then - # Move the stripped file into its final destination. - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.dSYM" "${DWARF_DSYM_FOLDER_PATH}" - else - # The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing. - mkdir -p "${DWARF_DSYM_FOLDER_PATH}" - touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.dSYM" - fi - fi -} - -# Used as a return value for each invocation of `strip_invalid_archs` function. -STRIP_BINARY_RETVAL=0 - -# Strip invalid architectures -strip_invalid_archs() { - binary="$1" - warn_missing_arch=${2:-true} - # Get architectures for current target binary - binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)" - # Intersect them with the architectures we are building for - intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)" - # If there are no archs supported by this binary then warn the user - if [[ -z "$intersected_archs" ]]; then - if [[ "$warn_missing_arch" == "true" ]]; then - echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)." - fi - STRIP_BINARY_RETVAL=1 - return - fi - stripped="" - for arch in $binary_archs; do - if ! [[ "${ARCHS}" == *"$arch"* ]]; then - # Strip non-valid architectures in-place - lipo -remove "$arch" -output "$binary" "$binary" - stripped="$stripped $arch" - fi - done - if [[ "$stripped" ]]; then - echo "Stripped $binary of architectures:$stripped" - fi - STRIP_BINARY_RETVAL=0 -} - -# Copies the bcsymbolmap files of a vendored framework -install_bcsymbolmap() { - local bcsymbolmap_path="$1" - local destination="${BUILT_PRODUCTS_DIR}" - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}" -} - -# Signs a framework with the provided identity -code_sign_if_enabled() { - if [ -n "${EXPANDED_CODE_SIGN_IDENTITY:-}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then - # Use the current code_sign_identity - echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" - local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'" - - if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then - code_sign_cmd="$code_sign_cmd &" - fi - echo "$code_sign_cmd" - eval "$code_sign_cmd" - fi -} - -if [[ "$CONFIGURATION" == "Debug" ]]; then - install_framework "${BUILT_PRODUCTS_DIR}/SKCountryPicker/SKCountryPicker.framework" -fi -if [[ "$CONFIGURATION" == "Release" ]]; then - install_framework "${BUILT_PRODUCTS_DIR}/SKCountryPicker/SKCountryPicker.framework" -fi -if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then - wait -fi diff --git a/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework-resources.sh b/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework-resources.sh deleted file mode 100755 index 345301f2..00000000 --- a/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework-resources.sh +++ /dev/null @@ -1,118 +0,0 @@ -#!/bin/sh -set -e -set -u -set -o pipefail - -if [ -z ${UNLOCALIZED_RESOURCES_FOLDER_PATH+x} ]; then - # If UNLOCALIZED_RESOURCES_FOLDER_PATH is not set, then there's nowhere for us to copy - # resources to, so exit 0 (signalling the script phase was successful). - exit 0 -fi - -mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - -RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt -> "$RESOURCES_TO_COPY" - -XCASSET_FILES=() - -# This protects against multiple targets copying the same framework dependency at the same time. The solution -# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html -RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") - -case "${TARGETED_DEVICE_FAMILY:-}" in - 1,2) - TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" - ;; - 1) - TARGET_DEVICE_ARGS="--target-device iphone" - ;; - 2) - TARGET_DEVICE_ARGS="--target-device ipad" - ;; - 3) - TARGET_DEVICE_ARGS="--target-device tv" - ;; - 4) - TARGET_DEVICE_ARGS="--target-device watch" - ;; - *) - TARGET_DEVICE_ARGS="--target-device mac" - ;; -esac - -install_resource() -{ - if [[ "$1" = /* ]] ; then - RESOURCE_PATH="$1" - else - RESOURCE_PATH="${PODS_ROOT}/$1" - fi - if [[ ! -e "$RESOURCE_PATH" ]] ; then - cat << EOM -error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. -EOM - exit 1 - fi - case $RESOURCE_PATH in - *.storyboard) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true - ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} - ;; - *.xib) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true - ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} - ;; - *.framework) - echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true - mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - ;; - *.xcdatamodel) - echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" || true - xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom" - ;; - *.xcdatamodeld) - echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" || true - xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd" - ;; - *.xcmappingmodel) - echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" || true - xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" - ;; - *.xcassets) - ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH" - XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") - ;; - *) - echo "$RESOURCE_PATH" || true - echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY" - ;; - esac -} - -mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then - mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -fi -rm -f "$RESOURCES_TO_COPY" - -if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "${XCASSET_FILES:-}" ] -then - # Find all other xcassets (this unfortunately includes those of path pods and other targets). - OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) - while read line; do - if [[ $line != "${PODS_ROOT}*" ]]; then - XCASSET_FILES+=("$line") - fi - done <<<"$OTHER_XCASSETS" - - if [ -z ${ASSETCATALOG_COMPILER_APPICON_NAME+x} ]; then - printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - else - printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" --app-icon "${ASSETCATALOG_COMPILER_APPICON_NAME}" --output-partial-info-plist "${TARGET_TEMP_DIR}/assetcatalog_generated_info_cocoapods.plist" - fi -fi diff --git a/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework-umbrella.h b/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework-umbrella.h deleted file mode 100644 index 5bb5a257..00000000 --- a/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework-umbrella.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifdef __OBJC__ -#import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif -#endif - - -FOUNDATION_EXPORT double Pods_TestCountryPickerFrameworkVersionNumber; -FOUNDATION_EXPORT const unsigned char Pods_TestCountryPickerFrameworkVersionString[]; - diff --git a/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework.debug.xcconfig b/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework.debug.xcconfig deleted file mode 100644 index fb058a3c..00000000 --- a/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework.debug.xcconfig +++ /dev/null @@ -1,15 +0,0 @@ -ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES -CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/SKCountryPicker" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/SKCountryPicker/SKCountryPicker.framework/Headers" -LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift -OTHER_LDFLAGS = $(inherited) -framework "SKCountryPicker" -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_PODFILE_DIR_PATH = ${SRCROOT}/. -PODS_ROOT = ${SRCROOT}/Pods -PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework.modulemap b/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework.modulemap deleted file mode 100644 index c4806227..00000000 --- a/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module Pods_TestCountryPickerFramework { - umbrella header "Pods-TestCountryPickerFramework-umbrella.h" - - export * - module * { export * } -} diff --git a/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework.release.xcconfig b/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework.release.xcconfig deleted file mode 100644 index fb058a3c..00000000 --- a/Examples/UIkit/Pods/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework.release.xcconfig +++ /dev/null @@ -1,15 +0,0 @@ -ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES -CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/SKCountryPicker" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/SKCountryPicker/SKCountryPicker.framework/Headers" -LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift -OTHER_LDFLAGS = $(inherited) -framework "SKCountryPicker" -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_PODFILE_DIR_PATH = ${SRCROOT}/. -PODS_ROOT = ${SRCROOT}/Pods -PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/Info.plist b/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/Info.plist deleted file mode 100644 index 2a9158a0..00000000 --- a/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/Info.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.2.0 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - - - diff --git a/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/ResourceBundle-CountryPickerController-Info.plist b/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/ResourceBundle-CountryPickerController-Info.plist deleted file mode 100644 index 76f0fc5d..00000000 --- a/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/ResourceBundle-CountryPickerController-Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.2.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - NSPrincipalClass - - - diff --git a/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist b/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist deleted file mode 100644 index 16a4ec9e..00000000 --- a/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - BNDL - CFBundleShortVersionString - 2.0.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - NSPrincipalClass - - - diff --git a/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-Info.plist b/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-Info.plist deleted file mode 100644 index 0a12077e..00000000 --- a/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-Info.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - FMWK - CFBundleShortVersionString - 2.0.0 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - - - diff --git a/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-dummy.m b/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-dummy.m deleted file mode 100644 index f892f4f2..00000000 --- a/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_SKCountryPicker : NSObject -@end -@implementation PodsDummy_SKCountryPicker -@end diff --git a/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-prefix.pch b/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-prefix.pch deleted file mode 100644 index beb2a244..00000000 --- a/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-prefix.pch +++ /dev/null @@ -1,12 +0,0 @@ -#ifdef __OBJC__ -#import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif -#endif - diff --git a/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.debug.xcconfig b/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.debug.xcconfig deleted file mode 100644 index a8e118f2..00000000 --- a/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.debug.xcconfig +++ /dev/null @@ -1,13 +0,0 @@ -CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SKCountryPicker -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../.. -PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.modulemap b/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.modulemap deleted file mode 100644 index 0a473588..00000000 --- a/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module SKCountryPicker { - umbrella header "SKCountryPicker-umbrella.h" - - export * - module * { export * } -} diff --git a/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.release.xcconfig b/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.release.xcconfig deleted file mode 100644 index a8e118f2..00000000 --- a/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.release.xcconfig +++ /dev/null @@ -1,13 +0,0 @@ -CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SKCountryPicker -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../.. -PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.xcconfig b/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.xcconfig deleted file mode 100644 index 7218afc5..00000000 --- a/Examples/UIkit/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.xcconfig +++ /dev/null @@ -1,12 +0,0 @@ -CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SKCountryPicker -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. -PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Examples/UIkit/TestCountryPickerFramework.xcodeproj/project.pbxproj b/Examples/UIkit/TestCountryPickerFramework.xcodeproj/project.pbxproj deleted file mode 100644 index 6c791d06..00000000 --- a/Examples/UIkit/TestCountryPickerFramework.xcodeproj/project.pbxproj +++ /dev/null @@ -1,551 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 48; - objects = { - -/* Begin PBXBuildFile section */ - 0D5BDAD722747EE100A055D4 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0D5BDACC22747EE000A055D4 /* LaunchScreen.storyboard */; }; - 0D5BDADC22747EE100A055D4 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0D5BDAD222747EE100A055D4 /* Main.storyboard */; }; - 0D5BDADF2274811400A055D4 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D5BDADE2274811400A055D4 /* ViewController.swift */; }; - 0D5BDAE12274813100A055D4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0D5BDAE02274813100A055D4 /* Assets.xcassets */; }; - 0D5BDAE9227481D700A055D4 /* TestCountryPickerFrameworkUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D5BDAE8227481D700A055D4 /* TestCountryPickerFrameworkUITests.swift */; }; - 0D5BDAF1227485C300A055D4 /* Accessibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D5BDAF0227485C300A055D4 /* Accessibility.swift */; }; - 6316ED4522FD5A2C00C25D73 /* SKCountryPicker.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6316ED4422FD5A2C00C25D73 /* SKCountryPicker.framework */; }; - 711E243711C3233F3280627B /* Pods_TestCountryPickerFramework.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E767A762CFEDF5BA420AAAC6 /* Pods_TestCountryPickerFramework.framework */; }; - 85CCB465243CB4B400E986D7 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85CCB464243CB4B400E986D7 /* AppDelegate.swift */; }; - 9657E56C2399137000B4B89B /* PickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9657E56B2399137000B4B89B /* PickerViewController.swift */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 0D5BDAEB227481D700A055D4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = E0519E422054FF6B00C77B45 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E0519E492054FF6B00C77B45; - remoteInfo = TestCountryPickerFramework; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXCopyFilesBuildPhase section */ - E0519E6F2055021000C77B45 /* Embed Frameworks */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - ); - name = "Embed Frameworks"; - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 0D5BDAC3227473CF00A055D4 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 0D5BDACA22747EE000A055D4 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 0D5BDACC22747EE000A055D4 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = ""; }; - 0D5BDAD222747EE100A055D4 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = ""; }; - 0D5BDADE2274811400A055D4 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; - 0D5BDAE02274813100A055D4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 0D5BDAE6227481D700A055D4 /* TestCountryPickerFrameworkUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TestCountryPickerFrameworkUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 0D5BDAE8227481D700A055D4 /* TestCountryPickerFrameworkUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestCountryPickerFrameworkUITests.swift; sourceTree = ""; }; - 0D5BDAEA227481D700A055D4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 0D5BDAF0227485C300A055D4 /* Accessibility.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Accessibility.swift; sourceTree = ""; }; - 6316ED4422FD5A2C00C25D73 /* SKCountryPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SKCountryPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 7179BE2B985E11A8C3813072 /* Pods-TestCountryPickerFramework.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TestCountryPickerFramework.release.xcconfig"; path = "Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework.release.xcconfig"; sourceTree = ""; }; - 85CCB464243CB4B400E986D7 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - 9657E56B2399137000B4B89B /* PickerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PickerViewController.swift; sourceTree = ""; }; - B54D39712F52C433742A09B6 /* Pods-TestCountryPickerFramework.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TestCountryPickerFramework.debug.xcconfig"; path = "Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework.debug.xcconfig"; sourceTree = ""; }; - E0519E4A2054FF6B00C77B45 /* TestCountryPickerFramework.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestCountryPickerFramework.app; sourceTree = BUILT_PRODUCTS_DIR; }; - E0519E602054FF8100C77B45 /* CountryPicker.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CountryPicker.framework; path = "../../../../Library/Developer/Xcode/DerivedData/CountryPicker-eutcsetggvjzfcbwbqtcjiwvefxd/Build/Products/Release-iphonesimulator/CountryPicker.framework"; sourceTree = ""; }; - E767A762CFEDF5BA420AAAC6 /* Pods_TestCountryPickerFramework.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_TestCountryPickerFramework.framework; sourceTree = BUILT_PRODUCTS_DIR; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 0D5BDAE3227481D700A055D4 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E0519E472054FF6B00C77B45 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 6316ED4522FD5A2C00C25D73 /* SKCountryPicker.framework in Frameworks */, - 711E243711C3233F3280627B /* Pods_TestCountryPickerFramework.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 0D5BDAE7227481D700A055D4 /* TestCountryPickerFrameworkUITests */ = { - isa = PBXGroup; - children = ( - 0D5BDAE8227481D700A055D4 /* TestCountryPickerFrameworkUITests.swift */, - 0D5BDAEA227481D700A055D4 /* Info.plist */, - ); - path = TestCountryPickerFrameworkUITests; - sourceTree = ""; - }; - 44E5A5CF1415AD44E09EADB0 /* Pods */ = { - isa = PBXGroup; - children = ( - B54D39712F52C433742A09B6 /* Pods-TestCountryPickerFramework.debug.xcconfig */, - 7179BE2B985E11A8C3813072 /* Pods-TestCountryPickerFramework.release.xcconfig */, - ); - path = Pods; - sourceTree = ""; - }; - E0519E412054FF6B00C77B45 = { - isa = PBXGroup; - children = ( - E0519E4C2054FF6B00C77B45 /* TestCountryPickerFramework */, - 0D5BDAE7227481D700A055D4 /* TestCountryPickerFrameworkUITests */, - E0519E4B2054FF6B00C77B45 /* Products */, - E0519E5F2054FF8100C77B45 /* Frameworks */, - 44E5A5CF1415AD44E09EADB0 /* Pods */, - ); - sourceTree = ""; - }; - E0519E4B2054FF6B00C77B45 /* Products */ = { - isa = PBXGroup; - children = ( - E0519E4A2054FF6B00C77B45 /* TestCountryPickerFramework.app */, - 0D5BDAE6227481D700A055D4 /* TestCountryPickerFrameworkUITests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - E0519E4C2054FF6B00C77B45 /* TestCountryPickerFramework */ = { - isa = PBXGroup; - children = ( - 85CCB464243CB4B400E986D7 /* AppDelegate.swift */, - 0D5BDACA22747EE000A055D4 /* Info.plist */, - 0D5BDACC22747EE000A055D4 /* LaunchScreen.storyboard */, - 0D5BDAE02274813100A055D4 /* Assets.xcassets */, - 0D5BDADE2274811400A055D4 /* ViewController.swift */, - 0D5BDAD222747EE100A055D4 /* Main.storyboard */, - 0D5BDAC3227473CF00A055D4 /* Info.plist */, - 0D5BDAF0227485C300A055D4 /* Accessibility.swift */, - 9657E56B2399137000B4B89B /* PickerViewController.swift */, - ); - path = TestCountryPickerFramework; - sourceTree = ""; - }; - E0519E5F2054FF8100C77B45 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 6316ED4422FD5A2C00C25D73 /* SKCountryPicker.framework */, - E0519E602054FF8100C77B45 /* CountryPicker.framework */, - E767A762CFEDF5BA420AAAC6 /* Pods_TestCountryPickerFramework.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 0D5BDAE5227481D700A055D4 /* TestCountryPickerFrameworkUITests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 0D5BDAED227481D700A055D4 /* Build configuration list for PBXNativeTarget "TestCountryPickerFrameworkUITests" */; - buildPhases = ( - 0D5BDAE2227481D700A055D4 /* Sources */, - 0D5BDAE3227481D700A055D4 /* Frameworks */, - 0D5BDAE4227481D700A055D4 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 0D5BDAEC227481D700A055D4 /* PBXTargetDependency */, - ); - name = TestCountryPickerFrameworkUITests; - productName = TestCountryPickerFrameworkUITests; - productReference = 0D5BDAE6227481D700A055D4 /* TestCountryPickerFrameworkUITests.xctest */; - productType = "com.apple.product-type.bundle.ui-testing"; - }; - E0519E492054FF6B00C77B45 /* TestCountryPickerFramework */ = { - isa = PBXNativeTarget; - buildConfigurationList = E0519E5C2054FF6B00C77B45 /* Build configuration list for PBXNativeTarget "TestCountryPickerFramework" */; - buildPhases = ( - E10E4FDFA7746298004FED3B /* [CP] Check Pods Manifest.lock */, - E0519E462054FF6B00C77B45 /* Sources */, - E0519E472054FF6B00C77B45 /* Frameworks */, - E0519E482054FF6B00C77B45 /* Resources */, - E0519E6F2055021000C77B45 /* Embed Frameworks */, - ACFCDF64D31A2535733AEA33 /* [CP] Embed Pods Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = TestCountryPickerFramework; - productName = TestCountryPickerFramework; - productReference = E0519E4A2054FF6B00C77B45 /* TestCountryPickerFramework.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - E0519E422054FF6B00C77B45 /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 1020; - LastUpgradeCheck = 1000; - ORGANIZATIONNAME = "SuryaKant Sharma"; - TargetAttributes = { - 0D5BDAE5227481D700A055D4 = { - CreatedOnToolsVersion = 10.2; - ProvisioningStyle = Automatic; - TestTargetID = E0519E492054FF6B00C77B45; - }; - E0519E492054FF6B00C77B45 = { - CreatedOnToolsVersion = 9.0; - LastSwiftMigration = 1310; - ProvisioningStyle = Automatic; - }; - }; - }; - buildConfigurationList = E0519E452054FF6B00C77B45 /* Build configuration list for PBXProject "TestCountryPickerFramework" */; - compatibilityVersion = "Xcode 8.0"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = E0519E412054FF6B00C77B45; - productRefGroup = E0519E4B2054FF6B00C77B45 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - E0519E492054FF6B00C77B45 /* TestCountryPickerFramework */, - 0D5BDAE5227481D700A055D4 /* TestCountryPickerFrameworkUITests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 0D5BDAE4227481D700A055D4 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E0519E482054FF6B00C77B45 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 0D5BDAD722747EE100A055D4 /* LaunchScreen.storyboard in Resources */, - 0D5BDADC22747EE100A055D4 /* Main.storyboard in Resources */, - 0D5BDAE12274813100A055D4 /* Assets.xcassets in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - ACFCDF64D31A2535733AEA33 /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework-frameworks.sh", - "${BUILT_PRODUCTS_DIR}/SKCountryPicker/SKCountryPicker.framework", - ); - name = "[CP] Embed Pods Frameworks"; - outputPaths = ( - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SKCountryPicker.framework", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-TestCountryPickerFramework/Pods-TestCountryPickerFramework-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - E10E4FDFA7746298004FED3B /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputFileListPaths = ( - ); - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-TestCountryPickerFramework-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 0D5BDAE2227481D700A055D4 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 0D5BDAE9227481D700A055D4 /* TestCountryPickerFrameworkUITests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E0519E462054FF6B00C77B45 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9657E56C2399137000B4B89B /* PickerViewController.swift in Sources */, - 0D5BDADF2274811400A055D4 /* ViewController.swift in Sources */, - 85CCB465243CB4B400E986D7 /* AppDelegate.swift in Sources */, - 0D5BDAF1227485C300A055D4 /* Accessibility.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 0D5BDAEC227481D700A055D4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = E0519E492054FF6B00C77B45 /* TestCountryPickerFramework */; - targetProxy = 0D5BDAEB227481D700A055D4 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 0D5BDAEE227481D700A055D4 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = YES; - CODE_SIGN_STYLE = Automatic; - INFOPLIST_FILE = TestCountryPickerFrameworkUITests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.2; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.Surya.TestCountryPickerFrameworkUITests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - TEST_TARGET_NAME = TestCountryPickerFramework; - }; - name = Debug; - }; - 0D5BDAEF227481D700A055D4 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = YES; - CODE_SIGN_STYLE = Automatic; - INFOPLIST_FILE = TestCountryPickerFrameworkUITests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.2; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MTL_FAST_MATH = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.Surya.TestCountryPickerFrameworkUITests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - TEST_TARGET_NAME = TestCountryPickerFramework; - }; - name = Release; - }; - E0519E5A2054FF6B00C77B45 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - }; - name = Debug; - }; - E0519E5B2054FF6B00C77B45 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - E0519E5D2054FF6B00C77B45 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B54D39712F52C433742A09B6 /* Pods-TestCountryPickerFramework.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = ""; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)", - ); - INFOPLIST_FILE = TestCountryPickerFramework/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.GitHub.CountryPicker.TestCountryPickerFramework; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_SWIFT3_OBJC_INFERENCE = Off; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - E0519E5E2054FF6B00C77B45 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7179BE2B985E11A8C3813072 /* Pods-TestCountryPickerFramework.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = ""; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)", - ); - INFOPLIST_FILE = TestCountryPickerFramework/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.GitHub.CountryPicker.TestCountryPickerFramework; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_SWIFT3_OBJC_INFERENCE = Off; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 0D5BDAED227481D700A055D4 /* Build configuration list for PBXNativeTarget "TestCountryPickerFrameworkUITests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 0D5BDAEE227481D700A055D4 /* Debug */, - 0D5BDAEF227481D700A055D4 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - E0519E452054FF6B00C77B45 /* Build configuration list for PBXProject "TestCountryPickerFramework" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E0519E5A2054FF6B00C77B45 /* Debug */, - E0519E5B2054FF6B00C77B45 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - E0519E5C2054FF6B00C77B45 /* Build configuration list for PBXNativeTarget "TestCountryPickerFramework" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E0519E5D2054FF6B00C77B45 /* Debug */, - E0519E5E2054FF6B00C77B45 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = E0519E422054FF6B00C77B45 /* Project object */; -} diff --git a/Examples/UIkit/TestCountryPickerFramework.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Examples/UIkit/TestCountryPickerFramework.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 2ec42a57..00000000 --- a/Examples/UIkit/TestCountryPickerFramework.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/Examples/UIkit/TestCountryPickerFramework.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Examples/UIkit/TestCountryPickerFramework.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d98100..00000000 --- a/Examples/UIkit/TestCountryPickerFramework.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/Examples/UIkit/TestCountryPickerFramework.xcodeproj/xcshareddata/xcschemes/TestCountryPickerFramework.xcscheme b/Examples/UIkit/TestCountryPickerFramework.xcodeproj/xcshareddata/xcschemes/TestCountryPickerFramework.xcscheme deleted file mode 100644 index 166bffea..00000000 --- a/Examples/UIkit/TestCountryPickerFramework.xcodeproj/xcshareddata/xcschemes/TestCountryPickerFramework.xcscheme +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Examples/UIkit/TestCountryPickerFramework.xcworkspace/contents.xcworkspacedata b/Examples/UIkit/TestCountryPickerFramework.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 8629d800..00000000 --- a/Examples/UIkit/TestCountryPickerFramework.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - diff --git a/Examples/UIkit/TestCountryPickerFramework.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Examples/UIkit/TestCountryPickerFramework.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d98100..00000000 --- a/Examples/UIkit/TestCountryPickerFramework.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/Examples/UIkit/TestCountryPickerFramework.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Examples/UIkit/TestCountryPickerFramework.xcworkspace/xcshareddata/swiftpm/Package.resolved deleted file mode 100644 index 6146e5af..00000000 --- a/Examples/UIkit/TestCountryPickerFramework.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ /dev/null @@ -1,16 +0,0 @@ -{ - "object": { - "pins": [ - { - "package": "CountryPicker", - "repositoryURL": "https://github.com/SURYAKANTSHARMA/CountryPicker", - "state": { - "branch": null, - "revision": "fa4757cb3f090447082f5dffb5db887bc181f6a9", - "version": "1.3.2" - } - } - ] - }, - "version": 1 -} diff --git a/Examples/UIkit/TestCountryPickerFramework/Accessibility.swift b/Examples/UIkit/TestCountryPickerFramework/Accessibility.swift deleted file mode 100644 index 5c68811d..00000000 --- a/Examples/UIkit/TestCountryPickerFramework/Accessibility.swift +++ /dev/null @@ -1,15 +0,0 @@ -// -// Accessibility.swift -// TestCountryPickerFramework -// -// Created by Suryakant Sharma-Pro on 27/04/19. -// Copyright © 2019 SuryaKant Sharma. All rights reserved. -// - -import Foundation - -enum Accessibility { - public static let selectCountryPicker = "Select country picker" - public static let searchCountry = "Search country name here.." - public static let cross = "Cross button" -} diff --git a/Examples/UIkit/TestCountryPickerFramework/AppDelegate.swift b/Examples/UIkit/TestCountryPickerFramework/AppDelegate.swift deleted file mode 100644 index 7b5f1ea2..00000000 --- a/Examples/UIkit/TestCountryPickerFramework/AppDelegate.swift +++ /dev/null @@ -1,43 +0,0 @@ -// -// AppDelegate.swift -// TestCountryPickerFramework -// -// Created by SuryaKant Sharma on 11/03/18. -// Copyright © 2018 SuryaKant Sharma. All rights reserved. -// - -import UIKit - -@UIApplicationMain -class AppDelegate: UIResponder, UIApplicationDelegate { - - var window: UIWindow? - - func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { - // Override point for customization after application launch. - return true - } - - func applicationWillResignActive(_ application: UIApplication) { - // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. - // Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game. - } - - func applicationDidEnterBackground(_ application: UIApplication) { - // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. - // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. - } - - func applicationWillEnterForeground(_ application: UIApplication) { - // Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background. - } - - func applicationDidBecomeActive(_ application: UIApplication) { - // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. - } - - func applicationWillTerminate(_ application: UIApplication) { - // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. - } - -} diff --git a/Examples/UIkit/TestCountryPickerFramework/Assets.xcassets/AppIcon.appiconset/Contents.json b/Examples/UIkit/TestCountryPickerFramework/Assets.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index d8db8d65..00000000 --- a/Examples/UIkit/TestCountryPickerFramework/Assets.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,98 +0,0 @@ -{ - "images" : [ - { - "idiom" : "iphone", - "size" : "20x20", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "20x20", - "scale" : "3x" - }, - { - "idiom" : "iphone", - "size" : "29x29", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "29x29", - "scale" : "3x" - }, - { - "idiom" : "iphone", - "size" : "40x40", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "40x40", - "scale" : "3x" - }, - { - "idiom" : "iphone", - "size" : "60x60", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "60x60", - "scale" : "3x" - }, - { - "idiom" : "ipad", - "size" : "20x20", - "scale" : "1x" - }, - { - "idiom" : "ipad", - "size" : "20x20", - "scale" : "2x" - }, - { - "idiom" : "ipad", - "size" : "29x29", - "scale" : "1x" - }, - { - "idiom" : "ipad", - "size" : "29x29", - "scale" : "2x" - }, - { - "idiom" : "ipad", - "size" : "40x40", - "scale" : "1x" - }, - { - "idiom" : "ipad", - "size" : "40x40", - "scale" : "2x" - }, - { - "idiom" : "ipad", - "size" : "76x76", - "scale" : "1x" - }, - { - "idiom" : "ipad", - "size" : "76x76", - "scale" : "2x" - }, - { - "idiom" : "ipad", - "size" : "83.5x83.5", - "scale" : "2x" - }, - { - "idiom" : "ios-marketing", - "size" : "1024x1024", - "scale" : "1x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/Examples/UIkit/TestCountryPickerFramework/Info.plist b/Examples/UIkit/TestCountryPickerFramework/Info.plist deleted file mode 100644 index 16be3b68..00000000 --- a/Examples/UIkit/TestCountryPickerFramework/Info.plist +++ /dev/null @@ -1,45 +0,0 @@ - - - - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0 - CFBundleVersion - 1 - LSRequiresIPhoneOS - - UILaunchStoryboardName - LaunchScreen - UIMainStoryboardFile - Main - UIRequiredDeviceCapabilities - - armv7 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - - diff --git a/Examples/UIkit/TestCountryPickerFramework/LaunchScreen.storyboard b/Examples/UIkit/TestCountryPickerFramework/LaunchScreen.storyboard deleted file mode 100644 index f83f6fd5..00000000 --- a/Examples/UIkit/TestCountryPickerFramework/LaunchScreen.storyboard +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Examples/UIkit/TestCountryPickerFramework/Main.storyboard b/Examples/UIkit/TestCountryPickerFramework/Main.storyboard deleted file mode 100644 index a6244562..00000000 --- a/Examples/UIkit/TestCountryPickerFramework/Main.storyboard +++ /dev/null @@ -1,472 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Examples/UIkit/TestCountryPickerFramework/PickerViewController.swift b/Examples/UIkit/TestCountryPickerFramework/PickerViewController.swift deleted file mode 100644 index 8b869f11..00000000 --- a/Examples/UIkit/TestCountryPickerFramework/PickerViewController.swift +++ /dev/null @@ -1,72 +0,0 @@ -// -// PickerViewController.swift -// TestCountryPickerFramework -// -// Created by Hardeep Singh on 05/12/19. -// Copyright © 2019 SuryaKant Sharma. All rights reserved. -// - -import UIKit -import SKCountryPicker - -class PickerViewController: UIViewController { - - @IBOutlet weak var storyboardPickerView: CountryPickerView! - @IBOutlet weak var textField: UITextField! - @IBOutlet weak var storyboardLabel: UILabel! - - override func viewDidLoad() { - super.viewDidLoad() - - // Show country picker view on tap TextField. - setupPickerViewForTextField() - - // Configure picker with help of storyboard. - setupStoryboardPickerViewCallback() - - } - - private func setupPickerViewForTextField() { - - let picketView = CountryPickerView.loadPickerView { [weak self] (country) in - - guard let self = self, - let digitCountrycode = country.digitCountrycode else { - return - } - let text = "\(digitCountrycode) \(country.countryCode)" - self.textField.text = text - } - - // Set pick list menually. - picketView.setPickList(codes: "AQ", "IL", "AF", "AL", "DZ", "IN") - textField.inputView = picketView - - let toolBar = UIToolbar(frame: CGRect(x: 0, y: 0, width: view.frame.size.width, height: 35)) - toolBar.barStyle = .default - toolBar.sizeToFit() - - // Adding Button ToolBar - let doneButton = UIBarButtonItem(title: "Done", style: .plain, target: self, action: #selector(doneButtonTapped)) - toolBar.items = [doneButton] - toolBar.isUserInteractionEnabled = true - textField.inputAccessoryView = toolBar - } - - @objc func doneButtonTapped() { - self.textField.resignFirstResponder() - } - - private func setupStoryboardPickerViewCallback() { - // Use setSelectedCountry to set a default country code - storyboardPickerView.setSelectedCountry(Country(countryCode: "GB")) - storyboardPickerView.onSelectCountry { [weak self] (country) in - guard let self = self, - let digitCountrycode = country.digitCountrycode else { - return - } - let text = "\(digitCountrycode) \(country.countryCode)" - self.storyboardLabel.text = text - } - } -} diff --git a/Examples/UIkit/TestCountryPickerFramework/SKCountryPicker/LICENSE b/Examples/UIkit/TestCountryPickerFramework/SKCountryPicker/LICENSE deleted file mode 100644 index 33d9fddb..00000000 --- a/Examples/UIkit/TestCountryPickerFramework/SKCountryPicker/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2017 Suryakant - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/Examples/UIkit/TestCountryPickerFramework/SKCountryPicker/README.md b/Examples/UIkit/TestCountryPickerFramework/SKCountryPicker/README.md deleted file mode 100644 index 3453c020..00000000 --- a/Examples/UIkit/TestCountryPickerFramework/SKCountryPicker/README.md +++ /dev/null @@ -1,121 +0,0 @@ -[![Version](https://img.shields.io/cocoapods/v/SKCountryPicker.svg?style=flat)](https://cocoapods.org/pods/SKCountryPicker) -[![License](https://img.shields.io/badge/License-MIT-8D6E63.svg)](LICENSE) -![my_tweet 1](https://user-images.githubusercontent.com/6416095/43136625-f56e1984-8f66-11e8-86f8-c2cd2882d1cc.png) - -# CountryPicker - - -A simple, customizable Country picker for picking country or dialing code. -This library is for country picker used in many app for selecting country code of user. User can select country by searching and then selecting country in list. - -## If you like CountryPicker, give it a ★ at the top right of this page. - -## Features - -- [x] Navigate through search and index title of section e.g (in Contact app in iOS) -- [x] cocoa Pods integrated -- [x] Best practices followed - -## Requirements - -- iOS 10.0+ -- Xcode 9+ -## Example - To run the example project, clone the repo, and run pod update from the Example directory first. -## Installation - -CountryPicker is available through Cocoapods. - -#### [CocoaPods](http://cocoapods.org): -Add the following line to your Podfile: - -```ruby -pod 'SKCountryPicker' -``` -current version compatible with Swift 4.1 as well Swift 3.3 -## Getting Started -Example: - -```swift -import UIKit -import SKCountryPicker -class ViewController: UIViewController { - //MARK:- IBOutlet - @IBOutlet weak var countryCodeButton: UIButton! - @IBOutlet weak var countryImageView: UIImageView! - let contryPickerController = CountryPickerController() - - //MARK:- Func - override func viewDidLoad() { - super.viewDidLoad() - // Do any additional setup after loading the view, typically from a nib. - - let country = CountryManager.shared.currentCountry - countryCodeButton.setTitle(country?.dialingCode, for: .normal) - countryImageView.image = country?.flag - countryCodeButton.clipsToBounds = true - - } - - - @IBAction func countryCodeButtonClicked(_ sender: UIButton) { - - let countryController = CountryPickerWithSectionViewController.presentController(on: self) { (country: Country) in - self.countryImageView.image = country.flag - self.countryCodeButton.setTitle(country.dialingCode, for: .normal) - - } - // can customize the countryPicker here e.g font and color - countryController.detailColor = UIColor.red - } -} -``` - - -## Contributing - -Any contribution making project better is welcome. - - - -## ScreenShots -In Example Project - - - -Demo - - - -Above is a Gif demo. - -After running the project by default current country get selected as below. - -![defaultopenimage](https://github.com/senseiphoneX/CountyPicker/blob/master/Usage%20Resource/screenshot1.png) - - - -On clicking on this button country picker open with the option of choose or filter the require country. -![step2image](https://github.com/senseiphoneX/CountyPicker/blob/master/Usage%20Resource/screenshot2.png) - - -After selecting selected country with image will appear on your button. -![simulator screen shot - iphone 5s - 2017-10-29 at 17 32 52](https://github.com/senseiphoneX/CountyPicker/blob/master/Usage%20Resource/screenshot3.png) -![simulator screen shot - iphone 5s - 2017-10-29 at 17 32 56](https://github.com/senseiphoneX/CountyPicker/blob/master/Usage%20Resource/screenshot4.png) - - -## Authors - -[***Suryakant Sharma**](https://github.com/SURYAKANTSHARMA) - -See also the list of [contributors](https://github.com/SURYAKANTSHARMA/CountyPicker/contributors) who participated in this project. Thanks from bottom of my heart to inspiration behind Hardeep Singh - -## License - -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details - - - - - - diff --git a/Examples/UIkit/TestCountryPickerFramework/TestCountryPickerFramework.entitlements b/Examples/UIkit/TestCountryPickerFramework/TestCountryPickerFramework.entitlements deleted file mode 100644 index ee95ab7e..00000000 --- a/Examples/UIkit/TestCountryPickerFramework/TestCountryPickerFramework.entitlements +++ /dev/null @@ -1,10 +0,0 @@ - - - - - com.apple.security.app-sandbox - - com.apple.security.network.client - - - diff --git a/Examples/UIkit/TestCountryPickerFramework/ViewController.swift b/Examples/UIkit/TestCountryPickerFramework/ViewController.swift deleted file mode 100644 index 78e81e6f..00000000 --- a/Examples/UIkit/TestCountryPickerFramework/ViewController.swift +++ /dev/null @@ -1,123 +0,0 @@ -// -// ViewController.swift -// TestCountryPickerFramework -// -// Created by SuryaKant Sharma on 11/03/18. -// Copyright © 2018 SuryaKant Sharma. All rights reserved. -// - -import UIKit -import SKCountryPicker - -class ViewController: UIViewController { - - // MARK: - IBOutlet - @IBOutlet weak var countryCodeButton: UIButton! - @IBOutlet weak var countryImageView: UIImageView! - @IBOutlet weak var showDialingCodeSwitch: UISwitch! - @IBOutlet weak var showWithSectionsSwitch: UISwitch! - @IBOutlet weak var showCountryFlagSwitch: UISwitch! - @IBOutlet weak var pickCountryButton: UIButton! - - // MARK: - Func - override func viewDidLoad() { - super.viewDidLoad() - // Do any additional setup after loading the view, typically from a nib. - self.addAccessibilityLabel() - if #available(iOS 13.0, *) { - //self.addSystemColor() - } - guard let country = CountryManager.shared.currentCountry else { - self.countryCodeButton.setTitle("Pick Country", for: .normal) - self.countryImageView.isHidden = true - return - } - - countryCodeButton.setTitle(country.dialingCode, for: .normal) - countryImageView.image = country.flag - countryCodeButton.clipsToBounds = true - countryCodeButton.accessibilityLabel = Accessibility.selectCountryPicker - - pickCountryButton.layer.cornerRadius = 10 - pickCountryButton.clipsToBounds = true - - } - - private func addAccessibilityLabel() { - showWithSectionsSwitch.accessibilityLabel = "show countries with section" - showCountryFlagSwitch.accessibilityLabel = "show countries with section" - showDialingCodeSwitch.accessibilityLabel = "show countries with section" - } - - - // MARK: - IBAction Methods - @IBAction func filterByCountryCode(_ sender: UISwitch) { - if sender.isOn { - CountryManager.shared.addFilter(.countryCode) - } else { - CountryManager.shared.removeFilter(.countryCode) - } - } - - @IBAction func filterByDialCode(_ sender: UISwitch) { - if sender.isOn { - CountryManager.shared.addFilter(.countryDialCode) - } else { - CountryManager.shared.removeFilter(.countryDialCode) - } - } - - @IBAction func pickCountryAction(_ sender: UIButton) { - presentCountryPickerScene(withSelectionControlEnabled: showWithSectionsSwitch.isOn) - } - -} - - -/// MARK: - Private Methods -private extension ViewController { - - /// Dynamically presents country picker scene with an option of including `Selection Control`. - /// - /// By default, invoking this function without defining `selectionControlEnabled` parameter. Its set to `True` - /// unless otherwise and the `Selection Control` will be included into the list view. - /// - /// - Parameter selectionControlEnabled: Section Control State. By default its set to `True` unless otherwise. - - func presentCountryPickerScene(withSelectionControlEnabled selectionControlEnabled: Bool = true) { - switch selectionControlEnabled { - case true: - // Present country picker with `Section Control` enabled - CountryPickerWithSectionViewController.presentController(on: self, configuration: { countryController in - countryController.configuration.flagStyle = .circular - countryController.configuration.isCountryFlagHidden = !showCountryFlagSwitch.isOn - countryController.configuration.isCountryDialHidden = !showDialingCodeSwitch.isOn - countryController.favoriteCountriesLocaleIdentifiers = ["IN", "US"] - - }) { [weak self] country in - - guard let self = self else { return } - self.countryImageView.isHidden = false - self.countryImageView.image = country.flag - self.countryCodeButton.setTitle(country.dialingCode, for: .normal) - } - - case false: - // Present country picker without `Section Control` enabled - CountryPickerController.presentController(on: self, configuration: { countryController in - countryController.configuration.flagStyle = .corner - countryController.configuration.isCountryFlagHidden = !showCountryFlagSwitch.isOn - countryController.configuration.isCountryDialHidden = !showDialingCodeSwitch.isOn - countryController.favoriteCountriesLocaleIdentifiers = ["IN", "US"] - - }) { [weak self] country in - - guard let self = self else { return } - - self.countryImageView.isHidden = false - self.countryImageView.image = country.flag - self.countryCodeButton.setTitle(country.dialingCode, for: .normal) - } - } - } -} diff --git a/Examples/UIkit/TestCountryPickerFrameworkUITests/Info.plist b/Examples/UIkit/TestCountryPickerFrameworkUITests/Info.plist deleted file mode 100644 index 6c40a6cd..00000000 --- a/Examples/UIkit/TestCountryPickerFrameworkUITests/Info.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleVersion - 1 - - diff --git a/Examples/UIkit/TestCountryPickerFrameworkUITests/TestCountryPickerFrameworkUITests.swift b/Examples/UIkit/TestCountryPickerFrameworkUITests/TestCountryPickerFrameworkUITests.swift deleted file mode 100644 index 5a55792f..00000000 --- a/Examples/UIkit/TestCountryPickerFrameworkUITests/TestCountryPickerFrameworkUITests.swift +++ /dev/null @@ -1,28 +0,0 @@ -// -// TestCountryPickerFrameworkUITests.swift -// TestCountryPickerFrameworkUITests -// -// Created by Suryakant Sharma-Pro on 27/04/19. -// Copyright © 2019 SuryaKant Sharma. All rights reserved. -// - -import XCTest - -class TestCountryPickerFrameworkUITests: XCTestCase { - - override func setUp() { - // Put setup code here. This method is called before the invocation of each test method in the class. - - // In UI tests it is usually best to stop immediately when a failure occurs. - continueAfterFailure = false - - // UI tests must launch the application that they test. Doing this in setup will make sure it happens for each test method. - XCUIApplication().launch() - - // In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this. - } - - override func tearDown() { - // Put teardown code here. This method is called after the invocation of each test method in the class. - } -} diff --git a/Framework/Framework.xcodeproj/project.pbxproj b/Framework/Framework.xcodeproj/project.pbxproj new file mode 100644 index 00000000..0f4cc2c3 --- /dev/null +++ b/Framework/Framework.xcodeproj/project.pbxproj @@ -0,0 +1,538 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 56; + objects = { + +/* Begin PBXBuildFile section */ + D8CBB1362BDE28A100D46CB9 /* Framework.docc in Sources */ = {isa = PBXBuildFile; fileRef = D8CBB1352BDE28A100D46CB9 /* Framework.docc */; }; + D8CBB13C2BDE28A100D46CB9 /* Framework.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8CBB1312BDE28A100D46CB9 /* Framework.framework */; }; + D8CBB1422BDE28A100D46CB9 /* Framework.h in Headers */ = {isa = PBXBuildFile; fileRef = D8CBB1342BDE28A100D46CB9 /* Framework.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D8CBB1572BDE28BA00D46CB9 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CBB14B2BDE28BA00D46CB9 /* Configuration.swift */; }; + D8CBB1582BDE28BA00D46CB9 /* Constant.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CBB14C2BDE28BA00D46CB9 /* Constant.swift */; }; + D8CBB1592BDE28BA00D46CB9 /* Country.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CBB14D2BDE28BA00D46CB9 /* Country.swift */; }; + D8CBB15A2BDE28BA00D46CB9 /* CountryManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CBB14E2BDE28BA00D46CB9 /* CountryManager.swift */; }; + D8CBB15B2BDE28BA00D46CB9 /* CountryPickerController.bundle in Resources */ = {isa = PBXBuildFile; fileRef = D8CBB14F2BDE28BA00D46CB9 /* CountryPickerController.bundle */; }; + D8CBB15C2BDE28BA00D46CB9 /* CountryPickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CBB1502BDE28BA00D46CB9 /* CountryPickerView.swift */; }; + D8CBB15D2BDE28BA00D46CB9 /* CountryPickerWheelView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CBB1512BDE28BA00D46CB9 /* CountryPickerWheelView.swift */; }; + D8CBB15E2BDE28BA00D46CB9 /* CountryPickerWheelViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CBB1522BDE28BA00D46CB9 /* CountryPickerWheelViewModel.swift */; }; + D8CBB15F2BDE28BA00D46CB9 /* CountryPickerWithSections.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CBB1532BDE28BA00D46CB9 /* CountryPickerWithSections.swift */; }; + D8CBB1602BDE28BA00D46CB9 /* CountryPickerWithSectionViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CBB1542BDE28BA00D46CB9 /* CountryPickerWithSectionViewModel.swift */; }; + D8CBB1612BDE28BA00D46CB9 /* SectionMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CBB1552BDE28BA00D46CB9 /* SectionMapper.swift */; }; + D8CBB16D2BDE292100D46CB9 /* CountryManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CBB16A2BDE292100D46CB9 /* CountryManagerTests.swift */; }; + D8CBB16E2BDE292100D46CB9 /* CountryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CBB16B2BDE292100D46CB9 /* CountryTests.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + D8CBB13D2BDE28A100D46CB9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D8CBB1282BDE28A100D46CB9 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D8CBB1302BDE28A100D46CB9; + remoteInfo = Framework; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + D8CBB1312BDE28A100D46CB9 /* Framework.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Framework.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + D8CBB1342BDE28A100D46CB9 /* Framework.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Framework.h; sourceTree = ""; }; + D8CBB1352BDE28A100D46CB9 /* Framework.docc */ = {isa = PBXFileReference; lastKnownFileType = folder.documentationcatalog; path = Framework.docc; sourceTree = ""; }; + D8CBB13B2BDE28A100D46CB9 /* FrameworkTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FrameworkTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + D8CBB14B2BDE28BA00D46CB9 /* Configuration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Configuration.swift; sourceTree = ""; }; + D8CBB14C2BDE28BA00D46CB9 /* Constant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constant.swift; sourceTree = ""; }; + D8CBB14D2BDE28BA00D46CB9 /* Country.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Country.swift; sourceTree = ""; }; + D8CBB14E2BDE28BA00D46CB9 /* CountryManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CountryManager.swift; sourceTree = ""; }; + D8CBB14F2BDE28BA00D46CB9 /* CountryPickerController.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = CountryPickerController.bundle; sourceTree = ""; }; + D8CBB1502BDE28BA00D46CB9 /* CountryPickerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CountryPickerView.swift; sourceTree = ""; }; + D8CBB1512BDE28BA00D46CB9 /* CountryPickerWheelView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CountryPickerWheelView.swift; sourceTree = ""; }; + D8CBB1522BDE28BA00D46CB9 /* CountryPickerWheelViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CountryPickerWheelViewModel.swift; sourceTree = ""; }; + D8CBB1532BDE28BA00D46CB9 /* CountryPickerWithSections.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CountryPickerWithSections.swift; sourceTree = ""; }; + D8CBB1542BDE28BA00D46CB9 /* CountryPickerWithSectionViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CountryPickerWithSectionViewModel.swift; sourceTree = ""; }; + D8CBB1552BDE28BA00D46CB9 /* SectionMapper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SectionMapper.swift; sourceTree = ""; }; + D8CBB1692BDE292100D46CB9 /* FrameworkTests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "FrameworkTests-Bridging-Header.h"; sourceTree = ""; }; + D8CBB16A2BDE292100D46CB9 /* CountryManagerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CountryManagerTests.swift; sourceTree = ""; }; + D8CBB16B2BDE292100D46CB9 /* CountryTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CountryTests.swift; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + D8CBB12E2BDE28A100D46CB9 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D8CBB1382BDE28A100D46CB9 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + D8CBB13C2BDE28A100D46CB9 /* Framework.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + D8CBB1272BDE28A100D46CB9 = { + isa = PBXGroup; + children = ( + D8CBB1332BDE28A100D46CB9 /* Framework */, + D8CBB13F2BDE28A100D46CB9 /* FrameworkTests */, + D8CBB1322BDE28A100D46CB9 /* Products */, + ); + sourceTree = ""; + }; + D8CBB1322BDE28A100D46CB9 /* Products */ = { + isa = PBXGroup; + children = ( + D8CBB1312BDE28A100D46CB9 /* Framework.framework */, + D8CBB13B2BDE28A100D46CB9 /* FrameworkTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + D8CBB1332BDE28A100D46CB9 /* Framework */ = { + isa = PBXGroup; + children = ( + D8CBB1562BDE28BA00D46CB9 /* Sources */, + D8CBB1342BDE28A100D46CB9 /* Framework.h */, + D8CBB1352BDE28A100D46CB9 /* Framework.docc */, + ); + path = Framework; + sourceTree = ""; + }; + D8CBB13F2BDE28A100D46CB9 /* FrameworkTests */ = { + isa = PBXGroup; + children = ( + D8CBB16A2BDE292100D46CB9 /* CountryManagerTests.swift */, + D8CBB16B2BDE292100D46CB9 /* CountryTests.swift */, + D8CBB1692BDE292100D46CB9 /* FrameworkTests-Bridging-Header.h */, + ); + path = FrameworkTests; + sourceTree = ""; + }; + D8CBB1562BDE28BA00D46CB9 /* Sources */ = { + isa = PBXGroup; + children = ( + D8CBB14B2BDE28BA00D46CB9 /* Configuration.swift */, + D8CBB14C2BDE28BA00D46CB9 /* Constant.swift */, + D8CBB14D2BDE28BA00D46CB9 /* Country.swift */, + D8CBB14E2BDE28BA00D46CB9 /* CountryManager.swift */, + D8CBB14F2BDE28BA00D46CB9 /* CountryPickerController.bundle */, + D8CBB1502BDE28BA00D46CB9 /* CountryPickerView.swift */, + D8CBB1512BDE28BA00D46CB9 /* CountryPickerWheelView.swift */, + D8CBB1522BDE28BA00D46CB9 /* CountryPickerWheelViewModel.swift */, + D8CBB1532BDE28BA00D46CB9 /* CountryPickerWithSections.swift */, + D8CBB1542BDE28BA00D46CB9 /* CountryPickerWithSectionViewModel.swift */, + D8CBB1552BDE28BA00D46CB9 /* SectionMapper.swift */, + ); + path = Sources; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + D8CBB12C2BDE28A100D46CB9 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D8CBB1422BDE28A100D46CB9 /* Framework.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + D8CBB1302BDE28A100D46CB9 /* Framework */ = { + isa = PBXNativeTarget; + buildConfigurationList = D8CBB1452BDE28A100D46CB9 /* Build configuration list for PBXNativeTarget "Framework" */; + buildPhases = ( + D8CBB12C2BDE28A100D46CB9 /* Headers */, + D8CBB12D2BDE28A100D46CB9 /* Sources */, + D8CBB12E2BDE28A100D46CB9 /* Frameworks */, + D8CBB12F2BDE28A100D46CB9 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Framework; + productName = Framework; + productReference = D8CBB1312BDE28A100D46CB9 /* Framework.framework */; + productType = "com.apple.product-type.framework"; + }; + D8CBB13A2BDE28A100D46CB9 /* FrameworkTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = D8CBB1482BDE28A100D46CB9 /* Build configuration list for PBXNativeTarget "FrameworkTests" */; + buildPhases = ( + D8CBB1372BDE28A100D46CB9 /* Sources */, + D8CBB1382BDE28A100D46CB9 /* Frameworks */, + D8CBB1392BDE28A100D46CB9 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + D8CBB13E2BDE28A100D46CB9 /* PBXTargetDependency */, + ); + name = FrameworkTests; + productName = FrameworkTests; + productReference = D8CBB13B2BDE28A100D46CB9 /* FrameworkTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + D8CBB1282BDE28A100D46CB9 /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastSwiftUpdateCheck = 1530; + LastUpgradeCheck = 1530; + TargetAttributes = { + D8CBB1302BDE28A100D46CB9 = { + CreatedOnToolsVersion = 15.3; + }; + D8CBB13A2BDE28A100D46CB9 = { + CreatedOnToolsVersion = 15.3; + LastSwiftMigration = 1530; + }; + }; + }; + buildConfigurationList = D8CBB12B2BDE28A100D46CB9 /* Build configuration list for PBXProject "Framework" */; + compatibilityVersion = "Xcode 14.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = D8CBB1272BDE28A100D46CB9; + productRefGroup = D8CBB1322BDE28A100D46CB9 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + D8CBB1302BDE28A100D46CB9 /* Framework */, + D8CBB13A2BDE28A100D46CB9 /* FrameworkTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + D8CBB12F2BDE28A100D46CB9 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D8CBB15B2BDE28BA00D46CB9 /* CountryPickerController.bundle in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D8CBB1392BDE28A100D46CB9 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + D8CBB12D2BDE28A100D46CB9 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D8CBB1592BDE28BA00D46CB9 /* Country.swift in Sources */, + D8CBB1612BDE28BA00D46CB9 /* SectionMapper.swift in Sources */, + D8CBB1572BDE28BA00D46CB9 /* Configuration.swift in Sources */, + D8CBB15D2BDE28BA00D46CB9 /* CountryPickerWheelView.swift in Sources */, + D8CBB1362BDE28A100D46CB9 /* Framework.docc in Sources */, + D8CBB15F2BDE28BA00D46CB9 /* CountryPickerWithSections.swift in Sources */, + D8CBB15A2BDE28BA00D46CB9 /* CountryManager.swift in Sources */, + D8CBB15E2BDE28BA00D46CB9 /* CountryPickerWheelViewModel.swift in Sources */, + D8CBB1602BDE28BA00D46CB9 /* CountryPickerWithSectionViewModel.swift in Sources */, + D8CBB1582BDE28BA00D46CB9 /* Constant.swift in Sources */, + D8CBB15C2BDE28BA00D46CB9 /* CountryPickerView.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D8CBB1372BDE28A100D46CB9 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D8CBB16E2BDE292100D46CB9 /* CountryTests.swift in Sources */, + D8CBB16D2BDE292100D46CB9 /* CountryManagerTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + D8CBB13E2BDE28A100D46CB9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = D8CBB1302BDE28A100D46CB9 /* Framework */; + targetProxy = D8CBB13D2BDE28A100D46CB9 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + D8CBB1432BDE28A100D46CB9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 17.4; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + D8CBB1442BDE28A100D46CB9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 17.4; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + D8CBB1462BDE28A100D46CB9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUILD_LIBRARY_FOR_DISTRIBUTION = YES; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = YES; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_NSHumanReadableCopyright = ""; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MARKETING_VERSION = 1.0; + MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; + MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20"; + PRODUCT_BUNDLE_IDENTIFIER = com.github.Crypto.Framework; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_INSTALL_OBJC_HEADER = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + D8CBB1472BDE28A100D46CB9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUILD_LIBRARY_FOR_DISTRIBUTION = YES; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = YES; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_NSHumanReadableCopyright = ""; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MARKETING_VERSION = 1.0; + MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; + MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20"; + PRODUCT_BUNDLE_IDENTIFIER = com.github.Crypto.Framework; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_INSTALL_OBJC_HEADER = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; + D8CBB1492BDE28A100D46CB9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + GENERATE_INFOPLIST_FILE = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.github.Crypto.FrameworkTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_OBJC_BRIDGING_HEADER = "FrameworkTests/FrameworkTests-Bridging-Header.h"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + D8CBB14A2BDE28A100D46CB9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + GENERATE_INFOPLIST_FILE = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.github.Crypto.FrameworkTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_OBJC_BRIDGING_HEADER = "FrameworkTests/FrameworkTests-Bridging-Header.h"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + D8CBB12B2BDE28A100D46CB9 /* Build configuration list for PBXProject "Framework" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D8CBB1432BDE28A100D46CB9 /* Debug */, + D8CBB1442BDE28A100D46CB9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D8CBB1452BDE28A100D46CB9 /* Build configuration list for PBXNativeTarget "Framework" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D8CBB1462BDE28A100D46CB9 /* Debug */, + D8CBB1472BDE28A100D46CB9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D8CBB1482BDE28A100D46CB9 /* Build configuration list for PBXNativeTarget "FrameworkTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D8CBB1492BDE28A100D46CB9 /* Debug */, + D8CBB14A2BDE28A100D46CB9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = D8CBB1282BDE28A100D46CB9 /* Project object */; +} diff --git a/Examples/SwiftUI/CountryPickerSwiftUIExample/CountryPickerSwiftUIExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Framework/Framework.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from Examples/SwiftUI/CountryPickerSwiftUIExample/CountryPickerSwiftUIExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to Framework/Framework.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/Examples/SwiftUI/CountryPickerSwiftUIExample/CountryPickerSwiftUIExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Framework/Framework.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from Examples/SwiftUI/CountryPickerSwiftUIExample/CountryPickerSwiftUIExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to Framework/Framework.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/Framework/Framework/Framework.docc/Framework.md b/Framework/Framework/Framework.docc/Framework.md new file mode 100755 index 00000000..720e61c2 --- /dev/null +++ b/Framework/Framework/Framework.docc/Framework.md @@ -0,0 +1,13 @@ +# ``Framework`` + +Summary + +## Overview + +Text + +## Topics + +### Group + +- ``Symbol`` \ No newline at end of file diff --git a/Framework/Framework/Framework.h b/Framework/Framework/Framework.h new file mode 100644 index 00000000..8f5a962c --- /dev/null +++ b/Framework/Framework/Framework.h @@ -0,0 +1,18 @@ +// +// Framework.h +// Framework +// +// Created by Surya on 28/04/24. +// + +#import + +//! Project version number for Framework. +FOUNDATION_EXPORT double FrameworkVersionNumber; + +//! Project version string for Framework. +FOUNDATION_EXPORT const unsigned char FrameworkVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + diff --git a/Framework/Framework/Sources/Configuration.swift b/Framework/Framework/Sources/Configuration.swift new file mode 100644 index 00000000..b5739ffb --- /dev/null +++ b/Framework/Framework/Sources/Configuration.swift @@ -0,0 +1,42 @@ +// +// File.swift +// +// +// Created by Surya on 29/07/23. +// + +import Foundation +import SwiftUI + +public +struct Configuration { + + public let flagStyle: CountryFlagStyle + public let labelFont: Font + public let labelColor: Color + public let detailFont: Font + public let detailColor: Color + public let isCountryFlagHidden: Bool + public let isCountryDialHidden: Bool + public let navigationTitleText: String + + public init( + flagStyle: CountryFlagStyle = CountryFlagStyle.corner, + labelFont: Font = .title2, + labelColor: Color = .primary, + detailFont: Font = .footnote, + detailColor: Color = .secondary, + isCountryFlagHidden: Bool = false, + isCountryDialHidden: Bool = false, + navigationTitleText: String = "CountryPicker" + ) { + self.flagStyle = flagStyle + self.labelFont = labelFont + self.labelColor = labelColor + self.detailFont = detailFont + self.detailColor = detailColor + self.isCountryFlagHidden = isCountryFlagHidden + self.isCountryDialHidden = isCountryDialHidden + self.navigationTitleText = navigationTitleText + } +} diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/Constant.swift b/Framework/Framework/Sources/Constant.swift similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/Constant.swift rename to Framework/Framework/Sources/Constant.swift diff --git a/CountryPicker/CountryPicker/Country.swift b/Framework/Framework/Sources/Country.swift similarity index 74% rename from CountryPicker/CountryPicker/Country.swift rename to Framework/Framework/Sources/Country.swift index 96691163..7deac017 100644 --- a/CountryPicker/CountryPicker/Country.swift +++ b/Framework/Framework/Sources/Country.swift @@ -9,7 +9,7 @@ import Foundation import UIKit -open class Country { +open class Country: Identifiable { // MARK:- Variable open var countryCode: String @@ -51,10 +51,10 @@ open class Country { var imagePath: String private var image: UIImage? - // MARK: - Functions + // MARK: - Initializers public init(countryCode code: String) { self.countryCode = code - countryName = mapCountryName(self.countryCode) + countryName = Self.mapCountryName(self.countryCode) imagePath = "CountryPickerController.bundle/\(self.countryCode)" } @@ -71,20 +71,30 @@ open class Country { let locale = Locale(identifier: localeIdentifier) return self.countryName(with: locale) } -} - -func mapCountryName(_ countryCode: String) -> String { - let locale = Locale(identifier: Locale.preferredLanguages.first!) - guard let localisedCountryName = locale.localizedString(forRegionCode: countryCode) else { - let message = "Failed to localised country name for Country Code:- \(countryCode)" - assertionFailure(message) - return "" + + static func mapCountryName(_ countryCode: String) -> String { + let locale = Locale(identifier: Locale.preferredLanguages.first!) + guard let localisedCountryName = locale.localizedString(forRegionCode: countryCode) else { + let message = "Failed to localised country name for Country Code:- \(countryCode)" + assertionFailure(message) + return "" + } + return localisedCountryName } - return localisedCountryName + } + extension Country: Equatable { public static func == (lhs: Country, rhs: Country) -> Bool { return (lhs.countryCode == rhs.countryCode && lhs.dialingCode == rhs.dialingCode) } } + +extension Country: Hashable { + + public func hash(into hasher: inout Hasher) { + hasher.combine(countryCode) + hasher.combine(countryName) + } +} diff --git a/CountryPicker/CountryPicker/CountryManager.swift b/Framework/Framework/Sources/CountryManager.swift similarity index 63% rename from CountryPicker/CountryPicker/CountryManager.swift rename to Framework/Framework/Sources/CountryManager.swift index f215a363..a278bb26 100644 --- a/CountryPicker/CountryPicker/CountryManager.swift +++ b/Framework/Framework/Sources/CountryManager.swift @@ -8,21 +8,22 @@ import Foundation import UIKit +import Combine // MARK: - CountryManagerInterface -public typealias OnSelectCountryCallback = (_ country: Country) -> Void -public protocol CountryListDataSource { +public protocol CountryListDataSource: ObservableObject { func country(withCode code: String) -> Country? func allCountries(_ favoriteCountriesLocaleIdentifiers: [String]) -> [Country] - var lastCountrySelected: Country? {get set} + var lastCountrySelected: Country? { get set } + func filterCountries(searchText: String) -> [Country] } -// -//// MARK: - CountryManagerInterface extenstion for optional variables and default implementation + +// MARK: - CountryManagerInterface extension for optional variables and default implementation extension CountryListDataSource { var lastCountrySelected: Country? { - get { nil } - set {} - } + get { nil } + set {} + } } // MARK: - CountryFilterOption @@ -38,30 +39,30 @@ public enum CountryFilterOption { case countryDialCode } +#if SWIFT_PACKAGE +let bundle = Bundle.module +#else +let bundle = Bundle(for: Country.self) +#endif + // MARK: - CountryManager open class CountryManager: CountryListDataSource { - // MARK: - variable - public var countries = [Country]() + // MARK: - Variables + @Published public var countries = [Country]() private var countriesFilePath: String? { - #if SWIFT_PACKAGE - let bundle = Bundle.module - #else - let bundle = Bundle(for: CountryManager.self) - #endif - let countriesPath = bundle.path(forResource: "CountryPickerController.bundle/countries", ofType: "plist") return countriesPath } - public static var shared: CountryManager = { + public static let shared: CountryManager = { let countryManager = CountryManager() do { try countryManager.loadCountries() } catch { #if DEBUG - print(error.localizedDescription) + print(error.localizedDescription) #endif } return countryManager @@ -69,12 +70,23 @@ open class CountryManager: CountryListDataSource { /// Current country returns the country object from Phone/Simulator locale open var currentCountry: Country? { - guard let countryCode = Locale.current.regionCode else { - return nil + if #available(iOS 16, *) { + guard let countryCode = Locale.current.language.region?.identifier else { + return nil + } + return Country(countryCode: countryCode) + + } else { + guard let countryCode = Locale.current.regionCode else { + return nil + } + return Country(countryCode: countryCode) } - return Country(countryCode: countryCode) } + open var preferredCountry: Country? { + lastCountrySelected ?? currentCountry + } public var lastCountrySelected: Country? @@ -83,14 +95,12 @@ open class CountryManager: CountryListDataSource { /// Exposed country filter options and should be configured by user /// - /// - Note: By default, countries can be filtered by there country names + /// - Note: By default, countries can be filtered by their country names internal var filters: Set = [.countryName] - + private init() {} - } - public extension CountryManager { /// Fetch country list from a given property list file path @@ -100,7 +110,7 @@ public extension CountryManager { func fetchCountries(fromURLPath path: URL) throws -> [Country] { guard let rawData = try? Data(contentsOf: path), - let countryCodes = try? PropertyListSerialization.propertyList(from: rawData, format: nil) as? [String] else { + let countryCodes = try? PropertyListSerialization.propertyList(from: rawData, format: nil) as? [String] else { throw "[CountryManager] ❌ Missing countries plist file from path: \(path)" } @@ -108,7 +118,7 @@ public extension CountryManager { let sortedCountries = countryCodes.map { Country(countryCode: $0) }.sorted { $0.countryName < $1.countryName } #if DEBUG - print("[CountryManager] ✅ Succefully prepared list of \(sortedCountries.count) countries") + print("[CountryManager] ✅ Successfully prepared list of \(sortedCountries.count) countries") #endif return sortedCountries @@ -123,19 +133,38 @@ public extension CountryManager { countries.removeAll() countries.append(contentsOf: fetchedCountries) } - + func allCountries(_ favoriteCountriesLocaleIdentifiers: [String]) -> [Country] { favoriteCountriesLocaleIdentifiers .compactMap { country(withCode: $0) } + countries } - /// As the function name, resets the last selected country + /// As the function name suggests, resets the last selected country func resetLastSelectedCountry() { lastCountrySelected = nil } + + func filterCountries(searchText: String) -> [Country] { + countries.compactMap { (country) -> Country? in + // Filter country by country name first character + if filters.contains(.countryName), country.countryName.capitalized.contains(searchText.capitalized) { + return country + } + + // Filter country by country code and utilize `CountryFilterOptions` + if filters.contains(.countryCode), country.countryCode.capitalized.contains(searchText.capitalized) { + return country + } + + // Filter country by digit country code and utilize `CountryFilterOptions` + if filters.contains(.countryDialCode), let digitCountryCode = country.digitCountrycode, digitCountryCode.contains(searchText) { + return country + } + return nil + }.removeDuplicates() + } } - // MARK: - Country Filter Methods public extension CountryManager { @@ -145,32 +174,29 @@ public extension CountryManager { /// - Returns: A country instance func country(withCode code: String) -> Country? { - countries.first(where: { $0.countryCode.lowercased() == code.lowercased() }) + countries.first(where: { $0.countryCode.lowercased() == code.lowercased() }) } - /// Requests for a `Country` instance based on country name /// - /// func country(withName countryName: String) -> Country? { - countries.first(where: { $0.countryName.lowercased() == countryName.lowercased() }) + countries.first(where: { $0.countryName.lowercased() == countryName.lowercased() }) } - /// Requests for a `Country` instance based on country digit code /// /// Note: Country dial code should not include a plus sign at the beginning e.g: +255, +60. /// /// - Parameter dialCode: func country(withDigitCode dialCode: String) -> Country? { - countries.first(where: { (country) -> Bool in + countries.first(where: { (country) -> Bool in guard let countryDialCode = country.digitCountrycode else { return false } var dialCode = dialCode - // Remove a plus sign if does exists + // Remove a plus sign if it exists if dialCode.contains("+"), let plusSignIndex = dialCode.firstIndex(of: "+") { dialCode.remove(at: plusSignIndex) } @@ -180,11 +206,10 @@ public extension CountryManager { } } - // MARK: - CountryFilterOption Methods public extension CountryManager { - /// Adds a new filter into `filters` collection with no duplicates + /// Adds a new filter into `filters` collection with no duplicates /// /// - Parameter filter: New filter to be added @@ -192,16 +217,14 @@ public extension CountryManager { filters.insert(filter) } - /// Removes a given filter from `filters` collection /// - /// - Parameter filter: A filter to b removed + /// - Parameter filter: A filter to be removed func removeFilter(_ filter: CountryFilterOption) { filters.remove(filter) } - /// Removes all stored filters from `filter` collection /// /// - Note: By default, it configures a default filter ~ `CountryFilterOptions.countryName` @@ -212,9 +235,21 @@ public extension CountryManager { } } - // MARK: - Error Handling extension String: Error {} extension String: LocalizedError { public var errorDescription: String? { return self } } + +// MARK: - Array Extension +extension Array where Element: Equatable { + func removeDuplicates() -> [Element] { + var uniqueValues = [Element]() + forEach { + if !uniqueValues.contains($0) { + uniqueValues.append($0) + } + } + return uniqueValues + } +} diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AD.png b/Framework/Framework/Sources/CountryPickerController.bundle/AD.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AD.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AD.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AD@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/AD@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AD@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AD@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AE.png b/Framework/Framework/Sources/CountryPickerController.bundle/AE.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AE.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AE.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AE@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/AE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AE@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AE@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AF.png b/Framework/Framework/Sources/CountryPickerController.bundle/AF.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AF.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AF.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AF@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/AF@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AF@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AF@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AG.png b/Framework/Framework/Sources/CountryPickerController.bundle/AG.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AG.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AG.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AG@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/AG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AG@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AG@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AI.png b/Framework/Framework/Sources/CountryPickerController.bundle/AI.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AI.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AI.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AI@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/AI@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AI@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AI@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AL.png b/Framework/Framework/Sources/CountryPickerController.bundle/AL.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AL.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AL.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AL@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/AL@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AL@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AL@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AM.png b/Framework/Framework/Sources/CountryPickerController.bundle/AM.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AM.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AM.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AM@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/AM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AM@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AM@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AO.png b/Framework/Framework/Sources/CountryPickerController.bundle/AO.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AO.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AO.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AO@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/AO@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AO@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AO@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AQ.png b/Framework/Framework/Sources/CountryPickerController.bundle/AQ.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AQ.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AQ.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AQ@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/AQ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AQ@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AQ@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AR.png b/Framework/Framework/Sources/CountryPickerController.bundle/AR.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AR.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AR.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AR@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/AR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AR@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AR@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AS.png b/Framework/Framework/Sources/CountryPickerController.bundle/AS.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AS.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AS.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AS@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/AS@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AS@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AS@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AT.png b/Framework/Framework/Sources/CountryPickerController.bundle/AT.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AT.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AT.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AT@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/AT@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AT@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AT@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AU.png b/Framework/Framework/Sources/CountryPickerController.bundle/AU.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AU.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AU.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AU@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/AU@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AU@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AU@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AW.png b/Framework/Framework/Sources/CountryPickerController.bundle/AW.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AW.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AW.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AW@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/AW@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AW@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AW@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AX.png b/Framework/Framework/Sources/CountryPickerController.bundle/AX.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AX.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AX.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AX@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/AX@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AX@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AX@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AZ.png b/Framework/Framework/Sources/CountryPickerController.bundle/AZ.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AZ.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AZ.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AZ@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/AZ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AZ@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/AZ@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BA.png b/Framework/Framework/Sources/CountryPickerController.bundle/BA.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BA.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BA.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BA@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/BA@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BA@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BA@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BB.png b/Framework/Framework/Sources/CountryPickerController.bundle/BB.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BB.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BB.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BB@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/BB@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BB@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BB@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BD.png b/Framework/Framework/Sources/CountryPickerController.bundle/BD.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BD.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BD.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BD@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/BD@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BD@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BD@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BE.png b/Framework/Framework/Sources/CountryPickerController.bundle/BE.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BE.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BE.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BE@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/BE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BE@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BE@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BF.png b/Framework/Framework/Sources/CountryPickerController.bundle/BF.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BF.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BF.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BF@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/BF@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BF@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BF@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BG.png b/Framework/Framework/Sources/CountryPickerController.bundle/BG.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BG.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BG.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BG@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/BG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BG@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BG@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BH.png b/Framework/Framework/Sources/CountryPickerController.bundle/BH.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BH.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BH.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BH@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/BH@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BH@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BH@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BI.png b/Framework/Framework/Sources/CountryPickerController.bundle/BI.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BI.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BI.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BI@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/BI@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BI@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BI@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BJ.png b/Framework/Framework/Sources/CountryPickerController.bundle/BJ.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BJ.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BJ.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BJ@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/BJ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BJ@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BJ@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BL.png b/Framework/Framework/Sources/CountryPickerController.bundle/BL.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BL.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BL.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BL@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/BL@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BL@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BL@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BM.png b/Framework/Framework/Sources/CountryPickerController.bundle/BM.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BM.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BM.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BM@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/BM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BM@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BM@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BN.png b/Framework/Framework/Sources/CountryPickerController.bundle/BN.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BN.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BN.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BN@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/BN@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BN@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BN@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BO.png b/Framework/Framework/Sources/CountryPickerController.bundle/BO.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BO.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BO.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BO@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/BO@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BO@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BO@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BQ.png b/Framework/Framework/Sources/CountryPickerController.bundle/BQ.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BQ.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BQ.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BQ@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/BQ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BQ@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BQ@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BR.png b/Framework/Framework/Sources/CountryPickerController.bundle/BR.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BR.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BR.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BR@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/BR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BR@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BR@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BS.png b/Framework/Framework/Sources/CountryPickerController.bundle/BS.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BS.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BS.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BS@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/BS@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BS@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BS@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BT.png b/Framework/Framework/Sources/CountryPickerController.bundle/BT.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BT.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BT.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BT@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/BT@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BT@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BT@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BV.png b/Framework/Framework/Sources/CountryPickerController.bundle/BV.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BV.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BV.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BV@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/BV@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BV@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BV@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BW.png b/Framework/Framework/Sources/CountryPickerController.bundle/BW.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BW.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BW.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BW@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/BW@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BW@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BW@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BY.png b/Framework/Framework/Sources/CountryPickerController.bundle/BY.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BY.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BY.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BY@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/BY@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BY@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BY@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BZ.png b/Framework/Framework/Sources/CountryPickerController.bundle/BZ.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BZ.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BZ.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BZ@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/BZ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BZ@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/BZ@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CA.png b/Framework/Framework/Sources/CountryPickerController.bundle/CA.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CA.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CA.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CA@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/CA@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CA@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CA@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CC.png b/Framework/Framework/Sources/CountryPickerController.bundle/CC.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CC.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CC.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CC@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/CC@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CC@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CC@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CD.png b/Framework/Framework/Sources/CountryPickerController.bundle/CD.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CD.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CD.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CD@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/CD@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CD@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CD@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CF.png b/Framework/Framework/Sources/CountryPickerController.bundle/CF.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CF.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CF.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CF@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/CF@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CF@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CF@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CG.png b/Framework/Framework/Sources/CountryPickerController.bundle/CG.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CG.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CG.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CG@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/CG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CG@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CG@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CH.png b/Framework/Framework/Sources/CountryPickerController.bundle/CH.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CH.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CH.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CH@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/CH@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CH@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CH@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CI.png b/Framework/Framework/Sources/CountryPickerController.bundle/CI.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CI.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CI.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CI@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/CI@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CI@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CI@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CK.png b/Framework/Framework/Sources/CountryPickerController.bundle/CK.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CK.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CK.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CK@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/CK@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CK@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CK@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CL.png b/Framework/Framework/Sources/CountryPickerController.bundle/CL.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CL.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CL.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CL@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/CL@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CL@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CL@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CM.png b/Framework/Framework/Sources/CountryPickerController.bundle/CM.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CM.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CM.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CM@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/CM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CM@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CM@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CN.png b/Framework/Framework/Sources/CountryPickerController.bundle/CN.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CN.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CN.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CN@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/CN@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CN@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CN@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CO.png b/Framework/Framework/Sources/CountryPickerController.bundle/CO.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CO.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CO.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CO@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/CO@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CO@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CO@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CR.png b/Framework/Framework/Sources/CountryPickerController.bundle/CR.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CR.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CR.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CR@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/CR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CR@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CR@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CU.png b/Framework/Framework/Sources/CountryPickerController.bundle/CU.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CU.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CU.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CU@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/CU@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CU@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CU@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CV.png b/Framework/Framework/Sources/CountryPickerController.bundle/CV.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CV.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CV.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CV@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/CV@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CV@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CV@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CW.png b/Framework/Framework/Sources/CountryPickerController.bundle/CW.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CW.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CW.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CW@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/CW@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CW@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CW@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CX.png b/Framework/Framework/Sources/CountryPickerController.bundle/CX.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CX.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CX.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CX@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/CX@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CX@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CX@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CY.png b/Framework/Framework/Sources/CountryPickerController.bundle/CY.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CY.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CY.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CY@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/CY@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CY@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CY@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CZ.png b/Framework/Framework/Sources/CountryPickerController.bundle/CZ.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CZ.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CZ.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CZ@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/CZ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CZ@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/CZ@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DE.png b/Framework/Framework/Sources/CountryPickerController.bundle/DE.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DE.png rename to Framework/Framework/Sources/CountryPickerController.bundle/DE.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DE@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/DE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DE@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/DE@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DJ.png b/Framework/Framework/Sources/CountryPickerController.bundle/DJ.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DJ.png rename to Framework/Framework/Sources/CountryPickerController.bundle/DJ.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DJ@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/DJ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DJ@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/DJ@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DK.png b/Framework/Framework/Sources/CountryPickerController.bundle/DK.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DK.png rename to Framework/Framework/Sources/CountryPickerController.bundle/DK.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DK@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/DK@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DK@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/DK@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DM.png b/Framework/Framework/Sources/CountryPickerController.bundle/DM.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DM.png rename to Framework/Framework/Sources/CountryPickerController.bundle/DM.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DM@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/DM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DM@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/DM@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DO.png b/Framework/Framework/Sources/CountryPickerController.bundle/DO.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DO.png rename to Framework/Framework/Sources/CountryPickerController.bundle/DO.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DO@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/DO@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DO@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/DO@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DZ.png b/Framework/Framework/Sources/CountryPickerController.bundle/DZ.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DZ.png rename to Framework/Framework/Sources/CountryPickerController.bundle/DZ.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DZ@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/DZ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DZ@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/DZ@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EC.png b/Framework/Framework/Sources/CountryPickerController.bundle/EC.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EC.png rename to Framework/Framework/Sources/CountryPickerController.bundle/EC.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EC@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/EC@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EC@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/EC@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EE.png b/Framework/Framework/Sources/CountryPickerController.bundle/EE.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EE.png rename to Framework/Framework/Sources/CountryPickerController.bundle/EE.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EE@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/EE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EE@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/EE@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EG.png b/Framework/Framework/Sources/CountryPickerController.bundle/EG.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EG.png rename to Framework/Framework/Sources/CountryPickerController.bundle/EG.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EG@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/EG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EG@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/EG@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EH.png b/Framework/Framework/Sources/CountryPickerController.bundle/EH.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EH.png rename to Framework/Framework/Sources/CountryPickerController.bundle/EH.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EH@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/EH@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EH@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/EH@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ER.png b/Framework/Framework/Sources/CountryPickerController.bundle/ER.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ER.png rename to Framework/Framework/Sources/CountryPickerController.bundle/ER.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ER@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/ER@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ER@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/ER@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ES.png b/Framework/Framework/Sources/CountryPickerController.bundle/ES.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ES.png rename to Framework/Framework/Sources/CountryPickerController.bundle/ES.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ES@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/ES@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ES@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/ES@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ET.png b/Framework/Framework/Sources/CountryPickerController.bundle/ET.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ET.png rename to Framework/Framework/Sources/CountryPickerController.bundle/ET.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ET@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/ET@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ET@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/ET@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FI.png b/Framework/Framework/Sources/CountryPickerController.bundle/FI.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FI.png rename to Framework/Framework/Sources/CountryPickerController.bundle/FI.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FI@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/FI@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FI@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/FI@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FJ.png b/Framework/Framework/Sources/CountryPickerController.bundle/FJ.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FJ.png rename to Framework/Framework/Sources/CountryPickerController.bundle/FJ.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FJ@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/FJ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FJ@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/FJ@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FK.png b/Framework/Framework/Sources/CountryPickerController.bundle/FK.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FK.png rename to Framework/Framework/Sources/CountryPickerController.bundle/FK.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FK@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/FK@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FK@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/FK@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FM.png b/Framework/Framework/Sources/CountryPickerController.bundle/FM.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FM.png rename to Framework/Framework/Sources/CountryPickerController.bundle/FM.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FM@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/FM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FM@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/FM@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FO.png b/Framework/Framework/Sources/CountryPickerController.bundle/FO.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FO.png rename to Framework/Framework/Sources/CountryPickerController.bundle/FO.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FO@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/FO@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FO@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/FO@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FR.png b/Framework/Framework/Sources/CountryPickerController.bundle/FR.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FR.png rename to Framework/Framework/Sources/CountryPickerController.bundle/FR.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FR@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/FR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FR@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/FR@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GA.png b/Framework/Framework/Sources/CountryPickerController.bundle/GA.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GA.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GA.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GA@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/GA@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GA@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GA@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GB.png b/Framework/Framework/Sources/CountryPickerController.bundle/GB.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GB.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GB.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GB@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/GB@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GB@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GB@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GD.png b/Framework/Framework/Sources/CountryPickerController.bundle/GD.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GD.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GD.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GD@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/GD@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GD@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GD@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GE.png b/Framework/Framework/Sources/CountryPickerController.bundle/GE.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GE.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GE.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GE@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/GE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GE@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GE@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GF.png b/Framework/Framework/Sources/CountryPickerController.bundle/GF.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GF.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GF.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GF@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/GF@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GF@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GF@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GG.png b/Framework/Framework/Sources/CountryPickerController.bundle/GG.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GG.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GG.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GG@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/GG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GG@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GG@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GH.png b/Framework/Framework/Sources/CountryPickerController.bundle/GH.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GH.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GH.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GH@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/GH@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GH@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GH@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GI.png b/Framework/Framework/Sources/CountryPickerController.bundle/GI.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GI.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GI.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GI@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/GI@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GI@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GI@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GL.png b/Framework/Framework/Sources/CountryPickerController.bundle/GL.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GL.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GL.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GL@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/GL@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GL@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GL@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GM.png b/Framework/Framework/Sources/CountryPickerController.bundle/GM.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GM.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GM.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GM@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/GM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GM@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GM@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GN.png b/Framework/Framework/Sources/CountryPickerController.bundle/GN.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GN.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GN.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GN@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/GN@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GN@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GN@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GP.png b/Framework/Framework/Sources/CountryPickerController.bundle/GP.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GP.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GP.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GP@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/GP@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GP@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GP@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GQ.png b/Framework/Framework/Sources/CountryPickerController.bundle/GQ.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GQ.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GQ.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GQ@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/GQ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GQ@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GQ@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GR.png b/Framework/Framework/Sources/CountryPickerController.bundle/GR.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GR.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GR.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GR@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/GR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GR@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GR@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GS.png b/Framework/Framework/Sources/CountryPickerController.bundle/GS.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GS.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GS.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GS@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/GS@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GS@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GS@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GT.png b/Framework/Framework/Sources/CountryPickerController.bundle/GT.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GT.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GT.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GT@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/GT@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GT@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GT@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GU.png b/Framework/Framework/Sources/CountryPickerController.bundle/GU.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GU.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GU.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GU@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/GU@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GU@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GU@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GW.png b/Framework/Framework/Sources/CountryPickerController.bundle/GW.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GW.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GW.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GW@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/GW@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GW@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GW@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GY.png b/Framework/Framework/Sources/CountryPickerController.bundle/GY.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GY.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GY.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GY@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/GY@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GY@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/GY@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HK.png b/Framework/Framework/Sources/CountryPickerController.bundle/HK.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HK.png rename to Framework/Framework/Sources/CountryPickerController.bundle/HK.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HK@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/HK@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HK@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/HK@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HM.png b/Framework/Framework/Sources/CountryPickerController.bundle/HM.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HM.png rename to Framework/Framework/Sources/CountryPickerController.bundle/HM.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HM@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/HM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HM@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/HM@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HN.png b/Framework/Framework/Sources/CountryPickerController.bundle/HN.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HN.png rename to Framework/Framework/Sources/CountryPickerController.bundle/HN.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HN@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/HN@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HN@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/HN@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HR.png b/Framework/Framework/Sources/CountryPickerController.bundle/HR.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HR.png rename to Framework/Framework/Sources/CountryPickerController.bundle/HR.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HR@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/HR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HR@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/HR@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HT.png b/Framework/Framework/Sources/CountryPickerController.bundle/HT.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HT.png rename to Framework/Framework/Sources/CountryPickerController.bundle/HT.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HT@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/HT@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HT@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/HT@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HU.png b/Framework/Framework/Sources/CountryPickerController.bundle/HU.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HU.png rename to Framework/Framework/Sources/CountryPickerController.bundle/HU.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HU@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/HU@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HU@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/HU@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ID.png b/Framework/Framework/Sources/CountryPickerController.bundle/ID.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ID.png rename to Framework/Framework/Sources/CountryPickerController.bundle/ID.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ID@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/ID@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ID@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/ID@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IE.png b/Framework/Framework/Sources/CountryPickerController.bundle/IE.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IE.png rename to Framework/Framework/Sources/CountryPickerController.bundle/IE.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IE@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/IE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IE@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/IE@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IL.png b/Framework/Framework/Sources/CountryPickerController.bundle/IL.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IL.png rename to Framework/Framework/Sources/CountryPickerController.bundle/IL.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IL@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/IL@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IL@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/IL@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IM.png b/Framework/Framework/Sources/CountryPickerController.bundle/IM.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IM.png rename to Framework/Framework/Sources/CountryPickerController.bundle/IM.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IM@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/IM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IM@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/IM@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IN.png b/Framework/Framework/Sources/CountryPickerController.bundle/IN.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IN.png rename to Framework/Framework/Sources/CountryPickerController.bundle/IN.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IN@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/IN@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IN@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/IN@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IO.png b/Framework/Framework/Sources/CountryPickerController.bundle/IO.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IO.png rename to Framework/Framework/Sources/CountryPickerController.bundle/IO.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IO@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/IO@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IO@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/IO@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IQ.png b/Framework/Framework/Sources/CountryPickerController.bundle/IQ.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IQ.png rename to Framework/Framework/Sources/CountryPickerController.bundle/IQ.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IQ@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/IQ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IQ@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/IQ@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IR.png b/Framework/Framework/Sources/CountryPickerController.bundle/IR.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IR.png rename to Framework/Framework/Sources/CountryPickerController.bundle/IR.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IR@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/IR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IR@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/IR@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IS.png b/Framework/Framework/Sources/CountryPickerController.bundle/IS.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IS.png rename to Framework/Framework/Sources/CountryPickerController.bundle/IS.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IS@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/IS@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IS@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/IS@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IT.png b/Framework/Framework/Sources/CountryPickerController.bundle/IT.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IT.png rename to Framework/Framework/Sources/CountryPickerController.bundle/IT.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IT@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/IT@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IT@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/IT@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JE.png b/Framework/Framework/Sources/CountryPickerController.bundle/JE.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JE.png rename to Framework/Framework/Sources/CountryPickerController.bundle/JE.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JE@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/JE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JE@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/JE@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JM.png b/Framework/Framework/Sources/CountryPickerController.bundle/JM.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JM.png rename to Framework/Framework/Sources/CountryPickerController.bundle/JM.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JM@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/JM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JM@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/JM@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JO.png b/Framework/Framework/Sources/CountryPickerController.bundle/JO.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JO.png rename to Framework/Framework/Sources/CountryPickerController.bundle/JO.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JO@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/JO@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JO@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/JO@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JP.png b/Framework/Framework/Sources/CountryPickerController.bundle/JP.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JP.png rename to Framework/Framework/Sources/CountryPickerController.bundle/JP.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JP@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/JP@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JP@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/JP@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KE.png b/Framework/Framework/Sources/CountryPickerController.bundle/KE.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KE.png rename to Framework/Framework/Sources/CountryPickerController.bundle/KE.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KE@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/KE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KE@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/KE@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KG.png b/Framework/Framework/Sources/CountryPickerController.bundle/KG.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KG.png rename to Framework/Framework/Sources/CountryPickerController.bundle/KG.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KG@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/KG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KG@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/KG@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KH.png b/Framework/Framework/Sources/CountryPickerController.bundle/KH.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KH.png rename to Framework/Framework/Sources/CountryPickerController.bundle/KH.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KH@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/KH@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KH@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/KH@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KI.png b/Framework/Framework/Sources/CountryPickerController.bundle/KI.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KI.png rename to Framework/Framework/Sources/CountryPickerController.bundle/KI.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KI@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/KI@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KI@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/KI@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KM.png b/Framework/Framework/Sources/CountryPickerController.bundle/KM.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KM.png rename to Framework/Framework/Sources/CountryPickerController.bundle/KM.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KM@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/KM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KM@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/KM@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KN.png b/Framework/Framework/Sources/CountryPickerController.bundle/KN.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KN.png rename to Framework/Framework/Sources/CountryPickerController.bundle/KN.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KN@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/KN@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KN@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/KN@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KP.png b/Framework/Framework/Sources/CountryPickerController.bundle/KP.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KP.png rename to Framework/Framework/Sources/CountryPickerController.bundle/KP.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KP@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/KP@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KP@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/KP@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KR.png b/Framework/Framework/Sources/CountryPickerController.bundle/KR.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KR.png rename to Framework/Framework/Sources/CountryPickerController.bundle/KR.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KR@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/KR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KR@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/KR@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KW.png b/Framework/Framework/Sources/CountryPickerController.bundle/KW.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KW.png rename to Framework/Framework/Sources/CountryPickerController.bundle/KW.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KW@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/KW@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KW@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/KW@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KY.png b/Framework/Framework/Sources/CountryPickerController.bundle/KY.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KY.png rename to Framework/Framework/Sources/CountryPickerController.bundle/KY.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KY@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/KY@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KY@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/KY@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KZ.png b/Framework/Framework/Sources/CountryPickerController.bundle/KZ.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KZ.png rename to Framework/Framework/Sources/CountryPickerController.bundle/KZ.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KZ@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/KZ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KZ@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/KZ@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LA.png b/Framework/Framework/Sources/CountryPickerController.bundle/LA.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LA.png rename to Framework/Framework/Sources/CountryPickerController.bundle/LA.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LA@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/LA@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LA@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/LA@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LB.png b/Framework/Framework/Sources/CountryPickerController.bundle/LB.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LB.png rename to Framework/Framework/Sources/CountryPickerController.bundle/LB.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LB@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/LB@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LB@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/LB@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LC.png b/Framework/Framework/Sources/CountryPickerController.bundle/LC.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LC.png rename to Framework/Framework/Sources/CountryPickerController.bundle/LC.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LC@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/LC@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LC@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/LC@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LI.png b/Framework/Framework/Sources/CountryPickerController.bundle/LI.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LI.png rename to Framework/Framework/Sources/CountryPickerController.bundle/LI.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LI@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/LI@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LI@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/LI@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LK.png b/Framework/Framework/Sources/CountryPickerController.bundle/LK.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LK.png rename to Framework/Framework/Sources/CountryPickerController.bundle/LK.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LK@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/LK@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LK@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/LK@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LR.png b/Framework/Framework/Sources/CountryPickerController.bundle/LR.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LR.png rename to Framework/Framework/Sources/CountryPickerController.bundle/LR.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LR@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/LR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LR@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/LR@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LS.png b/Framework/Framework/Sources/CountryPickerController.bundle/LS.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LS.png rename to Framework/Framework/Sources/CountryPickerController.bundle/LS.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LS@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/LS@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LS@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/LS@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LT.png b/Framework/Framework/Sources/CountryPickerController.bundle/LT.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LT.png rename to Framework/Framework/Sources/CountryPickerController.bundle/LT.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LT@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/LT@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LT@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/LT@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LU.png b/Framework/Framework/Sources/CountryPickerController.bundle/LU.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LU.png rename to Framework/Framework/Sources/CountryPickerController.bundle/LU.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LU@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/LU@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LU@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/LU@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LV.png b/Framework/Framework/Sources/CountryPickerController.bundle/LV.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LV.png rename to Framework/Framework/Sources/CountryPickerController.bundle/LV.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LV@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/LV@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LV@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/LV@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LY.png b/Framework/Framework/Sources/CountryPickerController.bundle/LY.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LY.png rename to Framework/Framework/Sources/CountryPickerController.bundle/LY.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LY@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/LY@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LY@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/LY@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MA.png b/Framework/Framework/Sources/CountryPickerController.bundle/MA.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MA.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MA.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MA@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/MA@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MA@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MA@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MC.png b/Framework/Framework/Sources/CountryPickerController.bundle/MC.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MC.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MC.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MC@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/MC@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MC@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MC@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MD.png b/Framework/Framework/Sources/CountryPickerController.bundle/MD.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MD.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MD.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MD@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/MD@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MD@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MD@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ME.png b/Framework/Framework/Sources/CountryPickerController.bundle/ME.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ME.png rename to Framework/Framework/Sources/CountryPickerController.bundle/ME.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ME@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/ME@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ME@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/ME@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MF.png b/Framework/Framework/Sources/CountryPickerController.bundle/MF.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MF.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MF.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MF@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/MF@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MF@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MF@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MG.png b/Framework/Framework/Sources/CountryPickerController.bundle/MG.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MG.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MG.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MG@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/MG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MG@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MG@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MH.png b/Framework/Framework/Sources/CountryPickerController.bundle/MH.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MH.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MH.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MH@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/MH@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MH@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MH@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MK.png b/Framework/Framework/Sources/CountryPickerController.bundle/MK.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MK.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MK.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MK@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/MK@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MK@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MK@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ML.png b/Framework/Framework/Sources/CountryPickerController.bundle/ML.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ML.png rename to Framework/Framework/Sources/CountryPickerController.bundle/ML.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ML@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/ML@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ML@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/ML@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MM.png b/Framework/Framework/Sources/CountryPickerController.bundle/MM.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MM.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MM.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MM@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/MM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MM@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MM@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MN.png b/Framework/Framework/Sources/CountryPickerController.bundle/MN.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MN.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MN.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MN@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/MN@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MN@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MN@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MO.png b/Framework/Framework/Sources/CountryPickerController.bundle/MO.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MO.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MO.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MO@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/MO@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MO@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MO@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MP.png b/Framework/Framework/Sources/CountryPickerController.bundle/MP.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MP.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MP.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MP@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/MP@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MP@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MP@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MQ.png b/Framework/Framework/Sources/CountryPickerController.bundle/MQ.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MQ.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MQ.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MQ@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/MQ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MQ@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MQ@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MR.png b/Framework/Framework/Sources/CountryPickerController.bundle/MR.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MR.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MR.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MR@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/MR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MR@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MR@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MS.png b/Framework/Framework/Sources/CountryPickerController.bundle/MS.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MS.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MS.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MS@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/MS@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MS@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MS@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MT.png b/Framework/Framework/Sources/CountryPickerController.bundle/MT.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MT.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MT.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MT@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/MT@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MT@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MT@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MU.png b/Framework/Framework/Sources/CountryPickerController.bundle/MU.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MU.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MU.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MU@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/MU@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MU@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MU@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MV.png b/Framework/Framework/Sources/CountryPickerController.bundle/MV.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MV.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MV.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MV@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/MV@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MV@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MV@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MW.png b/Framework/Framework/Sources/CountryPickerController.bundle/MW.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MW.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MW.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MW@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/MW@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MW@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MW@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MX.png b/Framework/Framework/Sources/CountryPickerController.bundle/MX.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MX.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MX.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MX@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/MX@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MX@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MX@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MY.png b/Framework/Framework/Sources/CountryPickerController.bundle/MY.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MY.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MY.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MY@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/MY@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MY@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MY@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MZ.png b/Framework/Framework/Sources/CountryPickerController.bundle/MZ.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MZ.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MZ.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MZ@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/MZ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MZ@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/MZ@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NA.png b/Framework/Framework/Sources/CountryPickerController.bundle/NA.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NA.png rename to Framework/Framework/Sources/CountryPickerController.bundle/NA.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NA@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/NA@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NA@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/NA@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NC.png b/Framework/Framework/Sources/CountryPickerController.bundle/NC.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NC.png rename to Framework/Framework/Sources/CountryPickerController.bundle/NC.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NC@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/NC@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NC@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/NC@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NE.png b/Framework/Framework/Sources/CountryPickerController.bundle/NE.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NE.png rename to Framework/Framework/Sources/CountryPickerController.bundle/NE.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NE@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/NE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NE@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/NE@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NF.png b/Framework/Framework/Sources/CountryPickerController.bundle/NF.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NF.png rename to Framework/Framework/Sources/CountryPickerController.bundle/NF.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NF@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/NF@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NF@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/NF@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NG.png b/Framework/Framework/Sources/CountryPickerController.bundle/NG.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NG.png rename to Framework/Framework/Sources/CountryPickerController.bundle/NG.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NG@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/NG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NG@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/NG@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NI.png b/Framework/Framework/Sources/CountryPickerController.bundle/NI.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NI.png rename to Framework/Framework/Sources/CountryPickerController.bundle/NI.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NI@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/NI@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NI@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/NI@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NL.png b/Framework/Framework/Sources/CountryPickerController.bundle/NL.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NL.png rename to Framework/Framework/Sources/CountryPickerController.bundle/NL.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NL@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/NL@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NL@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/NL@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NO.png b/Framework/Framework/Sources/CountryPickerController.bundle/NO.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NO.png rename to Framework/Framework/Sources/CountryPickerController.bundle/NO.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NO@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/NO@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NO@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/NO@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NP.png b/Framework/Framework/Sources/CountryPickerController.bundle/NP.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NP.png rename to Framework/Framework/Sources/CountryPickerController.bundle/NP.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NP@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/NP@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NP@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/NP@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NR.png b/Framework/Framework/Sources/CountryPickerController.bundle/NR.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NR.png rename to Framework/Framework/Sources/CountryPickerController.bundle/NR.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NR@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/NR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NR@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/NR@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NU.png b/Framework/Framework/Sources/CountryPickerController.bundle/NU.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NU.png rename to Framework/Framework/Sources/CountryPickerController.bundle/NU.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NU@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/NU@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NU@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/NU@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NZ.png b/Framework/Framework/Sources/CountryPickerController.bundle/NZ.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NZ.png rename to Framework/Framework/Sources/CountryPickerController.bundle/NZ.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NZ@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/NZ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NZ@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/NZ@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/OM.png b/Framework/Framework/Sources/CountryPickerController.bundle/OM.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/OM.png rename to Framework/Framework/Sources/CountryPickerController.bundle/OM.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/OM@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/OM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/OM@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/OM@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PA.png b/Framework/Framework/Sources/CountryPickerController.bundle/PA.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PA.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PA.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PA@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/PA@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PA@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PA@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PE.png b/Framework/Framework/Sources/CountryPickerController.bundle/PE.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PE.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PE.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PE@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/PE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PE@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PE@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PF.png b/Framework/Framework/Sources/CountryPickerController.bundle/PF.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PF.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PF.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PF@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/PF@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PF@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PF@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PG.png b/Framework/Framework/Sources/CountryPickerController.bundle/PG.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PG.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PG.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PG@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/PG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PG@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PG@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PH.png b/Framework/Framework/Sources/CountryPickerController.bundle/PH.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PH.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PH.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PH@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/PH@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PH@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PH@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PK.png b/Framework/Framework/Sources/CountryPickerController.bundle/PK.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PK.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PK.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PK@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/PK@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PK@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PK@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PL.png b/Framework/Framework/Sources/CountryPickerController.bundle/PL.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PL.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PL.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PL@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/PL@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PL@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PL@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PM.png b/Framework/Framework/Sources/CountryPickerController.bundle/PM.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PM.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PM.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PM@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/PM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PM@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PM@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PN.png b/Framework/Framework/Sources/CountryPickerController.bundle/PN.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PN.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PN.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PN@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/PN@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PN@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PN@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PR.png b/Framework/Framework/Sources/CountryPickerController.bundle/PR.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PR.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PR.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PR@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/PR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PR@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PR@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PS.png b/Framework/Framework/Sources/CountryPickerController.bundle/PS.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PS.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PS.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PS@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/PS@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PS@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PS@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PT.png b/Framework/Framework/Sources/CountryPickerController.bundle/PT.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PT.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PT.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PT@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/PT@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PT@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PT@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PW.png b/Framework/Framework/Sources/CountryPickerController.bundle/PW.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PW.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PW.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PW@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/PW@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PW@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PW@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PY.png b/Framework/Framework/Sources/CountryPickerController.bundle/PY.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PY.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PY.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PY@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/PY@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PY@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/PY@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/QA.png b/Framework/Framework/Sources/CountryPickerController.bundle/QA.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/QA.png rename to Framework/Framework/Sources/CountryPickerController.bundle/QA.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/QA@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/QA@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/QA@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/QA@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RE.png b/Framework/Framework/Sources/CountryPickerController.bundle/RE.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RE.png rename to Framework/Framework/Sources/CountryPickerController.bundle/RE.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RE@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/RE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RE@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/RE@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RO.png b/Framework/Framework/Sources/CountryPickerController.bundle/RO.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RO.png rename to Framework/Framework/Sources/CountryPickerController.bundle/RO.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RO@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/RO@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RO@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/RO@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RS.png b/Framework/Framework/Sources/CountryPickerController.bundle/RS.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RS.png rename to Framework/Framework/Sources/CountryPickerController.bundle/RS.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RS@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/RS@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RS@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/RS@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RU.png b/Framework/Framework/Sources/CountryPickerController.bundle/RU.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RU.png rename to Framework/Framework/Sources/CountryPickerController.bundle/RU.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RU@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/RU@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RU@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/RU@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RW.png b/Framework/Framework/Sources/CountryPickerController.bundle/RW.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RW.png rename to Framework/Framework/Sources/CountryPickerController.bundle/RW.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RW@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/RW@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RW@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/RW@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SA.png b/Framework/Framework/Sources/CountryPickerController.bundle/SA.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SA.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SA.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SA@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/SA@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SA@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SA@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SB.png b/Framework/Framework/Sources/CountryPickerController.bundle/SB.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SB.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SB.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SB@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/SB@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SB@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SB@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SC.png b/Framework/Framework/Sources/CountryPickerController.bundle/SC.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SC.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SC.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SC@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/SC@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SC@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SC@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SD.png b/Framework/Framework/Sources/CountryPickerController.bundle/SD.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SD.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SD.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SD@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/SD@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SD@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SD@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SE.png b/Framework/Framework/Sources/CountryPickerController.bundle/SE.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SE.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SE.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SE@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/SE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SE@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SE@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SG.png b/Framework/Framework/Sources/CountryPickerController.bundle/SG.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SG.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SG.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SG@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/SG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SG@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SG@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SH.png b/Framework/Framework/Sources/CountryPickerController.bundle/SH.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SH.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SH.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SH@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/SH@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SH@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SH@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SI.png b/Framework/Framework/Sources/CountryPickerController.bundle/SI.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SI.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SI.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SI@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/SI@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SI@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SI@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SJ.png b/Framework/Framework/Sources/CountryPickerController.bundle/SJ.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SJ.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SJ.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SJ@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/SJ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SJ@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SJ@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SK.png b/Framework/Framework/Sources/CountryPickerController.bundle/SK.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SK.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SK.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SK@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/SK@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SK@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SK@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SL.png b/Framework/Framework/Sources/CountryPickerController.bundle/SL.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SL.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SL.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SL@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/SL@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SL@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SL@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SM.png b/Framework/Framework/Sources/CountryPickerController.bundle/SM.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SM.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SM.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SM@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/SM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SM@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SM@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SN.png b/Framework/Framework/Sources/CountryPickerController.bundle/SN.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SN.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SN.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SN@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/SN@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SN@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SN@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SO.png b/Framework/Framework/Sources/CountryPickerController.bundle/SO.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SO.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SO.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SO@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/SO@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SO@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SO@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SR.png b/Framework/Framework/Sources/CountryPickerController.bundle/SR.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SR.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SR.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SR@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/SR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SR@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SR@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SS.png b/Framework/Framework/Sources/CountryPickerController.bundle/SS.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SS.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SS.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SS@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/SS@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SS@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SS@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ST.png b/Framework/Framework/Sources/CountryPickerController.bundle/ST.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ST.png rename to Framework/Framework/Sources/CountryPickerController.bundle/ST.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ST@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/ST@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ST@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/ST@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SV.png b/Framework/Framework/Sources/CountryPickerController.bundle/SV.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SV.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SV.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SV@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/SV@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SV@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SV@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SX.png b/Framework/Framework/Sources/CountryPickerController.bundle/SX.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SX.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SX.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SX@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/SX@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SX@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SX@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SY.png b/Framework/Framework/Sources/CountryPickerController.bundle/SY.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SY.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SY.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SY@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/SY@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SY@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SY@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SZ.png b/Framework/Framework/Sources/CountryPickerController.bundle/SZ.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SZ.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SZ.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SZ@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/SZ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SZ@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/SZ@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TC.png b/Framework/Framework/Sources/CountryPickerController.bundle/TC.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TC.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TC.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TC@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/TC@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TC@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TC@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TD.png b/Framework/Framework/Sources/CountryPickerController.bundle/TD.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TD.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TD.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TD@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/TD@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TD@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TD@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TF.png b/Framework/Framework/Sources/CountryPickerController.bundle/TF.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TF.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TF.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TF@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/TF@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TF@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TF@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TG.png b/Framework/Framework/Sources/CountryPickerController.bundle/TG.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TG.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TG.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TG@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/TG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TG@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TG@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TH.png b/Framework/Framework/Sources/CountryPickerController.bundle/TH.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TH.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TH.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TH@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/TH@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TH@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TH@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TJ.png b/Framework/Framework/Sources/CountryPickerController.bundle/TJ.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TJ.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TJ.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TJ@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/TJ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TJ@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TJ@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TK.png b/Framework/Framework/Sources/CountryPickerController.bundle/TK.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TK.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TK.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TK@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/TK@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TK@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TK@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TL.png b/Framework/Framework/Sources/CountryPickerController.bundle/TL.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TL.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TL.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TL@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/TL@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TL@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TL@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TM.png b/Framework/Framework/Sources/CountryPickerController.bundle/TM.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TM.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TM.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TM@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/TM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TM@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TM@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TN.png b/Framework/Framework/Sources/CountryPickerController.bundle/TN.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TN.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TN.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TN@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/TN@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TN@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TN@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TO.png b/Framework/Framework/Sources/CountryPickerController.bundle/TO.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TO.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TO.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TO@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/TO@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TO@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TO@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TR.png b/Framework/Framework/Sources/CountryPickerController.bundle/TR.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TR.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TR.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TR@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/TR@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TR@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TR@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TT.png b/Framework/Framework/Sources/CountryPickerController.bundle/TT.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TT.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TT.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TT@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/TT@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TT@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TT@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TV.png b/Framework/Framework/Sources/CountryPickerController.bundle/TV.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TV.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TV.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TV@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/TV@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TV@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TV@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TW.png b/Framework/Framework/Sources/CountryPickerController.bundle/TW.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TW.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TW.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TW@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/TW@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TW@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TW@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TZ.png b/Framework/Framework/Sources/CountryPickerController.bundle/TZ.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TZ.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TZ.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TZ@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/TZ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TZ@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/TZ@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UA.png b/Framework/Framework/Sources/CountryPickerController.bundle/UA.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UA.png rename to Framework/Framework/Sources/CountryPickerController.bundle/UA.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UA@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/UA@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UA@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/UA@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UG.png b/Framework/Framework/Sources/CountryPickerController.bundle/UG.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UG.png rename to Framework/Framework/Sources/CountryPickerController.bundle/UG.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UG@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/UG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UG@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/UG@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UM.png b/Framework/Framework/Sources/CountryPickerController.bundle/UM.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UM.png rename to Framework/Framework/Sources/CountryPickerController.bundle/UM.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UM@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/UM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UM@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/UM@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/US.png b/Framework/Framework/Sources/CountryPickerController.bundle/US.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/US.png rename to Framework/Framework/Sources/CountryPickerController.bundle/US.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/US@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/US@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/US@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/US@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UY.png b/Framework/Framework/Sources/CountryPickerController.bundle/UY.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UY.png rename to Framework/Framework/Sources/CountryPickerController.bundle/UY.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UY@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/UY@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UY@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/UY@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UZ.png b/Framework/Framework/Sources/CountryPickerController.bundle/UZ.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UZ.png rename to Framework/Framework/Sources/CountryPickerController.bundle/UZ.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UZ@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/UZ@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UZ@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/UZ@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VA.png b/Framework/Framework/Sources/CountryPickerController.bundle/VA.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VA.png rename to Framework/Framework/Sources/CountryPickerController.bundle/VA.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VA@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/VA@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VA@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/VA@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VC.png b/Framework/Framework/Sources/CountryPickerController.bundle/VC.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VC.png rename to Framework/Framework/Sources/CountryPickerController.bundle/VC.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VC@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/VC@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VC@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/VC@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VE.png b/Framework/Framework/Sources/CountryPickerController.bundle/VE.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VE.png rename to Framework/Framework/Sources/CountryPickerController.bundle/VE.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VE@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/VE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VE@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/VE@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VG.png b/Framework/Framework/Sources/CountryPickerController.bundle/VG.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VG.png rename to Framework/Framework/Sources/CountryPickerController.bundle/VG.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VG@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/VG@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VG@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/VG@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VI.png b/Framework/Framework/Sources/CountryPickerController.bundle/VI.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VI.png rename to Framework/Framework/Sources/CountryPickerController.bundle/VI.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VI@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/VI@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VI@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/VI@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VN.png b/Framework/Framework/Sources/CountryPickerController.bundle/VN.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VN.png rename to Framework/Framework/Sources/CountryPickerController.bundle/VN.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VN@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/VN@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VN@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/VN@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VU.png b/Framework/Framework/Sources/CountryPickerController.bundle/VU.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VU.png rename to Framework/Framework/Sources/CountryPickerController.bundle/VU.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VU@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/VU@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VU@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/VU@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WF.png b/Framework/Framework/Sources/CountryPickerController.bundle/WF.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WF.png rename to Framework/Framework/Sources/CountryPickerController.bundle/WF.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WF@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/WF@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WF@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/WF@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WS.png b/Framework/Framework/Sources/CountryPickerController.bundle/WS.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WS.png rename to Framework/Framework/Sources/CountryPickerController.bundle/WS.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WS@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/WS@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WS@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/WS@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/XK.png b/Framework/Framework/Sources/CountryPickerController.bundle/XK.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/XK.png rename to Framework/Framework/Sources/CountryPickerController.bundle/XK.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/XK@2.png b/Framework/Framework/Sources/CountryPickerController.bundle/XK@2.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/XK@2.png rename to Framework/Framework/Sources/CountryPickerController.bundle/XK@2.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YE.png b/Framework/Framework/Sources/CountryPickerController.bundle/YE.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YE.png rename to Framework/Framework/Sources/CountryPickerController.bundle/YE.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YE@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/YE@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YE@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/YE@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YT.png b/Framework/Framework/Sources/CountryPickerController.bundle/YT.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YT.png rename to Framework/Framework/Sources/CountryPickerController.bundle/YT.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YT@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/YT@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YT@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/YT@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZA.png b/Framework/Framework/Sources/CountryPickerController.bundle/ZA.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZA.png rename to Framework/Framework/Sources/CountryPickerController.bundle/ZA.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZA@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/ZA@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZA@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/ZA@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZM.png b/Framework/Framework/Sources/CountryPickerController.bundle/ZM.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZM.png rename to Framework/Framework/Sources/CountryPickerController.bundle/ZM.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZM@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/ZM@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZM@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/ZM@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZW.png b/Framework/Framework/Sources/CountryPickerController.bundle/ZW.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZW.png rename to Framework/Framework/Sources/CountryPickerController.bundle/ZW.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZW@2x.png b/Framework/Framework/Sources/CountryPickerController.bundle/ZW@2x.png similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZW@2x.png rename to Framework/Framework/Sources/CountryPickerController.bundle/ZW@2x.png diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/countries.plist b/Framework/Framework/Sources/CountryPickerController.bundle/countries.plist similarity index 100% rename from CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/countries.plist rename to Framework/Framework/Sources/CountryPickerController.bundle/countries.plist diff --git a/Framework/Framework/Sources/CountryPickerView.swift b/Framework/Framework/Sources/CountryPickerView.swift new file mode 100644 index 00000000..62b67e8f --- /dev/null +++ b/Framework/Framework/Sources/CountryPickerView.swift @@ -0,0 +1,139 @@ +// +// SwiftUIView.swift +// +// +// Created by Surya on 20/05/23. +// + +import SwiftUI +import Combine + +public +enum CountryFlagStyle { + case corner + case circular + case normal +} + +public +struct CountryPickerView: View { + + @Environment(\.presentationMode) var presentationMode + + @State private var filterCountries = [Country]() + @State private var applySearch = false + @State private var searchText = "" + @Binding private var selectedCountry: Country + + let configuration: Configuration + let manager: any CountryListDataSource + + private var searchResults: [Country] { + searchText.isEmpty ? manager.allCountries([]) : filterCountries + } + + public + init(manager: any CountryListDataSource = CountryManager.shared, + configuration: Configuration = Configuration(), + selectedCountry: Binding) { + self.manager = manager + self.configuration = configuration + self._selectedCountry = selectedCountry + } + + public var body: some View { + NavigationView { + List(searchResults) { country in + CountryCell(country: country, + isSelected: selectedCountry == country, + configuration: configuration, + selectedCountry: $selectedCountry) + }.listStyle(.grouped) + .searchable(text: $searchText) + .navigationTitle("Country Picker") + .onChange(of: searchText) { newValue in + filterCountries = manager.filterCountries(searchText: newValue) + } + .onDisappear { + manager.lastCountrySelected = selectedCountry + } + .toolbar { + ToolbarItem(placement: .cancellationAction) { + Button(action: { + presentationMode.wrappedValue.dismiss() + }) { + Image(systemName: "xmark") + .font(.callout) + } + } + } + } + .onChange(of: selectedCountry) { _ in + presentationMode.wrappedValue.dismiss() + } + } +} + +struct CountryCell: View { + + let country: Country + let isSelected: Bool + let configuration: Configuration + + @Binding var selectedCountry: Country + + var body: some View { + Button { + selectedCountry = country + } label: { + HStack { + let image = Image(uiImage: country.flag ?? .init()) + .resizable() + + if !configuration.isCountryFlagHidden { + switch configuration.flagStyle { + case .normal: + image + .frame(width: 40, height: 26) + .scaledToFit() + case .circular: + image + .frame(width: 40, height: 40) + .clipShape(Circle()) + + case .corner: + image.frame(width: 40, height: 26) + .scaledToFit() + .cornerRadius(8) + } + } + VStack(alignment: .leading) { + Text(country.countryName) + .font(configuration.labelFont) + .foregroundColor(configuration.labelColor) + + if !configuration.isCountryDialHidden { + Text(country.dialingCode ?? "") + .font(configuration.detailFont) + .foregroundColor(configuration.detailColor) + } + } + + Spacer() + if isSelected { + Image(systemName: "checkmark.circle.fill") + .foregroundColor(.green) + } + } + } + } +} + +struct CountryPickerView_Previews: PreviewProvider { + static var previews: some View { + CountryPickerView( + configuration: Configuration(), + selectedCountry: .constant(Country(countryCode: "IN"))) + } +} + diff --git a/Framework/Framework/Sources/CountryPickerWheelView.swift b/Framework/Framework/Sources/CountryPickerWheelView.swift new file mode 100644 index 00000000..a05597f5 --- /dev/null +++ b/Framework/Framework/Sources/CountryPickerWheelView.swift @@ -0,0 +1,57 @@ +// +// SwiftUIView.swift +// +// +// Created by ANKUSH BHATIA on 7/31/23. +// + +import SwiftUI +public +struct CountryPickerWheelView: View { + + @ObservedObject public var viewModel: CountryPickerWheelViewModel + @Binding public var selectedCountry: Country + + public var body: some View { + VStack { + Picker("", selection: $selectedCountry) { + ForEach(viewModel.countries, id: \.self) { + CountryPickerWheelItem(country: $0) + } + } + .pickerStyle(.wheel) + } + .onChange(of: selectedCountry) { + viewModel.dataSource.lastCountrySelected = $0 + } + .padding() + } + + public init(selectedCountry: Binding, + viewModel: CountryPickerWheelViewModel = CountryPickerWheelViewModel()) { + self._selectedCountry = selectedCountry + self.viewModel = viewModel + } + +} + +struct CountryPickerWheelItem: View { + + let country: Country + + var body: some View { + HStack { + Image(uiImage: country.flag ?? UIImage()) + .resizable() + .scaledToFit() + .frame(width: 32.0, height: 32.0) + Text("\(country.countryName)") + } + } +} + +struct CountryPickerWheelView_Previews: PreviewProvider { + static var previews: some View { + return CountryPickerWheelView(selectedCountry: .constant(.init(countryCode: "IN"))) + } +} diff --git a/Framework/Framework/Sources/CountryPickerWheelViewModel.swift b/Framework/Framework/Sources/CountryPickerWheelViewModel.swift new file mode 100644 index 00000000..7345e57e --- /dev/null +++ b/Framework/Framework/Sources/CountryPickerWheelViewModel.swift @@ -0,0 +1,21 @@ +// +// File.swift +// +// +// Created by ANKUSH BHATIA on 8/2/23. +// + +import Foundation +import Combine + +final +public class CountryPickerWheelViewModel: ObservableObject { + + internal let countries: [Country] + internal let dataSource: any CountryListDataSource + + public init(dataSource: any CountryListDataSource = CountryManager.shared) { + self.countries = dataSource.allCountries([]) + self.dataSource = dataSource + } +} diff --git a/Framework/Framework/Sources/CountryPickerWithSectionViewModel.swift b/Framework/Framework/Sources/CountryPickerWithSectionViewModel.swift new file mode 100644 index 00000000..6e0604e6 --- /dev/null +++ b/Framework/Framework/Sources/CountryPickerWithSectionViewModel.swift @@ -0,0 +1,42 @@ +// +// CountryPickerWithSectionViewModel.swift +// +// +// Created by Surya on 09/07/23. +// + +import Combine + +public final +class CountryPickerWithSectionViewModel: ObservableObject { + + @Published var sections: [Section] = [] + @Published var selectedCountry: Country + + private let dataService: any CountryListDataSource + private let mapper: SectionMapper + + internal init(dataService: any CountryListDataSource = CountryManager.shared, + mapper: SectionMapper = SectionMapper(favoriteCountriesLocaleIdentifiers: []), + selectedCountry: Country + ) { + self.dataService = dataService + self.mapper = mapper + self.selectedCountry = selectedCountry + sections = mapper.mapIntoSection(countries: dataService.allCountries(mapper.favoriteCountriesLocaleIdentifiers)) + } + + func filterWithText(_ text: String) { + let filteredCountries = text.isEmpty ? dataService.allCountries(mapper.favoriteCountriesLocaleIdentifiers) : dataService.filterCountries(searchText: text) + sections = mapper.mapIntoSection(countries: filteredCountries) + } + + func setLastSelectedCountry() { + dataService.lastCountrySelected = selectedCountry + } + + func reset() { + filterWithText("") + } +} + diff --git a/Framework/Framework/Sources/CountryPickerWithSections.swift b/Framework/Framework/Sources/CountryPickerWithSections.swift new file mode 100644 index 00000000..bf49d8f0 --- /dev/null +++ b/Framework/Framework/Sources/CountryPickerWithSections.swift @@ -0,0 +1,121 @@ +// +// SwiftUIView.swift +// +// +// Created by Surya on 27/05/23. +// + +import SwiftUI +public +struct CountryPickerWithSections: View { + + @Environment(\.presentationMode) var presentationMode + + @ObservedObject var viewModel: CountryPickerWithSectionViewModel + @State var searchText: String + @Binding private var selectedCountry: Country + + let configuration: Configuration + + public init( + configuration: Configuration = Configuration(), + searchText: String = "", + selectedCountry: Binding) { + self.configuration = configuration + _searchText = State(initialValue: searchText) + _selectedCountry = selectedCountry + viewModel = .init(selectedCountry: selectedCountry.wrappedValue) + } + + public var body: some View { + NavigationView { + ScrollViewReader { scrollView in + ZStack { + List { + ForEach(viewModel.sections) { section in + SwiftUI.Section { + + ForEach(section.countries) { country in + CountryCell(country: country, + isSelected: selectedCountry == country, + configuration: configuration, + selectedCountry: $viewModel.selectedCountry) + } + } header: { + if let sectionTitle = section.title { + Text(sectionTitle) + } + } + } + } + + SectionIndexView( + titles: viewModel + .sections + .compactMap { $0.title }) { + scrollView.scrollTo($0) + } + } + .onChange(of: searchText) { + viewModel.filterWithText($0) + } + .onChange(of: viewModel.selectedCountry) { + selectedCountry = $0 + presentationMode.wrappedValue.dismiss() + } + + .onDisappear { + viewModel.setLastSelectedCountry() + viewModel.reset() + } + .listStyle(.grouped) + .toolbar { + ToolbarItem(placement: .cancellationAction) { + Button(action: { + presentationMode.wrappedValue.dismiss() + }) { + Image(systemName: "xmark") + .font(.callout) + } + } + } + } + } + .searchable(text: $searchText) + } +} + + +struct CountryPickerWithSections_Previews: PreviewProvider { + static var previews: some View { + CountryPickerWithSections( + configuration: Configuration(), + searchText: "", + selectedCountry: .constant(Country(countryCode: "IN")) + ) + } +} + +struct SectionIndexView: View { + let titles: [String] + let onClick: (String)->Void + + var body: some View { + VStack { + ForEach(titles, id: \.self) { title in + HStack { + Spacer() + Button(action: { + withAnimation { + onClick(title) + } + }, label: { + Text(title) + .font(.system(size: 12)) + .padding(.trailing, 7) + }) + } + } + } + } +} diff --git a/Framework/Framework/Sources/SectionMapper.swift b/Framework/Framework/Sources/SectionMapper.swift new file mode 100644 index 00000000..9cc1abef --- /dev/null +++ b/Framework/Framework/Sources/SectionMapper.swift @@ -0,0 +1,55 @@ +// +// SectionMapper.swift +// +// +// Created by Surya on 09/07/23. +// + +import Foundation + +struct Section: Equatable, Identifiable { + let title: String? + var countries: [Country] + + var id: String { + title ?? "" + } +} + +struct SectionMapper { + + let favoriteCountriesLocaleIdentifiers: [String] + + func mapIntoSection(countries: [Country]) -> [Section] { + + let titles = countries + .map { String($0.countryName.prefix(1)).first! } + .map { String($0) } + .removeDuplicates() + .sorted(by: <) + + + let sections = titles + .map { title in + let countries = countries.filter { country in + String(country.countryName.prefix(1)) == title + } + let section = Section(title: title, + countries: countries) + return section + } + + guard !favoriteCountriesLocaleIdentifiers.isEmpty else { + return sections + } + let favouriteSection = favoriteCountriesLocaleIdentifiers + .map { Country(countryCode: $0) } + .reduce(Section(title: nil, + countries: []), + { partialResult, country in + return Section(title: partialResult.title, + countries: partialResult.countries + [country]) + }) + return [favouriteSection] + sections + } +} diff --git a/CountryPicker/CountryPickerTests/CountryManagerTests.swift b/Framework/FrameworkTests/CountryManagerTests.swift similarity index 99% rename from CountryPicker/CountryPickerTests/CountryManagerTests.swift rename to Framework/FrameworkTests/CountryManagerTests.swift index b9013605..4b826299 100644 --- a/CountryPicker/CountryPickerTests/CountryManagerTests.swift +++ b/Framework/FrameworkTests/CountryManagerTests.swift @@ -7,7 +7,7 @@ // import XCTest -@testable import CountryPicker +@testable import Framework class CountryManagerTests: XCTestCase { var countryManager: CountryManager! diff --git a/CountryPickeriOS15+/CountryPickerSPM/Tests/CountryPickerSPMTests/CountryTests.swift b/Framework/FrameworkTests/CountryTests.swift similarity index 98% rename from CountryPickeriOS15+/CountryPickerSPM/Tests/CountryPickerSPMTests/CountryTests.swift rename to Framework/FrameworkTests/CountryTests.swift index 6d1041fc..5b2b41c2 100644 --- a/CountryPickeriOS15+/CountryPickerSPM/Tests/CountryPickerSPMTests/CountryTests.swift +++ b/Framework/FrameworkTests/CountryTests.swift @@ -8,7 +8,7 @@ import Foundation import XCTest -@testable import CountryPickerSPM +@testable import Framework class CountryTests: XCTestCase { diff --git a/Framework/FrameworkTests/FrameworkTests-Bridging-Header.h b/Framework/FrameworkTests/FrameworkTests-Bridging-Header.h new file mode 100644 index 00000000..1b2cb5d6 --- /dev/null +++ b/Framework/FrameworkTests/FrameworkTests-Bridging-Header.h @@ -0,0 +1,4 @@ +// +// Use this file to import your target's public headers that you would like to expose to Swift. +// + diff --git a/Package.swift b/Package.swift index 1e454310..08a255f9 100644 --- a/Package.swift +++ b/Package.swift @@ -6,7 +6,7 @@ import PackageDescription let package = Package( name: "CountryPicker", platforms: [ - .iOS("11.0") + .iOS("15.0") ], products: [ // Products define the executables and libraries produced by a package, and make them visible to other packages. @@ -24,16 +24,10 @@ let package = Package( .target( name: "CountryPicker", dependencies: [], - path: "CountryPicker/CountryPicker", + path: "CountryPicker/Sources", resources: [ .copy("CountryPickerController.bundle"), - .process("tickMark.png") ] ), - - .testTarget( - name: "CountryPicker/CountryPicker", - dependencies: ["CountryPicker"], - path: "CountryPicker/CountryPickerTests"), ] ) diff --git a/SKCountryPicker.podspec b/SKCountryPicker.podspec index e5bd320b..653504fa 100644 --- a/SKCountryPicker.podspec +++ b/SKCountryPicker.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "SKCountryPicker" - s.version = "2.0.2" + s.version = "3.0.0" s.summary = "A simple, customizable Country picker for picking country or dialing code." # This description is used to generate tags and improve search results. @@ -63,7 +63,7 @@ Pod::Spec.new do |s| # # s.platform = :ios - s.platform = :ios, "11.0" + s.platform = :ios, "15.0" s.swift_version = '5.0' # When using multiple platforms # s.ios.deployment_target = "5.0" @@ -78,7 +78,7 @@ Pod::Spec.new do |s| # Supports git, hg, bzr, svn and HTTP. # - s.source = { :git => "https://github.com/SURYAKANTSHARMA/CountryPicker", :tag => "2.0.2", :branch => 'master'} + s.source = { :git => "https://github.com/SURYAKANTSHARMA/CountryPicker", :tag => "3.0.0", :branch => 'iOS15AndAbove'} # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # @@ -89,7 +89,7 @@ Pod::Spec.new do |s| # Not including the public_header_files will make all headers public. # - s.source_files = "CountryPicker/CountryPicker/**/*.{swift}" + s.source_files = "CountryPicker/Sources/**/*.{swift}" s.exclude_files = "Classes/Exclude" # s.public_header_files = "Classes/**/*.h" @@ -103,10 +103,9 @@ Pod::Spec.new do |s| # non-essential files like tests, examples and documentation. # - s.resource = "CountryPicker/CountryPicker/*.{png}" s.resource_bundles = { - 'CountryPickerController' => ['CountryPicker/CountryPicker/CountryPickerController.bundle/*'] -} + 'CountryPickerController' => ['CountryPicker/Sources/CountryPickerController.bundle/*'] + } # s.preserve_paths = "FilesToSave", "MoreFilesToSave" end