diff --git a/CountryPicker/CountryPicker.xcodeproj/project.pbxproj b/CountryPicker/CountryPicker.xcodeproj/project.pbxproj index 21810b9b..f9ae34d0 100644 --- a/CountryPicker/CountryPicker.xcodeproj/project.pbxproj +++ b/CountryPicker/CountryPicker.xcodeproj/project.pbxproj @@ -14,7 +14,6 @@ 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 */; }; - 85DFED1C25A1A905000BB85C /* CountryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85DFED1B25A1A905000BB85C /* CountryTests.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 */; }; @@ -26,6 +25,7 @@ 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 */ @@ -48,7 +48,6 @@ 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 = ""; }; - 85DFED1B25A1A905000BB85C /* CountryTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryTests.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 = ""; }; @@ -62,6 +61,7 @@ 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 = ""; }; @@ -106,9 +106,9 @@ 9A4F58FC20EF42AA000CAFE5 /* CountryPickerTests */ = { isa = PBXGroup; children = ( + D87A146A2A86945A00EF17E1 /* CountryTests.swift */, 9A4F58FD20EF42AA000CAFE5 /* CountryManagerTests.swift */, 858BBE0025A7407B00DB5AE9 /* TableViewHelpers.swift */, - 85DFED1B25A1A905000BB85C /* CountryTests.swift */, 85DFED2E25A1C974000BB85C /* CountryCellTests.swift */, 85DFED4525A2214A000BB85C /* CountryPickerViewTests.swift */, 858BBDD225A70F5100DB5AE9 /* CountryPickerEngineTests.swift */, @@ -308,12 +308,12 @@ buildActionMask = 2147483647; files = ( 858BBE0125A7407B00DB5AE9 /* TableViewHelpers.swift in Sources */, - 85DFED1C25A1A905000BB85C /* CountryTests.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 */, ); diff --git a/CountryPicker/CountryPickerTests/CountryManagerTests.swift b/CountryPicker/CountryPickerTests/CountryManagerTests.swift index 171ff329..b9013605 100644 --- a/CountryPicker/CountryPickerTests/CountryManagerTests.swift +++ b/CountryPicker/CountryPickerTests/CountryManagerTests.swift @@ -1,6 +1,6 @@ // -// CountryPickerTests.swift -// CountryPickerTests +// CountryManagerTests.swift +// CountryManagerTests // // Created by Mac mini on 7/6/18. // Copyright © 2018 SuryaKant Sharma. All rights reserved. @@ -9,11 +9,15 @@ import XCTest @testable import CountryPicker -class CountryPickerTests: XCTestCase { +class CountryManagerTests: XCTestCase { var countryManager: CountryManager! var validCountryFilePath: String? { - let bundle = Bundle(for: CountryManager.self) +#if SWIFT_PACKAGE + let bundle = Bundle.module +#else + let bundle = Bundle(for: Country.self) +#endif return bundle.path(forResource: "CountryPickerController.bundle/countries", ofType: "plist") } @@ -89,11 +93,11 @@ class CountryPickerTests: XCTestCase { XCTAssertNil(countryManager.country(withDigitCode: "+3232")) } - func test_countryLoading_withValidPath() { + func test_countryLoading_withValidPath() throws { let urlPath = URL(fileURLWithPath: validCountryFilePath ?? "") - let countries = try? countryManager.fetchCountries(fromURLPath: urlPath) + let countries = try countryManager.fetchCountries(fromURLPath: urlPath) XCTAssertNotNil(countries) - XCTAssertEqual(countries?.count, 250) + XCTAssertEqual(countries.count, 250) } func test_countryLoading_withInvalidPath() { diff --git a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcodeproj/project.pbxproj b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcodeproj/project.pbxproj new file mode 100644 index 00000000..3001bcf0 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcodeproj/project.pbxproj @@ -0,0 +1,420 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 56; + 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 */; }; +/* 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 = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + D80BAE212A3F0EA5006E41F2 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 5443296EC08E0D102E3BDA04 /* Pods_CountryPicker13_Example.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + A54A81121CF7427C6F1BCD09 /* Pods */ = { + isa = PBXGroup; + children = ( + EEF3316BA36FAB0479525EB1 /* Pods-CountryPicker13+Example.debug.xcconfig */, + 81F5C4CEDA78413D8739541E /* Pods-CountryPicker13+Example.release.xcconfig */, + ); + path = Pods; + sourceTree = ""; + }; + D80BAE1B2A3F0EA5006E41F2 = { + isa = PBXGroup; + children = ( + D80BAE262A3F0EA5006E41F2 /* CountryPicker13+Example */, + D80BAE252A3F0EA5006E41F2 /* Products */, + D8DB27E42A50310D00877202 /* Frameworks */, + A54A81121CF7427C6F1BCD09 /* Pods */, + ); + sourceTree = ""; + }; + D80BAE252A3F0EA5006E41F2 /* Products */ = { + isa = PBXGroup; + children = ( + D80BAE242A3F0EA5006E41F2 /* CountryPicker13+Example.app */, + ); + name = Products; + sourceTree = ""; + }; + D80BAE262A3F0EA5006E41F2 /* CountryPicker13+Example */ = { + isa = PBXGroup; + children = ( + D80BAE272A3F0EA5006E41F2 /* CountryPicker13_ExampleApp.swift */, + D80BAE292A3F0EA5006E41F2 /* MainView.swift */, + D80BAE2B2A3F0EA6006E41F2 /* Assets.xcassets */, + D80BAE2D2A3F0EA6006E41F2 /* Preview Content */, + 963F9EDA2A890CFE0044ECE8 /* CountryPickerWheelDemoView.swift */, + 963F9EDC2A890D550044ECE8 /* RootContainerView.swift */, + ); + path = "CountryPicker13+Example"; + sourceTree = ""; + }; + D80BAE2D2A3F0EA6006E41F2 /* Preview Content */ = { + isa = PBXGroup; + children = ( + D80BAE2E2A3F0EA6006E41F2 /* Preview Assets.xcassets */, + ); + path = "Preview Content"; + sourceTree = ""; + }; + D8DB27E42A50310D00877202 /* Frameworks */ = { + isa = PBXGroup; + children = ( + D397B4D5701AB2358F150419 /* Pods_CountryPicker13_Example.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + D80BAE232A3F0EA5006E41F2 /* CountryPicker13+Example */ = { + isa = PBXNativeTarget; + buildConfigurationList = D80BAE322A3F0EA6006E41F2 /* Build configuration list for PBXNativeTarget "CountryPicker13+Example" */; + buildPhases = ( + 0737B159C2DAA7C6F61A2E54 /* [CP] Check Pods Manifest.lock */, + D80BAE202A3F0EA5006E41F2 /* Sources */, + D80BAE212A3F0EA5006E41F2 /* Frameworks */, + D80BAE222A3F0EA5006E41F2 /* Resources */, + 60F3643E15562794A00EFAFB /* [CP] Embed Pods Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "CountryPicker13+Example"; + productName = "CountryPicker13+Example"; + productReference = D80BAE242A3F0EA5006E41F2 /* CountryPicker13+Example.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + D80BAE1C2A3F0EA5006E41F2 /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastSwiftUpdateCheck = 1410; + LastUpgradeCheck = 1410; + TargetAttributes = { + D80BAE232A3F0EA5006E41F2 = { + CreatedOnToolsVersion = 14.1; + }; + }; + }; + buildConfigurationList = D80BAE1F2A3F0EA5006E41F2 /* Build configuration list for PBXProject "CountryPicker13+Example" */; + compatibilityVersion = "Xcode 14.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = D80BAE1B2A3F0EA5006E41F2; + productRefGroup = D80BAE252A3F0EA5006E41F2 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + D80BAE232A3F0EA5006E41F2 /* CountryPicker13+Example */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + D80BAE222A3F0EA5006E41F2 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D80BAE2F2A3F0EA6006E41F2 /* Preview Assets.xcassets in Resources */, + D80BAE2C2A3F0EA6006E41F2 /* Assets.xcassets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 0737B159C2DAA7C6F61A2E54 /* [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-CountryPicker13+Example-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; + }; + 60F3643E15562794A00EFAFB /* [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", + ); + name = "[CP] Embed Pods Frameworks"; + outputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-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"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + D80BAE202A3F0EA5006E41F2 /* Sources */ = { + 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 */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + D80BAE302A3F0EA6006E41F2 /* 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++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; + 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 = 16.1; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + D80BAE312A3F0EA6006E41F2 /* 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++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; + 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 = 16.1; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + D80BAE332A3F0EA6006E41F2 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EEF3316BA36FAB0479525EB1 /* Pods-CountryPicker13+Example.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\""; + 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.CountryPicker13-Example"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + D80BAE342A3F0EA6006E41F2 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 81F5C4CEDA78413D8739541E /* Pods-CountryPicker13+Example.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\""; + 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.CountryPicker13-Example"; + 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 */ + D80BAE1F2A3F0EA5006E41F2 /* Build configuration list for PBXProject "CountryPicker13+Example" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D80BAE302A3F0EA6006E41F2 /* Debug */, + D80BAE312A3F0EA6006E41F2 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D80BAE322A3F0EA6006E41F2 /* Build configuration list for PBXNativeTarget "CountryPicker13+Example" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D80BAE332A3F0EA6006E41F2 /* Debug */, + D80BAE342A3F0EA6006E41F2 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = D80BAE1C2A3F0EA5006E41F2 /* Project object */; +} diff --git a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 00000000..919434a6 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 00000000..18d98100 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcodeproj/xcshareddata/xcschemes/CountryPicker13+Example.xcscheme b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcodeproj/xcshareddata/xcschemes/CountryPicker13+Example.xcscheme new file mode 100644 index 00000000..d9dff279 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcodeproj/xcshareddata/xcschemes/CountryPicker13+Example.xcscheme @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcworkspace/contents.xcworkspacedata b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcworkspace/contents.xcworkspacedata new file mode 100644 index 00000000..50bb02ec --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,10 @@ + + + + + + + diff --git a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 00000000..18d98100 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/Assets.xcassets/AccentColor.colorset/Contents.json b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 00000000..eb878970 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/Assets.xcassets/AppIcon.appiconset/Contents.json b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 00000000..13613e3e --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/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/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/Assets.xcassets/Contents.json b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/Assets.xcassets/Contents.json new file mode 100644 index 00000000..73c00596 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/CountryPicker13_ExampleApp.swift b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/CountryPicker13_ExampleApp.swift new file mode 100644 index 00000000..6638e98a --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/CountryPicker13_ExampleApp.swift @@ -0,0 +1,18 @@ +// +// CountryPicker13_ExampleApp.swift +// CountryPicker13+Example +// +// Created by Surya on 18/06/23. +// + +import SwiftUI +import SKCountryPicker + +@main +struct CountryPicker13_ExampleApp: App { + var body: some Scene { + WindowGroup { + RootContainerView() + } + } +} diff --git a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/CountryPickerWheelDemoView.swift b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/CountryPickerWheelDemoView.swift new file mode 100644 index 00000000..288df8c7 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/CountryPickerWheelDemoView.swift @@ -0,0 +1,40 @@ +// +// CountryPickerWheelDemoView.swift +// CountryPicker13+Example +// +// Created by ANKUSH BHATIA on 8/13/23. +// + +import SwiftUI +import SKCountryPicker + +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/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/MainView.swift b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/MainView.swift new file mode 100644 index 00000000..7981863d --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/MainView.swift @@ -0,0 +1,132 @@ +// +// ContentView.swift +// CountryPicker13+Example +// +// Created by Surya on 18/06/23. +// + +import SwiftUI +import SKCountryPicker + +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) + .padding() + .padding(.horizontal) + .frame(minWidth: 300) + .bold() + .foregroundColor(.white) + .background(Color.blue) + .cornerRadius(10) // Apply corner radius + + } + + .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/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/Preview Content/Preview Assets.xcassets/Contents.json b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/Preview Content/Preview Assets.xcassets/Contents.json new file mode 100644 index 00000000..73c00596 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/Preview Content/Preview Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/RootContainerView.swift b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/RootContainerView.swift new file mode 100644 index 00000000..a6aee10d --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/CountryPicker13+Example/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/CountryPickeriOS15+/CountryPicker13+Example/Podfile b/CountryPickeriOS15+/CountryPicker13+Example/Podfile new file mode 100644 index 00000000..3cc2b982 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Podfile @@ -0,0 +1,11 @@ +# 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', path: '../' + # Pods for CountryPicker13+Example + +end diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Local Podspecs/SKCountryPicker.podspec.json b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Local Podspecs/SKCountryPicker.podspec.json new file mode 100644 index 00000000..c5f36e03 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Local Podspecs/SKCountryPicker.podspec.json @@ -0,0 +1,33 @@ +{ + "name": "SKCountryPicker", + "version": "2.0.2", + "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": "15.0" + }, + "swift_versions": "5.0", + "source": { + "git": "https://github.com/SURYAKANTSHARMA/CountryPicker", + "tag": "2.0.2", + "branch": "master" + }, + "source_files": "CountryPickerSPM/Sources/CountryPickerSPM/**/*.{swift}", + "exclude_files": "Classes/Exclude", + "resources": "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/*.{png}", + "resource_bundles": { + "CountryPickerController": [ + "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/*" + ] + }, + "swift_version": "5.0" +} diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Pods.xcodeproj/project.pbxproj b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Pods.xcodeproj/project.pbxproj new file mode 100644 index 00000000..bf5499f9 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Pods.xcodeproj/project.pbxproj @@ -0,0 +1,2767 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 56; + objects = { + +/* Begin PBXBuildFile section */ + 0224D626AB1B02F4D9D1750E74D34EFC /* UA.png in Resources */ = {isa = PBXBuildFile; fileRef = 2DD0F01424E3DE07FDB2858098C6E29A /* UA.png */; }; + 026BD7AEBF5F21E58B2D271E90AADA25 /* DJ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8F0EF171BC7C580F2098145D8FB2A21C /* DJ@2x.png */; }; + 02A697CCC5C3346A61C2C342434C5B11 /* NP.png in Resources */ = {isa = PBXBuildFile; fileRef = FC93ECC20B34AC3A44F158A20A1B06C2 /* NP.png */; }; + 0364C645F88E39593344310D9F31686C /* YE.png in Resources */ = {isa = PBXBuildFile; fileRef = EE93335F1923EEE7B480344202B49F55 /* YE.png */; }; + 037DB944648BA053CE34E8D3DAC11CE0 /* SG.png in Resources */ = {isa = PBXBuildFile; fileRef = C0867905E2F244B5D21C18097D0AF54C /* SG.png */; }; + 04D89365BC7C37760D7174B807624709 /* PN.png in Resources */ = {isa = PBXBuildFile; fileRef = 702A5066D6F27D0CE216772F0701FDA6 /* PN.png */; }; + 0516AFED42D0044189F73A3AD31FEF81 /* GD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2B75E1CB202111B816AFDC5D97A57145 /* GD@2x.png */; }; + 0616037345E5785AA6430E6EBF6E6EC6 /* MC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 323D7314778019120E03135D5D845B75 /* MC@2x.png */; }; + 0635824A775809512C2E9B178918F7C9 /* AR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = EAD0786BECC8FD405545914C4CC44820 /* AR@2x.png */; }; + 06876D5D42FABEEABAAE053D67CB95F8 /* VE.png in Resources */ = {isa = PBXBuildFile; fileRef = 46179ADE79A274F005092778D1DAB415 /* VE.png */; }; + 06B34DFE91C29EE7A79BE05A86B1DD61 /* NO.png in Resources */ = {isa = PBXBuildFile; fileRef = 0C1AFD96376F585F66ADF260888A719A /* NO.png */; }; + 0709B5D36CEEA17B1C40747B765CBB64 /* SS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 46AC79950373005EE206548DCC899A86 /* SS@2x.png */; }; + 0763071BCA86663A4B9B78DF1B2335C4 /* JP@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 27E61232F53F6F61E7E391BA2A52D2F7 /* JP@2x.png */; }; + 07CCDC0727E99562CEBE061B5FADF092 /* TV.png in Resources */ = {isa = PBXBuildFile; fileRef = D172557F5DC9C88CECB9836FC42C649F /* TV.png */; }; + 07FE5833B028E734CB35AB103E7885C9 /* BJ.png in Resources */ = {isa = PBXBuildFile; fileRef = BE4321BF67FD39BF2BB60CEC5E8027A6 /* BJ.png */; }; + 08005DCBD358A732D0BB311302B810AD /* MF.png in Resources */ = {isa = PBXBuildFile; fileRef = FA0A691A55540044C456A66126B1F45F /* MF.png */; }; + 089BE0AAD4FD3B2EDF44AB19E4C65345 /* ID.png in Resources */ = {isa = PBXBuildFile; fileRef = 28E6F88544F9638066485D054223033D /* ID.png */; }; + 08B5714AD971556C5C01717CA5F24222 /* TD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 64F9BAD306A1979BF55D07376EC4B687 /* TD@2x.png */; }; + 08BC1243DDCDEAD43D3D232B6CFDD765 /* AD.png in Resources */ = {isa = PBXBuildFile; fileRef = CF60D99FEF5D4A269C2301491365A359 /* AD.png */; }; + 09980604A3182E1EDD9CB9036BEA05D9 /* BR.png in Resources */ = {isa = PBXBuildFile; fileRef = 48E3190C33C11FB5210B2B0EB37F23BF /* BR.png */; }; + 0B1D58F8843B49B51D728EAC9E2183D2 /* IO.png in Resources */ = {isa = PBXBuildFile; fileRef = 325EB00A51643D9FCF7C31A1B02E639C /* IO.png */; }; + 0B99A0A36D24A7E20525C2B327AC02ED /* FR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3DC51E8A06D1E4F352A50EB12C22EBEC /* FR@2x.png */; }; + 0C4E1205B373318693D5C35F2D7B03DC /* PA.png in Resources */ = {isa = PBXBuildFile; fileRef = 384707931C52629805696E0CB3B97F3C /* PA.png */; }; + 0C7BE38B46BB511B1A89829EC4B65CD1 /* GD.png in Resources */ = {isa = PBXBuildFile; fileRef = 07EFF8822194F892A72DCC64986FD0E0 /* GD.png */; }; + 0D2BB10F4E8F977C8277ECB8028C2B54 /* IE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = EA58B969DA757512491F1A9CCC6F06F3 /* IE@2x.png */; }; + 0D680858BD31A97E72A8341FCD2A1E90 /* AQ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 799CE36B7435769AB500DC5A78329824 /* AQ@2x.png */; }; + 0DF0E1314017AA34C142A27AD2B665EA /* IO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D4C8FC604001D976F441DF9CE4455F2F /* IO@2x.png */; }; + 0F1D07AC6DC020F06833C847914B609C /* AO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A28F9EA212F54F339B592B587ACD10A7 /* AO@2x.png */; }; + 0F24FD9FB04403A9672C9FEF69B58DFD /* GR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 985ED6AA03ED5817C0FF4A335C95DC60 /* GR@2x.png */; }; + 0F7DC667412454D13123B2301D9AF3DC /* PW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 68CFCD72D61B9C605780EFE2A872C1CF /* PW@2x.png */; }; + 0F84921F33C865D89C6941581C21FC8E /* ES@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 79E6175D295FA9DB4611D66834B2CA50 /* ES@2x.png */; }; + 0FB313D5702232D22968842CF4960327 /* EH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F6F3BC7D534AF4064D163CA96A4A0C7B /* EH@2x.png */; }; + 0FCAECF9E140B189FF6D284B5C7FF446 /* RS.png in Resources */ = {isa = PBXBuildFile; fileRef = 8B18E337B995028E8EA4FD86050C4615 /* RS.png */; }; + 10A8DA8B8603CC35C7EA9B01AB57513E /* IS.png in Resources */ = {isa = PBXBuildFile; fileRef = A29AF8555CAED10A9D767843B2504BF7 /* IS.png */; }; + 10B6E4BED9E68A672D5FDE2B95532258 /* GF.png in Resources */ = {isa = PBXBuildFile; fileRef = 89A08CAC6E9B949DA0A8A8BCE6160C13 /* GF.png */; }; + 10E0D39EF1AE5E25AF82A9BC92B20B99 /* MZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 78B8BA2409B9E22E27E67C9A2C864E60 /* MZ.png */; }; + 10ED9A6DB42A0B8B8247E5EA32F54F21 /* TH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FC088247EBE6C7CAD42F29AF0E25EEED /* TH@2x.png */; }; + 1142E6AFE58AF0250CF65CBD223B4A02 /* BO.png in Resources */ = {isa = PBXBuildFile; fileRef = BFEB1EE6DA9BDB941DB44B8554AA12CB /* BO.png */; }; + 1279DB36D033BD4A919E0CE1ADF551DD /* SM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DA31E2A7B7F8F976BFFC6558FC8C71A1 /* SM@2x.png */; }; + 12D0409DC5D1261203C0C7A07859E195 /* PG.png in Resources */ = {isa = PBXBuildFile; fileRef = 9F5A496D6AA680B5EAE419B00DF16AEE /* PG.png */; }; + 12F21B6F71A671A50AEC5F774D5CB63C /* ET@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C99564FEE86AF25948379DDB811FD1BD /* ET@2x.png */; }; + 13C9AD3F41ED1A7CBB49B35C677EC0D4 /* EC.png in Resources */ = {isa = PBXBuildFile; fileRef = 6495C10EE22BFBCF5522BAC5294C039F /* EC.png */; }; + 14436ECBDFFD1B334555858B61CD05E0 /* TO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1D0A2FCB1C9C54ACC143B6F7FDE099C4 /* TO@2x.png */; }; + 16117E1C89D6B09BE2CBEAC70998162B /* BM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E7A7B8ED2683B133E5EEA42CF315DEA1 /* BM@2x.png */; }; + 165C9FB159B77E1F8D5D139E2114FFB8 /* MP@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F0596A45FA771E67C596F4938B8F754A /* MP@2x.png */; }; + 167420DE9F26E094F897AAA4366881B2 /* GN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 25219A65F6E147C41652A3895CC0FB8A /* GN@2x.png */; }; + 170450696DFD06455CCA07CD8F6AE077 /* BW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4F30B29AD01C2B72816F2F3D0EC134D1 /* BW@2x.png */; }; + 17379E4056F3D0DA36EFF9D2AD073B5F /* AO.png in Resources */ = {isa = PBXBuildFile; fileRef = 0DD824F845C6CA73192C9802B3EAE514 /* AO.png */; }; + 17A1EDD68A93BF47A00F60A07189415D /* US.png in Resources */ = {isa = PBXBuildFile; fileRef = 6BF29792D56E8A3B666BA6581EDDDF61 /* US.png */; }; + 18416FB902A46794F68420EEBC452651 /* LC.png in Resources */ = {isa = PBXBuildFile; fileRef = 7075B095167F904FB4E1934704715A33 /* LC.png */; }; + 19343870FB40C0F0B2C086ADEC849567 /* MW.png in Resources */ = {isa = PBXBuildFile; fileRef = 2C28203A9F9783D5DD3A486F9706FDD7 /* MW.png */; }; + 197ACE78673814E3452DEC682AE3F312 /* AX.png in Resources */ = {isa = PBXBuildFile; fileRef = 196898592B4AD857241DF4519D7B49D4 /* AX.png */; }; + 1A75518577CB92E0E4FBFB59792B127E /* BO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 77353CC60450484F7B24CC3569FC4712 /* BO@2x.png */; }; + 1A7EBFF67BCDE1B2386B2CD493C8C377 /* Constant.swift in Sources */ = {isa = PBXBuildFile; fileRef = A489CD80C350BDDE9DD74D5344302185 /* Constant.swift */; }; + 1AB5AF0854846F04400476DEAC4CF535 /* VI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2E1E097C86E2524BF9A11963C40F519F /* VI@2x.png */; }; + 1B3BE34E08C1B167F2E5BE9931FF26FD /* YT.png in Resources */ = {isa = PBXBuildFile; fileRef = 578FEF2F008B47CF680B8C14775590BE /* YT.png */; }; + 1C9F5C4D53D22652CC2B6360FF15665D /* EG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 303031F3466C597C11FC001CE9754C22 /* EG@2x.png */; }; + 1CE0A285B963EEF7FD1D72807886D877 /* CG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 535BDC28BB9AD34DC10781B52E4EF4CD /* CG@2x.png */; }; + 1D7D8776E73E578EA6DA28953A66D03E /* KI.png in Resources */ = {isa = PBXBuildFile; fileRef = D4C67A5B6C374D29C63E1CEA8A074A2E /* KI.png */; }; + 1DA1AE13D4814E27CB49E5DD20E29FEA /* GG.png in Resources */ = {isa = PBXBuildFile; fileRef = 4A144DCFAC3758716625D68156CDAEFC /* GG.png */; }; + 1DBC8ADD36B6393F699BC1938B4098B1 /* CountryPickerWithSections.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBD9A443473BA02DA653EC0B53978E79 /* CountryPickerWithSections.swift */; }; + 1DFFB5A44ECD4172CE11450393283E80 /* PG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 96E0AD8A58425DB2CBFB9B9B58B72A8B /* PG@2x.png */; }; + 1E604BBD095CBE4284C82DA855269A69 /* GB.png in Resources */ = {isa = PBXBuildFile; fileRef = 88E25C9962C5E50C39E8166C613B534C /* GB.png */; }; + 1E64AF1778D9684DCD523A50FB9A059C /* EC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 636F4EAA3ECE358FCFE7F96DB82B2DE3 /* EC@2x.png */; }; + 1EBB2CD83628A756BACE64512D1DF8AF /* NI.png in Resources */ = {isa = PBXBuildFile; fileRef = 10620293FB043316AB49F01921F3B72B /* NI.png */; }; + 1EF8EECA1F311B8A2E86A62786150FE3 /* NZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 48FF8708FA5DC9E3A560B321F339EA16 /* NZ.png */; }; + 1FFDB6411728D2E115F29EA3236A52D9 /* TR.png in Resources */ = {isa = PBXBuildFile; fileRef = E6F17ED19CD68505FC62755D40B73C7B /* TR.png */; }; + 2105D8318638C541A3D14070AC368F28 /* VC.png in Resources */ = {isa = PBXBuildFile; fileRef = AEE6816280815E4CF69D0C3E487413BC /* VC.png */; }; + 21A9C4C42D87F59BBEA6C146A16AE115 /* SE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A188879F92F60383663E2F282C17E94B /* SE@2x.png */; }; + 22010D849585A19D2FB74F194843F39A /* DZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DDAA4262A2B236B5F28F848782CD80CC /* DZ@2x.png */; }; + 220C61D7601CC03E9D01FDB6916E3150 /* CA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F79614BD71B3E76C78022B5E5F0334C7 /* CA@2x.png */; }; + 2259730CF47E28C510CC14461F9D9016 /* GE.png in Resources */ = {isa = PBXBuildFile; fileRef = 1B0B664FC8E4AB6585E304193B09B059 /* GE.png */; }; + 2269AC14658E7A7E8BAEB26A97E4AD82 /* QA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = EB1903F0C12A6A0255E6E925E3E11CC8 /* QA@2x.png */; }; + 22F7D2D1A9E28C52725D9AAC3D80D900 /* MR.png in Resources */ = {isa = PBXBuildFile; fileRef = 92ED4F592DE2B5F040002A9E93B2959C /* MR.png */; }; + 244AE7140E7150708C701594F06B5E07 /* EE.png in Resources */ = {isa = PBXBuildFile; fileRef = 4144CFC8B14503C7F7D3B0EFF9937AD5 /* EE.png */; }; + 2481453F8D04FF4DCF81825F0FEA8CE0 /* DM.png in Resources */ = {isa = PBXBuildFile; fileRef = 732764493BAE17CEA6B11AAD35AD21BF /* DM.png */; }; + 24A709ED3CD4117047D1AB892363DCD4 /* NF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5B2B27764C1057999C8F58515BD8F831 /* NF@2x.png */; }; + 24C8A70793B36652AC70E3FEB203B9FA /* CV@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 15F352685308C3B93FE432A9D2019D99 /* CV@2x.png */; }; + 2606FABD15D5F36F56CC0AC505F089FF /* JM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3B87721215C074F212C17377B26E5B88 /* JM@2x.png */; }; + 262AF9F1C7ED14F385FF6A312C2ED1C2 /* HM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 28101FA7BA6AD5B5F2C467BC498F8EB4 /* HM@2x.png */; }; + 2689EE105B29FF367ED876F8AF599D21 /* BQ.png in Resources */ = {isa = PBXBuildFile; fileRef = 1DEBBC0585DB3FDF9D1133FAFC2BAD6E /* BQ.png */; }; + 269663CF9044585C0878A047D0D1C39A /* BH.png in Resources */ = {isa = PBXBuildFile; fileRef = 8497043917B7838244D0F6CDFA714AA0 /* BH.png */; }; + 26970D0398F31FADC4DAF8B727E4A50D /* GS.png in Resources */ = {isa = PBXBuildFile; fileRef = 191C1C98DA2807A85CE3F6FC9E60EE58 /* GS.png */; }; + 26CE3C34146EE4562AD40CE7B3B09B3F /* SH.png in Resources */ = {isa = PBXBuildFile; fileRef = D20A2BC89EAA8E95AD8488077FAD9757 /* SH.png */; }; + 2850AC5655EFA2BACFC95ECF0D13F902 /* BM.png in Resources */ = {isa = PBXBuildFile; fileRef = 8C8975276185924EAA4F97D8FE84AC5C /* BM.png */; }; + 2858B9E7CC4D570DE433DCEFB41EAD58 /* AD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0E70304209A6A6DA4DF2A9ED215299D7 /* AD@2x.png */; }; + 290C5079B6AB6CDC71D36DB237C4A8A7 /* HN.png in Resources */ = {isa = PBXBuildFile; fileRef = C454D2C5D1E20149BE1E479B9D54E23D /* HN.png */; }; + 29DD86B7F1A3B2C68A22226B7D451D3B /* SJ.png in Resources */ = {isa = PBXBuildFile; fileRef = C41D5EB2834139096927E64860BB3737 /* SJ.png */; }; + 2A2141D4B3EFF90B0E3A64A8D8837EB9 /* LS.png in Resources */ = {isa = PBXBuildFile; fileRef = 0C296EF35C2DFE64A948B28DC081AD38 /* LS.png */; }; + 2A51ABB2064792F665611C7911C590F9 /* CF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8462C15BA60102161DD58D5D662D0CA2 /* CF@2x.png */; }; + 2AC34E99E484DC8ADE9E18278D1BE600 /* TJ.png in Resources */ = {isa = PBXBuildFile; fileRef = 2F1C38B0008C5D9AE7DEE4C57C4DB6C6 /* TJ.png */; }; + 2B2E662C0110EF61FE7172E48BC193DA /* CM.png in Resources */ = {isa = PBXBuildFile; fileRef = F8CCE543916165A8F4385FDADCFA49C8 /* CM.png */; }; + 2B91BCA1A3BC7B2AD9BF8B01E122B277 /* GG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9A031DB1F7D7A66A746A6AA45BD29501 /* GG@2x.png */; }; + 2BA67611AB9BD92127DFEC56ECFA735C /* GF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 14A5448E001E631111595F872491B1C5 /* GF@2x.png */; }; + 2BC0973599121833D314EFE4B80484F6 /* AR.png in Resources */ = {isa = PBXBuildFile; fileRef = 43F65694613BE327A3D8304288981F7F /* AR.png */; }; + 2BDB79BFBC082088CB1E6D3303FBFB1A /* HU.png in Resources */ = {isa = PBXBuildFile; fileRef = CF7D1CD4D0A23D50B353CB7BB6983AF4 /* HU.png */; }; + 2C51993B891752A4D8CE9156728AC6DC /* JE.png in Resources */ = {isa = PBXBuildFile; fileRef = 9909DC1A79C6E07E7D91160402EB3F49 /* JE.png */; }; + 2CDE9B18A536CE353A4B2F4F393AA015 /* CO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 16B61E429C5E2C07AC5D65E6276E1FBC /* CO@2x.png */; }; + 2D6B68A7A2A799F8C3871473C65BD980 /* NR.png in Resources */ = {isa = PBXBuildFile; fileRef = A8B070E4C99F3398B9AC92849E485774 /* NR.png */; }; + 2D6DE1BB806C134B82FCA0E18E91666D /* BN.png in Resources */ = {isa = PBXBuildFile; fileRef = BF0B6AE3DDAC4DB4556B4C83C830A347 /* BN.png */; }; + 2D6F36A4BF49ABF56518AF6DD9815DA9 /* FO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AA1117A230606E89322AC51C80A6BA0D /* FO@2x.png */; }; + 2DB3FB8F55847F29D38AF8168FEF7FEB /* CR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F97068E7A394324013ACFA4C8987BA47 /* CR@2x.png */; }; + 2EC2A7ECD86FFC020A898B7091C194FD /* UZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 5E4D0A99AF3A44CF6263389C7E83DE47 /* UZ.png */; }; + 2F63C23021A2942B0CBE45053361A097 /* MK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E731B704174152DA3DA2E94B0435CDAB /* MK@2x.png */; }; + 2FCB247A917A5FFAE31D2E3103643FA0 /* PL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7CB1CAFE82004E174A38BD5A446424CF /* PL@2x.png */; }; + 3035D178B65335D781064B812C532298 /* PT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 313EC841C755DECC1547B38E52D03837 /* PT@2x.png */; }; + 3065BF42EC14241E9AC9EAC60ABAF84A /* GM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8580CBA55EF6F9BBECF6ABC6D686A2EB /* GM@2x.png */; }; + 316CE9350DFC2C990D5ABC84E1FA2962 /* MD.png in Resources */ = {isa = PBXBuildFile; fileRef = 926B05765C168F5C54049136132F75BD /* MD.png */; }; + 31FCAAB0DEF332B1B3356DA4A5420BB8 /* SA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 74EFB8B7222462B573C403617F981B5C /* SA@2x.png */; }; + 33147C8B532D3B3ECF0EA7D345CE7945 /* WF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4999B27DCF552E9DDDB90D624E3EDFEB /* WF@2x.png */; }; + 3333AA1251A418E6B39097DB96802BF9 /* SX.png in Resources */ = {isa = PBXBuildFile; fileRef = 7CBFBAB569FC90D79894F30146563D84 /* SX.png */; }; + 33C4DED4B424E7E6793568414B284616 /* LU.png in Resources */ = {isa = PBXBuildFile; fileRef = 6D963A0D9CDD6DC465EC9AC215717712 /* LU.png */; }; + 33DCC9652C5E0839ECC037FDEA69E678 /* IE.png in Resources */ = {isa = PBXBuildFile; fileRef = 1E8835756E913458755E9ACF7A253707 /* IE.png */; }; + 34B5E6C536D2877F3CBD80E8322518E2 /* BG.png in Resources */ = {isa = PBXBuildFile; fileRef = 4C76B136003B056C571366F949EE664D /* BG.png */; }; + 34C9BD4286A3B8CB954F8F87EB3FBE1C /* MP.png in Resources */ = {isa = PBXBuildFile; fileRef = 93D39301AEA93863FD3231A46815A969 /* MP.png */; }; + 34F6F178546F44443B1AB2DAB467A86A /* ER.png in Resources */ = {isa = PBXBuildFile; fileRef = 3114C68D8C569771AA7A1FF86483F599 /* ER.png */; }; + 36D128655A8F7D1CEDA3146AB61A8E5B /* MN.png in Resources */ = {isa = PBXBuildFile; fileRef = DC1239C49B52DAE9A0371CFE6C99841D /* MN.png */; }; + 372EB0312E4371F9D78A321F332C991A /* SV@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 21E8E7B8830559AD3F167056ABD594A1 /* SV@2x.png */; }; + 37363B804C4E266B7B6F2B6FD88423E2 /* KE.png in Resources */ = {isa = PBXBuildFile; fileRef = F198AC3B4F4696CEDCB45C53710FF0F5 /* KE.png */; }; + 37F1BF8CA39B14AD39A9641CA5A9FAAE /* PT.png in Resources */ = {isa = PBXBuildFile; fileRef = 900CD991349CDFAF05EA72ECE6BD5259 /* PT.png */; }; + 38312F1D6917F3F7E81D7BF2A551F145 /* KZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2CF550D3C5CA78FFEF67DDB5DFC7B6AE /* KZ@2x.png */; }; + 399059C432F4FA5BA139CAB12677B506 /* NU.png in Resources */ = {isa = PBXBuildFile; fileRef = 138D4C98F0F75010F010A02774C0FAE1 /* NU.png */; }; + 39FBD01E46DE0135C152AC322DAAB62D /* GT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A62B6EE379153B4008662EC2B0EB3399 /* GT@2x.png */; }; + 3AA9433AA701753F83E458B3C6B78ADC /* NC.png in Resources */ = {isa = PBXBuildFile; fileRef = CEAD3066D9AEADBE5FEE8FB08BB56ECB /* NC.png */; }; + 3B05DFB9A881B6291D637CA5E585C0F9 /* TL.png in Resources */ = {isa = PBXBuildFile; fileRef = B012766255D1C29ED238C42F0EE790BC /* TL.png */; }; + 3B191C7E6B43B367990014636ED7CC05 /* FK.png in Resources */ = {isa = PBXBuildFile; fileRef = A91A90B84843E40330A64022259A5A3F /* FK.png */; }; + 3B6D1812E16F69304C2066FA05770E33 /* CH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5B5E8F19EE4AE0ED9B6509C3BAF8B23B /* CH@2x.png */; }; + 3B6EE54000C9FF150D531BB38B395689 /* HT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7ECA12BEDF71853807969B8C53D2F4EA /* HT@2x.png */; }; + 3B774515D3EC9627FECC0C3115ADE555 /* MF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C6A359AEC044D8E0C2354325292D69D7 /* MF@2x.png */; }; + 3B79DCB941577731FAE5A7C62086F1B0 /* FO.png in Resources */ = {isa = PBXBuildFile; fileRef = 3C48356E04F37A54EC8F3811EE3EAFFF /* FO.png */; }; + 3CE510A9342200C7B69C3D76567E3214 /* NE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E7354224155B79341FC4FA8A3228A5D9 /* NE@2x.png */; }; + 3E3171A7CB5DAB25ECB973096A7852B9 /* MV@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0AD4FEFDB10C6D903AA5736016066D4B /* MV@2x.png */; }; + 3E55159546BFEF9764E9020480A941D6 /* AF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 643E44B83BBBDF94FA9BA3D642D4BF7E /* AF@2x.png */; }; + 3E67A8C83D5F966656741D8EAF2778A2 /* US@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3035402E49888EC494C934610E318F20 /* US@2x.png */; }; + 3EA4C16211D132D6429718CF901CD9F0 /* TN.png in Resources */ = {isa = PBXBuildFile; fileRef = D15084D7211CE0BFB52FA7498C6919AA /* TN.png */; }; + 3EE5962B22CE5F532B4CB378AF84FEA2 /* GL.png in Resources */ = {isa = PBXBuildFile; fileRef = 7998107AB20E3F621DFE94ABDC0CA9DD /* GL.png */; }; + 3F1542E10F52975D57893D77CACF7BCD /* TV@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E34A18DF8040F76BD23635C6F1AB994E /* TV@2x.png */; }; + 3FCA00BC3593866DB058093250724B50 /* CI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1D019ADA546FA263BF67C88241756561 /* CI@2x.png */; }; + 40081CFFD44A0572C18396D47F472861 /* TT.png in Resources */ = {isa = PBXBuildFile; fileRef = 0F396BEBA1E5877C76C273D529FEEF83 /* TT.png */; }; + 4062FEAFAB6EEBFE07E4D8821970E437 /* AL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BA7AD44330A2E5221141FE5AE9E58478 /* AL@2x.png */; }; + 40A41C5D15D48B2F7F14FABD6D3F86DE /* LV.png in Resources */ = {isa = PBXBuildFile; fileRef = B97670750BCAC392FA0D15B390279A81 /* LV.png */; }; + 40FFC9A32A67BECA8986EE503DDB1C8D /* KP@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6BFE1A0F434CCCB01F1CF6E29A82B620 /* KP@2x.png */; }; + 41CCF4E3ABF6EF80187631F5A5405A6E /* MH.png in Resources */ = {isa = PBXBuildFile; fileRef = F23C9CE9AF3A93E79B3ED5E22D6393BF /* MH.png */; }; + 4222FD3A4B34DCB8C56201DAA8477EB8 /* GB@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2AE5268877692E2DA70149E6F67F84A2 /* GB@2x.png */; }; + 424D07A9D8D1961A173D472BAADD61C3 /* Pods-CountryPicker13+Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1840C81CFA9DA686A037D2D1445B4176 /* Pods-CountryPicker13+Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 42620485D5ADFE0759807380158B40A9 /* CN.png in Resources */ = {isa = PBXBuildFile; fileRef = 736575BAE516AAEA795CC93BC3F43A7F /* CN.png */; }; + 42D3D04BDE498C6362212C2F3D6D23E0 /* BL.png in Resources */ = {isa = PBXBuildFile; fileRef = 77775A8A74AA643077881CF76B66361D /* BL.png */; }; + 43AECFF205B166C38802088E8185EB79 /* HU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1B6AFE67BE3C96728B1CCDF50836A5D4 /* HU@2x.png */; }; + 44C59753E57233EE3B4AE9BD7281E18D /* TZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 85FF3364D25D87C9ABB226798414E358 /* TZ.png */; }; + 44DC7C1EF9325E80320238C81D73D18B /* LY.png in Resources */ = {isa = PBXBuildFile; fileRef = 68D0357AD92E9800F7AFE47D216D1DDA /* LY.png */; }; + 457349AB30A1F73371FCF9C6CB11C530 /* PE.png in Resources */ = {isa = PBXBuildFile; fileRef = 3AF55E86D3DB56940EC4C64E5AFA04F5 /* PE.png */; }; + 4606ED49318DCE56BB8374AFE4D52325 /* SH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F99B54543DA38B5B81B2299BFCE772D5 /* SH@2x.png */; }; + 463E48F21E54EC4D7FA85949AEB4B3A1 /* KH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 88F82CAB1D5ED7EB6943758488502EF6 /* KH@2x.png */; }; + 47A29BB310369C019021A607AE59267D /* NA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 29E03878A3BA189B726A40E74C67898F /* NA@2x.png */; }; + 47F27C8EB556AA439E81763D1651FD83 /* CG.png in Resources */ = {isa = PBXBuildFile; fileRef = D8658A52F3E8A2352F8085DB902BDAEA /* CG.png */; }; + 48DEA97D5CC0A12FA892A68FD1849FD4 /* MK.png in Resources */ = {isa = PBXBuildFile; fileRef = 2D14151BDE33B4B2668AF8605A453B28 /* MK.png */; }; + 48F84AE2D01399CF6761E39CF7F5E006 /* PM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 56C9E8BC1D74FB0D72BD16B66FECA061 /* PM@2x.png */; }; + 4A20B4C6F13E46B2859323B6BD2B2333 /* GN.png in Resources */ = {isa = PBXBuildFile; fileRef = 36E3EF75661CC2C229235F1EFFB35448 /* GN.png */; }; + 4A83FD904C7B952B0430AB9132D5F7AD /* MU.png in Resources */ = {isa = PBXBuildFile; fileRef = DEDC2AA59C5BA3B8E6A94BDC0065A431 /* MU.png */; }; + 4ADDC23E40EF6F915D93E719B35CDA2D /* RO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 149776CCCC2D97E9A5BC7A5A15AA0B0B /* RO@2x.png */; }; + 4B45020C5C6A63E174FE2CEB5BED20DC /* NO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3EB0AE460242A41CB32B4E0A610CCAF3 /* NO@2x.png */; }; + 4BAC06360685CBF68323F6D4DAAB2FF5 /* BF.png in Resources */ = {isa = PBXBuildFile; fileRef = AF6B07D5087F26D763758DF59984200F /* BF.png */; }; + 4C723A3CD5F61050CC95D8B18179D4DD /* IS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CDB3679A5AE34E3B28C6133747428CA7 /* IS@2x.png */; }; + 4D3EB38DCCA151A7D896DCBBF513EB48 /* AI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5477F7371B5CEBAA25E3CC3B0DF16019 /* AI@2x.png */; }; + 4DC1640024F164824840BE8C197ED3AA /* ST.png in Resources */ = {isa = PBXBuildFile; fileRef = 1DDBF60A0D6AE421C963A5666A2CA273 /* ST.png */; }; + 4E4752C89C6EC7ED7AB12CD34AEC5DBE /* GT.png in Resources */ = {isa = PBXBuildFile; fileRef = 416405D34D477EAD6F6EA44F1986531E /* GT.png */; }; + 4E6DAA5A67C01B3E2919A322C106130D /* TM.png in Resources */ = {isa = PBXBuildFile; fileRef = AA3E198F20D00DE5EA39AEE14CA72BA2 /* TM.png */; }; + 4EC410A30796B3E2D19E88E4C06388DF /* SR.png in Resources */ = {isa = PBXBuildFile; fileRef = D9B40E9156C3D260DD85250AAEEFE309 /* SR.png */; }; + 4F170AB2C071B9625CAC6903C90B0ECE /* SY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0A5664863D0425147BE6AF6490107EEF /* SY@2x.png */; }; + 4FA3C5F1EF7CBECF3F86837C6A18825E /* LK.png in Resources */ = {isa = PBXBuildFile; fileRef = 0C5B67B8D3659B694BDE40BD506A2D81 /* LK.png */; }; + 4FCDE9950463C8FF82F738F0C1980EEB /* GQ.png in Resources */ = {isa = PBXBuildFile; fileRef = 84D30E424847DE933CA7353E125BE376 /* GQ.png */; }; + 50D80CA7D2E451A8E95DC410C59BB41D /* VI.png in Resources */ = {isa = PBXBuildFile; fileRef = A405F385CFDF5A3EABA5EA4BCD7ACCAB /* VI.png */; }; + 51104062E2B4C80F73E0A5AD101535B1 /* IR.png in Resources */ = {isa = PBXBuildFile; fileRef = 575B320670569E6427E30BA0E9A067A1 /* IR.png */; }; + 516AC8D19D8546E9921458909B79BA92 /* WS.png in Resources */ = {isa = PBXBuildFile; fileRef = 58CD7328D659005A844136B62FF1C9B9 /* WS.png */; }; + 51816EA36D4B37554A394B77903C40EA /* CL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B133C6FDB8952C0EB0AECA5013148F25 /* CL@2x.png */; }; + 51E5A57C03BD750E84A45CE8D789D2EA /* ML@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CD80DE98DB9EEE69B42AD8519F2497A0 /* ML@2x.png */; }; + 521FD518B02D4DF37D9793921A9836C8 /* CA.png in Resources */ = {isa = PBXBuildFile; fileRef = 63476CAADEAAA1E2F66394A0FCB6AB0B /* CA.png */; }; + 527E9B3B4434C7C94485F43B3FB45107 /* GR.png in Resources */ = {isa = PBXBuildFile; fileRef = DB57D321EA4980BAB8404D7EAFD530E6 /* GR.png */; }; + 527EC24344B2693818A532D996B4EACD /* YT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8078F22C330B3F68895AA76B63D13CA6 /* YT@2x.png */; }; + 5290CF71755D9D18B1C34857CF79D49D /* GY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4954B04D5AC89E51B4849A3A7766CCCE /* GY@2x.png */; }; + 529C6C4F65FC6C2F140EAF3628D63358 /* LY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8DBCB692B8BC4783255C2C7745E20123 /* LY@2x.png */; }; + 52B58EF4F2F4CA9BDC395BA254F07474 /* LV@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3DA631B28E442B7B8750FC3C8705F558 /* LV@2x.png */; }; + 52EA8D6BB6C124B94E8967E61C230722 /* GW.png in Resources */ = {isa = PBXBuildFile; fileRef = D9D9E52AAA1864E77021C4C0675C6DA2 /* GW.png */; }; + 54C57E160462A7EF8A947D8648A26326 /* MC.png in Resources */ = {isa = PBXBuildFile; fileRef = E2F7D51CC2F08397C65B1A302ADE1F9E /* MC.png */; }; + 54CED93439132E27D905024A9C3935B4 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30A225C19BC309291055DE950773C37E /* Configuration.swift */; }; + 5562CDAE6E603772F7FD514CB5957421 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */; }; + 56F6B6EC3AFEB275DC1A306C87F20BF5 /* PY.png in Resources */ = {isa = PBXBuildFile; fileRef = C66247C6DE877BFA80F75E7C4756903E /* PY.png */; }; + 57F9BA12FE77266C99F06A0CB9439360 /* BE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4B8D66597AA0410D96E619594E4F1D83 /* BE@2x.png */; }; + 5814C35E82A810B27435BF8F83D6716D /* MW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 63A11EAB5572A8522CC47470905DFCF6 /* MW@2x.png */; }; + 599C10EF24147D3F4A55A0F87DDF58E4 /* GL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FE2632FDB10FE228370EF6D99867D759 /* GL@2x.png */; }; + 59E30BFD6073395A894649D19DEF0AC1 /* SC.png in Resources */ = {isa = PBXBuildFile; fileRef = 7C10FE49DCA9FC7B30BB9CC8AE9F34BC /* SC.png */; }; + 59F4D25BBC0642CB5D862E3F0912D482 /* MV.png in Resources */ = {isa = PBXBuildFile; fileRef = 1C8394CDCB051C6BD3264CC08B15D18F /* MV.png */; }; + 5A21D7A1460F2C370DE794C1FAD9942F /* AW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 05B60B01D9B726C7E5611D0F1A22567A /* AW@2x.png */; }; + 5AAF63321BE7D6BEABE49C349C3D04E1 /* SN.png in Resources */ = {isa = PBXBuildFile; fileRef = 8C0D6EEB175ABD8C728FC33F453A6DAE /* SN.png */; }; + 5AF0EFBB726F91F9975BD26738B1ADA8 /* FJ.png in Resources */ = {isa = PBXBuildFile; fileRef = A21A748E190C314C7C2D9F725EA980DB /* FJ.png */; }; + 5B22D9A268A7ED08BE1236838DB7CE21 /* PY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5A68256582884CFC0BB1AF36A8020BB3 /* PY@2x.png */; }; + 5B8BF438802B150B54686658BC3C86AE /* BL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D2B2CEE824FBC85563E6EF14BD280152 /* BL@2x.png */; }; + 5BA3CF74C3C4C130E770C380B3B38D29 /* FM.png in Resources */ = {isa = PBXBuildFile; fileRef = EAB8C47BF978A4DE8932DA0228EFBFD6 /* FM.png */; }; + 5BED998B9A0AA88FF50710C37C820D70 /* UG.png in Resources */ = {isa = PBXBuildFile; fileRef = 8EDEFE128E0A0E69A94528E10107E0B8 /* UG.png */; }; + 5CCFF9C0776FC39305C66CE727EB1E2E /* LI.png in Resources */ = {isa = PBXBuildFile; fileRef = 4F4F42BFFE27A465038BD9CF1D3E4F16 /* LI.png */; }; + 5D1A82ADC6395F1F4CFB70B964EAE08C /* Country.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEFDC52094367F11C0D35D74F0BF2439 /* Country.swift */; }; + 5E526819F1864AD77CB7AE69C461C0AB /* PF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 91FCDE2D3B5884DAA0EE9C41E5953A76 /* PF@2x.png */; }; + 5EB26C7C8D0EAEDEE49B871624AF1F08 /* RE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 259F539B48D26DDCFC401F9EAC4ACBCB /* RE@2x.png */; }; + 5F079D8606883FD19D2D69EE0BF576ED /* RW.png in Resources */ = {isa = PBXBuildFile; fileRef = 1D1496AE49584A103FD537346EC01D87 /* RW.png */; }; + 5F530B7AAD1904AFB4C4977ADC080420 /* LI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 46D27AC55DD15EB43775CF9FC1663182 /* LI@2x.png */; }; + 5FF29CB254C0AD17168C732290464CE4 /* ZM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B3E506468763199A690E545F74F691F3 /* ZM@2x.png */; }; + 601C92C13F455B2640F5A078FA9820B8 /* RU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3CDCEA639680B227F422E3069A2D6727 /* RU@2x.png */; }; + 60424B5480A8881C5DE1A63D27772DC9 /* MQ.png in Resources */ = {isa = PBXBuildFile; fileRef = E14F156FB1D6AA1F36EDB97F79524E05 /* MQ.png */; }; + 6046281694A4AF73B8201A2F55DB242B /* CL.png in Resources */ = {isa = PBXBuildFile; fileRef = 693A32B944057B27F9C4E950EF540402 /* CL.png */; }; + 61332E5F51463F33CD3461806D04ABD1 /* BY.png in Resources */ = {isa = PBXBuildFile; fileRef = AB7B6F25D658101F22C1ECFEBA06F763 /* BY.png */; }; + 615DFEE98802E2D53CEA4D27BEF3FBAB /* JO.png in Resources */ = {isa = PBXBuildFile; fileRef = F8C4DACE0AFAB8011DAE0253CCBB1124 /* JO.png */; }; + 61794F8B7F70921ABEE9D90571D29879 /* TN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 24D4FCADD0A29B5C5B4E8D5F384A4FFA /* TN@2x.png */; }; + 61FA60E8F58A0563E70B7C51650440F3 /* LK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FD6053316E167F276EFE5DFC6522699 /* LK@2x.png */; }; + 62575C957BDE490BA738B336DB6AA5CF /* CZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 73DAC8A52C9BCE3B5FD1C4D149C9E2E3 /* CZ@2x.png */; }; + 6267FF40915B2F9C67D7F1E501659088 /* IL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6E80AAC26AC5F2CE57C03198AF96248E /* IL@2x.png */; }; + 636CAF04FD35BBEF6D7CE8CC311B8ABB /* KG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 93CDE416481857551085FAA071E20032 /* KG@2x.png */; }; + 64B5EA9BB4C356B99EE458ABE7C611A2 /* CY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C22BF8F2B83A1A7E572F0FE3F45F458A /* CY@2x.png */; }; + 66E29AA0B17637F5E09022239989BB59 /* MO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F5089DBAB66A2042E7358517653FC997 /* MO@2x.png */; }; + 66EBA21F26EA5D4C2F2AD9402328916E /* DK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C6FAFC7D1E62FD8B5AC25A404D5D4B6B /* DK@2x.png */; }; + 67F45C615A67360A70E7F8E20299E38D /* EG.png in Resources */ = {isa = PBXBuildFile; fileRef = 74353BBFF657970AFA4E05F6187ADF0A /* EG.png */; }; + 684BD215302D7E5BD7BD031C4EAA91C8 /* KR.png in Resources */ = {isa = PBXBuildFile; fileRef = 3941C8DF4156B261E4383945E5C05603 /* KR.png */; }; + 68B1255E3D0E9D4495E23A428522E61E /* TG.png in Resources */ = {isa = PBXBuildFile; fileRef = A702F751D0B5C9C5F65503C2118F8FD2 /* TG.png */; }; + 6948415D80122D4B17D2DCDD412C75A5 /* ID@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C5467D9ED1BE83869E244147F6E7DB86 /* ID@2x.png */; }; + 69C14F38DA44AB0B1AE8928219180386 /* FI.png in Resources */ = {isa = PBXBuildFile; fileRef = 3A71C41D14A24F35EE331CB36D0616FE /* FI.png */; }; + 6A197B4388478F53E0D2823357FB8337 /* LT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3E5DEF174A30649743C2C13181E4137F /* LT@2x.png */; }; + 6A246DC4DDC79873A80868F1F973FA56 /* SK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F122C8222BB24780862832BA61EF75DA /* SK@2x.png */; }; + 6DF830F5CD059C886F961F3D274422E8 /* QA.png in Resources */ = {isa = PBXBuildFile; fileRef = 7624AB6D331D6E5D5704BEEB5D3D6A92 /* QA.png */; }; + 6E8410955912C4B36FA86F77D5AC497C /* NG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E61DC418BACA98F7B3822B41DA6C2901 /* NG@2x.png */; }; + 6E9EB488FB36BA36AF27FE233823FEE6 /* SJ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1774E44A6CD9EA86E2D45B4B18167D67 /* SJ@2x.png */; }; + 6F41B1A0C831FBE5DA1268AD36571C36 /* VU.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F02C6C195FDD8A03698F82510A3F2C3 /* VU.png */; }; + 6F9BD184B5B40AF430901292528A6062 /* AX@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DFB8A1FCE397D94E680888040D678A21 /* AX@2x.png */; }; + 6FA8F146C1910AD14C0B810BA3857137 /* TZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DACC9F5F70BD522BE4A55987E8CAE961 /* TZ@2x.png */; }; + 6FD20A66D0E4A7FE972921E36298B867 /* GA.png in Resources */ = {isa = PBXBuildFile; fileRef = 0A7D228122A5204AEE44F9CC719BCBC4 /* GA.png */; }; + 6FDBB662F321FA2C50DC7B08D7097521 /* VC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C90EC8326A93D5AE7CE9E457FCB8B479 /* VC@2x.png */; }; + 6FFB0673DEE43CCDD1917C6E8D8A6356 /* GU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = EA65F56D4724F826B55E6AA00495E125 /* GU@2x.png */; }; + 703931AC019EC6D66D5386B4E1F2BB94 /* AS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9E030261ED9DA86B7067F4CBB9E0D745 /* AS@2x.png */; }; + 706070DEF3795D5AA475C33E851FB430 /* CD.png in Resources */ = {isa = PBXBuildFile; fileRef = DF8009D1174448E4EEE51EABB9EFE062 /* CD.png */; }; + 71906E4B5EC382D4FB0F2EFEF3F09555 /* TF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CBB6414B841AF4D3955E9F4AB6854329 /* TF@2x.png */; }; + 725EEF6E584D977DEE209ED02BB6D982 /* TG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FD464B9687A896D9C7E60C028CDC926C /* TG@2x.png */; }; + 731C865E3E919B0E5D21711F6F5905B7 /* IM.png in Resources */ = {isa = PBXBuildFile; fileRef = D8CDDCAFB2255E4C0020141D6A3B526D /* IM.png */; }; + 732180E27C58B61225E14C4F34E2022F /* PK.png in Resources */ = {isa = PBXBuildFile; fileRef = 71A6DB9D32B6BACBF1B5057EC95F12AD /* PK.png */; }; + 732AF37491BAB80FB1875FB14CEEE78E /* MT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = ADD37295AAFE214827E5D0C35B7353AA /* MT@2x.png */; }; + 7336F0B0E467E8D809A8EBCAEFD2643D /* PS.png in Resources */ = {isa = PBXBuildFile; fileRef = E0DEF583B74D86EF4E346A2472548787 /* PS.png */; }; + 735941D4C6A3C3E9FF548FE259270583 /* BF@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D990155A2B4B67B18C1E0184603DCD99 /* BF@2x.png */; }; + 737B894649A21271D477074C9D1C0E5D /* TH.png in Resources */ = {isa = PBXBuildFile; fileRef = 2BD703B47B14A77FEC96AC76153E892D /* TH.png */; }; + 74FFBC711AED8830E3195D8EDB131D9B /* AZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8053B4EFC43396BF554ED6A03EFC5A85 /* AZ@2x.png */; }; + 75B25438AA70D3A5AF1E5B45E27A258E /* VN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A2195B95BA4D9935989463BC81C29971 /* VN@2x.png */; }; + 765CA6E08F6F5086617502B4F3FF74A2 /* BD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FF8DF6DDDDAB9DA821B984C0733F5821 /* BD@2x.png */; }; + 76B3600AF0A93B7BE54A39EB0F772B04 /* KI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BFE6F02A809171A7AEC2FA79051CECE0 /* KI@2x.png */; }; + 76C1B8EC79BC0F0506AE7B2A11748065 /* SK.png in Resources */ = {isa = PBXBuildFile; fileRef = BF1FEB251E184248F6F4C105827C049A /* SK.png */; }; + 7790894A739227B4EA61BEA719D4416D /* JM.png in Resources */ = {isa = PBXBuildFile; fileRef = A05D96A0047E225A30B82BCBB20DDDCC /* JM.png */; }; + 77BC114B2587CACF74505C738AF72363 /* LU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 79B921370477A902FA8186A5C551A56D /* LU@2x.png */; }; + 784172F45E36AF7D9C0E2E0734360FE5 /* NI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7C772E22A4D91EA2F5226C1C59EC5F31 /* NI@2x.png */; }; + 78B087E364230B78878B60F8623BD51C /* VE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C780BB8BD9117AB74D44C1CA5EFCCD1B /* VE@2x.png */; }; + 78EF31B03F5666D337A7383E0ADFDFC6 /* SKCountryPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 706EC7C6C9AD3D7CED4125B4CE97A3A9 /* SKCountryPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 79947CC5CB1E4B2C0334B766994C0040 /* KW.png in Resources */ = {isa = PBXBuildFile; fileRef = D720D5ADC5205D9B6B1A8907D20B8147 /* KW.png */; }; + 7A7E013AFCD6B60314DD57E25942DF58 /* SectionMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2DB6D8D5CACB5E07EAB8069447EBD12 /* SectionMapper.swift */; }; + 7A81BA373FD873389BBE18019262476F /* LC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9FCF84963019441F6787FC122DF3EBF1 /* LC@2x.png */; }; + 7ACE06FB80BE2F999829AF10EB74C2B5 /* SC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6FBECB10771EEA525520E5C08C4F9516 /* SC@2x.png */; }; + 7B5591182C278EFF3E1B6238D5F4512D /* ML.png in Resources */ = {isa = PBXBuildFile; fileRef = EDA186008C94C17DC80D1E4B3D1D2960 /* ML.png */; }; + 7B8C63D2DCAA23ADC33701B5C7159ABF /* AU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6199200056C6C26C51AA6B641FD93EB3 /* AU@2x.png */; }; + 7C27F73B73164E391ABD10E7F66D3BE1 /* DO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D7F14A3A6539295F7A588F378812E91B /* DO@2x.png */; }; + 7C76F20FB3BDB7FD6AE9E3C91F81797E /* VG.png in Resources */ = {isa = PBXBuildFile; fileRef = FBC55CB27EA3649DFBE328BD92CEC3C3 /* VG.png */; }; + 7D078F761424AF76EDBBAE20798D3AEE /* KN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 97B8B90CA4C0B76421383E61C96A553A /* KN@2x.png */; }; + 7DBDEC27A135D43DB4D1B0D02EA726F8 /* VA.png in Resources */ = {isa = PBXBuildFile; fileRef = 95AB8E843A6495746B709E4B44247C0E /* VA.png */; }; + 7DC6E41139BCF197109243013FF10DCA /* KM.png in Resources */ = {isa = PBXBuildFile; fileRef = 86C04B39975DDCF436663AE928B1269A /* KM.png */; }; + 7DDF4D00D3A39F491D4BA7881A183549 /* NR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 35BCFAA862B5CB8D6B154158E917A701 /* NR@2x.png */; }; + 7E087612C73E7A4BAF31864D329E8A11 /* TR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7ED4035245DC534BD22A1C470EF7062B /* TR@2x.png */; }; + 7E16EC295D15D0D95E0AA7B1E3FAAF46 /* IN.png in Resources */ = {isa = PBXBuildFile; fileRef = 4D3759799B72D9545694757D4E8E7C82 /* IN.png */; }; + 7E6254468CCD02B8C000205BDF589D9D /* FK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 97C72F5234D9D36847DD9E19B9C9C03C /* FK@2x.png */; }; + 7F8254C7FB6359C0B330E10A8931CE26 /* RS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 26C10A70B8FCC33ED1EC99B1EA5AE78D /* RS@2x.png */; }; + 806AE7CBA59A241D54EEF0D18FDF3897 /* CU.png in Resources */ = {isa = PBXBuildFile; fileRef = 85D0FD9EC13F6D83FB7226ACB373C206 /* CU.png */; }; + 80AC251196F86071C1FA76E451941E66 /* MQ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 34CEA41725C6A4763601B488AEEDA78E /* MQ@2x.png */; }; + 80B11386C7EEB3CBE957A7C5B832C32F /* KY.png in Resources */ = {isa = PBXBuildFile; fileRef = DECE208AEFA0F92CD968F938FE6A925F /* KY.png */; }; + 81D94153BFC11E6034A9AC0E8E5B1BCD /* GU.png in Resources */ = {isa = PBXBuildFile; fileRef = C19563FEC2CF4045343532AFF5DD57DC /* GU.png */; }; + 828132EBF3AE38B4949B1C410AB70C8C /* KN.png in Resources */ = {isa = PBXBuildFile; fileRef = 4CAACD98AEE364685D6C44933E36B01F /* KN.png */; }; + 8323DAE765E4F3144AFF64C951B7F3D5 /* BE.png in Resources */ = {isa = PBXBuildFile; fileRef = 402FB4A6A21CDEEDD7732F5E326D5DBA /* BE.png */; }; + 83686A22D949E0147D23CAD9318B4ED9 /* CH.png in Resources */ = {isa = PBXBuildFile; fileRef = 00A020477B9ADDB70C295AD11FAAD9A3 /* CH.png */; }; + 852981B1F7C9DD9CD80F933B108DD8E8 /* BV.png in Resources */ = {isa = PBXBuildFile; fileRef = CB740A66FFD3A83AF432195102CCF6CE /* BV.png */; }; + 85DE373D26DBA238E7C3A86D56577BED /* TK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B82691344FB9D870608FCC76DED6EEAB /* TK@2x.png */; }; + 86C33A9C460EF6F2B33EA1B50E98B300 /* SKCountryPicker-CountryPickerController in Resources */ = {isa = PBXBuildFile; fileRef = DE277629B5C09BE727E2EA152C0F7D19 /* SKCountryPicker-CountryPickerController */; }; + 86E41219E3D24AD5D725113864E1B297 /* ST@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6CD0F3F73839A1EEA90700B267A07C25 /* ST@2x.png */; }; + 87F8EE31E1C60B45CA4DA38A8B0F641B /* HK.png in Resources */ = {isa = PBXBuildFile; fileRef = 76ACEE8AEB19C6FE30DBE6E502A5E8E2 /* HK.png */; }; + 8875AABD7BA9C224FF873AC40FC55D05 /* GI.png in Resources */ = {isa = PBXBuildFile; fileRef = 331EF52D2AD8AACC5E2040A68B8778CA /* GI.png */; }; + 896E979E9174A7153289652DE00A90BF /* BN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 413AD88E0ADAB16F32D2C1C2A33B4C4F /* BN@2x.png */; }; + 8979487ED823B27D76CBBCF7B1682B72 /* DZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 9AC113D7ADC2D15B113A33DBAC264A5B /* DZ.png */; }; + 8991959CDDCB09FC1F21C7C6ACFB0132 /* ZW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9292B8DDBE9A8F34B0F97F72CF487A9E /* ZW@2x.png */; }; + 89AD23AD72EB39D2CD73B39BFD8C42E0 /* AF.png in Resources */ = {isa = PBXBuildFile; fileRef = 216C31C19FAA872E8DCF57CB43E2EC8F /* AF.png */; }; + 8A36284851C84D46C374E01D3F34411E /* CX.png in Resources */ = {isa = PBXBuildFile; fileRef = 67F67A47FBDFEB5C8CD88F1DC2EAC14E /* CX.png */; }; + 8AD58F0CC43415C655303898D0F237C8 /* JO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 25532D41E07890B550DF8F3F9EAACD24 /* JO@2x.png */; }; + 8B5BD68DE93CD7D9A1E7A028DC6AF776 /* LB@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 836859590F25CDDDD4381AD4136AEF6B /* LB@2x.png */; }; + 8B73D62657E089C426C725977FB3DBC6 /* TL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 53AE5E79DA6DBB524F00FEAE1742EE74 /* TL@2x.png */; }; + 8BCC3CDD9845A15F7341204ECFE7188C /* MR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D2829C167661E03CCFC30E188A8BD38B /* MR@2x.png */; }; + 8BE156248796B8F254786453AF1D037A /* GY.png in Resources */ = {isa = PBXBuildFile; fileRef = 542D20981B62B62468CC2E0C5188F899 /* GY.png */; }; + 8BFBDF1EE6A42E1746B3008AB34CD8B4 /* PH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 95541B1BFE80DED3D132BDDD440DEA40 /* PH@2x.png */; }; + 8C0A6A147CB0A1753F10EB62DC7D966D /* KE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E344F18CA1F03B020C6C307ECD7192EA /* KE@2x.png */; }; + 8D11A1D73414EF824947EA77DD48C61B /* MZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4E0301BC184B92A14209A555ACAEC3D8 /* MZ@2x.png */; }; + 8DCADD246A001038A6E5FC0A2A0C9E9F /* SS.png in Resources */ = {isa = PBXBuildFile; fileRef = 645C99E742F81D83768080D03C336E4E /* SS.png */; }; + 8E1356568110EE7D7E368FCAC9B27091 /* RW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6E3D9AB17A861E189C7650DBF8DE96B7 /* RW@2x.png */; }; + 8EA0CB70A92DC381FE3A3E5C5A2C7E76 /* TW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 69C4786020C57FEA162C8E2565A60726 /* TW@2x.png */; }; + 8EDFF2D4A4CCF517F39E5B7DF558824F /* CountryManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 250F98EBB505EDC00A8F148D764B6891 /* CountryManager.swift */; }; + 8FBD369870873A9D74964541B7A3A3DF /* IL.png in Resources */ = {isa = PBXBuildFile; fileRef = F0510DE41456060216647EF817C41128 /* IL.png */; }; + 8FCAA9DA6EE187CE9F4332AC1134B4D3 /* CountryPickerWithSectionViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181B5FDD65B8013E48921EAB6648D2D4 /* CountryPickerWithSectionViewModel.swift */; }; + 90A7DD93DE90BCA004642D91BA412A5B /* LT.png in Resources */ = {isa = PBXBuildFile; fileRef = F2A8D9BC74D05A8D17C3E0C9C0B9AAE9 /* LT.png */; }; + 9118F76A450A3B0ADBDC35E8046EBC4D /* SL.png in Resources */ = {isa = PBXBuildFile; fileRef = 3B35BF718D75E256E3B27766D096B9CE /* SL.png */; }; + 91596DDAC3AF70F4844B7E49831EF1B7 /* HT.png in Resources */ = {isa = PBXBuildFile; fileRef = 12411467C9476F972DC557E461A7906D /* HT.png */; }; + 92F522ED1FE075CFB9F398B7CA334FC3 /* AE.png in Resources */ = {isa = PBXBuildFile; fileRef = BB17BE5568BAE28AF15E4E5987837FD8 /* AE.png */; }; + 934194B0902F7B78A1BABED0131FF350 /* AT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9E110D851122E1E79AF563F1FA644B83 /* AT@2x.png */; }; + 949CF57B1212C5DB6C933DFC1D9EAD94 /* CV.png in Resources */ = {isa = PBXBuildFile; fileRef = 5874C59A0A596ECA245828EF393F8878 /* CV.png */; }; + 951857EDF9212F8F509EC2B5A8303BE0 /* NU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 43CEF781DC51CEF3B896B96C0D9F15E2 /* NU@2x.png */; }; + 95238DEB9C4E0FB30E64B19474E2E53B /* VG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B01D8B602CE7769E4EF5C2DFD462782C /* VG@2x.png */; }; + 97904331116C2F4DFA536A02A83FCA1F /* MM.png in Resources */ = {isa = PBXBuildFile; fileRef = 35BF870B840EB02DD3B2710883447CD7 /* MM.png */; }; + 97D299D2961FA90DFCE8A8DEF29221BA /* XK.png in Resources */ = {isa = PBXBuildFile; fileRef = 8B924632FE6D0877242B06A38B9EB2B5 /* XK.png */; }; + 984986F308BD45E6CB0D6719ABF249A0 /* CY.png in Resources */ = {isa = PBXBuildFile; fileRef = 1C27970DE43F4B134B1E301CCF88A7CA /* CY.png */; }; + 990C47AFA4DF3D5F11DB9C25656E6417 /* BD.png in Resources */ = {isa = PBXBuildFile; fileRef = A9A2D4AE5DC73DC381176D9464343396 /* BD.png */; }; + 994BEE8770D951122AF62AD685CE7968 /* DK.png in Resources */ = {isa = PBXBuildFile; fileRef = 51CF0E9FD3B5384B714C3F14E2E031D5 /* DK.png */; }; + 995ACDAFFFDEC96D0BF86D483E30251F /* ER@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E848482545BAE3B90AC28B3F4E6577BC /* ER@2x.png */; }; + 99B78A1433D411D1B8AFC2FC65DF7ECB /* ME.png in Resources */ = {isa = PBXBuildFile; fileRef = 5A1B25A21136EBC21F462BB67DF50026 /* ME.png */; }; + 99CEBE867854C203772E6152EFDC8DE9 /* TT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F774804686CEF99770F16E7A25620A58 /* TT@2x.png */; }; + 9A552CD1204CC3DAC6CB93A6860DB80D /* NE.png in Resources */ = {isa = PBXBuildFile; fileRef = E0834FD69F82D730B4B5EA4F1DD1B06D /* NE.png */; }; + 9A9404DFB0C2091C0F997E24909D46E3 /* CW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5102B535E91366F1EC049E5477FECB12 /* CW@2x.png */; }; + 9AA42038CCD48809FF2380648453DECD /* BJ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4CDECC100AED19AF8F77525BB140E18F /* BJ@2x.png */; }; + 9C0BEA4AAFD1B3ED9598FD87B270CFE5 /* SR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D7C0306B99BDE1F3ABB728A898662AD9 /* SR@2x.png */; }; + 9C1DA8A90BFB5E4BCE64699489D47E6A /* NZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C673C265284116EB1A744F4D34DC4210 /* NZ@2x.png */; }; + 9C1EEAD57F6634507E3BBEA6472F3A40 /* AG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 73A0AC8D626B2051271B402B3238DAA4 /* AG@2x.png */; }; + 9D30891352AA0E73C96C1A725EA0F3A9 /* GA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 746BE1118B427AF139B32D1A32522E55 /* GA@2x.png */; }; + 9D3335110D5916671B00C1DA027F008A /* SY.png in Resources */ = {isa = PBXBuildFile; fileRef = 4FA85F5190D9FACB481392576CA02EDD /* SY.png */; }; + 9DBE3DBF5E73A589C0F764FFAB76D061 /* MA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F869C2D38F5A6DADF1A6E2ABD05D140E /* MA@2x.png */; }; + 9DC45C7FBC24C44F6F9B8F28EBD33F28 /* FI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A7564E5D789D41B75DD946603CCD1280 /* FI@2x.png */; }; + 9E89C98551F2608B5080E7A314A7968B /* UM.png in Resources */ = {isa = PBXBuildFile; fileRef = 64924A8909208060126B8724D56E4D7A /* UM.png */; }; + 9F1C135F85E2F9916DEEB7226E34CAB4 /* GM.png in Resources */ = {isa = PBXBuildFile; fileRef = 7282BF7920C10950443E0D9DA5ADA521 /* GM.png */; }; + A0478C767617D67C37E60EDCBB8F4384 /* KG.png in Resources */ = {isa = PBXBuildFile; fileRef = E6B1B4C9EF1ECDA1F6D29ED2659E1269 /* KG.png */; }; + A0671BFC85D9731CCEAF290A9AE0468B /* ZA.png in Resources */ = {isa = PBXBuildFile; fileRef = BFA46733EE8B2187E0C69D376D1A4470 /* ZA.png */; }; + A096595A1F4ED78CE4A8AEF62BE28824 /* YE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E5E2A1766D39DDEAB7DBC94EC0FEB75D /* YE@2x.png */; }; + A0BA2FC84C43A2CD82ECC0D7441B1B4B /* IT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E75C0BF03153980E4F145EBC51B0DABF /* IT@2x.png */; }; + A13F52364618641F9B142E94718FE4A3 /* TC.png in Resources */ = {isa = PBXBuildFile; fileRef = 8BDCFB421CC35DBB7A34CBB6639948C4 /* TC.png */; }; + A21B184E1271F6C012DC1DC8C604EBCD /* MM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DD6F31A1EC9A4662E19C46AAFB6C6D16 /* MM@2x.png */; }; + A26A70EF63A318DFC0CB8114986CD01E /* RU.png in Resources */ = {isa = PBXBuildFile; fileRef = 0936B61DD5BB8E94CA5897966BD77E38 /* RU.png */; }; + A26F4EDDA17D439A5901BE0AC99AA64F /* BV@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5A5F538DB7B9CF8BB87906C39227FC55 /* BV@2x.png */; }; + A2BA5F03C702CC987D00D942838CA431 /* AG.png in Resources */ = {isa = PBXBuildFile; fileRef = 85B1C0847DFA3015D15F48498E7DA6ED /* AG.png */; }; + A38F02F85F8DA5865013C8042396C044 /* TK.png in Resources */ = {isa = PBXBuildFile; fileRef = C2DEB27F2178B9C492207D75E25EA128 /* TK.png */; }; + A4D8EE8C17450EDEF9EA04C6A2C821CF /* MG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 656C6A15E41B86762BAB2B907C317C47 /* MG@2x.png */; }; + A4FD0833F71247DD55B493621E2EC7F4 /* MX@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A3569B815A642735464B4F4A1B74D3E7 /* MX@2x.png */; }; + A5341DC43C0C4990CC726AB042D184AC /* AU.png in Resources */ = {isa = PBXBuildFile; fileRef = B4495C79CF258221ED4F5EC50CC1E245 /* AU.png */; }; + A57871E63EDA8064E9988BF1162C3E87 /* CountryPickerWheelView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D32AB8A5FF2AF5019FBE268236D75A4 /* CountryPickerWheelView.swift */; }; + A5FBA634C4D77394C3348F1CA91F4992 /* BB@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 58E587DE1F7222D80027CCA7838C6B0A /* BB@2x.png */; }; + A63B0A4F149A288F0C4F2377543E4344 /* WS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 30CEAF4B26D6E09FC48A21FDE0B864A4 /* WS@2x.png */; }; + A7B20B799A85B12C237ADB1E6A265D3C /* BA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C00F6F11C9EF7BF51717FB91593D488A /* BA@2x.png */; }; + A7B3A814D8A636C4CBC53284660C9AC7 /* LS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CF6631303C92ACFA29890EDA95EC78CC /* LS@2x.png */; }; + A9CB45C04A8920D36FBEF42B732541AB /* CN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7ECEF5FAD865FFD671B94911311F92DC /* CN@2x.png */; }; + A9D8EC983FAB79BBB37C6DFC776761BF /* VA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = EF1916C1B9612F989BB76742D03195C0 /* VA@2x.png */; }; + AA0C4FBB084D8ACDC6F3D4A2EC92F926 /* HN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6957E5F20173AC692D7B931723A3F7C9 /* HN@2x.png */; }; + AA2A7D05472B15239B84932CB5B81073 /* AM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 54405F84CBBAFABA60646BE1815D873A /* AM@2x.png */; }; + AA89A1D8E6A660AD1425C21C01084020 /* GP@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4DDC8A970750EE312A97C4A278DA4093 /* GP@2x.png */; }; + AA94BDE463F1C57A1ED5EBB18F83CB43 /* PN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 750347553FE88B89803F2217B19B3181 /* PN@2x.png */; }; + AABCA34A32737B9CCD8A4BDE0E9AD59E /* IQ.png in Resources */ = {isa = PBXBuildFile; fileRef = 21B85438602306E57B0679B3B6BAA166 /* IQ.png */; }; + AC017FE0AD929513809095AB2D946EB1 /* SX@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 49D78B8501A67378373E9F435534272C /* SX@2x.png */; }; + AC81ACAAEACC73BE3191C1058DBE62C4 /* CF.png in Resources */ = {isa = PBXBuildFile; fileRef = DA13B44AD8E63D9622B4F85E88B4F743 /* CF.png */; }; + ADCE125556A60D395466FEAC58B8CAE9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */; }; + ADDB47FA2B6A699412F9B92D41144899 /* AM.png in Resources */ = {isa = PBXBuildFile; fileRef = A01210D98BA044A61DF91187C841D02F /* AM.png */; }; + AEB6BE0CBF8E95FD17106650158A6612 /* ES.png in Resources */ = {isa = PBXBuildFile; fileRef = 95CF169ACA34665C8A059EAA264EF796 /* ES.png */; }; + AED3F0ED350938468EF5414DB023EB0D /* NP@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1B841EB4AF7AA7B255C4A3A523142378 /* NP@2x.png */; }; + AF04FE323EBC6A69FA6CE8D9BB5A39DA /* KZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 226FEE0C8D76B408C20D4D2EA00ED023 /* KZ.png */; }; + AF23C9CA27416C2CA9251E8E2149CD11 /* PS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 806E28DA00111B6383DD2381B036942F /* PS@2x.png */; }; + AF88FBF3535BCCDBFF18A549ED8838E6 /* LR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 888B9E658E2A5EAC63E170A878C35F85 /* LR@2x.png */; }; + AFA50879B3A4021B7071A94603C3127B /* SO.png in Resources */ = {isa = PBXBuildFile; fileRef = 52C2A18703876F377E875FFEB329CC89 /* SO.png */; }; + B043981E6C872D37C8ECAC4518B83165 /* BQ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 13413EBB98CB81429C8FFA166A83A33F /* BQ@2x.png */; }; + B0BD813B7083AADC1AA166F6B2531FD2 /* SL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 38591148CAB6C2AD96F96D245B75172A /* SL@2x.png */; }; + B1342CB2D5645B1A904F6B439AE88A93 /* NF.png in Resources */ = {isa = PBXBuildFile; fileRef = BCCFA44EC19BF6602043252F33833D4F /* NF.png */; }; + B210EFA83BB94ABA76FA187186A5B4F8 /* NG.png in Resources */ = {isa = PBXBuildFile; fileRef = 794CF0A6A70C57A9966A73768078B3DA /* NG.png */; }; + B23F4F9AE1941F400B9B11E6C68A6747 /* HK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A1FA0E7DBCC6E4C10EC0E3AEEC0AD396 /* HK@2x.png */; }; + B27B1344FA4BA97B9E1245DBA3F1929F /* DE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0F7988469B38D0D695C337A9F323C8EB /* DE@2x.png */; }; + B359A3D1E0ABB290D0FD2413532D6268 /* TM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C42F1D36BCFFCA4F84AA50A4A41B52E5 /* TM@2x.png */; }; + B391D3805A2FEAD9F95B6673FF684297 /* VN.png in Resources */ = {isa = PBXBuildFile; fileRef = 80DFD0090037D8B5493266C0E333DAA2 /* VN.png */; }; + B3DF6581A256C8F6273BE7039E34B159 /* BR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 06FE3DC5066882A2930287465C531394 /* BR@2x.png */; }; + B4097BBE3E0F3E5241E5B2A21AE98F58 /* PL.png in Resources */ = {isa = PBXBuildFile; fileRef = A01AAD1CFCBA35045447635594C447EC /* PL.png */; }; + B47DAD5A87B29EE23126CBFB405BCC19 /* CountryPickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F409AA489221CE53D148263969D0FE8E /* CountryPickerView.swift */; }; + B48E28B20674CDED421AEC719414F0C1 /* TD.png in Resources */ = {isa = PBXBuildFile; fileRef = 36D50775300C311F607692786AF9F198 /* TD.png */; }; + B492D4E15795F5E81D5122BA1E86E165 /* AW.png in Resources */ = {isa = PBXBuildFile; fileRef = F85A277947AF16F978CE042BDFE9931C /* AW.png */; }; + B521A53CE9FB7449B1592D6A755EF1AD /* RO.png in Resources */ = {isa = PBXBuildFile; fileRef = 3E239A6A131D203F5A27DE55781F0281 /* RO.png */; }; + B5C1237B6A58CC1BC636247CC8140087 /* AL.png in Resources */ = {isa = PBXBuildFile; fileRef = 73013637698F5E8854A26516766E3E18 /* AL.png */; }; + B624ED010259E406095E582353E68132 /* CountryPickerWheelViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4204D7740DCD94945DC8B28DECA45BBA /* CountryPickerWheelViewModel.swift */; }; + B6C6128592AA93541305B9308C3EADEA /* PM.png in Resources */ = {isa = PBXBuildFile; fileRef = CBA66823D153DA7D3DBA4D114D608E0D /* PM.png */; }; + B6FF0798B2D0F8051B36CFFF647D037B /* UG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3C4FBEA75C42665686FB96241E96D649 /* UG@2x.png */; }; + B7793E8015C824A19FCC5A46F9755633 /* GP.png in Resources */ = {isa = PBXBuildFile; fileRef = 4E32E4473FFE3CFC4C64D2EE7F26170F /* GP.png */; }; + B7D6A7D0F0F29B8BBA55564925F5977D /* CM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 086334A7C9B2B1265A90F7CC0885E5B6 /* CM@2x.png */; }; + B82AAE393DC30C7976E5081BB473D361 /* CZ.png in Resources */ = {isa = PBXBuildFile; fileRef = A9CD039DA63B8EE4D41225DF3A94881F /* CZ.png */; }; + B8B80D5F3C405667F0A6EEAFC53760B8 /* CO.png in Resources */ = {isa = PBXBuildFile; fileRef = 1E4D128D8AA326B7481F248DD05BD0F3 /* CO.png */; }; + BA1C3ED9F90553FA3F24A57384128FAD /* UA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C8186494E2C3F1CA3E0F602762C95972 /* UA@2x.png */; }; + BC32C7BEE1A617D615F45A7A4A6380F8 /* BA.png in Resources */ = {isa = PBXBuildFile; fileRef = 68CA5AA003EA5A6E3D4AEBDA0DFD5E7D /* BA.png */; }; + BC72A3799C82885E172675E2DDD1CC0D /* MY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 890DE4559C29F1A8665BBF0432617AF8 /* MY@2x.png */; }; + BD2E3BF0BF55618EBF6DE388A73C9AA6 /* AE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B3717046EC50D5455DA4BCCF721A1015 /* AE@2x.png */; }; + BD4AF49D0358D16F736B54F408EF32B8 /* LR.png in Resources */ = {isa = PBXBuildFile; fileRef = 067D6429AE2D3833C331D716F3CAC589 /* LR.png */; }; + BE63544BDBFAAE9A31EBC895D99975CA /* MY.png in Resources */ = {isa = PBXBuildFile; fileRef = 09FEB483F53D6B070953644DE89C2245 /* MY.png */; }; + BEEFE449BE2AB4F63F64A54AC5958B09 /* DJ.png in Resources */ = {isa = PBXBuildFile; fileRef = 0824E3C1DB9BEAA96695F46E0613980B /* DJ.png */; }; + BFF88D68E826F8C18EE3E2B30EE4B5AF /* CC.png in Resources */ = {isa = PBXBuildFile; fileRef = 79848069AF239F540CBF0EAA4A7245B6 /* CC.png */; }; + C0716C723DB109BA7EDAE69F7E6FF203 /* AS.png in Resources */ = {isa = PBXBuildFile; fileRef = C64C660DA62A00B61D03FCD0C80377B1 /* AS.png */; }; + C0D8486551715126FE8A981AD0AD4C63 /* NA.png in Resources */ = {isa = PBXBuildFile; fileRef = B186F8F714687F45BC661ED04ED125E2 /* NA.png */; }; + C1090BE3F26B6A3414F6E18F98C89ED7 /* BI.png in Resources */ = {isa = PBXBuildFile; fileRef = CA2BE6C82BE4A82BCD3103A724DC4696 /* BI.png */; }; + C1ABB226CCC553187F8691C2210E35A7 /* ZW.png in Resources */ = {isa = PBXBuildFile; fileRef = FDA98EEBE3BE3450789E5E66A3B1BBCD /* ZW.png */; }; + C22D62B4FAB31FEAF1B287F69CA82B6C /* SG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5B0BFCB5596ED38609917E9B01969E7B /* SG@2x.png */; }; + C2580729337CB132AD98C52527B1CBE8 /* XK@2.png in Resources */ = {isa = PBXBuildFile; fileRef = 4577047A7F09C5FC2BAED6EA4089007D /* XK@2.png */; }; + C2851C8BC418B734D6C2E0F01D1E1225 /* SZ.png in Resources */ = {isa = PBXBuildFile; fileRef = CDE9068F953B26518ABFCAD78DD755A6 /* SZ.png */; }; + C2AFDE0FC84583600424DE2F83F75842 /* AI.png in Resources */ = {isa = PBXBuildFile; fileRef = AA051D8ED88519A0055F1003176817EF /* AI.png */; }; + C308B8C70A3D03099E59BFCE438146D1 /* BZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 5ECE1E66A0971CF2826F5134A2F76BBA /* BZ.png */; }; + C3AF0AF6C5359AFD1099B7050FAA1F71 /* SV.png in Resources */ = {isa = PBXBuildFile; fileRef = 376F5C540EA3D9047EFDFCAA5594944F /* SV.png */; }; + C4DB7AE7F02DA99B655CF2DA8FB968FA /* MD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 830278415AD5443DB311C58E4DA65E85 /* MD@2x.png */; }; + C501280F12EFBB091674477C72D0B69E /* UM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1669440251B0B92B603DEA72FE0F67B0 /* UM@2x.png */; }; + C5688491DF43AF2D729A3FF3C0EA469A /* GI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5F486BE1F50F19769785A2D1413FF083 /* GI@2x.png */; }; + C5E23E94518F403DF878FC47697277C6 /* GE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9BF05A849D74992D4363FEB0C4AC57F1 /* GE@2x.png */; }; + C62353A9D13B0EB33AF5317078CA31B9 /* HR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E50A910BB14F58AC35C3C9A52108A688 /* HR@2x.png */; }; + C78553EBFF1570E03CD461CD0007835A /* LA.png in Resources */ = {isa = PBXBuildFile; fileRef = 60E628EBB43A73A115747BF377A32465 /* LA.png */; }; + C7CE572B0620CEC92FCEF5F4E6CAAF9D /* BT.png in Resources */ = {isa = PBXBuildFile; fileRef = E2E3BC6204D4D425784F5A67E9C46E85 /* BT.png */; }; + C80B966AC8EF12C9D7F6D905E8B5A0E4 /* MA.png in Resources */ = {isa = PBXBuildFile; fileRef = C334294422C7761BCDB7891658B58D53 /* MA.png */; }; + C823E82F757F16BD406C07F189B6C3FA /* PE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8B9960F2F794A0DA716BE992FAC0AF10 /* PE@2x.png */; }; + C8C6CD7089F9A395BAAF8012EDD85F9D /* IR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A13CF8B870BC60A74C49307FD267ED92 /* IR@2x.png */; }; + C91F09FC10E0E93030DD16BC01D585B2 /* CX@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 230D9D7D930F351CE2C0CEFE01BC58E3 /* CX@2x.png */; }; + C95C90FB5F230237F1B3D645DF33B087 /* MS.png in Resources */ = {isa = PBXBuildFile; fileRef = DABC0199F681B37E88219AB9225230AD /* MS.png */; }; + CA07952335E365F7AD72D7789E33AD3F /* SN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F6341146A31039D1C167C6F9BDE80187 /* SN@2x.png */; }; + CA69F524513C8D5FE338E210EAD64606 /* AT.png in Resources */ = {isa = PBXBuildFile; fileRef = 1CA55D5048D7BB358AE80693AF23DFC7 /* AT.png */; }; + CB0D01B55411FD33CBFB6D6BCB1094B5 /* SB@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D30B205B0FB208B335D0DB9261B5426F /* SB@2x.png */; }; + CBB2B713F8B960A1232ED250B435AC6E /* SD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9C76F44B5291CF22FEA83B07D07189C9 /* SD@2x.png */; }; + CC225CC70D5B74EB7A93F85A4C187FC8 /* SA.png in Resources */ = {isa = PBXBuildFile; fileRef = BBAD03CE2E43EF8B912A4D969628F283 /* SA.png */; }; + CC4F90A5F4F63B613BF046794295531A /* RE.png in Resources */ = {isa = PBXBuildFile; fileRef = 752D4F13ECBE4F0D0C597173A97721BA /* RE.png */; }; + CC663A700BC60138BE767C84DE00CBA4 /* KP.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DF218DF3B2845ACD1E9CDB83716F49C /* KP.png */; }; + CC77A3A6F074B9A27E03ED1B901B05E5 /* MU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A38DBD3B98839D7CB85B2941C6FC91B /* MU@2x.png */; }; + CCEEE26411CCED3AC5A367ECA702611F /* KR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 77F8BA8068A9573249DEA87EAF3D5A2C /* KR@2x.png */; }; + CDC725AACE061C42C9BB1D5523DACA53 /* GH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 80201A1DD542FEF262F9DB4D438EA974 /* GH@2x.png */; }; + CE76F7FB8208C52108BFA3F43EFB9179 /* SO@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 776794C818C73DBB6EBD08E0ED9B7A7D /* SO@2x.png */; }; + CE8BA9BF5E1F62161A80FE86672A28B9 /* FM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9EFF3788D9F3103ED2AF1D270128C630 /* FM@2x.png */; }; + CEFA13096B04EB5BDF95EA6AAE961A39 /* OM.png in Resources */ = {isa = PBXBuildFile; fileRef = 075EFCB4F8323655353A49A5B28CCEA6 /* OM.png */; }; + CF285D10EC6FE7744B1A19F4F1B2BF87 /* BS.png in Resources */ = {isa = PBXBuildFile; fileRef = 096E458D4C5DCF07721349A77318034F /* BS.png */; }; + CFAEA398D82B37E8F3C763DDDE368D32 /* FJ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B296FB7E8F5436BA3EBFE84BC27EB96B /* FJ@2x.png */; }; + D01857D66A16C9341098691545ABFD71 /* BG@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 97F9908545DCD5540ABCF57921718901 /* BG@2x.png */; }; + D026643DCF14868B16E52DB98750A7FF /* IQ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2093A67B8596AABD02A1D2835A992330 /* IQ@2x.png */; }; + D1909F049651F4DD4CCE1D5C8D4F160D /* EH.png in Resources */ = {isa = PBXBuildFile; fileRef = CC300046B6034EFD6322C68A2A58D0F8 /* EH.png */; }; + D275A9080DDF1B8C6A534C79EFE0182D /* PW.png in Resources */ = {isa = PBXBuildFile; fileRef = 3EDCC31A29368DCBCEEDCFED40FF7830 /* PW.png */; }; + D28406380BED898D44CDEA72878AFD6C /* CU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DEDF7F09BCC315969BF101C7440C71E /* CU@2x.png */; }; + D290C361ABCAA0229D2E51553EA5C58D /* ZM.png in Resources */ = {isa = PBXBuildFile; fileRef = 1CA44FCD90527A014EA7A78709B3A05F /* ZM.png */; }; + D4BF5B75AC21C5C9A99DBCADE9A72D2C /* GS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 541E244EC589F65DA1F171C7F9DB4AEC /* GS@2x.png */; }; + D4D899B633830389E3F193A5ADBF4BDA /* BY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9CC964AB1948FA310503D0462816D188 /* BY@2x.png */; }; + D555BBCFDB053F925167D76D5A78FF60 /* HM.png in Resources */ = {isa = PBXBuildFile; fileRef = 51605E5A28F1C25AD73EB0731AD86BB2 /* HM.png */; }; + D5906A08CFCF0B977543EA38E9BD3A3B /* PF.png in Resources */ = {isa = PBXBuildFile; fileRef = 0FD745A1206FE32C9CBCAB9592C459EC /* PF.png */; }; + D5DDD53F61B22F4CF463D6F38795D260 /* PK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D6B1C69DC7360C531E4CE9CB7542EFB4 /* PK@2x.png */; }; + D696A3EA2009F9FA29CC3CAB98B6363F /* GH.png in Resources */ = {isa = PBXBuildFile; fileRef = 77CA0796EC76DC7C701DEA5248841AC3 /* GH.png */; }; + D70A0AA0622D8EFBC46E5A8FEFCF5B81 /* BB.png in Resources */ = {isa = PBXBuildFile; fileRef = DD3001A23DBBF4595BE1640475A78E57 /* BB.png */; }; + D8C7C4CCB4B82961DC0F96738E02C6A7 /* OM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CC3291BC67D67415A48ACE61C342B914 /* OM@2x.png */; }; + D9F7D305F45421E9E03EB8DAD364143E /* CC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4BC3E5E35628842ED44A269BF243B71E /* CC@2x.png */; }; + DB6B00BE5F5668BDEFD94CB4FDDD54F3 /* EE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7AF93FCC274F3FCECAAAEB42CE1FD471 /* EE@2x.png */; }; + DBD174A2E6CF6550D767E07BB53276DD /* KY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0DE1FFDFCD22069900F4D7F57631CAE4 /* KY@2x.png */; }; + DBF456E93CAABD26AA98A239CFB00C14 /* SM.png in Resources */ = {isa = PBXBuildFile; fileRef = 058703EA49B062D024C83CF5C36AE876 /* SM.png */; }; + DC0322720A971A794F92EB73AFB76CF7 /* MX.png in Resources */ = {isa = PBXBuildFile; fileRef = ADA6C06BCC46DA844E6696D16901CEC4 /* MX.png */; }; + DCE4E4D61EA1FF49613DA4A42D0DF408 /* TJ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B4EB6C8ED4882514278AD4D43BFE83B8 /* TJ@2x.png */; }; + DEC0EB6A0B99B6256026B02BE4030379 /* CI.png in Resources */ = {isa = PBXBuildFile; fileRef = 2EDB860D8CC26D0B31819BD7460A6A48 /* CI.png */; }; + DF395A4A6C2D85CA8529C67A6C8F7483 /* NL.png in Resources */ = {isa = PBXBuildFile; fileRef = 07CB97E61939E1313F810C796A22F229 /* NL.png */; }; + DF6F63E5ADD4DFBBFEC52C2855DE7E31 /* MH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4D5D775BFBC2C61EC4C7424E93203066 /* MH@2x.png */; }; + DFB7FFBE9148A818462AA854F8513AC7 /* FR.png in Resources */ = {isa = PBXBuildFile; fileRef = CC0AC18918FD14CE44577E4F5C8AFADF /* FR.png */; }; + E01391DD885168C817CCBD072749C225 /* KM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 66CB33213CD4C17C0C28E69E185EDBB2 /* KM@2x.png */; }; + E101022BBC1A31500BA2086043997DAE /* NL@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C6EA2ED1ED533F2F82DA99C29FF3BAD5 /* NL@2x.png */; }; + E12CBF881B3D705A62C982C013A81463 /* JP.png in Resources */ = {isa = PBXBuildFile; fileRef = 626B3A98F78D69EED5271D9211EEC587 /* JP.png */; }; + E2127B697F1BFB9B65A3EC79B94EAE95 /* SE.png in Resources */ = {isa = PBXBuildFile; fileRef = 7305FFBF85775859E193E3D81DDA266F /* SE.png */; }; + E220C8E916D9189D7F2CA598E5A10B95 /* VU@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3FFE18904B801D56FFA2FB8A8D67C6E8 /* VU@2x.png */; }; + E3870078FD0CAAA28D35B9B56D2C209E /* CK@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9241D1D7856F6C35CC72D78EED5D8FEB /* CK@2x.png */; }; + E3BA50DA2324043C14380DBC5ECBF8AD /* AZ.png in Resources */ = {isa = PBXBuildFile; fileRef = 6FFFD0981F22CDFD21C06C3C40968D74 /* AZ.png */; }; + E4346D99DF9963279981BBCE9784E2CF /* UY.png in Resources */ = {isa = PBXBuildFile; fileRef = 7B9133038EB95E7830C35C86DF3FB166 /* UY.png */; }; + E495BF835B381A174DE0C0FC96B0C7ED /* MT.png in Resources */ = {isa = PBXBuildFile; fileRef = 7E5222DC54E921DAC73133677B707EC8 /* MT.png */; }; + E51AFDD4A58AF07CE37E39A9AA98830E /* KW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 61163B7816AB3ECB9810B165F5A8BA08 /* KW@2x.png */; }; + E54A2D6A14FFC8223CC1C9C97A7748E1 /* PA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 933D4C2832BC1298BFD645905FA97ED4 /* PA@2x.png */; }; + E66C86D5C56AAD8AB0A44A68F09BCA40 /* BT@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 58EFD0B92E3F621D4B7A8CBDF79E66F4 /* BT@2x.png */; }; + E6B3CA70D3B26B715A0E378DABA12FDB /* BZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = EC2979B0D590A3DC1510E9EAF2DDDAFB /* BZ@2x.png */; }; + E6DF5081CA8B5ECCCA09BB1EAFD51161 /* CR.png in Resources */ = {isa = PBXBuildFile; fileRef = 7B86DFB4632EFE12790421FBD2DEE44C /* CR.png */; }; + E741ADC2CBD4DA856242C9E66499B869 /* GW@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 157CE06CFF601E1819F5677C05AB1078 /* GW@2x.png */; }; + E74B7D60C9BA985DFE412C01DAFAE9EC /* SD.png in Resources */ = {isa = PBXBuildFile; fileRef = C915A4B2BAB29B08FAFE0A7FA46FB6A6 /* SD.png */; }; + E7773ADACD9ADEDB25B15DA6F26338FD /* UZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E227DE0B88977FA355347E9E7B1ACCFE /* UZ@2x.png */; }; + E7F92DDD76C20F2B6A33BDC280D88DC7 /* SZ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A788CE364C90807FBFA66BBEDFE8E4EA /* SZ@2x.png */; }; + E9116F2670E4DF289382E54019925A0A /* SB.png in Resources */ = {isa = PBXBuildFile; fileRef = 665D4EB0A34F0365B45BA3767A965FDB /* SB.png */; }; + EB1A8E96B95B1B56E8158EEA7D436D14 /* CK.png in Resources */ = {isa = PBXBuildFile; fileRef = 4C1718AE26E44FCA30B657A4FFB9FDEF /* CK.png */; }; + EB221CA494A84452653AA14DB40AA35F /* ME@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 721B4F87B713444241EE87C2375ABD96 /* ME@2x.png */; }; + EB7541EFA292E5B4ECB80147F2F2CDF6 /* BH@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1C0F71F18C3ADC748E3FB4B8E596AD7F /* BH@2x.png */; }; + EB8CF98E946E716152030AC4D5B295F9 /* SI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 599AA000E4F37979D4AC1D3C9128142D /* SI@2x.png */; }; + EC0DB6448FA44F5EB85B3F2A97BBC07D /* HR.png in Resources */ = {isa = PBXBuildFile; fileRef = 918A4955EDB4A9911770B367A52B9211 /* HR.png */; }; + ED806B63913C901FCE6D3717BB987C1F /* PR.png in Resources */ = {isa = PBXBuildFile; fileRef = BF2E5CCC254D18F727AAA4F026A0D371 /* PR.png */; }; + EDD1C5D089D73FF606F341F0F750BB98 /* TC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4D437C7B599AA9F86F12E5F03FCD70A2 /* TC@2x.png */; }; + EEF79AECAFB19997BA7DF5CFB2216832 /* PH.png in Resources */ = {isa = PBXBuildFile; fileRef = 723270F75C7FD8C3231EF91F8D8B3B73 /* PH.png */; }; + EF296B6D3510EA4F39D29CD173055F9B /* LA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5C09E1F15D59CD66F3D8A31F32B3F88E /* LA@2x.png */; }; + EF909328F87D82F7CB9E9A95565D0E70 /* MO.png in Resources */ = {isa = PBXBuildFile; fileRef = 72239200EA5885FD05B51E00B4ED3ABC /* MO.png */; }; + F0614BDC446E24733CD32FDC8CE39614 /* TW.png in Resources */ = {isa = PBXBuildFile; fileRef = F8381A7CB59187545BA0C29FC693A495 /* TW.png */; }; + F0D73060F6EBBD64AE280F664D603E57 /* ET.png in Resources */ = {isa = PBXBuildFile; fileRef = D4E64B609D4AE2DBE595F4DC5AA523E8 /* ET.png */; }; + F11476FAAD2364FB33E1B30FB9B1597D /* CD@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3BFD1E7C419015847AE6A963E8686110 /* CD@2x.png */; }; + F11CF4CE01B55716620AC2AFB5494375 /* PR@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C9D21B4A8FE26820442BA144F75A639F /* PR@2x.png */; }; + F12A687EDFE7F7C2B78A86455EA47038 /* BI@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3662218985EE02D22DFD43E7AAD0EAA7 /* BI@2x.png */; }; + F12ABC91E389D2995C71B65298505016 /* UY@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AFFA7EC27273F0D8636425CD92BBB373 /* UY@2x.png */; }; + F284F84A0296A57FAA504C081AB8C24D /* TO.png in Resources */ = {isa = PBXBuildFile; fileRef = 305D213315D70E79DF1A892586F66759 /* TO.png */; }; + F2F1470DF06D5DFC49D4A7E3BB5951DB /* TF.png in Resources */ = {isa = PBXBuildFile; fileRef = 09966DE908D33FAC54F25C674A51FC8D /* TF.png */; }; + F2FEEE2C631BD2369C5B1ADE8D17032A /* SI.png in Resources */ = {isa = PBXBuildFile; fileRef = ECF51FF0E54F9C13E5D9FBE71B2B2144 /* SI.png */; }; + F31596AA8E4EC8D6BC4D7104862EAF8D /* Pods-CountryPicker13+Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B867270A4F7DD444B560897F32EA754 /* Pods-CountryPicker13+Example-dummy.m */; }; + F32717A89D8C7952ACAE37D936D77E03 /* MS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2C427929388093535B9BCA3A63FD9B40 /* MS@2x.png */; }; + F37BF70A0F0CC3A668CF892CCA882106 /* IT.png in Resources */ = {isa = PBXBuildFile; fileRef = D557A73FE4769E1CCBE03E12784C0D7A /* IT.png */; }; + F4139192BCA814B290438A92FF5657D3 /* SKCountryPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D8F321ECDB88F05DF1B24CED9E1C7B4 /* SKCountryPicker-dummy.m */; }; + F428FE6D058CA994C33E1334A7434093 /* NC@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E70E0C0006C14709BB5B3F763151893E /* NC@2x.png */; }; + F59427EEBBB9715DBD46AEC60B93C9AF /* MN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8E82CE8531D12067453B10CA0813A08E /* MN@2x.png */; }; + F67A47DE0C74FFE37BE1DDF8FBDC7F2D /* ZA@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BA1F08D1F38542887A35BBDAD6A0396E /* ZA@2x.png */; }; + F68D92459C01B6EB2841F8220C4674C8 /* LB.png in Resources */ = {isa = PBXBuildFile; fileRef = 781B63A66562E8294B468902725A07F3 /* LB.png */; }; + F6CCCEDF89DB81013CE16AD5A4C61567 /* JE@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BFBDB1A597736EDA31DA434B564ABF59 /* JE@2x.png */; }; + F6E2DC29A9B0BBCD85E8020D77F87CA2 /* KH.png in Resources */ = {isa = PBXBuildFile; fileRef = AE50FD544B3A10433BB3A0578E4AC1C9 /* KH.png */; }; + F7DAFF066C69466D786640A06416658D /* AQ.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B42C82CD41B64E69ADC5A49372EC4F6 /* AQ.png */; }; + F90A9454A9412AA4D67AECD26AD829C6 /* MG.png in Resources */ = {isa = PBXBuildFile; fileRef = 2588E6193506839B501888ACCB6859CA /* MG.png */; }; + F995E8D33BF7B303ACCC4A4883D61E4A /* IM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 14E47FA25271A10671CFF258F850D3C0 /* IM@2x.png */; }; + F9E77ED2F56FD1621592CCC48867EF15 /* DE.png in Resources */ = {isa = PBXBuildFile; fileRef = F8C371EA4F9161D4CE64EB2B7024C753 /* DE.png */; }; + FA8B32654D37E47390CB974025678BAA /* GQ@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 514197DB9CDFA5C1C9777094E1705ADB /* GQ@2x.png */; }; + FBE9C72BB95E53C05EF6CFAA7AA1FEC2 /* WF.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0661754070E6493DB0F1572CFF6031 /* WF.png */; }; + FBF970A9CDBF6CFF3BBB10BCC97A5010 /* BS@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 53E72663277D69435E9C07D4BAD2C282 /* BS@2x.png */; }; + FC4376474BEF46877A16AFED1B23C454 /* IN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BC3A74D871356397A6CEEE7C37D2545F /* IN@2x.png */; }; + FC84CD765128FAD12E5A8EFA9C3C09D5 /* BW.png in Resources */ = {isa = PBXBuildFile; fileRef = E1C2BE3F6E339C70C66A7E3A72A109CB /* BW.png */; }; + FD510DF00AD29A83335264990F52D8E1 /* CW.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F9399B1AB6FC6DF230BC7280FF6B03C /* CW.png */; }; + FD68344B9DED89E1559252C451E656EA /* DO.png in Resources */ = {isa = PBXBuildFile; fileRef = 4481A5E5C7D2FE5283223F34669968A5 /* DO.png */; }; + FF5337B96B09D113810C65F08FD58B6A /* countries.plist in Resources */ = {isa = PBXBuildFile; fileRef = 6C5450D0B9F1C4F1E9F146533C1A390E /* countries.plist */; }; + FF875AE9FCD72674D8C5ED463EAAF8E5 /* DM@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 26E3B0375F834E484F9C52493E7FE977 /* DM@2x.png */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 5B1DCFD3DE9E0AADF346F2540E6D43A3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CD6AE62B70B78355A3257C4DC46F7A3E; + remoteInfo = SKCountryPicker; + }; + 69259BB57B702823E768B44C32C63FDC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = AD5DDE18FD5EB97540CD21988269989D; + remoteInfo = "SKCountryPicker-CountryPickerController"; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 00A020477B9ADDB70C295AD11FAAD9A3 /* CH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CH.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CH.png; sourceTree = ""; }; + 058703EA49B062D024C83CF5C36AE876 /* SM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SM.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SM.png; sourceTree = ""; }; + 05B60B01D9B726C7E5611D0F1A22567A /* AW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AW@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AW@2x.png"; sourceTree = ""; }; + 067D6429AE2D3833C331D716F3CAC589 /* LR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LR.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/LR.png; sourceTree = ""; }; + 06FE3DC5066882A2930287465C531394 /* BR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BR@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BR@2x.png"; sourceTree = ""; }; + 075EFCB4F8323655353A49A5B28CCEA6 /* OM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = OM.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/OM.png; sourceTree = ""; }; + 07CB97E61939E1313F810C796A22F229 /* NL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NL.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/NL.png; sourceTree = ""; }; + 07EFF8822194F892A72DCC64986FD0E0 /* GD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GD.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GD.png; sourceTree = ""; }; + 0824E3C1DB9BEAA96695F46E0613980B /* DJ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = DJ.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/DJ.png; sourceTree = ""; }; + 086334A7C9B2B1265A90F7CC0885E5B6 /* CM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CM@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CM@2x.png"; sourceTree = ""; }; + 0936B61DD5BB8E94CA5897966BD77E38 /* RU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = RU.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/RU.png; sourceTree = ""; }; + 096E458D4C5DCF07721349A77318034F /* BS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BS.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BS.png; sourceTree = ""; }; + 09966DE908D33FAC54F25C674A51FC8D /* TF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TF.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TF.png; sourceTree = ""; }; + 09FEB483F53D6B070953644DE89C2245 /* MY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MY.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MY.png; sourceTree = ""; }; + 0A5664863D0425147BE6AF6490107EEF /* SY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SY@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SY@2x.png"; sourceTree = ""; }; + 0A7D228122A5204AEE44F9CC719BCBC4 /* GA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GA.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GA.png; sourceTree = ""; }; + 0AD4FEFDB10C6D903AA5736016066D4B /* MV@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MV@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MV@2x.png"; sourceTree = ""; }; + 0C1AFD96376F585F66ADF260888A719A /* NO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NO.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/NO.png; sourceTree = ""; }; + 0C296EF35C2DFE64A948B28DC081AD38 /* LS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LS.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/LS.png; sourceTree = ""; }; + 0C5B67B8D3659B694BDE40BD506A2D81 /* LK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LK.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/LK.png; sourceTree = ""; }; + 0DD824F845C6CA73192C9802B3EAE514 /* AO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AO.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AO.png; sourceTree = ""; }; + 0DE1FFDFCD22069900F4D7F57631CAE4 /* KY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KY@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/KY@2x.png"; sourceTree = ""; }; + 0E70304209A6A6DA4DF2A9ED215299D7 /* AD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AD@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AD@2x.png"; sourceTree = ""; }; + 0F396BEBA1E5877C76C273D529FEEF83 /* TT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TT.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TT.png; sourceTree = ""; }; + 0F7988469B38D0D695C337A9F323C8EB /* DE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "DE@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/DE@2x.png"; sourceTree = ""; }; + 0FD745A1206FE32C9CBCAB9592C459EC /* PF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PF.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PF.png; sourceTree = ""; }; + 10620293FB043316AB49F01921F3B72B /* NI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NI.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/NI.png; sourceTree = ""; }; + 12411467C9476F972DC557E461A7906D /* HT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = HT.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/HT.png; sourceTree = ""; }; + 13413EBB98CB81429C8FFA166A83A33F /* BQ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BQ@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BQ@2x.png"; sourceTree = ""; }; + 138D4C98F0F75010F010A02774C0FAE1 /* NU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NU.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/NU.png; sourceTree = ""; }; + 149776CCCC2D97E9A5BC7A5A15AA0B0B /* RO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "RO@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/RO@2x.png"; sourceTree = ""; }; + 14A5448E001E631111595F872491B1C5 /* GF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GF@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GF@2x.png"; sourceTree = ""; }; + 14E47FA25271A10671CFF258F850D3C0 /* IM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IM@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/IM@2x.png"; sourceTree = ""; }; + 157CE06CFF601E1819F5677C05AB1078 /* GW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GW@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GW@2x.png"; sourceTree = ""; }; + 15F352685308C3B93FE432A9D2019D99 /* CV@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CV@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CV@2x.png"; sourceTree = ""; }; + 1669440251B0B92B603DEA72FE0F67B0 /* UM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "UM@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/UM@2x.png"; sourceTree = ""; }; + 16B61E429C5E2C07AC5D65E6276E1FBC /* CO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CO@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CO@2x.png"; sourceTree = ""; }; + 1774E44A6CD9EA86E2D45B4B18167D67 /* SJ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SJ@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SJ@2x.png"; sourceTree = ""; }; + 181B5FDD65B8013E48921EAB6648D2D4 /* CountryPickerWithSectionViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CountryPickerWithSectionViewModel.swift; path = CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerWithSectionViewModel.swift; sourceTree = ""; }; + 1840C81CFA9DA686A037D2D1445B4176 /* Pods-CountryPicker13+Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-CountryPicker13+Example-umbrella.h"; sourceTree = ""; }; + 191C1C98DA2807A85CE3F6FC9E60EE58 /* GS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GS.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GS.png; sourceTree = ""; }; + 196898592B4AD857241DF4519D7B49D4 /* AX.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AX.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AX.png; sourceTree = ""; }; + 1A38DBD3B98839D7CB85B2941C6FC91B /* MU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MU@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MU@2x.png"; sourceTree = ""; }; + 1AF518BDF46CDA38A2D1F07FC03F8D0A /* Pods-CountryPicker13+Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-CountryPicker13+Example.modulemap"; sourceTree = ""; }; + 1B0B664FC8E4AB6585E304193B09B059 /* GE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GE.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GE.png; sourceTree = ""; }; + 1B6AFE67BE3C96728B1CCDF50836A5D4 /* HU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "HU@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/HU@2x.png"; sourceTree = ""; }; + 1B841EB4AF7AA7B255C4A3A523142378 /* NP@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NP@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/NP@2x.png"; sourceTree = ""; }; + 1B867270A4F7DD444B560897F32EA754 /* Pods-CountryPicker13+Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-CountryPicker13+Example-dummy.m"; sourceTree = ""; }; + 1C0F71F18C3ADC748E3FB4B8E596AD7F /* BH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BH@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BH@2x.png"; sourceTree = ""; }; + 1C27970DE43F4B134B1E301CCF88A7CA /* CY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CY.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CY.png; sourceTree = ""; }; + 1C8394CDCB051C6BD3264CC08B15D18F /* MV.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MV.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MV.png; sourceTree = ""; }; + 1CA44FCD90527A014EA7A78709B3A05F /* ZM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ZM.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/ZM.png; sourceTree = ""; }; + 1CA55D5048D7BB358AE80693AF23DFC7 /* AT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AT.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AT.png; sourceTree = ""; }; + 1D019ADA546FA263BF67C88241756561 /* CI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CI@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CI@2x.png"; sourceTree = ""; }; + 1D0A2FCB1C9C54ACC143B6F7FDE099C4 /* TO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TO@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TO@2x.png"; sourceTree = ""; }; + 1D1496AE49584A103FD537346EC01D87 /* RW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = RW.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/RW.png; sourceTree = ""; }; + 1DDBF60A0D6AE421C963A5666A2CA273 /* ST.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ST.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/ST.png; sourceTree = ""; }; + 1DEBBC0585DB3FDF9D1133FAFC2BAD6E /* BQ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BQ.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BQ.png; sourceTree = ""; }; + 1E4D128D8AA326B7481F248DD05BD0F3 /* CO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CO.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CO.png; sourceTree = ""; }; + 1E8835756E913458755E9ACF7A253707 /* IE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IE.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/IE.png; sourceTree = ""; }; + 1F9399B1AB6FC6DF230BC7280FF6B03C /* CW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CW.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CW.png; sourceTree = ""; }; + 1FD6053316E167F276EFE5DFC6522699 /* LK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LK@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/LK@2x.png"; sourceTree = ""; }; + 2093A67B8596AABD02A1D2835A992330 /* IQ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IQ@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/IQ@2x.png"; sourceTree = ""; }; + 216C31C19FAA872E8DCF57CB43E2EC8F /* AF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AF.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AF.png; sourceTree = ""; }; + 21B85438602306E57B0679B3B6BAA166 /* IQ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IQ.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/IQ.png; sourceTree = ""; }; + 21E8E7B8830559AD3F167056ABD594A1 /* SV@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SV@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SV@2x.png"; sourceTree = ""; }; + 226FEE0C8D76B408C20D4D2EA00ED023 /* KZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KZ.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/KZ.png; sourceTree = ""; }; + 230D9D7D930F351CE2C0CEFE01BC58E3 /* CX@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CX@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CX@2x.png"; sourceTree = ""; }; + 24D4FCADD0A29B5C5B4E8D5F384A4FFA /* TN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TN@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TN@2x.png"; sourceTree = ""; }; + 250F98EBB505EDC00A8F148D764B6891 /* CountryManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CountryManager.swift; path = CountryPickerSPM/Sources/CountryPickerSPM/CountryManager.swift; sourceTree = ""; }; + 25219A65F6E147C41652A3895CC0FB8A /* GN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GN@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GN@2x.png"; sourceTree = ""; }; + 25532D41E07890B550DF8F3F9EAACD24 /* JO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "JO@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/JO@2x.png"; sourceTree = ""; }; + 2588E6193506839B501888ACCB6859CA /* MG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MG.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MG.png; sourceTree = ""; }; + 259F539B48D26DDCFC401F9EAC4ACBCB /* RE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "RE@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/RE@2x.png"; sourceTree = ""; }; + 26C10A70B8FCC33ED1EC99B1EA5AE78D /* RS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "RS@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/RS@2x.png"; sourceTree = ""; }; + 26E3B0375F834E484F9C52493E7FE977 /* DM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "DM@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/DM@2x.png"; sourceTree = ""; }; + 27E61232F53F6F61E7E391BA2A52D2F7 /* JP@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "JP@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/JP@2x.png"; sourceTree = ""; }; + 28101FA7BA6AD5B5F2C467BC498F8EB4 /* HM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "HM@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/HM@2x.png"; sourceTree = ""; }; + 28E6F88544F9638066485D054223033D /* ID.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ID.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/ID.png; sourceTree = ""; }; + 29E03878A3BA189B726A40E74C67898F /* NA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NA@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/NA@2x.png"; sourceTree = ""; }; + 2AE5268877692E2DA70149E6F67F84A2 /* GB@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GB@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GB@2x.png"; sourceTree = ""; }; + 2B75E1CB202111B816AFDC5D97A57145 /* GD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GD@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GD@2x.png"; sourceTree = ""; }; + 2BD703B47B14A77FEC96AC76153E892D /* TH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TH.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TH.png; sourceTree = ""; }; + 2C28203A9F9783D5DD3A486F9706FDD7 /* MW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MW.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MW.png; sourceTree = ""; }; + 2C427929388093535B9BCA3A63FD9B40 /* MS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MS@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MS@2x.png"; sourceTree = ""; }; + 2CF550D3C5CA78FFEF67DDB5DFC7B6AE /* KZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KZ@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/KZ@2x.png"; sourceTree = ""; }; + 2D14151BDE33B4B2668AF8605A453B28 /* MK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MK.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MK.png; sourceTree = ""; }; + 2DD0F01424E3DE07FDB2858098C6E29A /* UA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = UA.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/UA.png; sourceTree = ""; }; + 2E1E097C86E2524BF9A11963C40F519F /* VI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VI@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/VI@2x.png"; sourceTree = ""; }; + 2EDB860D8CC26D0B31819BD7460A6A48 /* CI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CI.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CI.png; sourceTree = ""; }; + 2F1C38B0008C5D9AE7DEE4C57C4DB6C6 /* TJ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TJ.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TJ.png; sourceTree = ""; }; + 303031F3466C597C11FC001CE9754C22 /* EG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "EG@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/EG@2x.png"; sourceTree = ""; }; + 3035402E49888EC494C934610E318F20 /* US@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "US@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/US@2x.png"; sourceTree = ""; }; + 305D213315D70E79DF1A892586F66759 /* TO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TO.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TO.png; sourceTree = ""; }; + 30A225C19BC309291055DE950773C37E /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = CountryPickerSPM/Sources/CountryPickerSPM/Configuration.swift; sourceTree = ""; }; + 30CEAF4B26D6E09FC48A21FDE0B864A4 /* WS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "WS@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/WS@2x.png"; sourceTree = ""; }; + 3114C68D8C569771AA7A1FF86483F599 /* ER.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ER.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/ER.png; sourceTree = ""; }; + 313EC841C755DECC1547B38E52D03837 /* PT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PT@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PT@2x.png"; sourceTree = ""; }; + 323D7314778019120E03135D5D845B75 /* MC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MC@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MC@2x.png"; sourceTree = ""; }; + 325EB00A51643D9FCF7C31A1B02E639C /* IO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IO.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/IO.png; sourceTree = ""; }; + 331EF52D2AD8AACC5E2040A68B8778CA /* GI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GI.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GI.png; sourceTree = ""; }; + 34CEA41725C6A4763601B488AEEDA78E /* MQ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MQ@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MQ@2x.png"; sourceTree = ""; }; + 35BCFAA862B5CB8D6B154158E917A701 /* NR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NR@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/NR@2x.png"; sourceTree = ""; }; + 35BF870B840EB02DD3B2710883447CD7 /* MM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MM.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MM.png; sourceTree = ""; }; + 3662218985EE02D22DFD43E7AAD0EAA7 /* BI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BI@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BI@2x.png"; sourceTree = ""; }; + 36D50775300C311F607692786AF9F198 /* TD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TD.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TD.png; sourceTree = ""; }; + 36E3EF75661CC2C229235F1EFFB35448 /* GN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GN.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GN.png; sourceTree = ""; }; + 376F5C540EA3D9047EFDFCAA5594944F /* SV.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SV.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SV.png; sourceTree = ""; }; + 384707931C52629805696E0CB3B97F3C /* PA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PA.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PA.png; sourceTree = ""; }; + 38591148CAB6C2AD96F96D245B75172A /* SL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SL@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SL@2x.png"; sourceTree = ""; }; + 38EA51FB93A7A79370E2C5F6BB808AFD /* SKCountryPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SKCountryPicker.modulemap; sourceTree = ""; }; + 3941C8DF4156B261E4383945E5C05603 /* KR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KR.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/KR.png; sourceTree = ""; }; + 3A71C41D14A24F35EE331CB36D0616FE /* FI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = FI.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/FI.png; sourceTree = ""; }; + 3AF55E86D3DB56940EC4C64E5AFA04F5 /* PE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PE.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PE.png; sourceTree = ""; }; + 3B35BF718D75E256E3B27766D096B9CE /* SL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SL.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SL.png; sourceTree = ""; }; + 3B87721215C074F212C17377B26E5B88 /* JM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "JM@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/JM@2x.png"; sourceTree = ""; }; + 3BFD1E7C419015847AE6A963E8686110 /* CD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CD@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CD@2x.png"; sourceTree = ""; }; + 3C48356E04F37A54EC8F3811EE3EAFFF /* FO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = FO.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/FO.png; sourceTree = ""; }; + 3C4FBEA75C42665686FB96241E96D649 /* UG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "UG@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/UG@2x.png"; sourceTree = ""; }; + 3CDCEA639680B227F422E3069A2D6727 /* RU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "RU@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/RU@2x.png"; sourceTree = ""; }; + 3DA631B28E442B7B8750FC3C8705F558 /* LV@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LV@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/LV@2x.png"; sourceTree = ""; }; + 3DC51E8A06D1E4F352A50EB12C22EBEC /* FR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "FR@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/FR@2x.png"; sourceTree = ""; }; + 3E239A6A131D203F5A27DE55781F0281 /* RO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = RO.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/RO.png; sourceTree = ""; }; + 3E5DEF174A30649743C2C13181E4137F /* LT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LT@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/LT@2x.png"; sourceTree = ""; }; + 3EB0AE460242A41CB32B4E0A610CCAF3 /* NO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NO@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/NO@2x.png"; sourceTree = ""; }; + 3EDCC31A29368DCBCEEDCFED40FF7830 /* PW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PW.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PW.png; sourceTree = ""; }; + 3FFE18904B801D56FFA2FB8A8D67C6E8 /* VU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VU@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/VU@2x.png"; sourceTree = ""; }; + 402FB4A6A21CDEEDD7732F5E326D5DBA /* BE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BE.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BE.png; sourceTree = ""; }; + 413AD88E0ADAB16F32D2C1C2A33B4C4F /* BN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BN@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BN@2x.png"; sourceTree = ""; }; + 4144CFC8B14503C7F7D3B0EFF9937AD5 /* EE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = EE.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/EE.png; sourceTree = ""; }; + 416405D34D477EAD6F6EA44F1986531E /* GT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GT.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GT.png; sourceTree = ""; }; + 41C636C4FA4237AEBA5AC19AC03A9C77 /* Pods-CountryPicker13+Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-CountryPicker13+Example-acknowledgements.markdown"; sourceTree = ""; }; + 4204D7740DCD94945DC8B28DECA45BBA /* CountryPickerWheelViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = CountryPickerWheelViewModel.swift; sourceTree = ""; }; + 43CEF781DC51CEF3B896B96C0D9F15E2 /* NU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NU@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/NU@2x.png"; sourceTree = ""; }; + 43F65694613BE327A3D8304288981F7F /* AR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AR.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AR.png; sourceTree = ""; }; + 4481A5E5C7D2FE5283223F34669968A5 /* DO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = DO.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/DO.png; sourceTree = ""; }; + 456CDDD9493C529D436A69C4760E9B07 /* SKCountryPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SKCountryPicker.release.xcconfig; sourceTree = ""; }; + 4577047A7F09C5FC2BAED6EA4089007D /* XK@2.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "XK@2.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/XK@2.png"; sourceTree = ""; }; + 46179ADE79A274F005092778D1DAB415 /* VE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VE.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/VE.png; sourceTree = ""; }; + 46AC79950373005EE206548DCC899A86 /* SS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SS@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SS@2x.png"; sourceTree = ""; }; + 46D27AC55DD15EB43775CF9FC1663182 /* LI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LI@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/LI@2x.png"; sourceTree = ""; }; + 48E3190C33C11FB5210B2B0EB37F23BF /* BR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BR.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BR.png; sourceTree = ""; }; + 48FF8708FA5DC9E3A560B321F339EA16 /* NZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NZ.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/NZ.png; sourceTree = ""; }; + 4954B04D5AC89E51B4849A3A7766CCCE /* GY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GY@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GY@2x.png"; sourceTree = ""; }; + 4999B27DCF552E9DDDB90D624E3EDFEB /* WF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "WF@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/WF@2x.png"; sourceTree = ""; }; + 49D78B8501A67378373E9F435534272C /* SX@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SX@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SX@2x.png"; sourceTree = ""; }; + 4A144DCFAC3758716625D68156CDAEFC /* GG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GG.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GG.png; sourceTree = ""; }; + 4B8D66597AA0410D96E619594E4F1D83 /* BE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BE@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BE@2x.png"; sourceTree = ""; }; + 4BC3E5E35628842ED44A269BF243B71E /* CC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CC@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CC@2x.png"; sourceTree = ""; }; + 4C1718AE26E44FCA30B657A4FFB9FDEF /* CK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CK.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CK.png; sourceTree = ""; }; + 4C76B136003B056C571366F949EE664D /* BG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BG.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BG.png; sourceTree = ""; }; + 4CAACD98AEE364685D6C44933E36B01F /* KN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KN.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/KN.png; sourceTree = ""; }; + 4CDECC100AED19AF8F77525BB140E18F /* BJ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BJ@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BJ@2x.png"; sourceTree = ""; }; + 4D3759799B72D9545694757D4E8E7C82 /* IN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IN.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/IN.png; sourceTree = ""; }; + 4D437C7B599AA9F86F12E5F03FCD70A2 /* TC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TC@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TC@2x.png"; sourceTree = ""; }; + 4D5D775BFBC2C61EC4C7424E93203066 /* MH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MH@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MH@2x.png"; sourceTree = ""; }; + 4DDC8A970750EE312A97C4A278DA4093 /* GP@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GP@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GP@2x.png"; sourceTree = ""; }; + 4E0301BC184B92A14209A555ACAEC3D8 /* MZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MZ@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MZ@2x.png"; sourceTree = ""; }; + 4E32E4473FFE3CFC4C64D2EE7F26170F /* GP.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GP.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GP.png; sourceTree = ""; }; + 4F30B29AD01C2B72816F2F3D0EC134D1 /* BW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BW@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BW@2x.png"; sourceTree = ""; }; + 4F4F42BFFE27A465038BD9CF1D3E4F16 /* LI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LI.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/LI.png; sourceTree = ""; }; + 4FA85F5190D9FACB481392576CA02EDD /* SY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SY.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SY.png; sourceTree = ""; }; + 5102B535E91366F1EC049E5477FECB12 /* CW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CW@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CW@2x.png"; sourceTree = ""; }; + 514197DB9CDFA5C1C9777094E1705ADB /* GQ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GQ@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GQ@2x.png"; sourceTree = ""; }; + 51605E5A28F1C25AD73EB0731AD86BB2 /* HM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = HM.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/HM.png; sourceTree = ""; }; + 51CF0E9FD3B5384B714C3F14E2E031D5 /* DK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = DK.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/DK.png; sourceTree = ""; }; + 52C2A18703876F377E875FFEB329CC89 /* SO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SO.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SO.png; sourceTree = ""; }; + 535BDC28BB9AD34DC10781B52E4EF4CD /* CG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CG@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CG@2x.png"; sourceTree = ""; }; + 53AE5E79DA6DBB524F00FEAE1742EE74 /* TL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TL@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TL@2x.png"; sourceTree = ""; }; + 53E72663277D69435E9C07D4BAD2C282 /* BS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BS@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BS@2x.png"; sourceTree = ""; }; + 541E244EC589F65DA1F171C7F9DB4AEC /* GS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GS@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GS@2x.png"; sourceTree = ""; }; + 542D20981B62B62468CC2E0C5188F899 /* GY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GY.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GY.png; sourceTree = ""; }; + 54405F84CBBAFABA60646BE1815D873A /* AM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AM@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AM@2x.png"; sourceTree = ""; }; + 5477F7371B5CEBAA25E3CC3B0DF16019 /* AI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AI@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AI@2x.png"; sourceTree = ""; }; + 56C9E8BC1D74FB0D72BD16B66FECA061 /* PM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PM@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PM@2x.png"; sourceTree = ""; }; + 575B320670569E6427E30BA0E9A067A1 /* IR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IR.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/IR.png; sourceTree = ""; }; + 578FEF2F008B47CF680B8C14775590BE /* YT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = YT.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/YT.png; sourceTree = ""; }; + 5874C59A0A596ECA245828EF393F8878 /* CV.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CV.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CV.png; sourceTree = ""; }; + 58CD7328D659005A844136B62FF1C9B9 /* WS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = WS.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/WS.png; sourceTree = ""; }; + 58E587DE1F7222D80027CCA7838C6B0A /* BB@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BB@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BB@2x.png"; sourceTree = ""; }; + 58EFD0B92E3F621D4B7A8CBDF79E66F4 /* BT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BT@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BT@2x.png"; sourceTree = ""; }; + 599AA000E4F37979D4AC1D3C9128142D /* SI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SI@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SI@2x.png"; sourceTree = ""; }; + 5A1B25A21136EBC21F462BB67DF50026 /* ME.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ME.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/ME.png; sourceTree = ""; }; + 5A5F538DB7B9CF8BB87906C39227FC55 /* BV@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BV@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BV@2x.png"; sourceTree = ""; }; + 5A68256582884CFC0BB1AF36A8020BB3 /* PY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PY@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PY@2x.png"; sourceTree = ""; }; + 5B0BFCB5596ED38609917E9B01969E7B /* SG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SG@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SG@2x.png"; sourceTree = ""; }; + 5B2B27764C1057999C8F58515BD8F831 /* NF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NF@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/NF@2x.png"; sourceTree = ""; }; + 5B5E8F19EE4AE0ED9B6509C3BAF8B23B /* CH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CH@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CH@2x.png"; sourceTree = ""; }; + 5C09E1F15D59CD66F3D8A31F32B3F88E /* LA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LA@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/LA@2x.png"; sourceTree = ""; }; + 5D8F321ECDB88F05DF1B24CED9E1C7B4 /* SKCountryPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SKCountryPicker-dummy.m"; sourceTree = ""; }; + 5E4D0A99AF3A44CF6263389C7E83DE47 /* UZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = UZ.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/UZ.png; sourceTree = ""; }; + 5ECE1E66A0971CF2826F5134A2F76BBA /* BZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BZ.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BZ.png; sourceTree = ""; }; + 5F486BE1F50F19769785A2D1413FF083 /* GI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GI@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GI@2x.png"; sourceTree = ""; }; + 60E628EBB43A73A115747BF377A32465 /* LA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LA.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/LA.png; sourceTree = ""; }; + 61163B7816AB3ECB9810B165F5A8BA08 /* KW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KW@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/KW@2x.png"; sourceTree = ""; }; + 6199200056C6C26C51AA6B641FD93EB3 /* AU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AU@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AU@2x.png"; sourceTree = ""; }; + 626B3A98F78D69EED5271D9211EEC587 /* JP.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = JP.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/JP.png; sourceTree = ""; }; + 63476CAADEAAA1E2F66394A0FCB6AB0B /* CA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CA.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CA.png; sourceTree = ""; }; + 636F4EAA3ECE358FCFE7F96DB82B2DE3 /* EC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "EC@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/EC@2x.png"; sourceTree = ""; }; + 63A11EAB5572A8522CC47470905DFCF6 /* MW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MW@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MW@2x.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; }; + 643E44B83BBBDF94FA9BA3D642D4BF7E /* AF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AF@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AF@2x.png"; sourceTree = ""; }; + 645C99E742F81D83768080D03C336E4E /* SS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SS.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SS.png; sourceTree = ""; }; + 64924A8909208060126B8724D56E4D7A /* UM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = UM.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/UM.png; sourceTree = ""; }; + 6495C10EE22BFBCF5522BAC5294C039F /* EC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = EC.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/EC.png; sourceTree = ""; }; + 64F9BAD306A1979BF55D07376EC4B687 /* TD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TD@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TD@2x.png"; sourceTree = ""; }; + 656C6A15E41B86762BAB2B907C317C47 /* MG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MG@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MG@2x.png"; sourceTree = ""; }; + 665D4EB0A34F0365B45BA3767A965FDB /* SB.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SB.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SB.png; sourceTree = ""; }; + 66CB33213CD4C17C0C28E69E185EDBB2 /* KM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KM@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/KM@2x.png"; sourceTree = ""; }; + 67F67A47FBDFEB5C8CD88F1DC2EAC14E /* CX.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CX.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CX.png; sourceTree = ""; }; + 68CA5AA003EA5A6E3D4AEBDA0DFD5E7D /* BA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BA.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BA.png; sourceTree = ""; }; + 68CFCD72D61B9C605780EFE2A872C1CF /* PW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PW@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PW@2x.png"; sourceTree = ""; }; + 68D0357AD92E9800F7AFE47D216D1DDA /* LY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LY.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/LY.png; sourceTree = ""; }; + 693A32B944057B27F9C4E950EF540402 /* CL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CL.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CL.png; sourceTree = ""; }; + 6957E5F20173AC692D7B931723A3F7C9 /* HN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "HN@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/HN@2x.png"; sourceTree = ""; }; + 69C4786020C57FEA162C8E2565A60726 /* TW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TW@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TW@2x.png"; sourceTree = ""; }; + 6B42C82CD41B64E69ADC5A49372EC4F6 /* AQ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AQ.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AQ.png; sourceTree = ""; }; + 6BF29792D56E8A3B666BA6581EDDDF61 /* US.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = US.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/US.png; sourceTree = ""; }; + 6BFE1A0F434CCCB01F1CF6E29A82B620 /* KP@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KP@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/KP@2x.png"; sourceTree = ""; }; + 6C5450D0B9F1C4F1E9F146533C1A390E /* countries.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = countries.plist; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/countries.plist; sourceTree = ""; }; + 6CD0F3F73839A1EEA90700B267A07C25 /* ST@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ST@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/ST@2x.png"; sourceTree = ""; }; + 6D963A0D9CDD6DC465EC9AC215717712 /* LU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LU.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/LU.png; sourceTree = ""; }; + 6E3D9AB17A861E189C7650DBF8DE96B7 /* RW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "RW@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/RW@2x.png"; sourceTree = ""; }; + 6E80AAC26AC5F2CE57C03198AF96248E /* IL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IL@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/IL@2x.png"; sourceTree = ""; }; + 6F02C6C195FDD8A03698F82510A3F2C3 /* VU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VU.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/VU.png; sourceTree = ""; }; + 6FBECB10771EEA525520E5C08C4F9516 /* SC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SC@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SC@2x.png"; sourceTree = ""; }; + 6FFFD0981F22CDFD21C06C3C40968D74 /* AZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AZ.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AZ.png; sourceTree = ""; }; + 702A5066D6F27D0CE216772F0701FDA6 /* PN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PN.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PN.png; sourceTree = ""; }; + 706EC7C6C9AD3D7CED4125B4CE97A3A9 /* SKCountryPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SKCountryPicker-umbrella.h"; sourceTree = ""; }; + 7075B095167F904FB4E1934704715A33 /* LC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LC.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/LC.png; sourceTree = ""; }; + 71A6DB9D32B6BACBF1B5057EC95F12AD /* PK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PK.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PK.png; sourceTree = ""; }; + 721B4F87B713444241EE87C2375ABD96 /* ME@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ME@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/ME@2x.png"; sourceTree = ""; }; + 72239200EA5885FD05B51E00B4ED3ABC /* MO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MO.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MO.png; sourceTree = ""; }; + 723270F75C7FD8C3231EF91F8D8B3B73 /* PH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PH.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PH.png; sourceTree = ""; }; + 7282BF7920C10950443E0D9DA5ADA521 /* GM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GM.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GM.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; }; + 73013637698F5E8854A26516766E3E18 /* AL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AL.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AL.png; sourceTree = ""; }; + 7305FFBF85775859E193E3D81DDA266F /* SE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SE.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SE.png; sourceTree = ""; }; + 732764493BAE17CEA6B11AAD35AD21BF /* DM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = DM.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/DM.png; sourceTree = ""; }; + 736575BAE516AAEA795CC93BC3F43A7F /* CN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CN.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CN.png; sourceTree = ""; }; + 73A0AC8D626B2051271B402B3238DAA4 /* AG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AG@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AG@2x.png"; sourceTree = ""; }; + 73DAC8A52C9BCE3B5FD1C4D149C9E2E3 /* CZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CZ@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CZ@2x.png"; sourceTree = ""; }; + 74353BBFF657970AFA4E05F6187ADF0A /* EG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = EG.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/EG.png; sourceTree = ""; }; + 746BE1118B427AF139B32D1A32522E55 /* GA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GA@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GA@2x.png"; sourceTree = ""; }; + 74EFB8B7222462B573C403617F981B5C /* SA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SA@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SA@2x.png"; sourceTree = ""; }; + 750347553FE88B89803F2217B19B3181 /* PN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PN@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PN@2x.png"; sourceTree = ""; }; + 752D4F13ECBE4F0D0C597173A97721BA /* RE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = RE.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/RE.png; sourceTree = ""; }; + 7624AB6D331D6E5D5704BEEB5D3D6A92 /* QA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = QA.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/QA.png; sourceTree = ""; }; + 76ACEE8AEB19C6FE30DBE6E502A5E8E2 /* HK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = HK.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/HK.png; sourceTree = ""; }; + 77353CC60450484F7B24CC3569FC4712 /* BO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BO@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BO@2x.png"; sourceTree = ""; }; + 776794C818C73DBB6EBD08E0ED9B7A7D /* SO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SO@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SO@2x.png"; sourceTree = ""; }; + 77775A8A74AA643077881CF76B66361D /* BL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BL.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BL.png; sourceTree = ""; }; + 77CA0796EC76DC7C701DEA5248841AC3 /* GH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GH.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GH.png; sourceTree = ""; }; + 77F8BA8068A9573249DEA87EAF3D5A2C /* KR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KR@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/KR@2x.png"; sourceTree = ""; }; + 78065F51FE1742887FC037E6E148C4A4 /* SKCountryPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SKCountryPicker.debug.xcconfig; sourceTree = ""; }; + 781B63A66562E8294B468902725A07F3 /* LB.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LB.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/LB.png; sourceTree = ""; }; + 78B8BA2409B9E22E27E67C9A2C864E60 /* MZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MZ.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MZ.png; sourceTree = ""; }; + 794CF0A6A70C57A9966A73768078B3DA /* NG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NG.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/NG.png; sourceTree = ""; }; + 79848069AF239F540CBF0EAA4A7245B6 /* CC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CC.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CC.png; sourceTree = ""; }; + 7998107AB20E3F621DFE94ABDC0CA9DD /* GL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GL.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GL.png; sourceTree = ""; }; + 799CE36B7435769AB500DC5A78329824 /* AQ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AQ@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AQ@2x.png"; sourceTree = ""; }; + 79B921370477A902FA8186A5C551A56D /* LU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LU@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/LU@2x.png"; sourceTree = ""; }; + 79E6175D295FA9DB4611D66834B2CA50 /* ES@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ES@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/ES@2x.png"; sourceTree = ""; }; + 7AF93FCC274F3FCECAAAEB42CE1FD471 /* EE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "EE@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/EE@2x.png"; sourceTree = ""; }; + 7B86DFB4632EFE12790421FBD2DEE44C /* CR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CR.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CR.png; sourceTree = ""; }; + 7B9133038EB95E7830C35C86DF3FB166 /* UY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = UY.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/UY.png; sourceTree = ""; }; + 7C10FE49DCA9FC7B30BB9CC8AE9F34BC /* SC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SC.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SC.png; sourceTree = ""; }; + 7C772E22A4D91EA2F5226C1C59EC5F31 /* NI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NI@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/NI@2x.png"; sourceTree = ""; }; + 7CB1CAFE82004E174A38BD5A446424CF /* PL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PL@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PL@2x.png"; sourceTree = ""; }; + 7CBFBAB569FC90D79894F30146563D84 /* SX.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SX.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SX.png; sourceTree = ""; }; + 7D32AB8A5FF2AF5019FBE268236D75A4 /* CountryPickerWheelView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = CountryPickerWheelView.swift; sourceTree = ""; }; + 7DEDF7F09BCC315969BF101C7440C71E /* CU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CU@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CU@2x.png"; sourceTree = ""; }; + 7DF218DF3B2845ACD1E9CDB83716F49C /* KP.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KP.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/KP.png; sourceTree = ""; }; + 7E5222DC54E921DAC73133677B707EC8 /* MT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MT.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MT.png; sourceTree = ""; }; + 7ECA12BEDF71853807969B8C53D2F4EA /* HT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "HT@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/HT@2x.png"; sourceTree = ""; }; + 7ECEF5FAD865FFD671B94911311F92DC /* CN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CN@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CN@2x.png"; sourceTree = ""; }; + 7ED4035245DC534BD22A1C470EF7062B /* TR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TR@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TR@2x.png"; sourceTree = ""; }; + 80201A1DD542FEF262F9DB4D438EA974 /* GH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GH@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GH@2x.png"; sourceTree = ""; }; + 8053B4EFC43396BF554ED6A03EFC5A85 /* AZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AZ@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AZ@2x.png"; sourceTree = ""; }; + 806E28DA00111B6383DD2381B036942F /* PS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PS@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PS@2x.png"; sourceTree = ""; }; + 8078F22C330B3F68895AA76B63D13CA6 /* YT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "YT@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/YT@2x.png"; sourceTree = ""; }; + 80DFD0090037D8B5493266C0E333DAA2 /* VN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VN.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/VN.png; sourceTree = ""; }; + 830278415AD5443DB311C58E4DA65E85 /* MD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MD@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MD@2x.png"; sourceTree = ""; }; + 836859590F25CDDDD4381AD4136AEF6B /* LB@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LB@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/LB@2x.png"; sourceTree = ""; }; + 8462C15BA60102161DD58D5D662D0CA2 /* CF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CF@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CF@2x.png"; sourceTree = ""; }; + 8497043917B7838244D0F6CDFA714AA0 /* BH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BH.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BH.png; sourceTree = ""; }; + 84D30E424847DE933CA7353E125BE376 /* GQ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GQ.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GQ.png; sourceTree = ""; }; + 8580CBA55EF6F9BBECF6ABC6D686A2EB /* GM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GM@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GM@2x.png"; sourceTree = ""; }; + 85B1C0847DFA3015D15F48498E7DA6ED /* AG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AG.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AG.png; sourceTree = ""; }; + 85D0FD9EC13F6D83FB7226ACB373C206 /* CU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CU.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CU.png; sourceTree = ""; }; + 85FF3364D25D87C9ABB226798414E358 /* TZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TZ.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TZ.png; sourceTree = ""; }; + 86C04B39975DDCF436663AE928B1269A /* KM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KM.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/KM.png; sourceTree = ""; }; + 888B9E658E2A5EAC63E170A878C35F85 /* LR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LR@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/LR@2x.png"; sourceTree = ""; }; + 88E25C9962C5E50C39E8166C613B534C /* GB.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GB.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GB.png; sourceTree = ""; }; + 88F82CAB1D5ED7EB6943758488502EF6 /* KH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KH@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/KH@2x.png"; sourceTree = ""; }; + 890DE4559C29F1A8665BBF0432617AF8 /* MY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MY@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MY@2x.png"; sourceTree = ""; }; + 89A08CAC6E9B949DA0A8A8BCE6160C13 /* GF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GF.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GF.png; sourceTree = ""; }; + 8B18E337B995028E8EA4FD86050C4615 /* RS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = RS.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/RS.png; sourceTree = ""; }; + 8B924632FE6D0877242B06A38B9EB2B5 /* XK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = XK.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/XK.png; sourceTree = ""; }; + 8B9960F2F794A0DA716BE992FAC0AF10 /* PE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PE@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PE@2x.png"; sourceTree = ""; }; + 8BDCFB421CC35DBB7A34CBB6639948C4 /* TC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TC.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TC.png; sourceTree = ""; }; + 8C0D6EEB175ABD8C728FC33F453A6DAE /* SN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SN.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SN.png; sourceTree = ""; }; + 8C8975276185924EAA4F97D8FE84AC5C /* BM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BM.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BM.png; sourceTree = ""; }; + 8DBCB692B8BC4783255C2C7745E20123 /* LY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LY@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/LY@2x.png"; sourceTree = ""; }; + 8E82CE8531D12067453B10CA0813A08E /* MN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MN@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MN@2x.png"; sourceTree = ""; }; + 8EDEFE128E0A0E69A94528E10107E0B8 /* UG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = UG.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/UG.png; sourceTree = ""; }; + 8F0EF171BC7C580F2098145D8FB2A21C /* DJ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "DJ@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/DJ@2x.png"; sourceTree = ""; }; + 900CD991349CDFAF05EA72ECE6BD5259 /* PT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PT.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PT.png; sourceTree = ""; }; + 918A4955EDB4A9911770B367A52B9211 /* HR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = HR.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/HR.png; sourceTree = ""; }; + 91FCDE2D3B5884DAA0EE9C41E5953A76 /* PF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PF@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PF@2x.png"; sourceTree = ""; }; + 9241D1D7856F6C35CC72D78EED5D8FEB /* CK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CK@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CK@2x.png"; sourceTree = ""; }; + 926B05765C168F5C54049136132F75BD /* MD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MD.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MD.png; sourceTree = ""; }; + 9292B8DDBE9A8F34B0F97F72CF487A9E /* ZW@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ZW@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/ZW@2x.png"; sourceTree = ""; }; + 92ED4F592DE2B5F040002A9E93B2959C /* MR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MR.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MR.png; sourceTree = ""; }; + 933D4C2832BC1298BFD645905FA97ED4 /* PA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PA@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PA@2x.png"; sourceTree = ""; }; + 93CDE416481857551085FAA071E20032 /* KG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KG@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/KG@2x.png"; sourceTree = ""; }; + 93D39301AEA93863FD3231A46815A969 /* MP.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MP.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MP.png; sourceTree = ""; }; + 95541B1BFE80DED3D132BDDD440DEA40 /* PH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PH@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PH@2x.png"; sourceTree = ""; }; + 95AB8E843A6495746B709E4B44247C0E /* VA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VA.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/VA.png; sourceTree = ""; }; + 95CF169ACA34665C8A059EAA264EF796 /* ES.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ES.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/ES.png; sourceTree = ""; }; + 96E0AD8A58425DB2CBFB9B9B58B72A8B /* PG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PG@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PG@2x.png"; sourceTree = ""; }; + 97B8B90CA4C0B76421383E61C96A553A /* KN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KN@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/KN@2x.png"; sourceTree = ""; }; + 97C72F5234D9D36847DD9E19B9C9C03C /* FK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "FK@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/FK@2x.png"; sourceTree = ""; }; + 97F9908545DCD5540ABCF57921718901 /* BG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BG@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BG@2x.png"; sourceTree = ""; }; + 985ED6AA03ED5817C0FF4A335C95DC60 /* GR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GR@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GR@2x.png"; sourceTree = ""; }; + 9909DC1A79C6E07E7D91160402EB3F49 /* JE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = JE.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/JE.png; sourceTree = ""; }; + 9A031DB1F7D7A66A746A6AA45BD29501 /* GG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GG@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GG@2x.png"; sourceTree = ""; }; + 9AC113D7ADC2D15B113A33DBAC264A5B /* DZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = DZ.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/DZ.png; sourceTree = ""; }; + 9BF05A849D74992D4363FEB0C4AC57F1 /* GE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GE@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GE@2x.png"; sourceTree = ""; }; + 9C76F44B5291CF22FEA83B07D07189C9 /* SD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SD@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SD@2x.png"; sourceTree = ""; }; + 9CC964AB1948FA310503D0462816D188 /* BY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BY@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BY@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; }; + 9E030261ED9DA86B7067F4CBB9E0D745 /* AS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AS@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AS@2x.png"; sourceTree = ""; }; + 9E110D851122E1E79AF563F1FA644B83 /* AT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AT@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AT@2x.png"; sourceTree = ""; }; + 9EFF3788D9F3103ED2AF1D270128C630 /* FM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "FM@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/FM@2x.png"; sourceTree = ""; }; + 9F5A496D6AA680B5EAE419B00DF16AEE /* PG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PG.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PG.png; sourceTree = ""; }; + 9FCF84963019441F6787FC122DF3EBF1 /* LC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LC@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/LC@2x.png"; sourceTree = ""; }; + A01210D98BA044A61DF91187C841D02F /* AM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AM.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AM.png; sourceTree = ""; }; + A01AAD1CFCBA35045447635594C447EC /* PL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PL.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PL.png; sourceTree = ""; }; + A05D96A0047E225A30B82BCBB20DDDCC /* JM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = JM.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/JM.png; sourceTree = ""; }; + A13CF8B870BC60A74C49307FD267ED92 /* IR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IR@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/IR@2x.png"; sourceTree = ""; }; + A188879F92F60383663E2F282C17E94B /* SE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SE@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SE@2x.png"; sourceTree = ""; }; + A1FA0E7DBCC6E4C10EC0E3AEEC0AD396 /* HK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "HK@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/HK@2x.png"; sourceTree = ""; }; + A2195B95BA4D9935989463BC81C29971 /* VN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VN@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/VN@2x.png"; sourceTree = ""; }; + A21A748E190C314C7C2D9F725EA980DB /* FJ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = FJ.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/FJ.png; sourceTree = ""; }; + A28F9EA212F54F339B592B587ACD10A7 /* AO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AO@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AO@2x.png"; sourceTree = ""; }; + A29AF8555CAED10A9D767843B2504BF7 /* IS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IS.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/IS.png; sourceTree = ""; }; + A2DB6D8D5CACB5E07EAB8069447EBD12 /* SectionMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SectionMapper.swift; path = CountryPickerSPM/Sources/CountryPickerSPM/SectionMapper.swift; sourceTree = ""; }; + A30B6152D5448E0639FD6CA56A3F1A71 /* Pods-CountryPicker13+Example-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-CountryPicker13+Example-Info.plist"; sourceTree = ""; }; + A3569B815A642735464B4F4A1B74D3E7 /* MX@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MX@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MX@2x.png"; sourceTree = ""; }; + A405F385CFDF5A3EABA5EA4BCD7ACCAB /* VI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VI.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/VI.png; sourceTree = ""; }; + A489CD80C350BDDE9DD74D5344302185 /* Constant.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constant.swift; path = CountryPickerSPM/Sources/CountryPickerSPM/Constant.swift; sourceTree = ""; }; + A62B6EE379153B4008662EC2B0EB3399 /* GT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GT@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GT@2x.png"; sourceTree = ""; }; + A702F751D0B5C9C5F65503C2118F8FD2 /* TG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TG.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TG.png; sourceTree = ""; }; + A7564E5D789D41B75DD946603CCD1280 /* FI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "FI@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/FI@2x.png"; sourceTree = ""; }; + A788CE364C90807FBFA66BBEDFE8E4EA /* SZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SZ@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SZ@2x.png"; sourceTree = ""; }; + A8B070E4C99F3398B9AC92849E485774 /* NR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NR.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/NR.png; sourceTree = ""; }; + A91A90B84843E40330A64022259A5A3F /* FK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = FK.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/FK.png; sourceTree = ""; }; + A9A2D4AE5DC73DC381176D9464343396 /* BD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BD.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BD.png; sourceTree = ""; }; + A9B21ADE051AE8E672E8E43FF9E7EA5E /* Pods-CountryPicker13+Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CountryPicker13+Example.debug.xcconfig"; sourceTree = ""; }; + A9CD039DA63B8EE4D41225DF3A94881F /* CZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CZ.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CZ.png; sourceTree = ""; }; + AA051D8ED88519A0055F1003176817EF /* AI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AI.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AI.png; sourceTree = ""; }; + AA1117A230606E89322AC51C80A6BA0D /* FO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "FO@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/FO@2x.png"; sourceTree = ""; }; + AA3E198F20D00DE5EA39AEE14CA72BA2 /* TM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TM.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TM.png; sourceTree = ""; }; + AB0661754070E6493DB0F1572CFF6031 /* WF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = WF.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/WF.png; sourceTree = ""; }; + AB7B6F25D658101F22C1ECFEBA06F763 /* BY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BY.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BY.png; sourceTree = ""; }; + ADA6C06BCC46DA844E6696D16901CEC4 /* MX.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MX.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MX.png; sourceTree = ""; }; + ADD37295AAFE214827E5D0C35B7353AA /* MT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MT@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MT@2x.png"; sourceTree = ""; }; + AE50FD544B3A10433BB3A0578E4AC1C9 /* KH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KH.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/KH.png; sourceTree = ""; }; + AEE6816280815E4CF69D0C3E487413BC /* VC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VC.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/VC.png; sourceTree = ""; }; + AF4E9CBE4A529B3890DD2260D601C3FE /* SKCountryPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SKCountryPicker-prefix.pch"; sourceTree = ""; }; + AF6B07D5087F26D763758DF59984200F /* BF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BF.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BF.png; sourceTree = ""; }; + AFFA7EC27273F0D8636425CD92BBB373 /* UY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "UY@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/UY@2x.png"; sourceTree = ""; }; + B012766255D1C29ED238C42F0EE790BC /* TL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TL.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TL.png; sourceTree = ""; }; + B01D8B602CE7769E4EF5C2DFD462782C /* VG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VG@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/VG@2x.png"; sourceTree = ""; }; + B133C6FDB8952C0EB0AECA5013148F25 /* CL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CL@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CL@2x.png"; sourceTree = ""; }; + B186F8F714687F45BC661ED04ED125E2 /* NA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NA.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/NA.png; sourceTree = ""; }; + B296FB7E8F5436BA3EBFE84BC27EB96B /* FJ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "FJ@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/FJ@2x.png"; sourceTree = ""; }; + B3717046EC50D5455DA4BCCF721A1015 /* AE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AE@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AE@2x.png"; sourceTree = ""; }; + B3E506468763199A690E545F74F691F3 /* ZM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ZM@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/ZM@2x.png"; sourceTree = ""; }; + B4495C79CF258221ED4F5EC50CC1E245 /* AU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AU.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AU.png; sourceTree = ""; }; + B4EB6C8ED4882514278AD4D43BFE83B8 /* TJ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TJ@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TJ@2x.png"; sourceTree = ""; }; + B6E73F4FCAF9775790CA049808C50C39 /* Pods-CountryPicker13+Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-CountryPicker13+Example-acknowledgements.plist"; sourceTree = ""; }; + B82691344FB9D870608FCC76DED6EEAB /* TK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TK@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TK@2x.png"; sourceTree = ""; }; + B97670750BCAC392FA0D15B390279A81 /* LV.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LV.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/LV.png; sourceTree = ""; }; + BA1F08D1F38542887A35BBDAD6A0396E /* ZA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ZA@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/ZA@2x.png"; sourceTree = ""; }; + BA7AD44330A2E5221141FE5AE9E58478 /* AL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AL@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AL@2x.png"; sourceTree = ""; }; + BAEE4E4ACAA1D8F99C53D0E822BB15B1 /* SKCountryPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = SKCountryPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + BB17BE5568BAE28AF15E4E5987837FD8 /* AE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AE.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AE.png; sourceTree = ""; }; + BBAD03CE2E43EF8B912A4D969628F283 /* SA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SA.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SA.png; sourceTree = ""; }; + BC3A74D871356397A6CEEE7C37D2545F /* IN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IN@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/IN@2x.png"; sourceTree = ""; }; + BCA5B6EC46C2DA2FE7E405A871DF4719 /* ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist"; sourceTree = ""; }; + BCCFA44EC19BF6602043252F33833D4F /* NF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NF.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/NF.png; sourceTree = ""; }; + BE4321BF67FD39BF2BB60CEC5E8027A6 /* BJ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BJ.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BJ.png; sourceTree = ""; }; + BEFDC52094367F11C0D35D74F0BF2439 /* Country.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Country.swift; path = CountryPickerSPM/Sources/CountryPickerSPM/Country.swift; sourceTree = ""; }; + BF0B6AE3DDAC4DB4556B4C83C830A347 /* BN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BN.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BN.png; sourceTree = ""; }; + BF1FEB251E184248F6F4C105827C049A /* SK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SK.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SK.png; sourceTree = ""; }; + BF2E5CCC254D18F727AAA4F026A0D371 /* PR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PR.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PR.png; sourceTree = ""; }; + BFA46733EE8B2187E0C69D376D1A4470 /* ZA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ZA.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/ZA.png; sourceTree = ""; }; + BFBDB1A597736EDA31DA434B564ABF59 /* JE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "JE@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/JE@2x.png"; sourceTree = ""; }; + BFE6F02A809171A7AEC2FA79051CECE0 /* KI@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KI@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/KI@2x.png"; sourceTree = ""; }; + BFEB1EE6DA9BDB941DB44B8554AA12CB /* BO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BO.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BO.png; sourceTree = ""; }; + C00F6F11C9EF7BF51717FB91593D488A /* BA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BA@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BA@2x.png"; sourceTree = ""; }; + C0867905E2F244B5D21C18097D0AF54C /* SG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SG.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SG.png; sourceTree = ""; }; + C19563FEC2CF4045343532AFF5DD57DC /* GU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GU.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GU.png; sourceTree = ""; }; + C22BF8F2B83A1A7E572F0FE3F45F458A /* CY@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CY@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CY@2x.png"; sourceTree = ""; }; + C2DEB27F2178B9C492207D75E25EA128 /* TK.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TK.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TK.png; sourceTree = ""; }; + C334294422C7761BCDB7891658B58D53 /* MA.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MA.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MA.png; sourceTree = ""; }; + C41D5EB2834139096927E64860BB3737 /* SJ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SJ.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SJ.png; sourceTree = ""; }; + C42F1D36BCFFCA4F84AA50A4A41B52E5 /* TM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TM@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TM@2x.png"; sourceTree = ""; }; + C454D2C5D1E20149BE1E479B9D54E23D /* HN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = HN.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/HN.png; sourceTree = ""; }; + C5467D9ED1BE83869E244147F6E7DB86 /* ID@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ID@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/ID@2x.png"; sourceTree = ""; }; + C64C660DA62A00B61D03FCD0C80377B1 /* AS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AS.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AS.png; sourceTree = ""; }; + C66247C6DE877BFA80F75E7C4756903E /* PY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PY.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PY.png; sourceTree = ""; }; + C673C265284116EB1A744F4D34DC4210 /* NZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NZ@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/NZ@2x.png"; sourceTree = ""; }; + C6A359AEC044D8E0C2354325292D69D7 /* MF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MF@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MF@2x.png"; sourceTree = ""; }; + C6EA2ED1ED533F2F82DA99C29FF3BAD5 /* NL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NL@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/NL@2x.png"; sourceTree = ""; }; + C6FAFC7D1E62FD8B5AC25A404D5D4B6B /* DK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "DK@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/DK@2x.png"; sourceTree = ""; }; + C780BB8BD9117AB74D44C1CA5EFCCD1B /* VE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VE@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/VE@2x.png"; sourceTree = ""; }; + C8186494E2C3F1CA3E0F602762C95972 /* UA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "UA@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/UA@2x.png"; sourceTree = ""; }; + C90EC8326A93D5AE7CE9E457FCB8B479 /* VC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VC@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/VC@2x.png"; sourceTree = ""; }; + C915A4B2BAB29B08FAFE0A7FA46FB6A6 /* SD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SD.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SD.png; sourceTree = ""; }; + C99564FEE86AF25948379DDB811FD1BD /* ET@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ET@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/ET@2x.png"; sourceTree = ""; }; + C9D21B4A8FE26820442BA144F75A639F /* PR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PR@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PR@2x.png"; sourceTree = ""; }; + CA2BE6C82BE4A82BCD3103A724DC4696 /* BI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BI.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BI.png; sourceTree = ""; }; + CB740A66FFD3A83AF432195102CCF6CE /* BV.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BV.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BV.png; sourceTree = ""; }; + CBA66823D153DA7D3DBA4D114D608E0D /* PM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PM.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PM.png; sourceTree = ""; }; + CBB6414B841AF4D3955E9F4AB6854329 /* TF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TF@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TF@2x.png"; sourceTree = ""; }; + CC0AC18918FD14CE44577E4F5C8AFADF /* FR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = FR.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/FR.png; sourceTree = ""; }; + CC300046B6034EFD6322C68A2A58D0F8 /* EH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = EH.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/EH.png; sourceTree = ""; }; + CC3291BC67D67415A48ACE61C342B914 /* OM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "OM@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/OM@2x.png"; sourceTree = ""; }; + CD80DE98DB9EEE69B42AD8519F2497A0 /* ML@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ML@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/ML@2x.png"; sourceTree = ""; }; + CDB3679A5AE34E3B28C6133747428CA7 /* IS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IS@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/IS@2x.png"; sourceTree = ""; }; + CDE9068F953B26518ABFCAD78DD755A6 /* SZ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SZ.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SZ.png; sourceTree = ""; }; + CE7D397064F0AC31E345F5A2C9DC9762 /* Pods-CountryPicker13+Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CountryPicker13+Example.release.xcconfig"; sourceTree = ""; }; + CEAD3066D9AEADBE5FEE8FB08BB56ECB /* NC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NC.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/NC.png; sourceTree = ""; }; + CF60D99FEF5D4A269C2301491365A359 /* AD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AD.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AD.png; sourceTree = ""; }; + CF6631303C92ACFA29890EDA95EC78CC /* LS@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "LS@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/LS@2x.png"; sourceTree = ""; }; + CF7D1CD4D0A23D50B353CB7BB6983AF4 /* HU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = HU.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/HU.png; sourceTree = ""; }; + D15084D7211CE0BFB52FA7498C6919AA /* TN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TN.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TN.png; sourceTree = ""; }; + D172557F5DC9C88CECB9836FC42C649F /* TV.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TV.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TV.png; sourceTree = ""; }; + D20A2BC89EAA8E95AD8488077FAD9757 /* SH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SH.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SH.png; sourceTree = ""; }; + D2829C167661E03CCFC30E188A8BD38B /* MR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MR@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MR@2x.png"; sourceTree = ""; }; + D2B2CEE824FBC85563E6EF14BD280152 /* BL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BL@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BL@2x.png"; sourceTree = ""; }; + D30B205B0FB208B335D0DB9261B5426F /* SB@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SB@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SB@2x.png"; sourceTree = ""; }; + D4C67A5B6C374D29C63E1CEA8A074A2E /* KI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KI.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/KI.png; sourceTree = ""; }; + D4C8FC604001D976F441DF9CE4455F2F /* IO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IO@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/IO@2x.png"; sourceTree = ""; }; + D4E64B609D4AE2DBE595F4DC5AA523E8 /* ET.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ET.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/ET.png; sourceTree = ""; }; + D557A73FE4769E1CCBE03E12784C0D7A /* IT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IT.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/IT.png; sourceTree = ""; }; + D6B1C69DC7360C531E4CE9CB7542EFB4 /* PK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "PK@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PK@2x.png"; sourceTree = ""; }; + D720D5ADC5205D9B6B1A8907D20B8147 /* KW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KW.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/KW.png; sourceTree = ""; }; + D7C0306B99BDE1F3ABB728A898662AD9 /* SR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SR@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SR@2x.png"; sourceTree = ""; }; + D7F14A3A6539295F7A588F378812E91B /* DO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "DO@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/DO@2x.png"; sourceTree = ""; }; + D8658A52F3E8A2352F8085DB902BDAEA /* CG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CG.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CG.png; sourceTree = ""; }; + D8BBC59B9DACA9A70FD646168B0FDD15 /* SKCountryPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SKCountryPicker-Info.plist"; sourceTree = ""; }; + D8CDDCAFB2255E4C0020141D6A3B526D /* IM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IM.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/IM.png; sourceTree = ""; }; + D990155A2B4B67B18C1E0184603DCD99 /* BF@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BF@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BF@2x.png"; sourceTree = ""; }; + D9B40E9156C3D260DD85250AAEEFE309 /* SR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SR.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SR.png; sourceTree = ""; }; + D9D9E52AAA1864E77021C4C0675C6DA2 /* GW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GW.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GW.png; sourceTree = ""; }; + DA13B44AD8E63D9622B4F85E88B4F743 /* CF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CF.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CF.png; sourceTree = ""; }; + DA31E2A7B7F8F976BFFC6558FC8C71A1 /* SM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SM@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SM@2x.png"; sourceTree = ""; }; + DABC0199F681B37E88219AB9225230AD /* MS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MS.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MS.png; sourceTree = ""; }; + DACC9F5F70BD522BE4A55987E8CAE961 /* TZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TZ@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TZ@2x.png"; sourceTree = ""; }; + DB57D321EA4980BAB8404D7EAFD530E6 /* GR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = GR.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GR.png; sourceTree = ""; }; + DC1239C49B52DAE9A0371CFE6C99841D /* MN.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MN.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MN.png; sourceTree = ""; }; + DD3001A23DBBF4595BE1640475A78E57 /* BB.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BB.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BB.png; sourceTree = ""; }; + DD6F31A1EC9A4662E19C46AAFB6C6D16 /* MM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MM@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MM@2x.png"; sourceTree = ""; }; + DDAA4262A2B236B5F28F848782CD80CC /* DZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "DZ@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/DZ@2x.png"; sourceTree = ""; }; + DE277629B5C09BE727E2EA152C0F7D19 /* SKCountryPicker-CountryPickerController */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "SKCountryPicker-CountryPickerController"; path = CountryPickerController.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + DECE208AEFA0F92CD968F938FE6A925F /* KY.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KY.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/KY.png; sourceTree = ""; }; + DEDC2AA59C5BA3B8E6A94BDC0065A431 /* MU.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MU.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MU.png; sourceTree = ""; }; + DF8009D1174448E4EEE51EABB9EFE062 /* CD.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CD.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CD.png; sourceTree = ""; }; + DFB8A1FCE397D94E680888040D678A21 /* AX@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AX@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AX@2x.png"; sourceTree = ""; }; + E0834FD69F82D730B4B5EA4F1DD1B06D /* NE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NE.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/NE.png; sourceTree = ""; }; + E0DEF583B74D86EF4E346A2472548787 /* PS.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = PS.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/PS.png; sourceTree = ""; }; + E14F156FB1D6AA1F36EDB97F79524E05 /* MQ.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MQ.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MQ.png; sourceTree = ""; }; + E1C2BE3F6E339C70C66A7E3A72A109CB /* BW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BW.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BW.png; sourceTree = ""; }; + E227DE0B88977FA355347E9E7B1ACCFE /* UZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "UZ@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/UZ@2x.png"; sourceTree = ""; }; + E2E3BC6204D4D425784F5A67E9C46E85 /* BT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = BT.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BT.png; sourceTree = ""; }; + E2F7D51CC2F08397C65B1A302ADE1F9E /* MC.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MC.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MC.png; sourceTree = ""; }; + E344F18CA1F03B020C6C307ECD7192EA /* KE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "KE@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/KE@2x.png"; sourceTree = ""; }; + E34A18DF8040F76BD23635C6F1AB994E /* TV@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TV@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TV@2x.png"; sourceTree = ""; }; + E35D40CE0FDD4C4651AABDFD4367BC74 /* SKCountryPicker */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SKCountryPicker; path = SKCountryPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + E50A910BB14F58AC35C3C9A52108A688 /* HR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "HR@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/HR@2x.png"; sourceTree = ""; }; + E5E2A1766D39DDEAB7DBC94EC0FEB75D /* YE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "YE@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/YE@2x.png"; sourceTree = ""; }; + E61DC418BACA98F7B3822B41DA6C2901 /* NG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NG@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/NG@2x.png"; sourceTree = ""; }; + E6B1B4C9EF1ECDA1F6D29ED2659E1269 /* KG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KG.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/KG.png; sourceTree = ""; }; + E6F17ED19CD68505FC62755D40B73C7B /* TR.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TR.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TR.png; sourceTree = ""; }; + E7055A0972E9E126B71D701E70237AFA /* Pods-CountryPicker13+Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CountryPicker13+Example-frameworks.sh"; sourceTree = ""; }; + E70E0C0006C14709BB5B3F763151893E /* NC@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NC@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/NC@2x.png"; sourceTree = ""; }; + E731B704174152DA3DA2E94B0435CDAB /* MK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MK@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MK@2x.png"; sourceTree = ""; }; + E7354224155B79341FC4FA8A3228A5D9 /* NE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "NE@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/NE@2x.png"; sourceTree = ""; }; + E75C0BF03153980E4F145EBC51B0DABF /* IT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IT@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/IT@2x.png"; sourceTree = ""; }; + E7A7B8ED2683B133E5EEA42CF315DEA1 /* BM@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BM@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BM@2x.png"; sourceTree = ""; }; + E848482545BAE3B90AC28B3F4E6577BC /* ER@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ER@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/ER@2x.png"; sourceTree = ""; }; + EA58B969DA757512491F1A9CCC6F06F3 /* IE@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "IE@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/IE@2x.png"; sourceTree = ""; }; + EA65F56D4724F826B55E6AA00495E125 /* GU@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GU@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GU@2x.png"; sourceTree = ""; }; + EAB8C47BF978A4DE8932DA0228EFBFD6 /* FM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = FM.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/FM.png; sourceTree = ""; }; + EAD0786BECC8FD405545914C4CC44820 /* AR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "AR@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AR@2x.png"; sourceTree = ""; }; + EB1903F0C12A6A0255E6E925E3E11CC8 /* QA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "QA@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/QA@2x.png"; sourceTree = ""; }; + EC2979B0D590A3DC1510E9EAF2DDDAFB /* BZ@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BZ@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BZ@2x.png"; sourceTree = ""; }; + ECF51FF0E54F9C13E5D9FBE71B2B2144 /* SI.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = SI.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SI.png; sourceTree = ""; }; + EDA186008C94C17DC80D1E4B3D1D2960 /* ML.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ML.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/ML.png; sourceTree = ""; }; + EE93335F1923EEE7B480344202B49F55 /* YE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = YE.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/YE.png; sourceTree = ""; }; + EF1916C1B9612F989BB76742D03195C0 /* VA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "VA@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/VA@2x.png"; sourceTree = ""; }; + F0510DE41456060216647EF817C41128 /* IL.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = IL.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/IL.png; sourceTree = ""; }; + F0596A45FA771E67C596F4938B8F754A /* MP@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MP@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MP@2x.png"; sourceTree = ""; }; + F122C8222BB24780862832BA61EF75DA /* SK@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SK@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SK@2x.png"; sourceTree = ""; }; + F198AC3B4F4696CEDCB45C53710FF0F5 /* KE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = KE.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/KE.png; sourceTree = ""; }; + F23C9CE9AF3A93E79B3ED5E22D6393BF /* MH.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MH.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MH.png; sourceTree = ""; }; + F2A8D9BC74D05A8D17C3E0C9C0B9AAE9 /* LT.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = LT.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/LT.png; sourceTree = ""; }; + F409AA489221CE53D148263969D0FE8E /* CountryPickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CountryPickerView.swift; path = CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerView.swift; sourceTree = ""; }; + F5089DBAB66A2042E7358517653FC997 /* MO@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MO@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MO@2x.png"; sourceTree = ""; }; + F6341146A31039D1C167C6F9BDE80187 /* SN@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SN@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SN@2x.png"; sourceTree = ""; }; + F6F3BC7D534AF4064D163CA96A4A0C7B /* EH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "EH@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/EH@2x.png"; sourceTree = ""; }; + F774804686CEF99770F16E7A25620A58 /* TT@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TT@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TT@2x.png"; sourceTree = ""; }; + F79614BD71B3E76C78022B5E5F0334C7 /* CA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CA@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CA@2x.png"; sourceTree = ""; }; + F8381A7CB59187545BA0C29FC693A495 /* TW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = TW.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TW.png; sourceTree = ""; }; + F85A277947AF16F978CE042BDFE9931C /* AW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = AW.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/AW.png; sourceTree = ""; }; + F869C2D38F5A6DADF1A6E2ABD05D140E /* MA@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "MA@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MA@2x.png"; sourceTree = ""; }; + F8C371EA4F9161D4CE64EB2B7024C753 /* DE.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = DE.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/DE.png; sourceTree = ""; }; + F8C4DACE0AFAB8011DAE0253CCBB1124 /* JO.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = JO.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/JO.png; sourceTree = ""; }; + F8CCE543916165A8F4385FDADCFA49C8 /* CM.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = CM.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CM.png; sourceTree = ""; }; + F97068E7A394324013ACFA4C8987BA47 /* CR@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "CR@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/CR@2x.png"; sourceTree = ""; }; + F99B54543DA38B5B81B2299BFCE772D5 /* SH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "SH@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/SH@2x.png"; sourceTree = ""; }; + FA0A691A55540044C456A66126B1F45F /* MF.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = MF.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/MF.png; sourceTree = ""; }; + FBC55CB27EA3649DFBE328BD92CEC3C3 /* VG.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = VG.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/VG.png; sourceTree = ""; }; + FBD9A443473BA02DA653EC0B53978E79 /* CountryPickerWithSections.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CountryPickerWithSections.swift; path = CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerWithSections.swift; sourceTree = ""; }; + FC088247EBE6C7CAD42F29AF0E25EEED /* TH@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TH@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TH@2x.png"; sourceTree = ""; }; + FC93ECC20B34AC3A44F158A20A1B06C2 /* NP.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = NP.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/NP.png; sourceTree = ""; }; + FD464B9687A896D9C7E60C028CDC926C /* TG@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "TG@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/TG@2x.png"; sourceTree = ""; }; + FDA98EEBE3BE3450789E5E66A3B1BBCD /* ZW.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ZW.png; path = CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/ZW.png; sourceTree = ""; }; + FE2632FDB10FE228370EF6D99867D759 /* GL@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "GL@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/GL@2x.png"; sourceTree = ""; }; + FF8DF6DDDDAB9DA821B984C0733F5821 /* BD@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "BD@2x.png"; path = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/CountryPickerController.bundle/BD@2x.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; + }; + EC026441B837A312C1CA35A2A4414309 /* 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 = ""; + }; + 1746A8A6A531505890228A7BAA7DD312 /* Development Pods */ = { + isa = PBXGroup; + children = ( + 708ED46905D13DE9C20FFB178B705183 /* SKCountryPicker */, + ); + name = "Development Pods"; + sourceTree = ""; + }; + 3F506036D139EA986209EC2A496E4B7E /* CountryPickerWheelView */ = { + isa = PBXGroup; + children = ( + 7D32AB8A5FF2AF5019FBE268236D75A4 /* CountryPickerWheelView.swift */, + 4204D7740DCD94945DC8B28DECA45BBA /* CountryPickerWheelViewModel.swift */, + ); + name = CountryPickerWheelView; + path = CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerWheelView; + 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 = ""; + }; + 708ED46905D13DE9C20FFB178B705183 /* SKCountryPicker */ = { + isa = PBXGroup; + children = ( + CF60D99FEF5D4A269C2301491365A359 /* AD.png */, + 0E70304209A6A6DA4DF2A9ED215299D7 /* AD@2x.png */, + BB17BE5568BAE28AF15E4E5987837FD8 /* AE.png */, + B3717046EC50D5455DA4BCCF721A1015 /* AE@2x.png */, + 216C31C19FAA872E8DCF57CB43E2EC8F /* AF.png */, + 643E44B83BBBDF94FA9BA3D642D4BF7E /* AF@2x.png */, + 85B1C0847DFA3015D15F48498E7DA6ED /* AG.png */, + 73A0AC8D626B2051271B402B3238DAA4 /* AG@2x.png */, + AA051D8ED88519A0055F1003176817EF /* AI.png */, + 5477F7371B5CEBAA25E3CC3B0DF16019 /* AI@2x.png */, + 73013637698F5E8854A26516766E3E18 /* AL.png */, + BA7AD44330A2E5221141FE5AE9E58478 /* AL@2x.png */, + A01210D98BA044A61DF91187C841D02F /* AM.png */, + 54405F84CBBAFABA60646BE1815D873A /* AM@2x.png */, + 0DD824F845C6CA73192C9802B3EAE514 /* AO.png */, + A28F9EA212F54F339B592B587ACD10A7 /* AO@2x.png */, + 6B42C82CD41B64E69ADC5A49372EC4F6 /* AQ.png */, + 799CE36B7435769AB500DC5A78329824 /* AQ@2x.png */, + 43F65694613BE327A3D8304288981F7F /* AR.png */, + EAD0786BECC8FD405545914C4CC44820 /* AR@2x.png */, + C64C660DA62A00B61D03FCD0C80377B1 /* AS.png */, + 9E030261ED9DA86B7067F4CBB9E0D745 /* AS@2x.png */, + 1CA55D5048D7BB358AE80693AF23DFC7 /* AT.png */, + 9E110D851122E1E79AF563F1FA644B83 /* AT@2x.png */, + B4495C79CF258221ED4F5EC50CC1E245 /* AU.png */, + 6199200056C6C26C51AA6B641FD93EB3 /* AU@2x.png */, + F85A277947AF16F978CE042BDFE9931C /* AW.png */, + 05B60B01D9B726C7E5611D0F1A22567A /* AW@2x.png */, + 196898592B4AD857241DF4519D7B49D4 /* AX.png */, + DFB8A1FCE397D94E680888040D678A21 /* AX@2x.png */, + 6FFFD0981F22CDFD21C06C3C40968D74 /* AZ.png */, + 8053B4EFC43396BF554ED6A03EFC5A85 /* AZ@2x.png */, + 68CA5AA003EA5A6E3D4AEBDA0DFD5E7D /* BA.png */, + C00F6F11C9EF7BF51717FB91593D488A /* BA@2x.png */, + DD3001A23DBBF4595BE1640475A78E57 /* BB.png */, + 58E587DE1F7222D80027CCA7838C6B0A /* BB@2x.png */, + A9A2D4AE5DC73DC381176D9464343396 /* BD.png */, + FF8DF6DDDDAB9DA821B984C0733F5821 /* BD@2x.png */, + 402FB4A6A21CDEEDD7732F5E326D5DBA /* BE.png */, + 4B8D66597AA0410D96E619594E4F1D83 /* BE@2x.png */, + AF6B07D5087F26D763758DF59984200F /* BF.png */, + D990155A2B4B67B18C1E0184603DCD99 /* BF@2x.png */, + 4C76B136003B056C571366F949EE664D /* BG.png */, + 97F9908545DCD5540ABCF57921718901 /* BG@2x.png */, + 8497043917B7838244D0F6CDFA714AA0 /* BH.png */, + 1C0F71F18C3ADC748E3FB4B8E596AD7F /* BH@2x.png */, + CA2BE6C82BE4A82BCD3103A724DC4696 /* BI.png */, + 3662218985EE02D22DFD43E7AAD0EAA7 /* BI@2x.png */, + BE4321BF67FD39BF2BB60CEC5E8027A6 /* BJ.png */, + 4CDECC100AED19AF8F77525BB140E18F /* BJ@2x.png */, + 77775A8A74AA643077881CF76B66361D /* BL.png */, + D2B2CEE824FBC85563E6EF14BD280152 /* BL@2x.png */, + 8C8975276185924EAA4F97D8FE84AC5C /* BM.png */, + E7A7B8ED2683B133E5EEA42CF315DEA1 /* BM@2x.png */, + BF0B6AE3DDAC4DB4556B4C83C830A347 /* BN.png */, + 413AD88E0ADAB16F32D2C1C2A33B4C4F /* BN@2x.png */, + BFEB1EE6DA9BDB941DB44B8554AA12CB /* BO.png */, + 77353CC60450484F7B24CC3569FC4712 /* BO@2x.png */, + 1DEBBC0585DB3FDF9D1133FAFC2BAD6E /* BQ.png */, + 13413EBB98CB81429C8FFA166A83A33F /* BQ@2x.png */, + 48E3190C33C11FB5210B2B0EB37F23BF /* BR.png */, + 06FE3DC5066882A2930287465C531394 /* BR@2x.png */, + 096E458D4C5DCF07721349A77318034F /* BS.png */, + 53E72663277D69435E9C07D4BAD2C282 /* BS@2x.png */, + E2E3BC6204D4D425784F5A67E9C46E85 /* BT.png */, + 58EFD0B92E3F621D4B7A8CBDF79E66F4 /* BT@2x.png */, + CB740A66FFD3A83AF432195102CCF6CE /* BV.png */, + 5A5F538DB7B9CF8BB87906C39227FC55 /* BV@2x.png */, + E1C2BE3F6E339C70C66A7E3A72A109CB /* BW.png */, + 4F30B29AD01C2B72816F2F3D0EC134D1 /* BW@2x.png */, + AB7B6F25D658101F22C1ECFEBA06F763 /* BY.png */, + 9CC964AB1948FA310503D0462816D188 /* BY@2x.png */, + 5ECE1E66A0971CF2826F5134A2F76BBA /* BZ.png */, + EC2979B0D590A3DC1510E9EAF2DDDAFB /* BZ@2x.png */, + 63476CAADEAAA1E2F66394A0FCB6AB0B /* CA.png */, + F79614BD71B3E76C78022B5E5F0334C7 /* CA@2x.png */, + 79848069AF239F540CBF0EAA4A7245B6 /* CC.png */, + 4BC3E5E35628842ED44A269BF243B71E /* CC@2x.png */, + DF8009D1174448E4EEE51EABB9EFE062 /* CD.png */, + 3BFD1E7C419015847AE6A963E8686110 /* CD@2x.png */, + DA13B44AD8E63D9622B4F85E88B4F743 /* CF.png */, + 8462C15BA60102161DD58D5D662D0CA2 /* CF@2x.png */, + D8658A52F3E8A2352F8085DB902BDAEA /* CG.png */, + 535BDC28BB9AD34DC10781B52E4EF4CD /* CG@2x.png */, + 00A020477B9ADDB70C295AD11FAAD9A3 /* CH.png */, + 5B5E8F19EE4AE0ED9B6509C3BAF8B23B /* CH@2x.png */, + 2EDB860D8CC26D0B31819BD7460A6A48 /* CI.png */, + 1D019ADA546FA263BF67C88241756561 /* CI@2x.png */, + 4C1718AE26E44FCA30B657A4FFB9FDEF /* CK.png */, + 9241D1D7856F6C35CC72D78EED5D8FEB /* CK@2x.png */, + 693A32B944057B27F9C4E950EF540402 /* CL.png */, + B133C6FDB8952C0EB0AECA5013148F25 /* CL@2x.png */, + F8CCE543916165A8F4385FDADCFA49C8 /* CM.png */, + 086334A7C9B2B1265A90F7CC0885E5B6 /* CM@2x.png */, + 736575BAE516AAEA795CC93BC3F43A7F /* CN.png */, + 7ECEF5FAD865FFD671B94911311F92DC /* CN@2x.png */, + 1E4D128D8AA326B7481F248DD05BD0F3 /* CO.png */, + 16B61E429C5E2C07AC5D65E6276E1FBC /* CO@2x.png */, + 30A225C19BC309291055DE950773C37E /* Configuration.swift */, + A489CD80C350BDDE9DD74D5344302185 /* Constant.swift */, + 6C5450D0B9F1C4F1E9F146533C1A390E /* countries.plist */, + BEFDC52094367F11C0D35D74F0BF2439 /* Country.swift */, + 250F98EBB505EDC00A8F148D764B6891 /* CountryManager.swift */, + F409AA489221CE53D148263969D0FE8E /* CountryPickerView.swift */, + FBD9A443473BA02DA653EC0B53978E79 /* CountryPickerWithSections.swift */, + 181B5FDD65B8013E48921EAB6648D2D4 /* CountryPickerWithSectionViewModel.swift */, + 7B86DFB4632EFE12790421FBD2DEE44C /* CR.png */, + F97068E7A394324013ACFA4C8987BA47 /* CR@2x.png */, + 85D0FD9EC13F6D83FB7226ACB373C206 /* CU.png */, + 7DEDF7F09BCC315969BF101C7440C71E /* CU@2x.png */, + 5874C59A0A596ECA245828EF393F8878 /* CV.png */, + 15F352685308C3B93FE432A9D2019D99 /* CV@2x.png */, + 1F9399B1AB6FC6DF230BC7280FF6B03C /* CW.png */, + 5102B535E91366F1EC049E5477FECB12 /* CW@2x.png */, + 67F67A47FBDFEB5C8CD88F1DC2EAC14E /* CX.png */, + 230D9D7D930F351CE2C0CEFE01BC58E3 /* CX@2x.png */, + 1C27970DE43F4B134B1E301CCF88A7CA /* CY.png */, + C22BF8F2B83A1A7E572F0FE3F45F458A /* CY@2x.png */, + A9CD039DA63B8EE4D41225DF3A94881F /* CZ.png */, + 73DAC8A52C9BCE3B5FD1C4D149C9E2E3 /* CZ@2x.png */, + F8C371EA4F9161D4CE64EB2B7024C753 /* DE.png */, + 0F7988469B38D0D695C337A9F323C8EB /* DE@2x.png */, + 0824E3C1DB9BEAA96695F46E0613980B /* DJ.png */, + 8F0EF171BC7C580F2098145D8FB2A21C /* DJ@2x.png */, + 51CF0E9FD3B5384B714C3F14E2E031D5 /* DK.png */, + C6FAFC7D1E62FD8B5AC25A404D5D4B6B /* DK@2x.png */, + 732764493BAE17CEA6B11AAD35AD21BF /* DM.png */, + 26E3B0375F834E484F9C52493E7FE977 /* DM@2x.png */, + 4481A5E5C7D2FE5283223F34669968A5 /* DO.png */, + D7F14A3A6539295F7A588F378812E91B /* DO@2x.png */, + 9AC113D7ADC2D15B113A33DBAC264A5B /* DZ.png */, + DDAA4262A2B236B5F28F848782CD80CC /* DZ@2x.png */, + 6495C10EE22BFBCF5522BAC5294C039F /* EC.png */, + 636F4EAA3ECE358FCFE7F96DB82B2DE3 /* EC@2x.png */, + 4144CFC8B14503C7F7D3B0EFF9937AD5 /* EE.png */, + 7AF93FCC274F3FCECAAAEB42CE1FD471 /* EE@2x.png */, + 74353BBFF657970AFA4E05F6187ADF0A /* EG.png */, + 303031F3466C597C11FC001CE9754C22 /* EG@2x.png */, + CC300046B6034EFD6322C68A2A58D0F8 /* EH.png */, + F6F3BC7D534AF4064D163CA96A4A0C7B /* EH@2x.png */, + 3114C68D8C569771AA7A1FF86483F599 /* ER.png */, + E848482545BAE3B90AC28B3F4E6577BC /* ER@2x.png */, + 95CF169ACA34665C8A059EAA264EF796 /* ES.png */, + 79E6175D295FA9DB4611D66834B2CA50 /* ES@2x.png */, + D4E64B609D4AE2DBE595F4DC5AA523E8 /* ET.png */, + C99564FEE86AF25948379DDB811FD1BD /* ET@2x.png */, + 3A71C41D14A24F35EE331CB36D0616FE /* FI.png */, + A7564E5D789D41B75DD946603CCD1280 /* FI@2x.png */, + A21A748E190C314C7C2D9F725EA980DB /* FJ.png */, + B296FB7E8F5436BA3EBFE84BC27EB96B /* FJ@2x.png */, + A91A90B84843E40330A64022259A5A3F /* FK.png */, + 97C72F5234D9D36847DD9E19B9C9C03C /* FK@2x.png */, + EAB8C47BF978A4DE8932DA0228EFBFD6 /* FM.png */, + 9EFF3788D9F3103ED2AF1D270128C630 /* FM@2x.png */, + 3C48356E04F37A54EC8F3811EE3EAFFF /* FO.png */, + AA1117A230606E89322AC51C80A6BA0D /* FO@2x.png */, + CC0AC18918FD14CE44577E4F5C8AFADF /* FR.png */, + 3DC51E8A06D1E4F352A50EB12C22EBEC /* FR@2x.png */, + 0A7D228122A5204AEE44F9CC719BCBC4 /* GA.png */, + 746BE1118B427AF139B32D1A32522E55 /* GA@2x.png */, + 88E25C9962C5E50C39E8166C613B534C /* GB.png */, + 2AE5268877692E2DA70149E6F67F84A2 /* GB@2x.png */, + 07EFF8822194F892A72DCC64986FD0E0 /* GD.png */, + 2B75E1CB202111B816AFDC5D97A57145 /* GD@2x.png */, + 1B0B664FC8E4AB6585E304193B09B059 /* GE.png */, + 9BF05A849D74992D4363FEB0C4AC57F1 /* GE@2x.png */, + 89A08CAC6E9B949DA0A8A8BCE6160C13 /* GF.png */, + 14A5448E001E631111595F872491B1C5 /* GF@2x.png */, + 4A144DCFAC3758716625D68156CDAEFC /* GG.png */, + 9A031DB1F7D7A66A746A6AA45BD29501 /* GG@2x.png */, + 77CA0796EC76DC7C701DEA5248841AC3 /* GH.png */, + 80201A1DD542FEF262F9DB4D438EA974 /* GH@2x.png */, + 331EF52D2AD8AACC5E2040A68B8778CA /* GI.png */, + 5F486BE1F50F19769785A2D1413FF083 /* GI@2x.png */, + 7998107AB20E3F621DFE94ABDC0CA9DD /* GL.png */, + FE2632FDB10FE228370EF6D99867D759 /* GL@2x.png */, + 7282BF7920C10950443E0D9DA5ADA521 /* GM.png */, + 8580CBA55EF6F9BBECF6ABC6D686A2EB /* GM@2x.png */, + 36E3EF75661CC2C229235F1EFFB35448 /* GN.png */, + 25219A65F6E147C41652A3895CC0FB8A /* GN@2x.png */, + 4E32E4473FFE3CFC4C64D2EE7F26170F /* GP.png */, + 4DDC8A970750EE312A97C4A278DA4093 /* GP@2x.png */, + 84D30E424847DE933CA7353E125BE376 /* GQ.png */, + 514197DB9CDFA5C1C9777094E1705ADB /* GQ@2x.png */, + DB57D321EA4980BAB8404D7EAFD530E6 /* GR.png */, + 985ED6AA03ED5817C0FF4A335C95DC60 /* GR@2x.png */, + 191C1C98DA2807A85CE3F6FC9E60EE58 /* GS.png */, + 541E244EC589F65DA1F171C7F9DB4AEC /* GS@2x.png */, + 416405D34D477EAD6F6EA44F1986531E /* GT.png */, + A62B6EE379153B4008662EC2B0EB3399 /* GT@2x.png */, + C19563FEC2CF4045343532AFF5DD57DC /* GU.png */, + EA65F56D4724F826B55E6AA00495E125 /* GU@2x.png */, + D9D9E52AAA1864E77021C4C0675C6DA2 /* GW.png */, + 157CE06CFF601E1819F5677C05AB1078 /* GW@2x.png */, + 542D20981B62B62468CC2E0C5188F899 /* GY.png */, + 4954B04D5AC89E51B4849A3A7766CCCE /* GY@2x.png */, + 76ACEE8AEB19C6FE30DBE6E502A5E8E2 /* HK.png */, + A1FA0E7DBCC6E4C10EC0E3AEEC0AD396 /* HK@2x.png */, + 51605E5A28F1C25AD73EB0731AD86BB2 /* HM.png */, + 28101FA7BA6AD5B5F2C467BC498F8EB4 /* HM@2x.png */, + C454D2C5D1E20149BE1E479B9D54E23D /* HN.png */, + 6957E5F20173AC692D7B931723A3F7C9 /* HN@2x.png */, + 918A4955EDB4A9911770B367A52B9211 /* HR.png */, + E50A910BB14F58AC35C3C9A52108A688 /* HR@2x.png */, + 12411467C9476F972DC557E461A7906D /* HT.png */, + 7ECA12BEDF71853807969B8C53D2F4EA /* HT@2x.png */, + CF7D1CD4D0A23D50B353CB7BB6983AF4 /* HU.png */, + 1B6AFE67BE3C96728B1CCDF50836A5D4 /* HU@2x.png */, + 28E6F88544F9638066485D054223033D /* ID.png */, + C5467D9ED1BE83869E244147F6E7DB86 /* ID@2x.png */, + 1E8835756E913458755E9ACF7A253707 /* IE.png */, + EA58B969DA757512491F1A9CCC6F06F3 /* IE@2x.png */, + F0510DE41456060216647EF817C41128 /* IL.png */, + 6E80AAC26AC5F2CE57C03198AF96248E /* IL@2x.png */, + D8CDDCAFB2255E4C0020141D6A3B526D /* IM.png */, + 14E47FA25271A10671CFF258F850D3C0 /* IM@2x.png */, + 4D3759799B72D9545694757D4E8E7C82 /* IN.png */, + BC3A74D871356397A6CEEE7C37D2545F /* IN@2x.png */, + 325EB00A51643D9FCF7C31A1B02E639C /* IO.png */, + D4C8FC604001D976F441DF9CE4455F2F /* IO@2x.png */, + 21B85438602306E57B0679B3B6BAA166 /* IQ.png */, + 2093A67B8596AABD02A1D2835A992330 /* IQ@2x.png */, + 575B320670569E6427E30BA0E9A067A1 /* IR.png */, + A13CF8B870BC60A74C49307FD267ED92 /* IR@2x.png */, + A29AF8555CAED10A9D767843B2504BF7 /* IS.png */, + CDB3679A5AE34E3B28C6133747428CA7 /* IS@2x.png */, + D557A73FE4769E1CCBE03E12784C0D7A /* IT.png */, + E75C0BF03153980E4F145EBC51B0DABF /* IT@2x.png */, + 9909DC1A79C6E07E7D91160402EB3F49 /* JE.png */, + BFBDB1A597736EDA31DA434B564ABF59 /* JE@2x.png */, + A05D96A0047E225A30B82BCBB20DDDCC /* JM.png */, + 3B87721215C074F212C17377B26E5B88 /* JM@2x.png */, + F8C4DACE0AFAB8011DAE0253CCBB1124 /* JO.png */, + 25532D41E07890B550DF8F3F9EAACD24 /* JO@2x.png */, + 626B3A98F78D69EED5271D9211EEC587 /* JP.png */, + 27E61232F53F6F61E7E391BA2A52D2F7 /* JP@2x.png */, + F198AC3B4F4696CEDCB45C53710FF0F5 /* KE.png */, + E344F18CA1F03B020C6C307ECD7192EA /* KE@2x.png */, + E6B1B4C9EF1ECDA1F6D29ED2659E1269 /* KG.png */, + 93CDE416481857551085FAA071E20032 /* KG@2x.png */, + AE50FD544B3A10433BB3A0578E4AC1C9 /* KH.png */, + 88F82CAB1D5ED7EB6943758488502EF6 /* KH@2x.png */, + D4C67A5B6C374D29C63E1CEA8A074A2E /* KI.png */, + BFE6F02A809171A7AEC2FA79051CECE0 /* KI@2x.png */, + 86C04B39975DDCF436663AE928B1269A /* KM.png */, + 66CB33213CD4C17C0C28E69E185EDBB2 /* KM@2x.png */, + 4CAACD98AEE364685D6C44933E36B01F /* KN.png */, + 97B8B90CA4C0B76421383E61C96A553A /* KN@2x.png */, + 7DF218DF3B2845ACD1E9CDB83716F49C /* KP.png */, + 6BFE1A0F434CCCB01F1CF6E29A82B620 /* KP@2x.png */, + 3941C8DF4156B261E4383945E5C05603 /* KR.png */, + 77F8BA8068A9573249DEA87EAF3D5A2C /* KR@2x.png */, + D720D5ADC5205D9B6B1A8907D20B8147 /* KW.png */, + 61163B7816AB3ECB9810B165F5A8BA08 /* KW@2x.png */, + DECE208AEFA0F92CD968F938FE6A925F /* KY.png */, + 0DE1FFDFCD22069900F4D7F57631CAE4 /* KY@2x.png */, + 226FEE0C8D76B408C20D4D2EA00ED023 /* KZ.png */, + 2CF550D3C5CA78FFEF67DDB5DFC7B6AE /* KZ@2x.png */, + 60E628EBB43A73A115747BF377A32465 /* LA.png */, + 5C09E1F15D59CD66F3D8A31F32B3F88E /* LA@2x.png */, + 781B63A66562E8294B468902725A07F3 /* LB.png */, + 836859590F25CDDDD4381AD4136AEF6B /* LB@2x.png */, + 7075B095167F904FB4E1934704715A33 /* LC.png */, + 9FCF84963019441F6787FC122DF3EBF1 /* LC@2x.png */, + 4F4F42BFFE27A465038BD9CF1D3E4F16 /* LI.png */, + 46D27AC55DD15EB43775CF9FC1663182 /* LI@2x.png */, + 0C5B67B8D3659B694BDE40BD506A2D81 /* LK.png */, + 1FD6053316E167F276EFE5DFC6522699 /* LK@2x.png */, + 067D6429AE2D3833C331D716F3CAC589 /* LR.png */, + 888B9E658E2A5EAC63E170A878C35F85 /* LR@2x.png */, + 0C296EF35C2DFE64A948B28DC081AD38 /* LS.png */, + CF6631303C92ACFA29890EDA95EC78CC /* LS@2x.png */, + F2A8D9BC74D05A8D17C3E0C9C0B9AAE9 /* LT.png */, + 3E5DEF174A30649743C2C13181E4137F /* LT@2x.png */, + 6D963A0D9CDD6DC465EC9AC215717712 /* LU.png */, + 79B921370477A902FA8186A5C551A56D /* LU@2x.png */, + B97670750BCAC392FA0D15B390279A81 /* LV.png */, + 3DA631B28E442B7B8750FC3C8705F558 /* LV@2x.png */, + 68D0357AD92E9800F7AFE47D216D1DDA /* LY.png */, + 8DBCB692B8BC4783255C2C7745E20123 /* LY@2x.png */, + C334294422C7761BCDB7891658B58D53 /* MA.png */, + F869C2D38F5A6DADF1A6E2ABD05D140E /* MA@2x.png */, + E2F7D51CC2F08397C65B1A302ADE1F9E /* MC.png */, + 323D7314778019120E03135D5D845B75 /* MC@2x.png */, + 926B05765C168F5C54049136132F75BD /* MD.png */, + 830278415AD5443DB311C58E4DA65E85 /* MD@2x.png */, + 5A1B25A21136EBC21F462BB67DF50026 /* ME.png */, + 721B4F87B713444241EE87C2375ABD96 /* ME@2x.png */, + FA0A691A55540044C456A66126B1F45F /* MF.png */, + C6A359AEC044D8E0C2354325292D69D7 /* MF@2x.png */, + 2588E6193506839B501888ACCB6859CA /* MG.png */, + 656C6A15E41B86762BAB2B907C317C47 /* MG@2x.png */, + F23C9CE9AF3A93E79B3ED5E22D6393BF /* MH.png */, + 4D5D775BFBC2C61EC4C7424E93203066 /* MH@2x.png */, + 2D14151BDE33B4B2668AF8605A453B28 /* MK.png */, + E731B704174152DA3DA2E94B0435CDAB /* MK@2x.png */, + EDA186008C94C17DC80D1E4B3D1D2960 /* ML.png */, + CD80DE98DB9EEE69B42AD8519F2497A0 /* ML@2x.png */, + 35BF870B840EB02DD3B2710883447CD7 /* MM.png */, + DD6F31A1EC9A4662E19C46AAFB6C6D16 /* MM@2x.png */, + DC1239C49B52DAE9A0371CFE6C99841D /* MN.png */, + 8E82CE8531D12067453B10CA0813A08E /* MN@2x.png */, + 72239200EA5885FD05B51E00B4ED3ABC /* MO.png */, + F5089DBAB66A2042E7358517653FC997 /* MO@2x.png */, + 93D39301AEA93863FD3231A46815A969 /* MP.png */, + F0596A45FA771E67C596F4938B8F754A /* MP@2x.png */, + E14F156FB1D6AA1F36EDB97F79524E05 /* MQ.png */, + 34CEA41725C6A4763601B488AEEDA78E /* MQ@2x.png */, + 92ED4F592DE2B5F040002A9E93B2959C /* MR.png */, + D2829C167661E03CCFC30E188A8BD38B /* MR@2x.png */, + DABC0199F681B37E88219AB9225230AD /* MS.png */, + 2C427929388093535B9BCA3A63FD9B40 /* MS@2x.png */, + 7E5222DC54E921DAC73133677B707EC8 /* MT.png */, + ADD37295AAFE214827E5D0C35B7353AA /* MT@2x.png */, + DEDC2AA59C5BA3B8E6A94BDC0065A431 /* MU.png */, + 1A38DBD3B98839D7CB85B2941C6FC91B /* MU@2x.png */, + 1C8394CDCB051C6BD3264CC08B15D18F /* MV.png */, + 0AD4FEFDB10C6D903AA5736016066D4B /* MV@2x.png */, + 2C28203A9F9783D5DD3A486F9706FDD7 /* MW.png */, + 63A11EAB5572A8522CC47470905DFCF6 /* MW@2x.png */, + ADA6C06BCC46DA844E6696D16901CEC4 /* MX.png */, + A3569B815A642735464B4F4A1B74D3E7 /* MX@2x.png */, + 09FEB483F53D6B070953644DE89C2245 /* MY.png */, + 890DE4559C29F1A8665BBF0432617AF8 /* MY@2x.png */, + 78B8BA2409B9E22E27E67C9A2C864E60 /* MZ.png */, + 4E0301BC184B92A14209A555ACAEC3D8 /* MZ@2x.png */, + B186F8F714687F45BC661ED04ED125E2 /* NA.png */, + 29E03878A3BA189B726A40E74C67898F /* NA@2x.png */, + CEAD3066D9AEADBE5FEE8FB08BB56ECB /* NC.png */, + E70E0C0006C14709BB5B3F763151893E /* NC@2x.png */, + E0834FD69F82D730B4B5EA4F1DD1B06D /* NE.png */, + E7354224155B79341FC4FA8A3228A5D9 /* NE@2x.png */, + BCCFA44EC19BF6602043252F33833D4F /* NF.png */, + 5B2B27764C1057999C8F58515BD8F831 /* NF@2x.png */, + 794CF0A6A70C57A9966A73768078B3DA /* NG.png */, + E61DC418BACA98F7B3822B41DA6C2901 /* NG@2x.png */, + 10620293FB043316AB49F01921F3B72B /* NI.png */, + 7C772E22A4D91EA2F5226C1C59EC5F31 /* NI@2x.png */, + 07CB97E61939E1313F810C796A22F229 /* NL.png */, + C6EA2ED1ED533F2F82DA99C29FF3BAD5 /* NL@2x.png */, + 0C1AFD96376F585F66ADF260888A719A /* NO.png */, + 3EB0AE460242A41CB32B4E0A610CCAF3 /* NO@2x.png */, + FC93ECC20B34AC3A44F158A20A1B06C2 /* NP.png */, + 1B841EB4AF7AA7B255C4A3A523142378 /* NP@2x.png */, + A8B070E4C99F3398B9AC92849E485774 /* NR.png */, + 35BCFAA862B5CB8D6B154158E917A701 /* NR@2x.png */, + 138D4C98F0F75010F010A02774C0FAE1 /* NU.png */, + 43CEF781DC51CEF3B896B96C0D9F15E2 /* NU@2x.png */, + 48FF8708FA5DC9E3A560B321F339EA16 /* NZ.png */, + C673C265284116EB1A744F4D34DC4210 /* NZ@2x.png */, + 075EFCB4F8323655353A49A5B28CCEA6 /* OM.png */, + CC3291BC67D67415A48ACE61C342B914 /* OM@2x.png */, + 384707931C52629805696E0CB3B97F3C /* PA.png */, + 933D4C2832BC1298BFD645905FA97ED4 /* PA@2x.png */, + 3AF55E86D3DB56940EC4C64E5AFA04F5 /* PE.png */, + 8B9960F2F794A0DA716BE992FAC0AF10 /* PE@2x.png */, + 0FD745A1206FE32C9CBCAB9592C459EC /* PF.png */, + 91FCDE2D3B5884DAA0EE9C41E5953A76 /* PF@2x.png */, + 9F5A496D6AA680B5EAE419B00DF16AEE /* PG.png */, + 96E0AD8A58425DB2CBFB9B9B58B72A8B /* PG@2x.png */, + 723270F75C7FD8C3231EF91F8D8B3B73 /* PH.png */, + 95541B1BFE80DED3D132BDDD440DEA40 /* PH@2x.png */, + 71A6DB9D32B6BACBF1B5057EC95F12AD /* PK.png */, + D6B1C69DC7360C531E4CE9CB7542EFB4 /* PK@2x.png */, + A01AAD1CFCBA35045447635594C447EC /* PL.png */, + 7CB1CAFE82004E174A38BD5A446424CF /* PL@2x.png */, + CBA66823D153DA7D3DBA4D114D608E0D /* PM.png */, + 56C9E8BC1D74FB0D72BD16B66FECA061 /* PM@2x.png */, + 702A5066D6F27D0CE216772F0701FDA6 /* PN.png */, + 750347553FE88B89803F2217B19B3181 /* PN@2x.png */, + BF2E5CCC254D18F727AAA4F026A0D371 /* PR.png */, + C9D21B4A8FE26820442BA144F75A639F /* PR@2x.png */, + E0DEF583B74D86EF4E346A2472548787 /* PS.png */, + 806E28DA00111B6383DD2381B036942F /* PS@2x.png */, + 900CD991349CDFAF05EA72ECE6BD5259 /* PT.png */, + 313EC841C755DECC1547B38E52D03837 /* PT@2x.png */, + 3EDCC31A29368DCBCEEDCFED40FF7830 /* PW.png */, + 68CFCD72D61B9C605780EFE2A872C1CF /* PW@2x.png */, + C66247C6DE877BFA80F75E7C4756903E /* PY.png */, + 5A68256582884CFC0BB1AF36A8020BB3 /* PY@2x.png */, + 7624AB6D331D6E5D5704BEEB5D3D6A92 /* QA.png */, + EB1903F0C12A6A0255E6E925E3E11CC8 /* QA@2x.png */, + 752D4F13ECBE4F0D0C597173A97721BA /* RE.png */, + 259F539B48D26DDCFC401F9EAC4ACBCB /* RE@2x.png */, + 3E239A6A131D203F5A27DE55781F0281 /* RO.png */, + 149776CCCC2D97E9A5BC7A5A15AA0B0B /* RO@2x.png */, + 8B18E337B995028E8EA4FD86050C4615 /* RS.png */, + 26C10A70B8FCC33ED1EC99B1EA5AE78D /* RS@2x.png */, + 0936B61DD5BB8E94CA5897966BD77E38 /* RU.png */, + 3CDCEA639680B227F422E3069A2D6727 /* RU@2x.png */, + 1D1496AE49584A103FD537346EC01D87 /* RW.png */, + 6E3D9AB17A861E189C7650DBF8DE96B7 /* RW@2x.png */, + BBAD03CE2E43EF8B912A4D969628F283 /* SA.png */, + 74EFB8B7222462B573C403617F981B5C /* SA@2x.png */, + 665D4EB0A34F0365B45BA3767A965FDB /* SB.png */, + D30B205B0FB208B335D0DB9261B5426F /* SB@2x.png */, + 7C10FE49DCA9FC7B30BB9CC8AE9F34BC /* SC.png */, + 6FBECB10771EEA525520E5C08C4F9516 /* SC@2x.png */, + C915A4B2BAB29B08FAFE0A7FA46FB6A6 /* SD.png */, + 9C76F44B5291CF22FEA83B07D07189C9 /* SD@2x.png */, + 7305FFBF85775859E193E3D81DDA266F /* SE.png */, + A188879F92F60383663E2F282C17E94B /* SE@2x.png */, + A2DB6D8D5CACB5E07EAB8069447EBD12 /* SectionMapper.swift */, + C0867905E2F244B5D21C18097D0AF54C /* SG.png */, + 5B0BFCB5596ED38609917E9B01969E7B /* SG@2x.png */, + D20A2BC89EAA8E95AD8488077FAD9757 /* SH.png */, + F99B54543DA38B5B81B2299BFCE772D5 /* SH@2x.png */, + ECF51FF0E54F9C13E5D9FBE71B2B2144 /* SI.png */, + 599AA000E4F37979D4AC1D3C9128142D /* SI@2x.png */, + C41D5EB2834139096927E64860BB3737 /* SJ.png */, + 1774E44A6CD9EA86E2D45B4B18167D67 /* SJ@2x.png */, + BF1FEB251E184248F6F4C105827C049A /* SK.png */, + F122C8222BB24780862832BA61EF75DA /* SK@2x.png */, + 3B35BF718D75E256E3B27766D096B9CE /* SL.png */, + 38591148CAB6C2AD96F96D245B75172A /* SL@2x.png */, + 058703EA49B062D024C83CF5C36AE876 /* SM.png */, + DA31E2A7B7F8F976BFFC6558FC8C71A1 /* SM@2x.png */, + 8C0D6EEB175ABD8C728FC33F453A6DAE /* SN.png */, + F6341146A31039D1C167C6F9BDE80187 /* SN@2x.png */, + 52C2A18703876F377E875FFEB329CC89 /* SO.png */, + 776794C818C73DBB6EBD08E0ED9B7A7D /* SO@2x.png */, + D9B40E9156C3D260DD85250AAEEFE309 /* SR.png */, + D7C0306B99BDE1F3ABB728A898662AD9 /* SR@2x.png */, + 645C99E742F81D83768080D03C336E4E /* SS.png */, + 46AC79950373005EE206548DCC899A86 /* SS@2x.png */, + 1DDBF60A0D6AE421C963A5666A2CA273 /* ST.png */, + 6CD0F3F73839A1EEA90700B267A07C25 /* ST@2x.png */, + 376F5C540EA3D9047EFDFCAA5594944F /* SV.png */, + 21E8E7B8830559AD3F167056ABD594A1 /* SV@2x.png */, + 7CBFBAB569FC90D79894F30146563D84 /* SX.png */, + 49D78B8501A67378373E9F435534272C /* SX@2x.png */, + 4FA85F5190D9FACB481392576CA02EDD /* SY.png */, + 0A5664863D0425147BE6AF6490107EEF /* SY@2x.png */, + CDE9068F953B26518ABFCAD78DD755A6 /* SZ.png */, + A788CE364C90807FBFA66BBEDFE8E4EA /* SZ@2x.png */, + 8BDCFB421CC35DBB7A34CBB6639948C4 /* TC.png */, + 4D437C7B599AA9F86F12E5F03FCD70A2 /* TC@2x.png */, + 36D50775300C311F607692786AF9F198 /* TD.png */, + 64F9BAD306A1979BF55D07376EC4B687 /* TD@2x.png */, + 09966DE908D33FAC54F25C674A51FC8D /* TF.png */, + CBB6414B841AF4D3955E9F4AB6854329 /* TF@2x.png */, + A702F751D0B5C9C5F65503C2118F8FD2 /* TG.png */, + FD464B9687A896D9C7E60C028CDC926C /* TG@2x.png */, + 2BD703B47B14A77FEC96AC76153E892D /* TH.png */, + FC088247EBE6C7CAD42F29AF0E25EEED /* TH@2x.png */, + 2F1C38B0008C5D9AE7DEE4C57C4DB6C6 /* TJ.png */, + B4EB6C8ED4882514278AD4D43BFE83B8 /* TJ@2x.png */, + C2DEB27F2178B9C492207D75E25EA128 /* TK.png */, + B82691344FB9D870608FCC76DED6EEAB /* TK@2x.png */, + B012766255D1C29ED238C42F0EE790BC /* TL.png */, + 53AE5E79DA6DBB524F00FEAE1742EE74 /* TL@2x.png */, + AA3E198F20D00DE5EA39AEE14CA72BA2 /* TM.png */, + C42F1D36BCFFCA4F84AA50A4A41B52E5 /* TM@2x.png */, + D15084D7211CE0BFB52FA7498C6919AA /* TN.png */, + 24D4FCADD0A29B5C5B4E8D5F384A4FFA /* TN@2x.png */, + 305D213315D70E79DF1A892586F66759 /* TO.png */, + 1D0A2FCB1C9C54ACC143B6F7FDE099C4 /* TO@2x.png */, + E6F17ED19CD68505FC62755D40B73C7B /* TR.png */, + 7ED4035245DC534BD22A1C470EF7062B /* TR@2x.png */, + 0F396BEBA1E5877C76C273D529FEEF83 /* TT.png */, + F774804686CEF99770F16E7A25620A58 /* TT@2x.png */, + D172557F5DC9C88CECB9836FC42C649F /* TV.png */, + E34A18DF8040F76BD23635C6F1AB994E /* TV@2x.png */, + F8381A7CB59187545BA0C29FC693A495 /* TW.png */, + 69C4786020C57FEA162C8E2565A60726 /* TW@2x.png */, + 85FF3364D25D87C9ABB226798414E358 /* TZ.png */, + DACC9F5F70BD522BE4A55987E8CAE961 /* TZ@2x.png */, + 2DD0F01424E3DE07FDB2858098C6E29A /* UA.png */, + C8186494E2C3F1CA3E0F602762C95972 /* UA@2x.png */, + 8EDEFE128E0A0E69A94528E10107E0B8 /* UG.png */, + 3C4FBEA75C42665686FB96241E96D649 /* UG@2x.png */, + 64924A8909208060126B8724D56E4D7A /* UM.png */, + 1669440251B0B92B603DEA72FE0F67B0 /* UM@2x.png */, + 6BF29792D56E8A3B666BA6581EDDDF61 /* US.png */, + 3035402E49888EC494C934610E318F20 /* US@2x.png */, + 7B9133038EB95E7830C35C86DF3FB166 /* UY.png */, + AFFA7EC27273F0D8636425CD92BBB373 /* UY@2x.png */, + 5E4D0A99AF3A44CF6263389C7E83DE47 /* UZ.png */, + E227DE0B88977FA355347E9E7B1ACCFE /* UZ@2x.png */, + 95AB8E843A6495746B709E4B44247C0E /* VA.png */, + EF1916C1B9612F989BB76742D03195C0 /* VA@2x.png */, + AEE6816280815E4CF69D0C3E487413BC /* VC.png */, + C90EC8326A93D5AE7CE9E457FCB8B479 /* VC@2x.png */, + 46179ADE79A274F005092778D1DAB415 /* VE.png */, + C780BB8BD9117AB74D44C1CA5EFCCD1B /* VE@2x.png */, + FBC55CB27EA3649DFBE328BD92CEC3C3 /* VG.png */, + B01D8B602CE7769E4EF5C2DFD462782C /* VG@2x.png */, + A405F385CFDF5A3EABA5EA4BCD7ACCAB /* VI.png */, + 2E1E097C86E2524BF9A11963C40F519F /* VI@2x.png */, + 80DFD0090037D8B5493266C0E333DAA2 /* VN.png */, + A2195B95BA4D9935989463BC81C29971 /* VN@2x.png */, + 6F02C6C195FDD8A03698F82510A3F2C3 /* VU.png */, + 3FFE18904B801D56FFA2FB8A8D67C6E8 /* VU@2x.png */, + AB0661754070E6493DB0F1572CFF6031 /* WF.png */, + 4999B27DCF552E9DDDB90D624E3EDFEB /* WF@2x.png */, + 58CD7328D659005A844136B62FF1C9B9 /* WS.png */, + 30CEAF4B26D6E09FC48A21FDE0B864A4 /* WS@2x.png */, + 8B924632FE6D0877242B06A38B9EB2B5 /* XK.png */, + 4577047A7F09C5FC2BAED6EA4089007D /* XK@2.png */, + EE93335F1923EEE7B480344202B49F55 /* YE.png */, + E5E2A1766D39DDEAB7DBC94EC0FEB75D /* YE@2x.png */, + 578FEF2F008B47CF680B8C14775590BE /* YT.png */, + 8078F22C330B3F68895AA76B63D13CA6 /* YT@2x.png */, + BFA46733EE8B2187E0C69D376D1A4470 /* ZA.png */, + BA1F08D1F38542887A35BBDAD6A0396E /* ZA@2x.png */, + 1CA44FCD90527A014EA7A78709B3A05F /* ZM.png */, + B3E506468763199A690E545F74F691F3 /* ZM@2x.png */, + FDA98EEBE3BE3450789E5E66A3B1BBCD /* ZW.png */, + 9292B8DDBE9A8F34B0F97F72CF487A9E /* ZW@2x.png */, + 3F506036D139EA986209EC2A496E4B7E /* CountryPickerWheelView */, + CEF65BD7C84BB10A50893EC82CDB36E8 /* Pod */, + F0FC9DDC4E7F8A08608A9084C5160F0E /* Support Files */, + ); + name = SKCountryPicker; + path = ../..; + 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 = ""; + }; + CEF65BD7C84BB10A50893EC82CDB36E8 /* Pod */ = { + isa = PBXGroup; + children = ( + BAEE4E4ACAA1D8F99C53D0E822BB15B1 /* SKCountryPicker.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + CF1408CF629C7361332E53B88F7BD30C = { + isa = PBXGroup; + children = ( + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, + 1746A8A6A531505890228A7BAA7DD312 /* Development Pods */, + D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */, + 0A810FA84DE4A4C355ABE7858B0ECE77 /* Products */, + 59479BEC6311EA21164096BB394E3A94 /* Targets Support Files */, + ); + sourceTree = ""; + }; + D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 578452D2E740E91742655AC8F1636D1F /* iOS */, + ); + name = Frameworks; + sourceTree = ""; + }; + F0FC9DDC4E7F8A08608A9084C5160F0E /* Support Files */ = { + isa = PBXGroup; + children = ( + BCA5B6EC46C2DA2FE7E405A871DF4719 /* ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist */, + 38EA51FB93A7A79370E2C5F6BB808AFD /* SKCountryPicker.modulemap */, + 5D8F321ECDB88F05DF1B24CED9E1C7B4 /* SKCountryPicker-dummy.m */, + D8BBC59B9DACA9A70FD646168B0FDD15 /* SKCountryPicker-Info.plist */, + AF4E9CBE4A529B3890DD2260D601C3FE /* SKCountryPicker-prefix.pch */, + 706EC7C6C9AD3D7CED4125B4CE97A3A9 /* SKCountryPicker-umbrella.h */, + 78065F51FE1742887FC037E6E148C4A4 /* SKCountryPicker.debug.xcconfig */, + 456CDDD9493C529D436A69C4760E9B07 /* SKCountryPicker.release.xcconfig */, + ); + name = "Support Files"; + path = "CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker"; + 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 = 452222856F744173870BC93AF9A86FC8 /* Build configuration list for PBXNativeTarget "SKCountryPicker-CountryPickerController" */; + buildPhases = ( + E009994CF811399EE816809DD9E2B864 /* Sources */, + EC026441B837A312C1CA35A2A4414309 /* Frameworks */, + F8C7AA80485E2229FD371AEE2B35D326 /* 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 */, + 3FCB1E3A2D5434F0BBBA529DB8FE20AA /* Sources */, + B3774C55EF2891E3148156A4D1D7F063 /* Frameworks */, + 545E990D6BFD5BCF25D6E6C208B8132A /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 30788E118E0811DD150F92B9A08238CF /* 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 = ( + E4DDE6D93F44F7B37ED4F73E846E044C /* 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; + }; + B989CF6DF9A10A077BB5AF77A0AED6CC /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F8C7AA80485E2229FD371AEE2B35D326 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 08BC1243DDCDEAD43D3D232B6CFDD765 /* AD.png in Resources */, + 2858B9E7CC4D570DE433DCEFB41EAD58 /* AD@2x.png in Resources */, + 92F522ED1FE075CFB9F398B7CA334FC3 /* AE.png in Resources */, + BD2E3BF0BF55618EBF6DE388A73C9AA6 /* AE@2x.png in Resources */, + 89AD23AD72EB39D2CD73B39BFD8C42E0 /* AF.png in Resources */, + 3E55159546BFEF9764E9020480A941D6 /* AF@2x.png in Resources */, + A2BA5F03C702CC987D00D942838CA431 /* AG.png in Resources */, + 9C1EEAD57F6634507E3BBEA6472F3A40 /* AG@2x.png in Resources */, + C2AFDE0FC84583600424DE2F83F75842 /* AI.png in Resources */, + 4D3EB38DCCA151A7D896DCBBF513EB48 /* AI@2x.png in Resources */, + B5C1237B6A58CC1BC636247CC8140087 /* AL.png in Resources */, + 4062FEAFAB6EEBFE07E4D8821970E437 /* AL@2x.png in Resources */, + ADDB47FA2B6A699412F9B92D41144899 /* AM.png in Resources */, + AA2A7D05472B15239B84932CB5B81073 /* AM@2x.png in Resources */, + 17379E4056F3D0DA36EFF9D2AD073B5F /* AO.png in Resources */, + 0F1D07AC6DC020F06833C847914B609C /* AO@2x.png in Resources */, + F7DAFF066C69466D786640A06416658D /* AQ.png in Resources */, + 0D680858BD31A97E72A8341FCD2A1E90 /* AQ@2x.png in Resources */, + 2BC0973599121833D314EFE4B80484F6 /* AR.png in Resources */, + 0635824A775809512C2E9B178918F7C9 /* AR@2x.png in Resources */, + C0716C723DB109BA7EDAE69F7E6FF203 /* AS.png in Resources */, + 703931AC019EC6D66D5386B4E1F2BB94 /* AS@2x.png in Resources */, + CA69F524513C8D5FE338E210EAD64606 /* AT.png in Resources */, + 934194B0902F7B78A1BABED0131FF350 /* AT@2x.png in Resources */, + A5341DC43C0C4990CC726AB042D184AC /* AU.png in Resources */, + 7B8C63D2DCAA23ADC33701B5C7159ABF /* AU@2x.png in Resources */, + B492D4E15795F5E81D5122BA1E86E165 /* AW.png in Resources */, + 5A21D7A1460F2C370DE794C1FAD9942F /* AW@2x.png in Resources */, + 197ACE78673814E3452DEC682AE3F312 /* AX.png in Resources */, + 6F9BD184B5B40AF430901292528A6062 /* AX@2x.png in Resources */, + E3BA50DA2324043C14380DBC5ECBF8AD /* AZ.png in Resources */, + 74FFBC711AED8830E3195D8EDB131D9B /* AZ@2x.png in Resources */, + BC32C7BEE1A617D615F45A7A4A6380F8 /* BA.png in Resources */, + A7B20B799A85B12C237ADB1E6A265D3C /* BA@2x.png in Resources */, + D70A0AA0622D8EFBC46E5A8FEFCF5B81 /* BB.png in Resources */, + A5FBA634C4D77394C3348F1CA91F4992 /* BB@2x.png in Resources */, + 990C47AFA4DF3D5F11DB9C25656E6417 /* BD.png in Resources */, + 765CA6E08F6F5086617502B4F3FF74A2 /* BD@2x.png in Resources */, + 8323DAE765E4F3144AFF64C951B7F3D5 /* BE.png in Resources */, + 57F9BA12FE77266C99F06A0CB9439360 /* BE@2x.png in Resources */, + 4BAC06360685CBF68323F6D4DAAB2FF5 /* BF.png in Resources */, + 735941D4C6A3C3E9FF548FE259270583 /* BF@2x.png in Resources */, + 34B5E6C536D2877F3CBD80E8322518E2 /* BG.png in Resources */, + D01857D66A16C9341098691545ABFD71 /* BG@2x.png in Resources */, + 269663CF9044585C0878A047D0D1C39A /* BH.png in Resources */, + EB7541EFA292E5B4ECB80147F2F2CDF6 /* BH@2x.png in Resources */, + C1090BE3F26B6A3414F6E18F98C89ED7 /* BI.png in Resources */, + F12A687EDFE7F7C2B78A86455EA47038 /* BI@2x.png in Resources */, + 07FE5833B028E734CB35AB103E7885C9 /* BJ.png in Resources */, + 9AA42038CCD48809FF2380648453DECD /* BJ@2x.png in Resources */, + 42D3D04BDE498C6362212C2F3D6D23E0 /* BL.png in Resources */, + 5B8BF438802B150B54686658BC3C86AE /* BL@2x.png in Resources */, + 2850AC5655EFA2BACFC95ECF0D13F902 /* BM.png in Resources */, + 16117E1C89D6B09BE2CBEAC70998162B /* BM@2x.png in Resources */, + 2D6DE1BB806C134B82FCA0E18E91666D /* BN.png in Resources */, + 896E979E9174A7153289652DE00A90BF /* BN@2x.png in Resources */, + 1142E6AFE58AF0250CF65CBD223B4A02 /* BO.png in Resources */, + 1A75518577CB92E0E4FBFB59792B127E /* BO@2x.png in Resources */, + 2689EE105B29FF367ED876F8AF599D21 /* BQ.png in Resources */, + B043981E6C872D37C8ECAC4518B83165 /* BQ@2x.png in Resources */, + 09980604A3182E1EDD9CB9036BEA05D9 /* BR.png in Resources */, + B3DF6581A256C8F6273BE7039E34B159 /* BR@2x.png in Resources */, + CF285D10EC6FE7744B1A19F4F1B2BF87 /* BS.png in Resources */, + FBF970A9CDBF6CFF3BBB10BCC97A5010 /* BS@2x.png in Resources */, + C7CE572B0620CEC92FCEF5F4E6CAAF9D /* BT.png in Resources */, + E66C86D5C56AAD8AB0A44A68F09BCA40 /* BT@2x.png in Resources */, + 852981B1F7C9DD9CD80F933B108DD8E8 /* BV.png in Resources */, + A26F4EDDA17D439A5901BE0AC99AA64F /* BV@2x.png in Resources */, + FC84CD765128FAD12E5A8EFA9C3C09D5 /* BW.png in Resources */, + 170450696DFD06455CCA07CD8F6AE077 /* BW@2x.png in Resources */, + 61332E5F51463F33CD3461806D04ABD1 /* BY.png in Resources */, + D4D899B633830389E3F193A5ADBF4BDA /* BY@2x.png in Resources */, + C308B8C70A3D03099E59BFCE438146D1 /* BZ.png in Resources */, + E6B3CA70D3B26B715A0E378DABA12FDB /* BZ@2x.png in Resources */, + 521FD518B02D4DF37D9793921A9836C8 /* CA.png in Resources */, + 220C61D7601CC03E9D01FDB6916E3150 /* CA@2x.png in Resources */, + BFF88D68E826F8C18EE3E2B30EE4B5AF /* CC.png in Resources */, + D9F7D305F45421E9E03EB8DAD364143E /* CC@2x.png in Resources */, + 706070DEF3795D5AA475C33E851FB430 /* CD.png in Resources */, + F11476FAAD2364FB33E1B30FB9B1597D /* CD@2x.png in Resources */, + AC81ACAAEACC73BE3191C1058DBE62C4 /* CF.png in Resources */, + 2A51ABB2064792F665611C7911C590F9 /* CF@2x.png in Resources */, + 47F27C8EB556AA439E81763D1651FD83 /* CG.png in Resources */, + 1CE0A285B963EEF7FD1D72807886D877 /* CG@2x.png in Resources */, + 83686A22D949E0147D23CAD9318B4ED9 /* CH.png in Resources */, + 3B6D1812E16F69304C2066FA05770E33 /* CH@2x.png in Resources */, + DEC0EB6A0B99B6256026B02BE4030379 /* CI.png in Resources */, + 3FCA00BC3593866DB058093250724B50 /* CI@2x.png in Resources */, + EB1A8E96B95B1B56E8158EEA7D436D14 /* CK.png in Resources */, + E3870078FD0CAAA28D35B9B56D2C209E /* CK@2x.png in Resources */, + 6046281694A4AF73B8201A2F55DB242B /* CL.png in Resources */, + 51816EA36D4B37554A394B77903C40EA /* CL@2x.png in Resources */, + 2B2E662C0110EF61FE7172E48BC193DA /* CM.png in Resources */, + B7D6A7D0F0F29B8BBA55564925F5977D /* CM@2x.png in Resources */, + 42620485D5ADFE0759807380158B40A9 /* CN.png in Resources */, + A9CB45C04A8920D36FBEF42B732541AB /* CN@2x.png in Resources */, + B8B80D5F3C405667F0A6EEAFC53760B8 /* CO.png in Resources */, + 2CDE9B18A536CE353A4B2F4F393AA015 /* CO@2x.png in Resources */, + FF5337B96B09D113810C65F08FD58B6A /* countries.plist in Resources */, + E6DF5081CA8B5ECCCA09BB1EAFD51161 /* CR.png in Resources */, + 2DB3FB8F55847F29D38AF8168FEF7FEB /* CR@2x.png in Resources */, + 806AE7CBA59A241D54EEF0D18FDF3897 /* CU.png in Resources */, + D28406380BED898D44CDEA72878AFD6C /* CU@2x.png in Resources */, + 949CF57B1212C5DB6C933DFC1D9EAD94 /* CV.png in Resources */, + 24C8A70793B36652AC70E3FEB203B9FA /* CV@2x.png in Resources */, + FD510DF00AD29A83335264990F52D8E1 /* CW.png in Resources */, + 9A9404DFB0C2091C0F997E24909D46E3 /* CW@2x.png in Resources */, + 8A36284851C84D46C374E01D3F34411E /* CX.png in Resources */, + C91F09FC10E0E93030DD16BC01D585B2 /* CX@2x.png in Resources */, + 984986F308BD45E6CB0D6719ABF249A0 /* CY.png in Resources */, + 64B5EA9BB4C356B99EE458ABE7C611A2 /* CY@2x.png in Resources */, + B82AAE393DC30C7976E5081BB473D361 /* CZ.png in Resources */, + 62575C957BDE490BA738B336DB6AA5CF /* CZ@2x.png in Resources */, + F9E77ED2F56FD1621592CCC48867EF15 /* DE.png in Resources */, + B27B1344FA4BA97B9E1245DBA3F1929F /* DE@2x.png in Resources */, + BEEFE449BE2AB4F63F64A54AC5958B09 /* DJ.png in Resources */, + 026BD7AEBF5F21E58B2D271E90AADA25 /* DJ@2x.png in Resources */, + 994BEE8770D951122AF62AD685CE7968 /* DK.png in Resources */, + 66EBA21F26EA5D4C2F2AD9402328916E /* DK@2x.png in Resources */, + 2481453F8D04FF4DCF81825F0FEA8CE0 /* DM.png in Resources */, + FF875AE9FCD72674D8C5ED463EAAF8E5 /* DM@2x.png in Resources */, + FD68344B9DED89E1559252C451E656EA /* DO.png in Resources */, + 7C27F73B73164E391ABD10E7F66D3BE1 /* DO@2x.png in Resources */, + 8979487ED823B27D76CBBCF7B1682B72 /* DZ.png in Resources */, + 22010D849585A19D2FB74F194843F39A /* DZ@2x.png in Resources */, + 13C9AD3F41ED1A7CBB49B35C677EC0D4 /* EC.png in Resources */, + 1E64AF1778D9684DCD523A50FB9A059C /* EC@2x.png in Resources */, + 244AE7140E7150708C701594F06B5E07 /* EE.png in Resources */, + DB6B00BE5F5668BDEFD94CB4FDDD54F3 /* EE@2x.png in Resources */, + 67F45C615A67360A70E7F8E20299E38D /* EG.png in Resources */, + 1C9F5C4D53D22652CC2B6360FF15665D /* EG@2x.png in Resources */, + D1909F049651F4DD4CCE1D5C8D4F160D /* EH.png in Resources */, + 0FB313D5702232D22968842CF4960327 /* EH@2x.png in Resources */, + 34F6F178546F44443B1AB2DAB467A86A /* ER.png in Resources */, + 995ACDAFFFDEC96D0BF86D483E30251F /* ER@2x.png in Resources */, + AEB6BE0CBF8E95FD17106650158A6612 /* ES.png in Resources */, + 0F84921F33C865D89C6941581C21FC8E /* ES@2x.png in Resources */, + F0D73060F6EBBD64AE280F664D603E57 /* ET.png in Resources */, + 12F21B6F71A671A50AEC5F774D5CB63C /* ET@2x.png in Resources */, + 69C14F38DA44AB0B1AE8928219180386 /* FI.png in Resources */, + 9DC45C7FBC24C44F6F9B8F28EBD33F28 /* FI@2x.png in Resources */, + 5AF0EFBB726F91F9975BD26738B1ADA8 /* FJ.png in Resources */, + CFAEA398D82B37E8F3C763DDDE368D32 /* FJ@2x.png in Resources */, + 3B191C7E6B43B367990014636ED7CC05 /* FK.png in Resources */, + 7E6254468CCD02B8C000205BDF589D9D /* FK@2x.png in Resources */, + 5BA3CF74C3C4C130E770C380B3B38D29 /* FM.png in Resources */, + CE8BA9BF5E1F62161A80FE86672A28B9 /* FM@2x.png in Resources */, + 3B79DCB941577731FAE5A7C62086F1B0 /* FO.png in Resources */, + 2D6F36A4BF49ABF56518AF6DD9815DA9 /* FO@2x.png in Resources */, + DFB7FFBE9148A818462AA854F8513AC7 /* FR.png in Resources */, + 0B99A0A36D24A7E20525C2B327AC02ED /* FR@2x.png in Resources */, + 6FD20A66D0E4A7FE972921E36298B867 /* GA.png in Resources */, + 9D30891352AA0E73C96C1A725EA0F3A9 /* GA@2x.png in Resources */, + 1E604BBD095CBE4284C82DA855269A69 /* GB.png in Resources */, + 4222FD3A4B34DCB8C56201DAA8477EB8 /* GB@2x.png in Resources */, + 0C7BE38B46BB511B1A89829EC4B65CD1 /* GD.png in Resources */, + 0516AFED42D0044189F73A3AD31FEF81 /* GD@2x.png in Resources */, + 2259730CF47E28C510CC14461F9D9016 /* GE.png in Resources */, + C5E23E94518F403DF878FC47697277C6 /* GE@2x.png in Resources */, + 10B6E4BED9E68A672D5FDE2B95532258 /* GF.png in Resources */, + 2BA67611AB9BD92127DFEC56ECFA735C /* GF@2x.png in Resources */, + 1DA1AE13D4814E27CB49E5DD20E29FEA /* GG.png in Resources */, + 2B91BCA1A3BC7B2AD9BF8B01E122B277 /* GG@2x.png in Resources */, + D696A3EA2009F9FA29CC3CAB98B6363F /* GH.png in Resources */, + CDC725AACE061C42C9BB1D5523DACA53 /* GH@2x.png in Resources */, + 8875AABD7BA9C224FF873AC40FC55D05 /* GI.png in Resources */, + C5688491DF43AF2D729A3FF3C0EA469A /* GI@2x.png in Resources */, + 3EE5962B22CE5F532B4CB378AF84FEA2 /* GL.png in Resources */, + 599C10EF24147D3F4A55A0F87DDF58E4 /* GL@2x.png in Resources */, + 9F1C135F85E2F9916DEEB7226E34CAB4 /* GM.png in Resources */, + 3065BF42EC14241E9AC9EAC60ABAF84A /* GM@2x.png in Resources */, + 4A20B4C6F13E46B2859323B6BD2B2333 /* GN.png in Resources */, + 167420DE9F26E094F897AAA4366881B2 /* GN@2x.png in Resources */, + B7793E8015C824A19FCC5A46F9755633 /* GP.png in Resources */, + AA89A1D8E6A660AD1425C21C01084020 /* GP@2x.png in Resources */, + 4FCDE9950463C8FF82F738F0C1980EEB /* GQ.png in Resources */, + FA8B32654D37E47390CB974025678BAA /* GQ@2x.png in Resources */, + 527E9B3B4434C7C94485F43B3FB45107 /* GR.png in Resources */, + 0F24FD9FB04403A9672C9FEF69B58DFD /* GR@2x.png in Resources */, + 26970D0398F31FADC4DAF8B727E4A50D /* GS.png in Resources */, + D4BF5B75AC21C5C9A99DBCADE9A72D2C /* GS@2x.png in Resources */, + 4E4752C89C6EC7ED7AB12CD34AEC5DBE /* GT.png in Resources */, + 39FBD01E46DE0135C152AC322DAAB62D /* GT@2x.png in Resources */, + 81D94153BFC11E6034A9AC0E8E5B1BCD /* GU.png in Resources */, + 6FFB0673DEE43CCDD1917C6E8D8A6356 /* GU@2x.png in Resources */, + 52EA8D6BB6C124B94E8967E61C230722 /* GW.png in Resources */, + E741ADC2CBD4DA856242C9E66499B869 /* GW@2x.png in Resources */, + 8BE156248796B8F254786453AF1D037A /* GY.png in Resources */, + 5290CF71755D9D18B1C34857CF79D49D /* GY@2x.png in Resources */, + 87F8EE31E1C60B45CA4DA38A8B0F641B /* HK.png in Resources */, + B23F4F9AE1941F400B9B11E6C68A6747 /* HK@2x.png in Resources */, + D555BBCFDB053F925167D76D5A78FF60 /* HM.png in Resources */, + 262AF9F1C7ED14F385FF6A312C2ED1C2 /* HM@2x.png in Resources */, + 290C5079B6AB6CDC71D36DB237C4A8A7 /* HN.png in Resources */, + AA0C4FBB084D8ACDC6F3D4A2EC92F926 /* HN@2x.png in Resources */, + EC0DB6448FA44F5EB85B3F2A97BBC07D /* HR.png in Resources */, + C62353A9D13B0EB33AF5317078CA31B9 /* HR@2x.png in Resources */, + 91596DDAC3AF70F4844B7E49831EF1B7 /* HT.png in Resources */, + 3B6EE54000C9FF150D531BB38B395689 /* HT@2x.png in Resources */, + 2BDB79BFBC082088CB1E6D3303FBFB1A /* HU.png in Resources */, + 43AECFF205B166C38802088E8185EB79 /* HU@2x.png in Resources */, + 089BE0AAD4FD3B2EDF44AB19E4C65345 /* ID.png in Resources */, + 6948415D80122D4B17D2DCDD412C75A5 /* ID@2x.png in Resources */, + 33DCC9652C5E0839ECC037FDEA69E678 /* IE.png in Resources */, + 0D2BB10F4E8F977C8277ECB8028C2B54 /* IE@2x.png in Resources */, + 8FBD369870873A9D74964541B7A3A3DF /* IL.png in Resources */, + 6267FF40915B2F9C67D7F1E501659088 /* IL@2x.png in Resources */, + 731C865E3E919B0E5D21711F6F5905B7 /* IM.png in Resources */, + F995E8D33BF7B303ACCC4A4883D61E4A /* IM@2x.png in Resources */, + 7E16EC295D15D0D95E0AA7B1E3FAAF46 /* IN.png in Resources */, + FC4376474BEF46877A16AFED1B23C454 /* IN@2x.png in Resources */, + 0B1D58F8843B49B51D728EAC9E2183D2 /* IO.png in Resources */, + 0DF0E1314017AA34C142A27AD2B665EA /* IO@2x.png in Resources */, + AABCA34A32737B9CCD8A4BDE0E9AD59E /* IQ.png in Resources */, + D026643DCF14868B16E52DB98750A7FF /* IQ@2x.png in Resources */, + 51104062E2B4C80F73E0A5AD101535B1 /* IR.png in Resources */, + C8C6CD7089F9A395BAAF8012EDD85F9D /* IR@2x.png in Resources */, + 10A8DA8B8603CC35C7EA9B01AB57513E /* IS.png in Resources */, + 4C723A3CD5F61050CC95D8B18179D4DD /* IS@2x.png in Resources */, + F37BF70A0F0CC3A668CF892CCA882106 /* IT.png in Resources */, + A0BA2FC84C43A2CD82ECC0D7441B1B4B /* IT@2x.png in Resources */, + 2C51993B891752A4D8CE9156728AC6DC /* JE.png in Resources */, + F6CCCEDF89DB81013CE16AD5A4C61567 /* JE@2x.png in Resources */, + 7790894A739227B4EA61BEA719D4416D /* JM.png in Resources */, + 2606FABD15D5F36F56CC0AC505F089FF /* JM@2x.png in Resources */, + 615DFEE98802E2D53CEA4D27BEF3FBAB /* JO.png in Resources */, + 8AD58F0CC43415C655303898D0F237C8 /* JO@2x.png in Resources */, + E12CBF881B3D705A62C982C013A81463 /* JP.png in Resources */, + 0763071BCA86663A4B9B78DF1B2335C4 /* JP@2x.png in Resources */, + 37363B804C4E266B7B6F2B6FD88423E2 /* KE.png in Resources */, + 8C0A6A147CB0A1753F10EB62DC7D966D /* KE@2x.png in Resources */, + A0478C767617D67C37E60EDCBB8F4384 /* KG.png in Resources */, + 636CAF04FD35BBEF6D7CE8CC311B8ABB /* KG@2x.png in Resources */, + F6E2DC29A9B0BBCD85E8020D77F87CA2 /* KH.png in Resources */, + 463E48F21E54EC4D7FA85949AEB4B3A1 /* KH@2x.png in Resources */, + 1D7D8776E73E578EA6DA28953A66D03E /* KI.png in Resources */, + 76B3600AF0A93B7BE54A39EB0F772B04 /* KI@2x.png in Resources */, + 7DC6E41139BCF197109243013FF10DCA /* KM.png in Resources */, + E01391DD885168C817CCBD072749C225 /* KM@2x.png in Resources */, + 828132EBF3AE38B4949B1C410AB70C8C /* KN.png in Resources */, + 7D078F761424AF76EDBBAE20798D3AEE /* KN@2x.png in Resources */, + CC663A700BC60138BE767C84DE00CBA4 /* KP.png in Resources */, + 40FFC9A32A67BECA8986EE503DDB1C8D /* KP@2x.png in Resources */, + 684BD215302D7E5BD7BD031C4EAA91C8 /* KR.png in Resources */, + CCEEE26411CCED3AC5A367ECA702611F /* KR@2x.png in Resources */, + 79947CC5CB1E4B2C0334B766994C0040 /* KW.png in Resources */, + E51AFDD4A58AF07CE37E39A9AA98830E /* KW@2x.png in Resources */, + 80B11386C7EEB3CBE957A7C5B832C32F /* KY.png in Resources */, + DBD174A2E6CF6550D767E07BB53276DD /* KY@2x.png in Resources */, + AF04FE323EBC6A69FA6CE8D9BB5A39DA /* KZ.png in Resources */, + 38312F1D6917F3F7E81D7BF2A551F145 /* KZ@2x.png in Resources */, + C78553EBFF1570E03CD461CD0007835A /* LA.png in Resources */, + EF296B6D3510EA4F39D29CD173055F9B /* LA@2x.png in Resources */, + F68D92459C01B6EB2841F8220C4674C8 /* LB.png in Resources */, + 8B5BD68DE93CD7D9A1E7A028DC6AF776 /* LB@2x.png in Resources */, + 18416FB902A46794F68420EEBC452651 /* LC.png in Resources */, + 7A81BA373FD873389BBE18019262476F /* LC@2x.png in Resources */, + 5CCFF9C0776FC39305C66CE727EB1E2E /* LI.png in Resources */, + 5F530B7AAD1904AFB4C4977ADC080420 /* LI@2x.png in Resources */, + 4FA3C5F1EF7CBECF3F86837C6A18825E /* LK.png in Resources */, + 61FA60E8F58A0563E70B7C51650440F3 /* LK@2x.png in Resources */, + BD4AF49D0358D16F736B54F408EF32B8 /* LR.png in Resources */, + AF88FBF3535BCCDBFF18A549ED8838E6 /* LR@2x.png in Resources */, + 2A2141D4B3EFF90B0E3A64A8D8837EB9 /* LS.png in Resources */, + A7B3A814D8A636C4CBC53284660C9AC7 /* LS@2x.png in Resources */, + 90A7DD93DE90BCA004642D91BA412A5B /* LT.png in Resources */, + 6A197B4388478F53E0D2823357FB8337 /* LT@2x.png in Resources */, + 33C4DED4B424E7E6793568414B284616 /* LU.png in Resources */, + 77BC114B2587CACF74505C738AF72363 /* LU@2x.png in Resources */, + 40A41C5D15D48B2F7F14FABD6D3F86DE /* LV.png in Resources */, + 52B58EF4F2F4CA9BDC395BA254F07474 /* LV@2x.png in Resources */, + 44DC7C1EF9325E80320238C81D73D18B /* LY.png in Resources */, + 529C6C4F65FC6C2F140EAF3628D63358 /* LY@2x.png in Resources */, + C80B966AC8EF12C9D7F6D905E8B5A0E4 /* MA.png in Resources */, + 9DBE3DBF5E73A589C0F764FFAB76D061 /* MA@2x.png in Resources */, + 54C57E160462A7EF8A947D8648A26326 /* MC.png in Resources */, + 0616037345E5785AA6430E6EBF6E6EC6 /* MC@2x.png in Resources */, + 316CE9350DFC2C990D5ABC84E1FA2962 /* MD.png in Resources */, + C4DB7AE7F02DA99B655CF2DA8FB968FA /* MD@2x.png in Resources */, + 99B78A1433D411D1B8AFC2FC65DF7ECB /* ME.png in Resources */, + EB221CA494A84452653AA14DB40AA35F /* ME@2x.png in Resources */, + 08005DCBD358A732D0BB311302B810AD /* MF.png in Resources */, + 3B774515D3EC9627FECC0C3115ADE555 /* MF@2x.png in Resources */, + F90A9454A9412AA4D67AECD26AD829C6 /* MG.png in Resources */, + A4D8EE8C17450EDEF9EA04C6A2C821CF /* MG@2x.png in Resources */, + 41CCF4E3ABF6EF80187631F5A5405A6E /* MH.png in Resources */, + DF6F63E5ADD4DFBBFEC52C2855DE7E31 /* MH@2x.png in Resources */, + 48DEA97D5CC0A12FA892A68FD1849FD4 /* MK.png in Resources */, + 2F63C23021A2942B0CBE45053361A097 /* MK@2x.png in Resources */, + 7B5591182C278EFF3E1B6238D5F4512D /* ML.png in Resources */, + 51E5A57C03BD750E84A45CE8D789D2EA /* ML@2x.png in Resources */, + 97904331116C2F4DFA536A02A83FCA1F /* MM.png in Resources */, + A21B184E1271F6C012DC1DC8C604EBCD /* MM@2x.png in Resources */, + 36D128655A8F7D1CEDA3146AB61A8E5B /* MN.png in Resources */, + F59427EEBBB9715DBD46AEC60B93C9AF /* MN@2x.png in Resources */, + EF909328F87D82F7CB9E9A95565D0E70 /* MO.png in Resources */, + 66E29AA0B17637F5E09022239989BB59 /* MO@2x.png in Resources */, + 34C9BD4286A3B8CB954F8F87EB3FBE1C /* MP.png in Resources */, + 165C9FB159B77E1F8D5D139E2114FFB8 /* MP@2x.png in Resources */, + 60424B5480A8881C5DE1A63D27772DC9 /* MQ.png in Resources */, + 80AC251196F86071C1FA76E451941E66 /* MQ@2x.png in Resources */, + 22F7D2D1A9E28C52725D9AAC3D80D900 /* MR.png in Resources */, + 8BCC3CDD9845A15F7341204ECFE7188C /* MR@2x.png in Resources */, + C95C90FB5F230237F1B3D645DF33B087 /* MS.png in Resources */, + F32717A89D8C7952ACAE37D936D77E03 /* MS@2x.png in Resources */, + E495BF835B381A174DE0C0FC96B0C7ED /* MT.png in Resources */, + 732AF37491BAB80FB1875FB14CEEE78E /* MT@2x.png in Resources */, + 4A83FD904C7B952B0430AB9132D5F7AD /* MU.png in Resources */, + CC77A3A6F074B9A27E03ED1B901B05E5 /* MU@2x.png in Resources */, + 59F4D25BBC0642CB5D862E3F0912D482 /* MV.png in Resources */, + 3E3171A7CB5DAB25ECB973096A7852B9 /* MV@2x.png in Resources */, + 19343870FB40C0F0B2C086ADEC849567 /* MW.png in Resources */, + 5814C35E82A810B27435BF8F83D6716D /* MW@2x.png in Resources */, + DC0322720A971A794F92EB73AFB76CF7 /* MX.png in Resources */, + A4FD0833F71247DD55B493621E2EC7F4 /* MX@2x.png in Resources */, + BE63544BDBFAAE9A31EBC895D99975CA /* MY.png in Resources */, + BC72A3799C82885E172675E2DDD1CC0D /* MY@2x.png in Resources */, + 10E0D39EF1AE5E25AF82A9BC92B20B99 /* MZ.png in Resources */, + 8D11A1D73414EF824947EA77DD48C61B /* MZ@2x.png in Resources */, + C0D8486551715126FE8A981AD0AD4C63 /* NA.png in Resources */, + 47A29BB310369C019021A607AE59267D /* NA@2x.png in Resources */, + 3AA9433AA701753F83E458B3C6B78ADC /* NC.png in Resources */, + F428FE6D058CA994C33E1334A7434093 /* NC@2x.png in Resources */, + 9A552CD1204CC3DAC6CB93A6860DB80D /* NE.png in Resources */, + 3CE510A9342200C7B69C3D76567E3214 /* NE@2x.png in Resources */, + B1342CB2D5645B1A904F6B439AE88A93 /* NF.png in Resources */, + 24A709ED3CD4117047D1AB892363DCD4 /* NF@2x.png in Resources */, + B210EFA83BB94ABA76FA187186A5B4F8 /* NG.png in Resources */, + 6E8410955912C4B36FA86F77D5AC497C /* NG@2x.png in Resources */, + 1EBB2CD83628A756BACE64512D1DF8AF /* NI.png in Resources */, + 784172F45E36AF7D9C0E2E0734360FE5 /* NI@2x.png in Resources */, + DF395A4A6C2D85CA8529C67A6C8F7483 /* NL.png in Resources */, + E101022BBC1A31500BA2086043997DAE /* NL@2x.png in Resources */, + 06B34DFE91C29EE7A79BE05A86B1DD61 /* NO.png in Resources */, + 4B45020C5C6A63E174FE2CEB5BED20DC /* NO@2x.png in Resources */, + 02A697CCC5C3346A61C2C342434C5B11 /* NP.png in Resources */, + AED3F0ED350938468EF5414DB023EB0D /* NP@2x.png in Resources */, + 2D6B68A7A2A799F8C3871473C65BD980 /* NR.png in Resources */, + 7DDF4D00D3A39F491D4BA7881A183549 /* NR@2x.png in Resources */, + 399059C432F4FA5BA139CAB12677B506 /* NU.png in Resources */, + 951857EDF9212F8F509EC2B5A8303BE0 /* NU@2x.png in Resources */, + 1EF8EECA1F311B8A2E86A62786150FE3 /* NZ.png in Resources */, + 9C1DA8A90BFB5E4BCE64699489D47E6A /* NZ@2x.png in Resources */, + CEFA13096B04EB5BDF95EA6AAE961A39 /* OM.png in Resources */, + D8C7C4CCB4B82961DC0F96738E02C6A7 /* OM@2x.png in Resources */, + 0C4E1205B373318693D5C35F2D7B03DC /* PA.png in Resources */, + E54A2D6A14FFC8223CC1C9C97A7748E1 /* PA@2x.png in Resources */, + 457349AB30A1F73371FCF9C6CB11C530 /* PE.png in Resources */, + C823E82F757F16BD406C07F189B6C3FA /* PE@2x.png in Resources */, + D5906A08CFCF0B977543EA38E9BD3A3B /* PF.png in Resources */, + 5E526819F1864AD77CB7AE69C461C0AB /* PF@2x.png in Resources */, + 12D0409DC5D1261203C0C7A07859E195 /* PG.png in Resources */, + 1DFFB5A44ECD4172CE11450393283E80 /* PG@2x.png in Resources */, + EEF79AECAFB19997BA7DF5CFB2216832 /* PH.png in Resources */, + 8BFBDF1EE6A42E1746B3008AB34CD8B4 /* PH@2x.png in Resources */, + 732180E27C58B61225E14C4F34E2022F /* PK.png in Resources */, + D5DDD53F61B22F4CF463D6F38795D260 /* PK@2x.png in Resources */, + B4097BBE3E0F3E5241E5B2A21AE98F58 /* PL.png in Resources */, + 2FCB247A917A5FFAE31D2E3103643FA0 /* PL@2x.png in Resources */, + B6C6128592AA93541305B9308C3EADEA /* PM.png in Resources */, + 48F84AE2D01399CF6761E39CF7F5E006 /* PM@2x.png in Resources */, + 04D89365BC7C37760D7174B807624709 /* PN.png in Resources */, + AA94BDE463F1C57A1ED5EBB18F83CB43 /* PN@2x.png in Resources */, + ED806B63913C901FCE6D3717BB987C1F /* PR.png in Resources */, + F11CF4CE01B55716620AC2AFB5494375 /* PR@2x.png in Resources */, + 7336F0B0E467E8D809A8EBCAEFD2643D /* PS.png in Resources */, + AF23C9CA27416C2CA9251E8E2149CD11 /* PS@2x.png in Resources */, + 37F1BF8CA39B14AD39A9641CA5A9FAAE /* PT.png in Resources */, + 3035D178B65335D781064B812C532298 /* PT@2x.png in Resources */, + D275A9080DDF1B8C6A534C79EFE0182D /* PW.png in Resources */, + 0F7DC667412454D13123B2301D9AF3DC /* PW@2x.png in Resources */, + 56F6B6EC3AFEB275DC1A306C87F20BF5 /* PY.png in Resources */, + 5B22D9A268A7ED08BE1236838DB7CE21 /* PY@2x.png in Resources */, + 6DF830F5CD059C886F961F3D274422E8 /* QA.png in Resources */, + 2269AC14658E7A7E8BAEB26A97E4AD82 /* QA@2x.png in Resources */, + CC4F90A5F4F63B613BF046794295531A /* RE.png in Resources */, + 5EB26C7C8D0EAEDEE49B871624AF1F08 /* RE@2x.png in Resources */, + B521A53CE9FB7449B1592D6A755EF1AD /* RO.png in Resources */, + 4ADDC23E40EF6F915D93E719B35CDA2D /* RO@2x.png in Resources */, + 0FCAECF9E140B189FF6D284B5C7FF446 /* RS.png in Resources */, + 7F8254C7FB6359C0B330E10A8931CE26 /* RS@2x.png in Resources */, + A26A70EF63A318DFC0CB8114986CD01E /* RU.png in Resources */, + 601C92C13F455B2640F5A078FA9820B8 /* RU@2x.png in Resources */, + 5F079D8606883FD19D2D69EE0BF576ED /* RW.png in Resources */, + 8E1356568110EE7D7E368FCAC9B27091 /* RW@2x.png in Resources */, + CC225CC70D5B74EB7A93F85A4C187FC8 /* SA.png in Resources */, + 31FCAAB0DEF332B1B3356DA4A5420BB8 /* SA@2x.png in Resources */, + E9116F2670E4DF289382E54019925A0A /* SB.png in Resources */, + CB0D01B55411FD33CBFB6D6BCB1094B5 /* SB@2x.png in Resources */, + 59E30BFD6073395A894649D19DEF0AC1 /* SC.png in Resources */, + 7ACE06FB80BE2F999829AF10EB74C2B5 /* SC@2x.png in Resources */, + E74B7D60C9BA985DFE412C01DAFAE9EC /* SD.png in Resources */, + CBB2B713F8B960A1232ED250B435AC6E /* SD@2x.png in Resources */, + E2127B697F1BFB9B65A3EC79B94EAE95 /* SE.png in Resources */, + 21A9C4C42D87F59BBEA6C146A16AE115 /* SE@2x.png in Resources */, + 037DB944648BA053CE34E8D3DAC11CE0 /* SG.png in Resources */, + C22D62B4FAB31FEAF1B287F69CA82B6C /* SG@2x.png in Resources */, + 26CE3C34146EE4562AD40CE7B3B09B3F /* SH.png in Resources */, + 4606ED49318DCE56BB8374AFE4D52325 /* SH@2x.png in Resources */, + F2FEEE2C631BD2369C5B1ADE8D17032A /* SI.png in Resources */, + EB8CF98E946E716152030AC4D5B295F9 /* SI@2x.png in Resources */, + 29DD86B7F1A3B2C68A22226B7D451D3B /* SJ.png in Resources */, + 6E9EB488FB36BA36AF27FE233823FEE6 /* SJ@2x.png in Resources */, + 76C1B8EC79BC0F0506AE7B2A11748065 /* SK.png in Resources */, + 6A246DC4DDC79873A80868F1F973FA56 /* SK@2x.png in Resources */, + 9118F76A450A3B0ADBDC35E8046EBC4D /* SL.png in Resources */, + B0BD813B7083AADC1AA166F6B2531FD2 /* SL@2x.png in Resources */, + DBF456E93CAABD26AA98A239CFB00C14 /* SM.png in Resources */, + 1279DB36D033BD4A919E0CE1ADF551DD /* SM@2x.png in Resources */, + 5AAF63321BE7D6BEABE49C349C3D04E1 /* SN.png in Resources */, + CA07952335E365F7AD72D7789E33AD3F /* SN@2x.png in Resources */, + AFA50879B3A4021B7071A94603C3127B /* SO.png in Resources */, + CE76F7FB8208C52108BFA3F43EFB9179 /* SO@2x.png in Resources */, + 4EC410A30796B3E2D19E88E4C06388DF /* SR.png in Resources */, + 9C0BEA4AAFD1B3ED9598FD87B270CFE5 /* SR@2x.png in Resources */, + 8DCADD246A001038A6E5FC0A2A0C9E9F /* SS.png in Resources */, + 0709B5D36CEEA17B1C40747B765CBB64 /* SS@2x.png in Resources */, + 4DC1640024F164824840BE8C197ED3AA /* ST.png in Resources */, + 86E41219E3D24AD5D725113864E1B297 /* ST@2x.png in Resources */, + C3AF0AF6C5359AFD1099B7050FAA1F71 /* SV.png in Resources */, + 372EB0312E4371F9D78A321F332C991A /* SV@2x.png in Resources */, + 3333AA1251A418E6B39097DB96802BF9 /* SX.png in Resources */, + AC017FE0AD929513809095AB2D946EB1 /* SX@2x.png in Resources */, + 9D3335110D5916671B00C1DA027F008A /* SY.png in Resources */, + 4F170AB2C071B9625CAC6903C90B0ECE /* SY@2x.png in Resources */, + C2851C8BC418B734D6C2E0F01D1E1225 /* SZ.png in Resources */, + E7F92DDD76C20F2B6A33BDC280D88DC7 /* SZ@2x.png in Resources */, + A13F52364618641F9B142E94718FE4A3 /* TC.png in Resources */, + EDD1C5D089D73FF606F341F0F750BB98 /* TC@2x.png in Resources */, + B48E28B20674CDED421AEC719414F0C1 /* TD.png in Resources */, + 08B5714AD971556C5C01717CA5F24222 /* TD@2x.png in Resources */, + F2F1470DF06D5DFC49D4A7E3BB5951DB /* TF.png in Resources */, + 71906E4B5EC382D4FB0F2EFEF3F09555 /* TF@2x.png in Resources */, + 68B1255E3D0E9D4495E23A428522E61E /* TG.png in Resources */, + 725EEF6E584D977DEE209ED02BB6D982 /* TG@2x.png in Resources */, + 737B894649A21271D477074C9D1C0E5D /* TH.png in Resources */, + 10ED9A6DB42A0B8B8247E5EA32F54F21 /* TH@2x.png in Resources */, + 2AC34E99E484DC8ADE9E18278D1BE600 /* TJ.png in Resources */, + DCE4E4D61EA1FF49613DA4A42D0DF408 /* TJ@2x.png in Resources */, + A38F02F85F8DA5865013C8042396C044 /* TK.png in Resources */, + 85DE373D26DBA238E7C3A86D56577BED /* TK@2x.png in Resources */, + 3B05DFB9A881B6291D637CA5E585C0F9 /* TL.png in Resources */, + 8B73D62657E089C426C725977FB3DBC6 /* TL@2x.png in Resources */, + 4E6DAA5A67C01B3E2919A322C106130D /* TM.png in Resources */, + B359A3D1E0ABB290D0FD2413532D6268 /* TM@2x.png in Resources */, + 3EA4C16211D132D6429718CF901CD9F0 /* TN.png in Resources */, + 61794F8B7F70921ABEE9D90571D29879 /* TN@2x.png in Resources */, + F284F84A0296A57FAA504C081AB8C24D /* TO.png in Resources */, + 14436ECBDFFD1B334555858B61CD05E0 /* TO@2x.png in Resources */, + 1FFDB6411728D2E115F29EA3236A52D9 /* TR.png in Resources */, + 7E087612C73E7A4BAF31864D329E8A11 /* TR@2x.png in Resources */, + 40081CFFD44A0572C18396D47F472861 /* TT.png in Resources */, + 99CEBE867854C203772E6152EFDC8DE9 /* TT@2x.png in Resources */, + 07CCDC0727E99562CEBE061B5FADF092 /* TV.png in Resources */, + 3F1542E10F52975D57893D77CACF7BCD /* TV@2x.png in Resources */, + F0614BDC446E24733CD32FDC8CE39614 /* TW.png in Resources */, + 8EA0CB70A92DC381FE3A3E5C5A2C7E76 /* TW@2x.png in Resources */, + 44C59753E57233EE3B4AE9BD7281E18D /* TZ.png in Resources */, + 6FA8F146C1910AD14C0B810BA3857137 /* TZ@2x.png in Resources */, + 0224D626AB1B02F4D9D1750E74D34EFC /* UA.png in Resources */, + BA1C3ED9F90553FA3F24A57384128FAD /* UA@2x.png in Resources */, + 5BED998B9A0AA88FF50710C37C820D70 /* UG.png in Resources */, + B6FF0798B2D0F8051B36CFFF647D037B /* UG@2x.png in Resources */, + 9E89C98551F2608B5080E7A314A7968B /* UM.png in Resources */, + C501280F12EFBB091674477C72D0B69E /* UM@2x.png in Resources */, + 17A1EDD68A93BF47A00F60A07189415D /* US.png in Resources */, + 3E67A8C83D5F966656741D8EAF2778A2 /* US@2x.png in Resources */, + E4346D99DF9963279981BBCE9784E2CF /* UY.png in Resources */, + F12ABC91E389D2995C71B65298505016 /* UY@2x.png in Resources */, + 2EC2A7ECD86FFC020A898B7091C194FD /* UZ.png in Resources */, + E7773ADACD9ADEDB25B15DA6F26338FD /* UZ@2x.png in Resources */, + 7DBDEC27A135D43DB4D1B0D02EA726F8 /* VA.png in Resources */, + A9D8EC983FAB79BBB37C6DFC776761BF /* VA@2x.png in Resources */, + 2105D8318638C541A3D14070AC368F28 /* VC.png in Resources */, + 6FDBB662F321FA2C50DC7B08D7097521 /* VC@2x.png in Resources */, + 06876D5D42FABEEABAAE053D67CB95F8 /* VE.png in Resources */, + 78B087E364230B78878B60F8623BD51C /* VE@2x.png in Resources */, + 7C76F20FB3BDB7FD6AE9E3C91F81797E /* VG.png in Resources */, + 95238DEB9C4E0FB30E64B19474E2E53B /* VG@2x.png in Resources */, + 50D80CA7D2E451A8E95DC410C59BB41D /* VI.png in Resources */, + 1AB5AF0854846F04400476DEAC4CF535 /* VI@2x.png in Resources */, + B391D3805A2FEAD9F95B6673FF684297 /* VN.png in Resources */, + 75B25438AA70D3A5AF1E5B45E27A258E /* VN@2x.png in Resources */, + 6F41B1A0C831FBE5DA1268AD36571C36 /* VU.png in Resources */, + E220C8E916D9189D7F2CA598E5A10B95 /* VU@2x.png in Resources */, + FBE9C72BB95E53C05EF6CFAA7AA1FEC2 /* WF.png in Resources */, + 33147C8B532D3B3ECF0EA7D345CE7945 /* WF@2x.png in Resources */, + 516AC8D19D8546E9921458909B79BA92 /* WS.png in Resources */, + A63B0A4F149A288F0C4F2377543E4344 /* WS@2x.png in Resources */, + 97D299D2961FA90DFCE8A8DEF29221BA /* XK.png in Resources */, + C2580729337CB132AD98C52527B1CBE8 /* XK@2.png in Resources */, + 0364C645F88E39593344310D9F31686C /* YE.png in Resources */, + A096595A1F4ED78CE4A8AEF62BE28824 /* YE@2x.png in Resources */, + 1B3BE34E08C1B167F2E5BE9931FF26FD /* YT.png in Resources */, + 527EC24344B2693818A532D996B4EACD /* YT@2x.png in Resources */, + A0671BFC85D9731CCEAF290A9AE0468B /* ZA.png in Resources */, + F67A47DE0C74FFE37BE1DDF8FBDC7F2D /* ZA@2x.png in Resources */, + D290C361ABCAA0229D2E51553EA5C58D /* ZM.png in Resources */, + 5FF29CB254C0AD17168C732290464CE4 /* ZM@2x.png in Resources */, + C1ABB226CCC553187F8691C2210E35A7 /* ZW.png in Resources */, + 8991959CDDCB09FC1F21C7C6ACFB0132 /* ZW@2x.png in Resources */, + ); + 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; + }; + 3FCB1E3A2D5434F0BBBA529DB8FE20AA /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 54CED93439132E27D905024A9C3935B4 /* Configuration.swift in Sources */, + 1A7EBFF67BCDE1B2386B2CD493C8C377 /* Constant.swift in Sources */, + 5D1A82ADC6395F1F4CFB70B964EAE08C /* Country.swift in Sources */, + 8EDFF2D4A4CCF517F39E5B7DF558824F /* CountryManager.swift in Sources */, + B47DAD5A87B29EE23126CBFB405BCC19 /* CountryPickerView.swift in Sources */, + A57871E63EDA8064E9988BF1162C3E87 /* CountryPickerWheelView.swift in Sources */, + B624ED010259E406095E582353E68132 /* CountryPickerWheelViewModel.swift in Sources */, + 1DBC8ADD36B6393F699BC1938B4098B1 /* CountryPickerWithSections.swift in Sources */, + 8FCAA9DA6EE187CE9F4332AC1134B4D3 /* CountryPickerWithSectionViewModel.swift in Sources */, + 7A7E013AFCD6B60314DD57E25942DF58 /* SectionMapper.swift in Sources */, + F4139192BCA814B290438A92FF5657D3 /* SKCountryPicker-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E009994CF811399EE816809DD9E2B864 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 30788E118E0811DD150F92B9A08238CF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "SKCountryPicker-CountryPickerController"; + target = AD5DDE18FD5EB97540CD21988269989D /* SKCountryPicker-CountryPickerController */; + targetProxy = 69259BB57B702823E768B44C32C63FDC /* PBXContainerItemProxy */; + }; + E4DDE6D93F44F7B37ED4F73E846E044C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SKCountryPicker; + target = CD6AE62B70B78355A3257C4DC46F7A3E /* SKCountryPicker */; + targetProxy = 5B1DCFD3DE9E0AADF346F2540E6D43A3 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 10E5B7F5218F4E33C712E8046C71AF3C /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 456CDDD9493C529D436A69C4760E9B07 /* 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; + }; + 1309E0D9C535F9B226433E8C0FE8EB63 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 456CDDD9493C529D436A69C4760E9B07 /* 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 = 15.0; + PRODUCT_NAME = CountryPickerController; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + 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; + }; + A6B4DB6E329C79C756D6B432C3A67037 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 78065F51FE1742887FC037E6E148C4A4 /* 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; + }; + D4C959A6BA8B463751DA49A70BDB346E /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 78065F51FE1742887FC037E6E148C4A4 /* 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 = 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 */ + 452222856F744173870BC93AF9A86FC8 /* Build configuration list for PBXNativeTarget "SKCountryPicker-CountryPickerController" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D4C959A6BA8B463751DA49A70BDB346E /* Debug */, + 1309E0D9C535F9B226433E8C0FE8EB63 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 45285987FDC204B9DB7C0228892D4B3E /* Debug */, + 6AF9D8D0B4F4FA4695A8EEF773CD3FBC /* 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/Pods.xcodeproj/xcshareddata/xcschemes/SKCountryPicker.xcscheme b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/SKCountryPicker.xcscheme new file mode 100644 index 00000000..7f34eec2 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/SKCountryPicker.xcscheme @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-Info.plist b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-Info.plist new file mode 100644 index 00000000..2243fe6e --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-Info.plist @@ -0,0 +1,26 @@ + + + + + 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/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-acknowledgements.markdown b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-acknowledgements.markdown new file mode 100644 index 00000000..102af753 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-acknowledgements.markdown @@ -0,0 +1,3 @@ +# Acknowledgements +This application makes use of the following third party libraries: +Generated by CocoaPods - https://cocoapods.org diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-acknowledgements.plist b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-acknowledgements.plist new file mode 100644 index 00000000..7acbad1e --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-acknowledgements.plist @@ -0,0 +1,29 @@ + + + + + PreferenceSpecifiers + + + FooterText + This application makes use of the following third party libraries: + Title + Acknowledgements + Type + PSGroupSpecifier + + + FooterText + Generated by CocoaPods - https://cocoapods.org + Title + + Type + PSGroupSpecifier + + + StringsTable + Acknowledgements + Title + Acknowledgements + + 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 new file mode 100644 index 00000000..6f0884ce --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-dummy.m @@ -0,0 +1,5 @@ +#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 new file mode 100644 index 00000000..40690f6d --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks-Debug-input-files.xcfilelist @@ -0,0 +1,2 @@ +${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-Debug-output-files.xcfilelist b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks-Debug-output-files.xcfilelist new file mode 100644 index 00000000..4743c298 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks-Debug-output-files.xcfilelist @@ -0,0 +1 @@ +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/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 new file mode 100644 index 00000000..40690f6d --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks-Release-input-files.xcfilelist @@ -0,0 +1,2 @@ +${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-output-files.xcfilelist b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks-Release-output-files.xcfilelist new file mode 100644 index 00000000..4743c298 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks-Release-output-files.xcfilelist @@ -0,0 +1 @@ +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/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.sh b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks.sh new file mode 100755 index 00000000..fa0ccfcd --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-frameworks.sh @@ -0,0 +1,186 @@ +#!/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/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 new file mode 100644 index 00000000..906a82bf --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-resources-Debug-input-files.xcfilelist @@ -0,0 +1,2 @@ +${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-Debug-output-files.xcfilelist b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-resources-Debug-output-files.xcfilelist new file mode 100644 index 00000000..e6aadc52 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-resources-Debug-output-files.xcfilelist @@ -0,0 +1 @@ +${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/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 new file mode 100644 index 00000000..906a82bf --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-resources-Release-input-files.xcfilelist @@ -0,0 +1,2 @@ +${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-output-files.xcfilelist b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-resources-Release-output-files.xcfilelist new file mode 100644 index 00000000..e6aadc52 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-resources-Release-output-files.xcfilelist @@ -0,0 +1 @@ +${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/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.sh b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-resources.sh new file mode 100755 index 00000000..25cf876c --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-resources.sh @@ -0,0 +1,129 @@ +#!/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 ${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 +} +if [[ "$CONFIGURATION" == "Debug" ]]; then + install_resource "${PODS_CONFIGURATION_BUILD_DIR}/SKCountryPicker/CountryPickerController.bundle" +fi +if [[ "$CONFIGURATION" == "Release" ]]; then + install_resource "${PODS_CONFIGURATION_BUILD_DIR}/SKCountryPicker/CountryPickerController.bundle" +fi + +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 -L "$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/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 new file mode 100644 index 00000000..9a578537 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-umbrella.h @@ -0,0 +1,16 @@ +#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.debug.xcconfig b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example.debug.xcconfig new file mode 100644 index 00000000..fb058a3c --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example.debug.xcconfig @@ -0,0 +1,15 @@ +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/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 new file mode 100644 index 00000000..57c497a4 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example.modulemap @@ -0,0 +1,6 @@ +framework module Pods_CountryPicker13_Example { + umbrella header "Pods-CountryPicker13+Example-umbrella.h" + + export * + module * { export * } +} diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example.release.xcconfig b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example.release.xcconfig new file mode 100644 index 00000000..fb058a3c --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example.release.xcconfig @@ -0,0 +1,15 @@ +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/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist new file mode 100644 index 00000000..2dfa8d5a --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/ResourceBundle-CountryPickerController-SKCountryPicker-Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + BNDL + CFBundleShortVersionString + 2.0.2 + CFBundleSignature + ???? + CFBundleVersion + 1 + NSPrincipalClass + + + diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-Info.plist b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-Info.plist new file mode 100644 index 00000000..09cb0fc5 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 2.0.2 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-dummy.m b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-dummy.m new file mode 100644 index 00000000..f892f4f2 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_SKCountryPicker : NSObject +@end +@implementation PodsDummy_SKCountryPicker +@end diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-prefix.pch b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-prefix.pch new file mode 100644 index 00000000..beb2a244 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-prefix.pch @@ -0,0 +1,12 @@ +#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/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-umbrella.h b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-umbrella.h new file mode 100644 index 00000000..acb0ac97 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker-umbrella.h @@ -0,0 +1,16 @@ +#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 SKCountryPickerVersionNumber; +FOUNDATION_EXPORT const unsigned char SKCountryPickerVersionString[]; + diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.debug.xcconfig b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.debug.xcconfig new file mode 100644 index 00000000..22b1f944 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.debug.xcconfig @@ -0,0 +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 +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/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.modulemap b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.modulemap new file mode 100644 index 00000000..0a473588 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.modulemap @@ -0,0 +1,6 @@ +framework module SKCountryPicker { + umbrella header "SKCountryPicker-umbrella.h" + + export * + module * { export * } +} diff --git a/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.release.xcconfig b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.release.xcconfig new file mode 100644 index 00000000..22b1f944 --- /dev/null +++ b/CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.release.xcconfig @@ -0,0 +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 +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/CountryPickeriOS15+/CountryPickerSPM/.gitignore b/CountryPickeriOS15+/CountryPickerSPM/.gitignore new file mode 100644 index 00000000..3b298120 --- /dev/null +++ b/CountryPickeriOS15+/CountryPickerSPM/.gitignore @@ -0,0 +1,9 @@ +.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 new file mode 100644 index 00000000..f12a9ef6 --- /dev/null +++ b/CountryPickeriOS15+/CountryPickerSPM/Package.swift @@ -0,0 +1,35 @@ +// 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 new file mode 100644 index 00000000..e642faf9 --- /dev/null +++ b/CountryPickeriOS15+/CountryPickerSPM/README.md @@ -0,0 +1,3 @@ +# CountryPickerSPM + +CountryPicker iOS 15+ with latest combine and swiftui diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/Configuration.swift b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/Configuration.swift new file mode 100644 index 00000000..b5739ffb --- /dev/null +++ b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/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/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/Constant.swift new file mode 100755 index 00000000..a368a616 --- /dev/null +++ b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/Constant.swift @@ -0,0 +1,265 @@ +// +// 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": "358", + "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": "1345", + "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": "357", + "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": "592", + "HT": "509", + "HN": "504", + "HU": "36", + "IS": "354", + "IN": "91", + "ID": "62", + "IQ": "964", + "IE": "353", + "IT": "39", + "JM": "1876", + "JP": "81", + "JO": "962", + "KZ": "7", + "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/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/Country.swift b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/Country.swift new file mode 100644 index 00000000..7deac017 --- /dev/null +++ b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/Country.swift @@ -0,0 +1,100 @@ +// +// 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: Identifiable { + + // 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: - Initializers + public init(countryCode code: String) { + self.countryCode = code + countryName = Self.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)" + assertionFailure(message) + return "" + } + return localisedCountryName + } + + func countryName(withLocaleIdentifier localeIdentifier: String) -> String { + let locale = Locale(identifier: localeIdentifier) + return self.countryName(with: locale) + } + + 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 + } + +} + + +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/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryManager.swift b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryManager.swift new file mode 100644 index 00000000..d0a3df81 --- /dev/null +++ b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryManager.swift @@ -0,0 +1,254 @@ +// +// CountryManager.swift +// CountryCodeInSwift3 +// +// Created by Cl-macmini-100 on 12/19/16. +// Copyright © 2016 Suryakant. All rights reserved. +// + +import Foundation +import UIKit + +// MARK: - CountryManagerInterface +public protocol CountryListDataSource: ObservableObject { + func country(withCode code: String) -> Country? + func allCountries(_ favoriteCountriesLocaleIdentifiers: [String]) -> [Country] + var lastCountrySelected: Country? { get set } + func filterCountries(searchText: String) -> [Country] +} + +// MARK: - CountryManagerInterface extension for optional variables and default implementation +extension CountryListDataSource { + var lastCountrySelected: Country? { + get { nil } + set {} + } +} + +// MARK: - CountryFilterOption +/// 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 +} + +#if SWIFT_PACKAGE +let bundle = Bundle.module +#else +let bundle = Bundle(for: Country.self) +#endif + +// MARK: - CountryManager +open class CountryManager: CountryListDataSource { + + // MARK: - Variables + @Published public var countries = [Country]() + + private var countriesFilePath: String? { + let countriesPath = bundle.path(forResource: "CountryPickerController.bundle/countries", ofType: "plist") + return countriesPath + } + + public static let shared: CountryManager = { + let countryManager = CountryManager() + do { + try countryManager.loadCountries() + } catch { + #if DEBUG + print(error.localizedDescription) + #endif + } + return countryManager + }() + + /// Current country returns the country object from Phone/Simulator locale + open var currentCountry: Country? { + 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) + } + } + + open var preferredCountry: Country? { + lastCountrySelected ?? currentCountry + } + + public 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 their country names + internal var filters: Set = [.countryName] + + private init() {} +} + +public extension CountryManager { + + /// Fetch country list from a given property list file path + /// + /// - Parameter path: URL for the country plist file path + /// - Returns: A list of countries sorted by `CountryName` + + 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 { + throw "[CountryManager] ❌ Missing countries plist file from path: \(path)" + } + + // Sort country list by `countryName` + let sortedCountries = countryCodes.map { Country(countryCode: $0) }.sorted { $0.countryName < $1.countryName } + + #if DEBUG + print("[CountryManager] ✅ Successfully prepared list of \(sortedCountries.count) countries") + #endif + + return sortedCountries + } + + /// Prepares a country list object for usage while clearing any cached countries + /// + /// - Throws: Incase country list preperation fails to determine or convert data from a given URL file path. + func loadCountries() throws { + let url = URL(fileURLWithPath: countriesFilePath ?? "") + let fetchedCountries = try fetchCountries(fromURLPath: url) + countries.removeAll() + countries.append(contentsOf: fetchedCountries) + } + + func allCountries(_ favoriteCountriesLocaleIdentifiers: [String]) -> [Country] { + favoriteCountriesLocaleIdentifiers + .compactMap { country(withCode: $0) } + countries + } + + /// 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 { + + /// Requests for a `Country` instance based on country code + /// + /// - Parameter code: A country code + /// - Returns: A country instance + + func country(withCode code: String) -> Country? { + 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() }) + } + + /// 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 + guard let countryDialCode = country.digitCountrycode else { + return false + } + + var dialCode = dialCode + + // Remove a plus sign if it exists + if dialCode.contains("+"), let plusSignIndex = dialCode.firstIndex(of: "+") { + dialCode.remove(at: plusSignIndex) + } + + return dialCode == countryDialCode + }) + } +} + +// MARK: - CountryFilterOption 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 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` + + func clearAllFilters() { + filters.removeAll() + filters.insert(defaultFilter) // Set default filter option + } +} + +// 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/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AD.png new file mode 100644 index 00000000..ac26f9b4 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AD.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AD@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AD@2x.png new file mode 100644 index 00000000..010cd443 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AD@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AE.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AE.png new file mode 100755 index 00000000..5f07f2b4 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AE.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AE@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AE@2x.png new file mode 100755 index 00000000..524c4fa8 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AE@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AF.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AF.png new file mode 100644 index 00000000..4ec6e955 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AF.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AF@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AF@2x.png new file mode 100644 index 00000000..ce60f101 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AF@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AG.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AG.png new file mode 100755 index 00000000..6d0dd743 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AG.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AG@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AG@2x.png new file mode 100644 index 00000000..47a232ec Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AG@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AI.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AI.png new file mode 100755 index 00000000..2b09e2ec Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AI.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AI@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AI@2x.png new file mode 100644 index 00000000..89bb2408 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AI@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AL.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AL.png new file mode 100755 index 00000000..5c0166cc Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AL.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AL@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AL@2x.png new file mode 100644 index 00000000..feda50d3 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AL@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AM.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AM.png new file mode 100755 index 00000000..57707238 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AM.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AM@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AM@2x.png new file mode 100755 index 00000000..cfd35ce4 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AM@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AO.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AO.png new file mode 100755 index 00000000..774c54ee Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AO.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AO@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AO@2x.png new file mode 100644 index 00000000..cfce5bbf Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AO@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AQ.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AQ.png new file mode 100644 index 00000000..95a77fbb Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AQ.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AQ@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AQ@2x.png new file mode 100644 index 00000000..f856940a Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AQ@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AR.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AR.png new file mode 100755 index 00000000..1e3569ba Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AR.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AR@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AR@2x.png new file mode 100644 index 00000000..c72a1862 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AR@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AS.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AS.png new file mode 100644 index 00000000..9329d912 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AS.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AS@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AS@2x.png new file mode 100644 index 00000000..8de4fcd0 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AS@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AT.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AT.png new file mode 100755 index 00000000..db480a04 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AT.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AT@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AT@2x.png new file mode 100755 index 00000000..8795edd3 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AT@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AU.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AU.png new file mode 100755 index 00000000..809cc49d Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AU.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AU@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AU@2x.png new file mode 100644 index 00000000..a49d0345 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AU@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AW.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AW.png new file mode 100755 index 00000000..091a093e Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AW.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AW@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AW@2x.png new file mode 100755 index 00000000..c6ce9388 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AW@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AX.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AX.png new file mode 100755 index 00000000..5c3b12a9 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AX.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AX@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AX@2x.png new file mode 100755 index 00000000..9178c879 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AX@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AZ.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AZ.png new file mode 100755 index 00000000..f9ec4ad1 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AZ.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AZ@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AZ@2x.png new file mode 100755 index 00000000..7da96d89 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/AZ@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BA.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BA.png new file mode 100755 index 00000000..6ba8cf92 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BA.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BA@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BA@2x.png new file mode 100755 index 00000000..f5fc2994 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BA@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BB.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BB.png new file mode 100755 index 00000000..c85e86f0 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BB.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BB@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BB@2x.png new file mode 100755 index 00000000..aa46f434 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BB@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BD.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BD.png new file mode 100755 index 00000000..20897e75 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BD.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BD@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BD@2x.png new file mode 100755 index 00000000..366148c9 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BD@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BE.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BE.png new file mode 100755 index 00000000..b55bed54 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BE.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BE@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BE@2x.png new file mode 100755 index 00000000..efe2ef58 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BE@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BF.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BF.png new file mode 100755 index 00000000..98f51292 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BF.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BF@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BF@2x.png new file mode 100755 index 00000000..8ec09ff7 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BF@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BG.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BG.png new file mode 100755 index 00000000..a961907c Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BG.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BG@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BG@2x.png new file mode 100755 index 00000000..37c4b5b3 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BG@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BH.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BH.png new file mode 100755 index 00000000..40dfaef8 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BH.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BH@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BH@2x.png new file mode 100755 index 00000000..f6afb4ee Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BH@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BI.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BI.png new file mode 100644 index 00000000..30f34186 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BI.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BI@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BI@2x.png new file mode 100644 index 00000000..8bd5efed Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BI@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BJ.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BJ.png new file mode 100755 index 00000000..e6e47165 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BJ.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BJ@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BJ@2x.png new file mode 100755 index 00000000..81e026ce Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BJ@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BL.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BL.png new file mode 100755 index 00000000..3c2726ca Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BL.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BL@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BL@2x.png new file mode 100755 index 00000000..94c9e0fe Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BL@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BM.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BM.png new file mode 100644 index 00000000..9c5512c8 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BM.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BM@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BM@2x.png new file mode 100644 index 00000000..2f649d70 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BM@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BN.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BN.png new file mode 100644 index 00000000..861886e9 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BN.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BN@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BN@2x.png new file mode 100644 index 00000000..cd280a5d Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BN@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BO.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BO.png new file mode 100644 index 00000000..99ed3965 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BO.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BO@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BO@2x.png new file mode 100644 index 00000000..8a0c7c8b Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BO@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BQ.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BQ.png new file mode 100755 index 00000000..12c08865 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BQ.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BQ@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BQ@2x.png new file mode 100755 index 00000000..d6498940 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BQ@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BR.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BR.png new file mode 100644 index 00000000..7b14708c Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BR.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BR@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BR@2x.png new file mode 100644 index 00000000..4751891c Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BR@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BS.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BS.png new file mode 100755 index 00000000..5a702fbb Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BS.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BS@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BS@2x.png new file mode 100755 index 00000000..53be4f1e Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BS@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BT.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BT.png new file mode 100644 index 00000000..856f0bd5 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BT.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BT@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BT@2x.png new file mode 100644 index 00000000..3ec37ce7 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BT@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BV.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BV.png new file mode 100755 index 00000000..f257561b Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BV.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BV@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BV@2x.png new file mode 100755 index 00000000..674d8682 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BV@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BW.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BW.png new file mode 100755 index 00000000..885f6b8c Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BW.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BW@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BW@2x.png new file mode 100755 index 00000000..2a6bef1c Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BW@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BY.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BY.png new file mode 100755 index 00000000..12baa992 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BY.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BY@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BY@2x.png new file mode 100644 index 00000000..927378d9 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BY@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BZ.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BZ.png new file mode 100644 index 00000000..c9f51628 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BZ.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BZ@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BZ@2x.png new file mode 100644 index 00000000..d43159fd Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/BZ@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CA.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CA.png new file mode 100755 index 00000000..2f93d594 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CA.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CA@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CA@2x.png new file mode 100755 index 00000000..25123a4d Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CA@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CC.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CC.png new file mode 100755 index 00000000..5131086b Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CC.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CC@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CC@2x.png new file mode 100644 index 00000000..98d6c32c Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CC@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CD.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CD.png new file mode 100755 index 00000000..f1b75503 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CD.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CD@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CD@2x.png new file mode 100755 index 00000000..b0097ffb Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CD@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CF.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CF.png new file mode 100755 index 00000000..1dd5df53 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CF.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CF@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CF@2x.png new file mode 100755 index 00000000..286f3df5 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CF@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CG.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CG.png new file mode 100755 index 00000000..886f84ec Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CG.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CG@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CG@2x.png new file mode 100755 index 00000000..dbff888d Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CG@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CH.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CH.png new file mode 100755 index 00000000..5764f1cc Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CH.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CH@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CH@2x.png new file mode 100755 index 00000000..adf6131d Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CH@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CI.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CI.png new file mode 100755 index 00000000..7c92ad8c Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CI.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CI@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CI@2x.png new file mode 100755 index 00000000..361b34b4 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CI@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CK.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CK.png new file mode 100644 index 00000000..fbd42dbf Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CK.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CK@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CK@2x.png new file mode 100644 index 00000000..88c2489f Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CK@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CL.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CL.png new file mode 100755 index 00000000..1e78ac87 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CL.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CL@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CL@2x.png new file mode 100755 index 00000000..db7506d5 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CL@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CM.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CM.png new file mode 100755 index 00000000..1f548807 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CM.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CM@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CM@2x.png new file mode 100755 index 00000000..f4256d6a Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CM@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CN.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CN.png new file mode 100755 index 00000000..f44f3ae8 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CN.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CN@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CN@2x.png new file mode 100755 index 00000000..e6ffb158 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CN@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CO.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CO.png new file mode 100755 index 00000000..81766989 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CO.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CO@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CO@2x.png new file mode 100755 index 00000000..3945dad8 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CO@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CR.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CR.png new file mode 100755 index 00000000..3bbb260e Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CR.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CR@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CR@2x.png new file mode 100644 index 00000000..c2ad39d6 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CR@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CU.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CU.png new file mode 100755 index 00000000..4a57cb40 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CU.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CU@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CU@2x.png new file mode 100755 index 00000000..6932a27b Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CU@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CV.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CV.png new file mode 100755 index 00000000..594b4c7d Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CV.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CV@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CV@2x.png new file mode 100644 index 00000000..1dd7230b Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CV@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CW.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CW.png new file mode 100755 index 00000000..db281760 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CW.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CW@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CW@2x.png new file mode 100755 index 00000000..557d31e5 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CW@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CX.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CX.png new file mode 100755 index 00000000..e7d765f7 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CX.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CX@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CX@2x.png new file mode 100644 index 00000000..9e84596d Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CX@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CY.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CY.png new file mode 100644 index 00000000..366236e2 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CY.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CY@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CY@2x.png new file mode 100644 index 00000000..2d58086c Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CY@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CZ.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CZ.png new file mode 100755 index 00000000..6ea417ee Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CZ.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CZ@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CZ@2x.png new file mode 100755 index 00000000..50a225ef Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/CZ@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DE.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DE.png new file mode 100755 index 00000000..8969fc53 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DE.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DE@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DE@2x.png new file mode 100755 index 00000000..d4293069 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DE@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DJ.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DJ.png new file mode 100755 index 00000000..bbac0210 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DJ.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DJ@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DJ@2x.png new file mode 100755 index 00000000..cd037794 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DJ@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DK.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DK.png new file mode 100755 index 00000000..1e38503f Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DK.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DK@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DK@2x.png new file mode 100755 index 00000000..297ef19e Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DK@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DM.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DM.png new file mode 100755 index 00000000..ec0ff3a4 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DM.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DM@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DM@2x.png new file mode 100644 index 00000000..1873e770 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DM@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DO.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DO.png new file mode 100755 index 00000000..8edcf38d Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DO.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DO@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DO@2x.png new file mode 100644 index 00000000..ae9f8b99 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DO@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DZ.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DZ.png new file mode 100755 index 00000000..ba45eb55 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DZ.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DZ@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DZ@2x.png new file mode 100644 index 00000000..589b4d00 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/DZ@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EC.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EC.png new file mode 100644 index 00000000..6c55f744 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EC.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EC@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EC@2x.png new file mode 100644 index 00000000..19b65c2a Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EC@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EE.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EE.png new file mode 100755 index 00000000..fffddabf Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EE.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EE@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EE@2x.png new file mode 100755 index 00000000..051bda6d Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EE@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EG.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EG.png new file mode 100755 index 00000000..b6195475 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EG.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EG@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EG@2x.png new file mode 100644 index 00000000..a1e9e88f Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EG@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EH.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EH.png new file mode 100755 index 00000000..8aa150c0 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EH.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EH@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EH@2x.png new file mode 100755 index 00000000..ff6e33a4 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/EH@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ER.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ER.png new file mode 100755 index 00000000..4e54e4fd Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ER.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ER@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ER@2x.png new file mode 100644 index 00000000..ee52ddfb Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ER@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ES.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ES.png new file mode 100644 index 00000000..512b6ab5 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ES.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ES@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ES@2x.png new file mode 100644 index 00000000..92c04d39 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ES@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ET.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ET.png new file mode 100755 index 00000000..f6313638 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ET.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ET@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ET@2x.png new file mode 100644 index 00000000..95d4f813 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ET@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FI.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FI.png new file mode 100755 index 00000000..da3a43b9 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FI.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FI@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FI@2x.png new file mode 100755 index 00000000..82927387 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FI@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FJ.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FJ.png new file mode 100644 index 00000000..6b38eef4 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FJ.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FJ@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FJ@2x.png new file mode 100644 index 00000000..cf6c90eb Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FJ@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FK.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FK.png new file mode 100644 index 00000000..14814747 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FK.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FK@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FK@2x.png new file mode 100644 index 00000000..e46c9d84 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FK@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FM.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FM.png new file mode 100755 index 00000000..1caacaa1 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FM.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FM@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FM@2x.png new file mode 100755 index 00000000..76b9b061 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FM@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FO.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FO.png new file mode 100755 index 00000000..f07e5fe9 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FO.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FO@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FO@2x.png new file mode 100755 index 00000000..02f756c7 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FO@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FR.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FR.png new file mode 100755 index 00000000..40860a73 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FR.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FR@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FR@2x.png new file mode 100755 index 00000000..613f2cf0 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/FR@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GA.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GA.png new file mode 100755 index 00000000..30afb811 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GA.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GA@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GA@2x.png new file mode 100755 index 00000000..ebb4604c Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GA@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GB.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GB.png new file mode 100755 index 00000000..385d0e73 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GB.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GB@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GB@2x.png new file mode 100755 index 00000000..b0a6f270 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GB@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GD.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GD.png new file mode 100644 index 00000000..1f9648e5 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GD.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GD@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GD@2x.png new file mode 100644 index 00000000..5d694150 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GD@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GE.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GE.png new file mode 100755 index 00000000..b4c330ad Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GE.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GE@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GE@2x.png new file mode 100755 index 00000000..b3dbc015 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GE@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GF.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GF.png new file mode 100755 index 00000000..21ca254b Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GF.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GF@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GF@2x.png new file mode 100755 index 00000000..43c64952 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GF@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GG.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GG.png new file mode 100755 index 00000000..a8f6344a Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GG.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GG@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GG@2x.png new file mode 100755 index 00000000..1d5ec129 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GG@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GH.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GH.png new file mode 100755 index 00000000..bbf0292b Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GH.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GH@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GH@2x.png new file mode 100755 index 00000000..7623c910 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GH@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GI.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GI.png new file mode 100755 index 00000000..252bb89f Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GI.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GI@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GI@2x.png new file mode 100644 index 00000000..03e7831c Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GI@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GL.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GL.png new file mode 100755 index 00000000..eef185be Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GL.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GL@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GL@2x.png new file mode 100755 index 00000000..5378e001 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GL@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GM.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GM.png new file mode 100755 index 00000000..b1ed9412 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GM.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GM@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GM@2x.png new file mode 100755 index 00000000..42f8a87c Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GM@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GN.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GN.png new file mode 100755 index 00000000..c19533c1 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GN.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GN@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GN@2x.png new file mode 100755 index 00000000..8d11b488 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GN@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GP.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GP.png new file mode 100644 index 00000000..9f0b04b4 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GP.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GP@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GP@2x.png new file mode 100644 index 00000000..14262668 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GP@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GQ.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GQ.png new file mode 100755 index 00000000..373972de Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GQ.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GQ@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GQ@2x.png new file mode 100644 index 00000000..69057cac Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GQ@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GR.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GR.png new file mode 100755 index 00000000..93654766 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GR.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GR@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GR@2x.png new file mode 100755 index 00000000..2af7ebf8 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GR@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GS.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GS.png new file mode 100644 index 00000000..9a7e89ff Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GS.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GS@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GS@2x.png new file mode 100644 index 00000000..4a5db305 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GS@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GT.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GT.png new file mode 100644 index 00000000..70352585 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GT.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GT@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GT@2x.png new file mode 100644 index 00000000..7e9f7d42 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GT@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GU.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GU.png new file mode 100755 index 00000000..927496a3 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GU.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GU@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GU@2x.png new file mode 100644 index 00000000..efd553ac Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GU@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GW.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GW.png new file mode 100755 index 00000000..2ed49057 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GW.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GW@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GW@2x.png new file mode 100755 index 00000000..8baead90 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GW@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GY.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GY.png new file mode 100755 index 00000000..a96eec22 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GY.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GY@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GY@2x.png new file mode 100755 index 00000000..4d9295e5 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/GY@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HK.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HK.png new file mode 100755 index 00000000..059dbeef Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HK.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HK@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HK@2x.png new file mode 100644 index 00000000..c91e5920 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HK@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HM.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HM.png new file mode 100755 index 00000000..bec23efa Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HM.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HM@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HM@2x.png new file mode 100644 index 00000000..a49d0345 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HM@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HN.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HN.png new file mode 100755 index 00000000..9ab18041 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HN.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HN@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HN@2x.png new file mode 100755 index 00000000..3a8354e0 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HN@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HR.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HR.png new file mode 100755 index 00000000..083a77e5 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HR.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HR@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HR@2x.png new file mode 100644 index 00000000..c0953f3f Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HR@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HT.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HT.png new file mode 100755 index 00000000..ad0ac473 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HT.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HT@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HT@2x.png new file mode 100644 index 00000000..ef8e784a Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HT@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HU.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HU.png new file mode 100755 index 00000000..9e6a376b Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HU.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HU@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HU@2x.png new file mode 100755 index 00000000..15687f1a Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/HU@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ID.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ID.png new file mode 100755 index 00000000..10e2ca30 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ID.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ID@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ID@2x.png new file mode 100755 index 00000000..81fd6a1c Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ID@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IE.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IE.png new file mode 100755 index 00000000..2b419cba Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IE.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IE@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IE@2x.png new file mode 100755 index 00000000..b9c816b9 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IE@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IL.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IL.png new file mode 100755 index 00000000..a28252b7 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IL.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IL@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IL@2x.png new file mode 100644 index 00000000..393dd6c7 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IL@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IM.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IM.png new file mode 100755 index 00000000..7fd10cf7 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IM.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IM@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IM@2x.png new file mode 100644 index 00000000..c17972b2 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IM@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IN.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IN.png new file mode 100755 index 00000000..e93ae906 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IN.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IN@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IN@2x.png new file mode 100644 index 00000000..5cc28009 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IN@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IO.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IO.png new file mode 100644 index 00000000..cf71937c Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IO.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IO@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IO@2x.png new file mode 100644 index 00000000..aea5d437 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IO@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IQ.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IQ.png new file mode 100755 index 00000000..8191c951 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IQ.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IQ@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IQ@2x.png new file mode 100755 index 00000000..31e839a2 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IQ@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IR.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IR.png new file mode 100644 index 00000000..eb9cddd8 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IR.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IR@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IR@2x.png new file mode 100644 index 00000000..fd889f39 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IR@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IS.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IS.png new file mode 100755 index 00000000..0d5776c4 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IS.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IS@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IS@2x.png new file mode 100755 index 00000000..03bc2bfd Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IS@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IT.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IT.png new file mode 100755 index 00000000..da220619 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IT.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IT@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IT@2x.png new file mode 100755 index 00000000..9eee7ead Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/IT@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JE.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JE.png new file mode 100644 index 00000000..1ccac1ac Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JE.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JE@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JE@2x.png new file mode 100644 index 00000000..bf513768 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JE@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JM.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JM.png new file mode 100755 index 00000000..e45e7f7d Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JM.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JM@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JM@2x.png new file mode 100755 index 00000000..fd9f7b34 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JM@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JO.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JO.png new file mode 100755 index 00000000..aebfaa77 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JO.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JO@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JO@2x.png new file mode 100755 index 00000000..7023a99e Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JO@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JP.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JP.png new file mode 100755 index 00000000..c5b8bd8a Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JP.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JP@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JP@2x.png new file mode 100755 index 00000000..64a8d200 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/JP@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KE.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KE.png new file mode 100755 index 00000000..5dcc6cde Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KE.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KE@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KE@2x.png new file mode 100644 index 00000000..e85b5da7 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KE@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KG.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KG.png new file mode 100644 index 00000000..c409c9c6 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KG.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KG@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KG@2x.png new file mode 100644 index 00000000..9477bc7e Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KG@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KH.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KH.png new file mode 100644 index 00000000..5aaa08b6 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KH.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KH@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KH@2x.png new file mode 100644 index 00000000..56c2ef86 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KH@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KI.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KI.png new file mode 100644 index 00000000..0ceb1a57 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KI.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KI@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KI@2x.png new file mode 100644 index 00000000..a9b1eb87 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KI@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KM.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KM.png new file mode 100755 index 00000000..334b1ec0 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KM.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KM@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KM@2x.png new file mode 100644 index 00000000..10165e69 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KM@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KN.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KN.png new file mode 100755 index 00000000..32f72dce Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KN.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KN@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KN@2x.png new file mode 100644 index 00000000..a8d91df3 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KN@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KP.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KP.png new file mode 100755 index 00000000..d566ca25 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KP.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KP@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KP@2x.png new file mode 100755 index 00000000..0a945cb6 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KP@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KR.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KR.png new file mode 100644 index 00000000..508fee41 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KR.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KR@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KR@2x.png new file mode 100644 index 00000000..4e933606 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KR@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KW.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KW.png new file mode 100755 index 00000000..e9c29650 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KW.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KW@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KW@2x.png new file mode 100755 index 00000000..8e1e7012 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KW@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KY.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KY.png new file mode 100644 index 00000000..e2c5f56b Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KY.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KY@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KY@2x.png new file mode 100644 index 00000000..2a70f077 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KY@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KZ.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KZ.png new file mode 100644 index 00000000..d9423024 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KZ.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KZ@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KZ@2x.png new file mode 100644 index 00000000..f4c98c2a Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/KZ@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LA.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LA.png new file mode 100755 index 00000000..65dbd920 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LA.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LA@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LA@2x.png new file mode 100755 index 00000000..0e326ce5 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LA@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LB.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LB.png new file mode 100755 index 00000000..b3f7d382 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LB.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LB@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LB@2x.png new file mode 100644 index 00000000..5e06882d Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LB@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LC.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LC.png new file mode 100755 index 00000000..effa08aa Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LC.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LC@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LC@2x.png new file mode 100644 index 00000000..8e71f099 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LC@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LI.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LI.png new file mode 100755 index 00000000..b98e025b Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LI.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LI@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LI@2x.png new file mode 100644 index 00000000..abb7f932 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LI@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LK.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LK.png new file mode 100644 index 00000000..067c6842 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LK.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LK@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LK@2x.png new file mode 100644 index 00000000..9b1f9ebc Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LK@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LR.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LR.png new file mode 100755 index 00000000..e384e305 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LR.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LR@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LR@2x.png new file mode 100755 index 00000000..f0ff50c0 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LR@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LS.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LS.png new file mode 100755 index 00000000..012520bc Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LS.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LS@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LS@2x.png new file mode 100755 index 00000000..7cc69fdf Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LS@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LT.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LT.png new file mode 100755 index 00000000..73baacfc Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LT.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LT@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LT@2x.png new file mode 100755 index 00000000..1031f82a Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LT@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LU.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LU.png new file mode 100755 index 00000000..2b814582 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LU.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LU@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LU@2x.png new file mode 100755 index 00000000..4f834055 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LU@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LV.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LV.png new file mode 100755 index 00000000..162de344 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LV.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LV@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LV@2x.png new file mode 100755 index 00000000..73029221 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LV@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LY.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LY.png new file mode 100755 index 00000000..26591eb9 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LY.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LY@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LY@2x.png new file mode 100755 index 00000000..f8f317bb Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/LY@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MA.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MA.png new file mode 100755 index 00000000..3a08d1a1 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MA.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MA@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MA@2x.png new file mode 100755 index 00000000..7f06f8c9 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MA@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MC.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MC.png new file mode 100755 index 00000000..7efc2f67 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MC.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MC@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MC@2x.png new file mode 100755 index 00000000..7d2ab871 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MC@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MD.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MD.png new file mode 100644 index 00000000..fc6146a4 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MD.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MD@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MD@2x.png new file mode 100644 index 00000000..840c2531 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MD@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ME.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ME.png new file mode 100644 index 00000000..c070465c Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ME.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ME@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ME@2x.png new file mode 100644 index 00000000..9da3ab91 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ME@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MF.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MF.png new file mode 100755 index 00000000..5090ff24 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MF.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MF@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MF@2x.png new file mode 100755 index 00000000..f11dacac Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MF@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MG.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MG.png new file mode 100755 index 00000000..8f7bdf5e Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MG.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MG@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MG@2x.png new file mode 100755 index 00000000..44bf079b Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MG@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MH.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MH.png new file mode 100644 index 00000000..0b6d1c7b Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MH.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MH@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MH@2x.png new file mode 100644 index 00000000..d52cc8af Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MH@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MK.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MK.png new file mode 100755 index 00000000..1eea0370 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MK.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MK@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MK@2x.png new file mode 100644 index 00000000..3924c00f Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MK@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ML.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ML.png new file mode 100755 index 00000000..d966f33c Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ML.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ML@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ML@2x.png new file mode 100755 index 00000000..5d7e7e4e Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ML@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MM.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MM.png new file mode 100755 index 00000000..da09911e Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MM.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MM@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MM@2x.png new file mode 100644 index 00000000..cd8a14ea Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MM@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MN.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MN.png new file mode 100755 index 00000000..f53dc223 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MN.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MN@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MN@2x.png new file mode 100755 index 00000000..afa16255 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MN@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MO.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MO.png new file mode 100755 index 00000000..61aa6bba Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MO.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MO@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MO@2x.png new file mode 100644 index 00000000..919698a9 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MO@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MP.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MP.png new file mode 100644 index 00000000..dca78c25 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MP.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MP@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MP@2x.png new file mode 100644 index 00000000..3d596198 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MP@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MQ.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MQ.png new file mode 100755 index 00000000..b1a4de44 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MQ.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MQ@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MQ@2x.png new file mode 100644 index 00000000..41cac681 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MQ@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MR.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MR.png new file mode 100755 index 00000000..d748fe46 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MR.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MR@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MR@2x.png new file mode 100644 index 00000000..0f4ce3f3 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MR@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MS.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MS.png new file mode 100755 index 00000000..5b9d2001 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MS.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MS@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MS@2x.png new file mode 100644 index 00000000..6d4cf7a4 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MS@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MT.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MT.png new file mode 100755 index 00000000..1ffde65f Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MT.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MT@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MT@2x.png new file mode 100644 index 00000000..92fdf812 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MT@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MU.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MU.png new file mode 100755 index 00000000..b3fef5fe Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MU.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MU@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MU@2x.png new file mode 100755 index 00000000..550760b9 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MU@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MV.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MV.png new file mode 100755 index 00000000..48b0d7f5 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MV.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MV@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MV@2x.png new file mode 100755 index 00000000..9e8f1da7 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MV@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MW.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MW.png new file mode 100755 index 00000000..7f5d707a Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MW.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MW@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MW@2x.png new file mode 100644 index 00000000..60740e85 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MW@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MX.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MX.png new file mode 100644 index 00000000..26e7a083 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MX.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MX@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MX@2x.png new file mode 100644 index 00000000..5a0af9a7 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MX@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MY.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MY.png new file mode 100755 index 00000000..7073e7f6 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MY.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MY@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MY@2x.png new file mode 100644 index 00000000..8b0e3e50 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MY@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MZ.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MZ.png new file mode 100755 index 00000000..c772c9b1 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MZ.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MZ@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MZ@2x.png new file mode 100644 index 00000000..01b2cecc Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/MZ@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NA.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NA.png new file mode 100755 index 00000000..7280391e Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NA.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NA@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NA@2x.png new file mode 100644 index 00000000..71d2f0ea Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NA@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NC.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NC.png new file mode 100755 index 00000000..27453c74 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NC.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NC@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NC@2x.png new file mode 100644 index 00000000..8a1842c7 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NC@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NE.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NE.png new file mode 100755 index 00000000..669c20a1 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NE.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NE@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NE@2x.png new file mode 100755 index 00000000..ea2d3dc0 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NE@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NF.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NF.png new file mode 100755 index 00000000..0c920fb6 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NF.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NF@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NF@2x.png new file mode 100644 index 00000000..979a0823 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NF@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NG.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NG.png new file mode 100755 index 00000000..bfd4533b Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NG.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NG@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NG@2x.png new file mode 100755 index 00000000..fa2e2cc3 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NG@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NI.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NI.png new file mode 100755 index 00000000..0d6c8d2e Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NI.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NI@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NI@2x.png new file mode 100644 index 00000000..9a9c5d14 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NI@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NL.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NL.png new file mode 100755 index 00000000..2063a5a7 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NL.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NL@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NL@2x.png new file mode 100755 index 00000000..6ce24a7d Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NL@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NO.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NO.png new file mode 100755 index 00000000..4c8410a7 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NO.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NO@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NO@2x.png new file mode 100755 index 00000000..59d1e463 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NO@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NP.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NP.png new file mode 100644 index 00000000..adc0d98f Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NP.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NP@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NP@2x.png new file mode 100644 index 00000000..95092aec Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NP@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NR.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NR.png new file mode 100755 index 00000000..95580b28 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NR.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NR@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NR@2x.png new file mode 100755 index 00000000..0ff0d7c7 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NR@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NU.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NU.png new file mode 100755 index 00000000..48afa309 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NU.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NU@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NU@2x.png new file mode 100644 index 00000000..400fb243 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NU@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NZ.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NZ.png new file mode 100755 index 00000000..18d900ba Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NZ.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NZ@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NZ@2x.png new file mode 100644 index 00000000..6b00c705 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/NZ@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/OM.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/OM.png new file mode 100755 index 00000000..679d8077 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/OM.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/OM@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/OM@2x.png new file mode 100644 index 00000000..6ef99cfe Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/OM@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PA.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PA.png new file mode 100755 index 00000000..11a4274f Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PA.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PA@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PA@2x.png new file mode 100755 index 00000000..b5dccd1f Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PA@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PE.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PE.png new file mode 100644 index 00000000..c975fd0a Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PE.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PE@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PE@2x.png new file mode 100644 index 00000000..0ccd829c Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PE@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PF.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PF.png new file mode 100644 index 00000000..2391aade Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PF.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PF@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PF@2x.png new file mode 100644 index 00000000..8c83ccae Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PF@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PG.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PG.png new file mode 100644 index 00000000..6bb44180 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PG.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PG@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PG@2x.png new file mode 100644 index 00000000..a5a9ae45 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PG@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PH.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PH.png new file mode 100755 index 00000000..efc4936a Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PH.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PH@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PH@2x.png new file mode 100644 index 00000000..36c86ab7 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PH@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PK.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PK.png new file mode 100755 index 00000000..a7fa58d4 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PK.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PK@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PK@2x.png new file mode 100755 index 00000000..858b54dc Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PK@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PL.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PL.png new file mode 100755 index 00000000..bc343df1 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PL.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PL@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PL@2x.png new file mode 100755 index 00000000..59e00ebe Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PL@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PM.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PM.png new file mode 100644 index 00000000..b2536310 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PM.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PM@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PM@2x.png new file mode 100644 index 00000000..c7d07d06 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PM@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PN.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PN.png new file mode 100644 index 00000000..dc1e0c42 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PN.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PN@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PN@2x.png new file mode 100644 index 00000000..fd1e9728 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PN@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PR.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PR.png new file mode 100755 index 00000000..f759a57d Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PR.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PR@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PR@2x.png new file mode 100644 index 00000000..b209fa01 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PR@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PS.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PS.png new file mode 100755 index 00000000..99c713a2 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PS.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PS@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PS@2x.png new file mode 100755 index 00000000..8b1bfc4f Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PS@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PT.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PT.png new file mode 100644 index 00000000..ae2a10a4 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PT.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PT@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PT@2x.png new file mode 100644 index 00000000..5b1ba249 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PT@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PW.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PW.png new file mode 100755 index 00000000..97def62d Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PW.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PW@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PW@2x.png new file mode 100755 index 00000000..685db83c Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PW@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PY.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PY.png new file mode 100755 index 00000000..5a788a71 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PY.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PY@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PY@2x.png new file mode 100644 index 00000000..13d402b1 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/PY@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/QA.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/QA.png new file mode 100755 index 00000000..9b160aed Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/QA.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/QA@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/QA@2x.png new file mode 100755 index 00000000..4b59439f Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/QA@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RE.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RE.png new file mode 100755 index 00000000..e06fc049 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RE.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RE@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RE@2x.png new file mode 100755 index 00000000..e5d3f047 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RE@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RO.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RO.png new file mode 100755 index 00000000..bc8c2179 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RO.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RO@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RO@2x.png new file mode 100755 index 00000000..7d26f638 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RO@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RS.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RS.png new file mode 100644 index 00000000..6bf2710b Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RS.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RS@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RS@2x.png new file mode 100644 index 00000000..e218bf73 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RS@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RU.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RU.png new file mode 100755 index 00000000..f1fe8171 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RU.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RU@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RU@2x.png new file mode 100755 index 00000000..b9b3e055 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RU@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RW.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RW.png new file mode 100755 index 00000000..5ff550dc Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RW.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RW@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RW@2x.png new file mode 100644 index 00000000..7d57b539 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/RW@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SA.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SA.png new file mode 100755 index 00000000..1bee9b3a Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SA.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SA@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SA@2x.png new file mode 100644 index 00000000..c8cca1a2 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SA@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SB.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SB.png new file mode 100755 index 00000000..dbdec192 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SB.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SB@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SB@2x.png new file mode 100644 index 00000000..3c1a425a Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SB@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SC.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SC.png new file mode 100755 index 00000000..99bf25c8 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SC.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SC@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SC@2x.png new file mode 100755 index 00000000..00157721 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SC@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SD.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SD.png new file mode 100755 index 00000000..c5f5708d Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SD.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SD@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SD@2x.png new file mode 100755 index 00000000..c54e34a6 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SD@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SE.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SE.png new file mode 100755 index 00000000..41f4ffe7 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SE.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SE@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SE@2x.png new file mode 100755 index 00000000..36e438d0 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SE@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SG.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SG.png new file mode 100755 index 00000000..1a6303ad Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SG.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SG@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SG@2x.png new file mode 100755 index 00000000..3b97c930 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SG@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SH.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SH.png new file mode 100755 index 00000000..ac970d67 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SH.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SH@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SH@2x.png new file mode 100755 index 00000000..2c504cb5 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SH@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SI.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SI.png new file mode 100755 index 00000000..f260a493 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SI.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SI@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SI@2x.png new file mode 100644 index 00000000..42b3dea7 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SI@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SJ.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SJ.png new file mode 100755 index 00000000..96e0d8c7 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SJ.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SJ@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SJ@2x.png new file mode 100755 index 00000000..eef865d6 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SJ@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SK.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SK.png new file mode 100755 index 00000000..ee4e4537 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SK.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SK@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SK@2x.png new file mode 100644 index 00000000..de9245f7 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SK@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SL.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SL.png new file mode 100755 index 00000000..a3e8c769 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SL.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SL@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SL@2x.png new file mode 100755 index 00000000..cb7fc82b Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SL@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SM.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SM.png new file mode 100644 index 00000000..63aff325 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SM.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SM@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SM@2x.png new file mode 100644 index 00000000..797ee5f2 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SM@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SN.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SN.png new file mode 100755 index 00000000..82c51482 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SN.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SN@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SN@2x.png new file mode 100755 index 00000000..07c88e20 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SN@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SO.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SO.png new file mode 100755 index 00000000..e8e63dbb Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SO.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SO@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SO@2x.png new file mode 100755 index 00000000..7bd7b37b Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SO@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SR.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SR.png new file mode 100755 index 00000000..aa658977 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SR.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SR@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SR@2x.png new file mode 100755 index 00000000..8e6b43e9 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SR@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SS.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SS.png new file mode 100755 index 00000000..48c00102 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SS.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SS@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SS@2x.png new file mode 100755 index 00000000..dd338d68 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SS@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ST.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ST.png new file mode 100755 index 00000000..033cfff6 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ST.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ST@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ST@2x.png new file mode 100755 index 00000000..1ea2018c Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ST@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SV.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SV.png new file mode 100755 index 00000000..644b5d00 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SV.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SV@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SV@2x.png new file mode 100644 index 00000000..2532d70a Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SV@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SX.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SX.png new file mode 100644 index 00000000..4092c9b7 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SX.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SX@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SX@2x.png new file mode 100644 index 00000000..25260cac Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SX@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SY.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SY.png new file mode 100755 index 00000000..3b32616a Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SY.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SY@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SY@2x.png new file mode 100755 index 00000000..dd6b54b9 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SY@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SZ.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SZ.png new file mode 100644 index 00000000..9c5df050 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SZ.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SZ@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SZ@2x.png new file mode 100644 index 00000000..57f6079d Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/SZ@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TC.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TC.png new file mode 100755 index 00000000..3d8f1c69 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TC.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TC@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TC@2x.png new file mode 100644 index 00000000..97188d82 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TC@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TD.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TD.png new file mode 100755 index 00000000..3fbdc05f Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TD.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TD@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TD@2x.png new file mode 100755 index 00000000..bb265f0b Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TD@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TF.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TF.png new file mode 100755 index 00000000..f6dc7e1f Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TF.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TF@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TF@2x.png new file mode 100755 index 00000000..458bbbf9 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TF@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TG.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TG.png new file mode 100755 index 00000000..1892bc10 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TG.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TG@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TG@2x.png new file mode 100755 index 00000000..97a0f517 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TG@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TH.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TH.png new file mode 100755 index 00000000..99d579c0 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TH.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TH@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TH@2x.png new file mode 100755 index 00000000..7cc678f0 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TH@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TJ.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TJ.png new file mode 100755 index 00000000..63a23087 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TJ.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TJ@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TJ@2x.png new file mode 100755 index 00000000..cdcaba33 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TJ@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TK.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TK.png new file mode 100755 index 00000000..9da1a970 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TK.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TK@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TK@2x.png new file mode 100644 index 00000000..19a6ee46 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TK@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TL.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TL.png new file mode 100755 index 00000000..3e60270f Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TL.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TL@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TL@2x.png new file mode 100755 index 00000000..7b602209 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TL@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TM.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TM.png new file mode 100644 index 00000000..5487562a Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TM.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TM@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TM@2x.png new file mode 100644 index 00000000..657070fa Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TM@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TN.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TN.png new file mode 100755 index 00000000..214fa2e5 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TN.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TN@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TN@2x.png new file mode 100644 index 00000000..909a4ce9 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TN@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TO.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TO.png new file mode 100755 index 00000000..ad5b6c5a Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TO.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TO@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TO@2x.png new file mode 100755 index 00000000..601acf62 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TO@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TR.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TR.png new file mode 100755 index 00000000..35848b70 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TR.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TR@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TR@2x.png new file mode 100755 index 00000000..b6a68774 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TR@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TT.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TT.png new file mode 100755 index 00000000..398c2adc Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TT.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TT@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TT@2x.png new file mode 100644 index 00000000..28339e84 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TT@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TV.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TV.png new file mode 100755 index 00000000..50a0fcd2 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TV.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TV@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TV@2x.png new file mode 100644 index 00000000..aac329eb Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TV@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TW.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TW.png new file mode 100755 index 00000000..f49f6bcf Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TW.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TW@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TW@2x.png new file mode 100755 index 00000000..66a2eef1 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TW@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TZ.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TZ.png new file mode 100755 index 00000000..3492a56b Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TZ.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TZ@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TZ@2x.png new file mode 100755 index 00000000..e2293df2 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/TZ@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UA.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UA.png new file mode 100755 index 00000000..1b1aabf1 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UA.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UA@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UA@2x.png new file mode 100755 index 00000000..6dad94d5 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UA@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UG.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UG.png new file mode 100755 index 00000000..930e1c38 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UG.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UG@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UG@2x.png new file mode 100644 index 00000000..85f10272 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UG@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UM.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UM.png new file mode 100644 index 00000000..7a9919f8 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UM.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UM@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UM@2x.png new file mode 100644 index 00000000..43d89de6 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UM@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/US.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/US.png new file mode 100644 index 00000000..7a9919f8 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/US.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/US@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/US@2x.png new file mode 100644 index 00000000..43d89de6 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/US@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UY.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UY.png new file mode 100644 index 00000000..58cc6514 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UY.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UY@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UY@2x.png new file mode 100644 index 00000000..f1ba7c55 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UY@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UZ.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UZ.png new file mode 100755 index 00000000..a03e50bd Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UZ.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UZ@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UZ@2x.png new file mode 100755 index 00000000..6d1bca1a Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/UZ@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VA.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VA.png new file mode 100644 index 00000000..9d481d75 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VA.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VA@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VA@2x.png new file mode 100644 index 00000000..df11591e Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VA@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VC.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VC.png new file mode 100755 index 00000000..5ba7e907 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VC.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VC@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VC@2x.png new file mode 100755 index 00000000..1acfe829 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VC@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VE.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VE.png new file mode 100755 index 00000000..966630f3 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VE.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VE@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VE@2x.png new file mode 100644 index 00000000..3a084497 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VE@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VG.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VG.png new file mode 100644 index 00000000..bcac8796 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VG.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VG@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VG@2x.png new file mode 100644 index 00000000..05dd2c44 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VG@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VI.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VI.png new file mode 100644 index 00000000..8ea7d26f Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VI.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VI@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VI@2x.png new file mode 100644 index 00000000..8b6830b0 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VI@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VN.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VN.png new file mode 100755 index 00000000..27dbaa34 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VN.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VN@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VN@2x.png new file mode 100755 index 00000000..7f159aec Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VN@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VU.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VU.png new file mode 100755 index 00000000..592d21d2 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VU.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VU@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VU@2x.png new file mode 100644 index 00000000..23f962fc Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/VU@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WF.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WF.png new file mode 100755 index 00000000..38e1d3eb Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WF.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WF@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WF@2x.png new file mode 100755 index 00000000..834b0374 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WF@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WS.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WS.png new file mode 100755 index 00000000..c10c446f Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WS.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WS@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WS@2x.png new file mode 100755 index 00000000..f05b7a88 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/WS@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/XK.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/XK.png new file mode 100644 index 00000000..5b20c2b7 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/XK.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/XK@2.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/XK@2.png new file mode 100644 index 00000000..42fdee0c Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/XK@2.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YE.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YE.png new file mode 100755 index 00000000..0a081f99 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YE.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YE@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YE@2x.png new file mode 100755 index 00000000..509792c4 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YE@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YT.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YT.png new file mode 100755 index 00000000..3b4c5cbf Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YT.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YT@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YT@2x.png new file mode 100755 index 00000000..8edd60cf Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/YT@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZA.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZA.png new file mode 100755 index 00000000..0a9ce229 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZA.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZA@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZA@2x.png new file mode 100755 index 00000000..d7183aa4 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZA@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZM.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZM.png new file mode 100755 index 00000000..2883c3f1 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZM.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZM@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZM@2x.png new file mode 100644 index 00000000..4d38acf3 Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZM@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZW.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZW.png new file mode 100755 index 00000000..7c3bf76e Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZW.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZW@2x.png b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZW@2x.png new file mode 100644 index 00000000..ed2b0a0b Binary files /dev/null and b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/ZW@2x.png differ diff --git a/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/countries.plist b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/countries.plist new file mode 100755 index 00000000..b0a175ec --- /dev/null +++ b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerController.bundle/countries.plist @@ -0,0 +1,256 @@ + + + + + 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/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerView.swift b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerView.swift new file mode 100644 index 00000000..62b67e8f --- /dev/null +++ b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/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/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerWheelView/CountryPickerWheelView.swift b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerWheelView/CountryPickerWheelView.swift new file mode 100644 index 00000000..a05597f5 --- /dev/null +++ b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerWheelView/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/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerWheelView/CountryPickerWheelViewModel.swift b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerWheelView/CountryPickerWheelViewModel.swift new file mode 100644 index 00000000..7345e57e --- /dev/null +++ b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerWheelView/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/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerWithSectionViewModel.swift b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerWithSectionViewModel.swift new file mode 100644 index 00000000..6e0604e6 --- /dev/null +++ b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/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/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerWithSections.swift b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/CountryPickerWithSections.swift new file mode 100644 index 00000000..bf49d8f0 --- /dev/null +++ b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/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/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/SectionMapper.swift b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/SectionMapper.swift new file mode 100644 index 00000000..9cc1abef --- /dev/null +++ b/CountryPickeriOS15+/CountryPickerSPM/Sources/CountryPickerSPM/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/CountryPickeriOS15+/CountryPickerSPM/Tests/CountryPickerSPMTests/CountryManagerTests.swift b/CountryPickeriOS15+/CountryPickerSPM/Tests/CountryPickerSPMTests/CountryManagerTests.swift new file mode 100644 index 00000000..a91d03d5 --- /dev/null +++ b/CountryPickeriOS15+/CountryPickerSPM/Tests/CountryPickerSPMTests/CountryManagerTests.swift @@ -0,0 +1,136 @@ +// +// 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 new file mode 100644 index 00000000..36f2090c --- /dev/null +++ b/CountryPickeriOS15+/CountryPickerSPM/Tests/CountryPickerSPMTests/CountryPickerSPMTests.swift @@ -0,0 +1,243 @@ +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/CountryTests.swift b/CountryPickeriOS15+/CountryPickerSPM/Tests/CountryPickerSPMTests/CountryTests.swift new file mode 100644 index 00000000..6d1041fc --- /dev/null +++ b/CountryPickeriOS15+/CountryPickerSPM/Tests/CountryPickerSPMTests/CountryTests.swift @@ -0,0 +1,58 @@ +// +// CountryTest.swift +// CountryPickerTests +// +// Created by Github on 03/01/21. +// Copyright © 2021 SuryaKant Sharma. All rights reserved. +// + +import Foundation +import XCTest +@testable import CountryPickerSPM + +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(Country.mapCountryName("US"), "United States") + } + + func test_equalCountries() { + XCTAssertEqual(Country(countryCode: "IN"), Country(countryCode: "IN")) + XCTAssertNotEqual(Country(countryCode: "IN"), Country(countryCode: "US")) + } +} diff --git a/CountryPickeriOS15+/CountryPickerSPM/Tests/CountryPickerSPMTests/SectionMapperTests.swift b/CountryPickeriOS15+/CountryPickerSPM/Tests/CountryPickerSPMTests/SectionMapperTests.swift new file mode 100644 index 00000000..5b2d9d08 --- /dev/null +++ b/CountryPickeriOS15+/CountryPickerSPM/Tests/CountryPickerSPMTests/SectionMapperTests.swift @@ -0,0 +1,85 @@ +// +// 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 new file mode 100644 index 00000000..a6bb9d6c --- /dev/null +++ b/CountryPickeriOS15+/SKCountryPicker.podspec @@ -0,0 +1,112 @@ +# +# 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 = "2.0.2" + 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 => "2.0.2", :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 = "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 = "CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/*.{png}" + s.resource_bundles = { + 'CountryPickerController' => ['CountryPickerSPM/Sources/CountryPickerSPM/ImagesBundle/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 index 05c0e445..17c3de64 100644 --- a/Examples/SwiftUI/CountryPickerSwiftUIExample/CountryPickerSwiftUIExample.xcodeproj/project.pbxproj +++ b/Examples/SwiftUI/CountryPickerSwiftUIExample/CountryPickerSwiftUIExample.xcodeproj/project.pbxproj @@ -13,7 +13,6 @@ 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 */; }; - B7F150FB27847C1500B04FEB /* CountryPicker in Frameworks */ = {isa = PBXBuildFile; productRef = B7F150FA27847C1500B04FEB /* CountryPicker */; }; 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 */ @@ -33,7 +32,6 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - B7F150FB27847C1500B04FEB /* CountryPicker in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -101,7 +99,6 @@ ); name = "CountryPickerSwiftUIExample (iOS)"; packageProductDependencies = ( - B7F150FA27847C1500B04FEB /* CountryPicker */, ); productName = "CountryPickerSwiftUIExample (iOS)"; productReference = B7F150E22784697700B04FEB /* CountryPickerSwiftUIExample.app */; @@ -323,8 +320,10 @@ 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; @@ -340,6 +339,7 @@ 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; @@ -352,8 +352,10 @@ 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; @@ -369,6 +371,7 @@ 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; @@ -384,6 +387,7 @@ 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; @@ -411,6 +415,7 @@ 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; @@ -473,14 +478,6 @@ }; }; /* End XCRemoteSwiftPackageReference section */ - -/* Begin XCSwiftPackageProductDependency section */ - B7F150FA27847C1500B04FEB /* CountryPicker */ = { - isa = XCSwiftPackageProductDependency; - package = B7F150F927847C1500B04FEB /* XCRemoteSwiftPackageReference "CountryPicker" */; - productName = CountryPicker; - }; -/* End XCSwiftPackageProductDependency section */ }; rootObject = B7F150D62784697100B04FEB /* Project object */; } diff --git a/Examples/SwiftUI/CountryPickerSwiftUIExample/CountryPickerSwiftUIExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Examples/SwiftUI/CountryPickerSwiftUIExample/CountryPickerSwiftUIExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 00000000..18d98100 --- /dev/null +++ b/Examples/SwiftUI/CountryPickerSwiftUIExample/CountryPickerSwiftUIExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/Examples/SwiftUI/CountryPickerSwiftUIExample/Shared/ContentView.swift b/Examples/SwiftUI/CountryPickerSwiftUIExample/Shared/ContentView.swift index 188ffaa5..39c5f849 100644 --- a/Examples/SwiftUI/CountryPickerSwiftUIExample/Shared/ContentView.swift +++ b/Examples/SwiftUI/CountryPickerSwiftUIExample/Shared/ContentView.swift @@ -15,19 +15,21 @@ struct ContentView: View { var body: some View { - 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 - } + 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 + } + } } } }