From e803ff379893732eb2d68a7621d25a68049fc0be Mon Sep 17 00:00:00 2001 From: Mojca Rojko Date: Thu, 15 Sep 2016 18:42:40 +0200 Subject: [PATCH] 0.0.5 --- .../MRCountryPicker.xcodeproj/project.pbxproj | 6 +- Example/Podfile.lock | 6 +- .../MRCountryPicker.podspec.json | 6 +- Example/Pods/Manifest.lock | 6 +- Example/Pods/Pods.xcodeproj/project.pbxproj | 272 +++++++++--------- .../MRCountryPicker/Info.plist | 2 +- ...sourceBundle-SwiftCountryPicker-Info.plist | 2 +- ...untryPicker_Example-acknowledgements.plist | 2 + ...ods-MRCountryPicker_Example.debug.xcconfig | 1 + ...s-MRCountryPicker_Example.release.xcconfig | 1 + .../Pods-MRCountryPicker_Tests.debug.xcconfig | 1 + ...ods-MRCountryPicker_Tests.release.xcconfig | 1 + 12 files changed, 155 insertions(+), 151 deletions(-) diff --git a/Example/MRCountryPicker.xcodeproj/project.pbxproj b/Example/MRCountryPicker.xcodeproj/project.pbxproj index b91222e..26f71f6 100644 --- a/Example/MRCountryPicker.xcodeproj/project.pbxproj +++ b/Example/MRCountryPicker.xcodeproj/project.pbxproj @@ -276,7 +276,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; + shellScript = "diff \"${PODS_ROOT}/../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"; showEnvVarsInLog = 0; }; 334653B4E1D96BA181EA1CBE /* [CP] Embed Pods Frameworks */ = { @@ -306,7 +306,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; + shellScript = "diff \"${PODS_ROOT}/../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"; showEnvVarsInLog = 0; }; 48F90EF0130FE294A3ED1E9C /* [CP] Embed Pods Frameworks */ = { @@ -448,6 +448,7 @@ ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 3.0; }; name = Debug; }; @@ -487,6 +488,7 @@ MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_VERSION = 3.0; VALIDATE_PRODUCT = YES; }; name = Release; diff --git a/Example/Podfile.lock b/Example/Podfile.lock index fbab61d..041776f 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - MRCountryPicker (0.0.4) + - MRCountryPicker (0.0.5) DEPENDENCIES: - MRCountryPicker (from `../`) @@ -9,8 +9,8 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - MRCountryPicker: 5d5b956984c07cfd9768dd6aea5b93247d5af0e8 + MRCountryPicker: 0610c8a019b4f8bd2695d42607fde026a0082d90 PODFILE CHECKSUM: 4a94673c2bac756b03ff7debfbdd0a0a5e569e2a -COCOAPODS: 1.0.1 +COCOAPODS: 1.1.0.rc.2 diff --git a/Example/Pods/Local Podspecs/MRCountryPicker.podspec.json b/Example/Pods/Local Podspecs/MRCountryPicker.podspec.json index 404ba72..fe53604 100644 --- a/Example/Pods/Local Podspecs/MRCountryPicker.podspec.json +++ b/Example/Pods/Local Podspecs/MRCountryPicker.podspec.json @@ -1,8 +1,8 @@ { "name": "MRCountryPicker", - "version": "0.0.4", + "version": "0.0.5", "summary": "Country picker with flags and optional phone numbers for iOS written in Swift.", - "description": "Country picker with flags and optional phone numbers for iOS written in Swift. Has the option to set initial country, delegate functions return country code, country name, country phone prefix and country flag.", + "description": "Country picker with flags and optional phone numbers for iOS written in Swift. Has the option to set initial country, delegate functions return country code, country name, country phone prefix and country flag. Swift 3 support.", "homepage": "https://github.com/xtrinch/MRCountryPicker", "license": { "type": "MIT", @@ -13,7 +13,7 @@ }, "source": { "git": "https://github.com/xtrinch/MRCountryPicker.git", - "tag": "0.0.4" + "tag": "0.0.5" }, "platforms": { "ios": "8.0" diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index fbab61d..041776f 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - MRCountryPicker (0.0.4) + - MRCountryPicker (0.0.5) DEPENDENCIES: - MRCountryPicker (from `../`) @@ -9,8 +9,8 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - MRCountryPicker: 5d5b956984c07cfd9768dd6aea5b93247d5af0e8 + MRCountryPicker: 0610c8a019b4f8bd2695d42607fde026a0082d90 PODFILE CHECKSUM: 4a94673c2bac756b03ff7debfbdd0a0a5e569e2a -COCOAPODS: 1.0.1 +COCOAPODS: 1.1.0.rc.2 diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index d241d1a..8a5ad3c 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -394,20 +394,6 @@ attributes = { LastSwiftUpdateCheck = 0730; LastUpgradeCheck = 0700; - TargetAttributes = { - 1BE7F8078B5215E182F008F10E43D6FE = { - LastSwiftMigration = 0800; - }; - 242F75350ACD3429E60C2B984B5658CD = { - LastSwiftMigration = 0800; - }; - 5212D9A36037471A754BCA5826031128 = { - LastSwiftMigration = 0800; - }; - A1EEA2E9C904739CC274A8D03D36FDE9 = { - LastSwiftMigration = 0800; - }; - }; }; buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */; compatibilityVersion = "Xcode 3.2"; @@ -502,11 +488,13 @@ /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 025CDB9B114DB20994BBCEAD87F8360F /* Debug */ = { + 42B614086122948EBE1F6292B9349678 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 213134E1F8B009654AEF71CB95902FE5 /* Pods-MRCountryPicker_Tests.debug.xcconfig */; + baseConfigurationReference = E2B8A26D1737A4C6DAE18493A3A1A058 /* Pods-MRCountryPicker_Example.debug.xcconfig */; buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; @@ -515,28 +503,45 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-MRCountryPicker_Tests/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-MRCountryPicker_Example/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.3; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-MRCountryPicker_Tests/Pods-MRCountryPicker_Tests.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-MRCountryPicker_Example/Pods-MRCountryPicker_Example.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_MRCountryPicker_Tests; + PRODUCT_NAME = Pods_MRCountryPicker_Example; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_VERSION = 3.0; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - 0ACDCBCB0B6796575F46FFA2F5410C6B /* Release */ = { + 529C4D45D4D88F8FAA36DA7A92116EAF /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C927AFCA9F4C1CBE309DB574FE06E00B /* MRCountryPicker.xcconfig */; + buildSettings = { + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MRCountryPicker"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "Target Support Files/MRCountryPicker/ResourceBundle-SwiftCountryPicker-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + PRODUCT_NAME = SwiftCountryPicker; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 8DED8AD26D381A6ACFF202E5217EC498 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -554,6 +559,7 @@ CLANG_WARN_OBJC_ROOT_CLASS = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGNING_REQUIRED = NO; COPY_PHASE_STRIP = YES; ENABLE_NS_ASSERTIONS = NO; GCC_C_LANGUAGE_STANDARD = gnu99; @@ -568,95 +574,14 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 8.3; + PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/; STRIP_INSTALLED_PRODUCT = NO; SYMROOT = "${SRCROOT}/../build"; VALIDATE_PRODUCT = YES; }; name = Release; }; - 529C4D45D4D88F8FAA36DA7A92116EAF /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C927AFCA9F4C1CBE309DB574FE06E00B /* MRCountryPicker.xcconfig */; - buildSettings = { - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MRCountryPicker"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/MRCountryPicker/ResourceBundle-SwiftCountryPicker-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = SwiftCountryPicker; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 3.0; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 6722F6E6DCD9A7E71CDE74768CEAC2C1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C927AFCA9F4C1CBE309DB574FE06E00B /* MRCountryPicker.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/MRCountryPicker/MRCountryPicker-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/MRCountryPicker/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/MRCountryPicker/MRCountryPicker.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = MRCountryPicker; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 3.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - ADD985868CDDF365A5CB32790C0DD12F /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 691DB15FC849F5E583951A0F1347F597 /* Pods-MRCountryPicker_Tests.release.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-MRCountryPicker_Tests/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.3; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-MRCountryPicker_Tests/Pods-MRCountryPicker_Tests.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_MRCountryPicker_Tests; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 3.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - D3E3D092A3FF7311A98E44BBA36FFD12 /* Debug */ = { + 9E1E4E48AF2EAB23169E611BF694090A /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -674,6 +599,7 @@ CLANG_WARN_OBJC_ROOT_CLASS = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGNING_REQUIRED = NO; COPY_PHASE_STRIP = NO; ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu99; @@ -693,16 +619,19 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 8.3; ONLY_ACTIVE_ARCH = YES; + PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/; STRIP_INSTALLED_PRODUCT = NO; SYMROOT = "${SRCROOT}/../build"; }; name = Debug; }; - F6E4F13ED2F6A5A647F363B1D75F7AC4 /* Release */ = { + A01F59F33D32898E36DFD9C9B2A71E7B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9B59756E935B9D145AFAA9766EF636F4 /* Pods-MRCountryPicker_Example.release.xcconfig */; + baseConfigurationReference = 691DB15FC849F5E583951A0F1347F597 /* Pods-MRCountryPicker_Tests.release.xcconfig */; buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; @@ -711,50 +640,68 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-MRCountryPicker_Example/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-MRCountryPicker_Tests/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.3; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-MRCountryPicker_Example/Pods-MRCountryPicker_Example.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-MRCountryPicker_Tests/Pods-MRCountryPicker_Tests.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_MRCountryPicker_Example; + PRODUCT_NAME = Pods_MRCountryPicker_Tests; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_VERSION = 3.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Release; }; - F875CE1178EAE48766B3C508FC727923 /* Debug */ = { + BF3F995C2AE4DF1CF47E4B00F52684FF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C927AFCA9F4C1CBE309DB574FE06E00B /* MRCountryPicker.xcconfig */; + baseConfigurationReference = 213134E1F8B009654AEF71CB95902FE5 /* Pods-MRCountryPicker_Tests.debug.xcconfig */; buildSettings = { - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MRCountryPicker"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/MRCountryPicker/ResourceBundle-SwiftCountryPicker-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = SwiftCountryPicker; + INFOPLIST_FILE = "Target Support Files/Pods-MRCountryPicker_Tests/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.3; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-MRCountryPicker_Tests/Pods-MRCountryPicker_Tests.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = Pods_MRCountryPicker_Tests; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_VERSION = 3.0; TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; name = Debug; }; - FB88FBB0DA700B4A463350988BF0731F /* Debug */ = { + CD0621A01BBA8D4A1C272ED44EB49335 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = C927AFCA9F4C1CBE309DB574FE06E00B /* MRCountryPicker.xcconfig */; buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; @@ -781,13 +728,64 @@ }; name = Debug; }; - FBDFE7DFE05A6BFD645D832A7A52CD0E /* Debug */ = { + E991EC22371C796D10EF1742DD767EC1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E2B8A26D1737A4C6DAE18493A3A1A058 /* Pods-MRCountryPicker_Example.debug.xcconfig */; + baseConfigurationReference = C927AFCA9F4C1CBE309DB574FE06E00B /* MRCountryPicker.xcconfig */; buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/MRCountryPicker/MRCountryPicker-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/MRCountryPicker/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/MRCountryPicker/MRCountryPicker.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = MRCountryPicker; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 3.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + F875CE1178EAE48766B3C508FC727923 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C927AFCA9F4C1CBE309DB574FE06E00B /* MRCountryPicker.xcconfig */; + buildSettings = { + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MRCountryPicker"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "Target Support Files/MRCountryPicker/ResourceBundle-SwiftCountryPicker-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + PRODUCT_NAME = SwiftCountryPicker; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + FCD509FC06A8FC6B5F0DBF07BD500B14 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9B59756E935B9D145AFAA9766EF636F4 /* Pods-MRCountryPicker_Example.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -800,7 +798,7 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; MODULEMAP_FILE = "Target Support Files/Pods-MRCountryPicker_Example/Pods-MRCountryPicker_Example.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; + MTL_ENABLE_DEBUG_INFO = NO; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -808,13 +806,11 @@ PRODUCT_NAME = Pods_MRCountryPicker_Example; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; /* End XCBuildConfiguration section */ @@ -822,8 +818,8 @@ 18A7FE0FC7D2D4648F5BD0DF5567A95A /* Build configuration list for PBXNativeTarget "Pods-MRCountryPicker_Example" */ = { isa = XCConfigurationList; buildConfigurations = ( - FBDFE7DFE05A6BFD645D832A7A52CD0E /* Debug */, - F6E4F13ED2F6A5A647F363B1D75F7AC4 /* Release */, + 42B614086122948EBE1F6292B9349678 /* Debug */, + FCD509FC06A8FC6B5F0DBF07BD500B14 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -831,8 +827,8 @@ 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( - D3E3D092A3FF7311A98E44BBA36FFD12 /* Debug */, - 0ACDCBCB0B6796575F46FFA2F5410C6B /* Release */, + 9E1E4E48AF2EAB23169E611BF694090A /* Debug */, + 8DED8AD26D381A6ACFF202E5217EC498 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -840,8 +836,8 @@ 3CFE718D2A25193424F80F837F091B75 /* Build configuration list for PBXNativeTarget "MRCountryPicker" */ = { isa = XCConfigurationList; buildConfigurations = ( - FB88FBB0DA700B4A463350988BF0731F /* Debug */, - 6722F6E6DCD9A7E71CDE74768CEAC2C1 /* Release */, + CD0621A01BBA8D4A1C272ED44EB49335 /* Debug */, + E991EC22371C796D10EF1742DD767EC1 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -849,8 +845,8 @@ 67DEF78B3E950209B07C85D8BDB54BF7 /* Build configuration list for PBXNativeTarget "Pods-MRCountryPicker_Tests" */ = { isa = XCConfigurationList; buildConfigurations = ( - 025CDB9B114DB20994BBCEAD87F8360F /* Debug */, - ADD985868CDDF365A5CB32790C0DD12F /* Release */, + BF3F995C2AE4DF1CF47E4B00F52684FF /* Debug */, + A01F59F33D32898E36DFD9C9B2A71E7B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/Example/Pods/Target Support Files/MRCountryPicker/Info.plist b/Example/Pods/Target Support Files/MRCountryPicker/Info.plist index 43a5857..a42f96e 100644 --- a/Example/Pods/Target Support Files/MRCountryPicker/Info.plist +++ b/Example/Pods/Target Support Files/MRCountryPicker/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.0.4 + 0.0.5 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/MRCountryPicker/ResourceBundle-SwiftCountryPicker-Info.plist b/Example/Pods/Target Support Files/MRCountryPicker/ResourceBundle-SwiftCountryPicker-Info.plist index 203f66d..d4286f8 100644 --- a/Example/Pods/Target Support Files/MRCountryPicker/ResourceBundle-SwiftCountryPicker-Info.plist +++ b/Example/Pods/Target Support Files/MRCountryPicker/ResourceBundle-SwiftCountryPicker-Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.0.4 + 0.0.5 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/Pods-MRCountryPicker_Example/Pods-MRCountryPicker_Example-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-MRCountryPicker_Example/Pods-MRCountryPicker_Example-acknowledgements.plist index e130899..ba5426f 100644 --- a/Example/Pods/Target Support Files/Pods-MRCountryPicker_Example/Pods-MRCountryPicker_Example-acknowledgements.plist +++ b/Example/Pods/Target Support Files/Pods-MRCountryPicker_Example/Pods-MRCountryPicker_Example-acknowledgements.plist @@ -34,6 +34,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + License + MIT Title MRCountryPicker Type diff --git a/Example/Pods/Target Support Files/Pods-MRCountryPicker_Example/Pods-MRCountryPicker_Example.debug.xcconfig b/Example/Pods/Target Support Files/Pods-MRCountryPicker_Example/Pods-MRCountryPicker_Example.debug.xcconfig index 884e59e..bcc3e5c 100644 --- a/Example/Pods/Target Support Files/Pods-MRCountryPicker_Example/Pods-MRCountryPicker_Example.debug.xcconfig +++ b/Example/Pods/Target Support Files/Pods-MRCountryPicker_Example/Pods-MRCountryPicker_Example.debug.xcconfig @@ -1,3 +1,4 @@ +ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES EMBEDDED_CONTENT_CONTAINS_SWIFT = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/MRCountryPicker" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 diff --git a/Example/Pods/Target Support Files/Pods-MRCountryPicker_Example/Pods-MRCountryPicker_Example.release.xcconfig b/Example/Pods/Target Support Files/Pods-MRCountryPicker_Example/Pods-MRCountryPicker_Example.release.xcconfig index 884e59e..bcc3e5c 100644 --- a/Example/Pods/Target Support Files/Pods-MRCountryPicker_Example/Pods-MRCountryPicker_Example.release.xcconfig +++ b/Example/Pods/Target Support Files/Pods-MRCountryPicker_Example/Pods-MRCountryPicker_Example.release.xcconfig @@ -1,3 +1,4 @@ +ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES EMBEDDED_CONTENT_CONTAINS_SWIFT = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/MRCountryPicker" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 diff --git a/Example/Pods/Target Support Files/Pods-MRCountryPicker_Tests/Pods-MRCountryPicker_Tests.debug.xcconfig b/Example/Pods/Target Support Files/Pods-MRCountryPicker_Tests/Pods-MRCountryPicker_Tests.debug.xcconfig index 2f2e5fe..c4723d3 100644 --- a/Example/Pods/Target Support Files/Pods-MRCountryPicker_Tests/Pods-MRCountryPicker_Tests.debug.xcconfig +++ b/Example/Pods/Target Support Files/Pods-MRCountryPicker_Tests/Pods-MRCountryPicker_Tests.debug.xcconfig @@ -1,3 +1,4 @@ +ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/MRCountryPicker" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' diff --git a/Example/Pods/Target Support Files/Pods-MRCountryPicker_Tests/Pods-MRCountryPicker_Tests.release.xcconfig b/Example/Pods/Target Support Files/Pods-MRCountryPicker_Tests/Pods-MRCountryPicker_Tests.release.xcconfig index 2f2e5fe..c4723d3 100644 --- a/Example/Pods/Target Support Files/Pods-MRCountryPicker_Tests/Pods-MRCountryPicker_Tests.release.xcconfig +++ b/Example/Pods/Target Support Files/Pods-MRCountryPicker_Tests/Pods-MRCountryPicker_Tests.release.xcconfig @@ -1,3 +1,4 @@ +ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/MRCountryPicker" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'