diff --git a/Atlas.podspec b/AddressGeocoder.podspec similarity index 81% rename from Atlas.podspec rename to AddressGeocoder.podspec index 1f90daa..875faba 100644 --- a/Atlas.podspec +++ b/AddressGeocoder.podspec @@ -1,5 +1,5 @@ # -# Be sure to run `pod lib lint Atlas.podspec' to ensure this is a +# Be sure to run `pod lib lint AddressGeocoder.podspec' to ensure this is a # valid spec before submitting. # # Any lines starting with a # are optional, but their use is encouraged @@ -7,7 +7,7 @@ # Pod::Spec.new do |s| - s.name = "Atlas" + s.name = "AddressGeocoder" s.version = "0.0.1" s.summary = "Geocoding Helper" @@ -15,10 +15,10 @@ Pod::Spec.new do |s| Geocoding helper. Can provide a locality and state based on a ZIP code. DESC - s.homepage = "https://github.com/prolificinteractive/Atlas" + s.homepage = "https://github.com/prolificinteractive/AddressGeocoder" s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Thibault Klein" => "thibault@prolificinteractive.com" } - s.source = { :git => "https://github.com/prolificinteractive/Atlas.git", :tag => s.version.to_s } + s.source = { :git => "https://github.com/prolificinteractive/AddressGeocoder.git", :tag => s.version.to_s } s.platform = :ios, '9.0' s.requires_arc = true diff --git a/Example/AddressGeocoderExample.xcodeproj/project.pbxproj b/Example/AddressGeocoderExample.xcodeproj/project.pbxproj new file mode 100644 index 0000000..0c7c768 --- /dev/null +++ b/Example/AddressGeocoderExample.xcodeproj/project.pbxproj @@ -0,0 +1,556 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 5F6C28226D89120FA9236348 /* Pods_AddressGeocoderExampleTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBC359B92414249A39C15455 /* Pods_AddressGeocoderExampleTests.framework */; }; + 8E444DAB1DE3AE96008342BC /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E444DAA1DE3AE96008342BC /* AppDelegate.swift */; }; + 8E444DAD1DE3AE96008342BC /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E444DAC1DE3AE96008342BC /* ViewController.swift */; }; + 8E444DB01DE3AE96008342BC /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8E444DAE1DE3AE96008342BC /* Main.storyboard */; }; + 8E444DB21DE3AE96008342BC /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8E444DB11DE3AE96008342BC /* Assets.xcassets */; }; + 8E444DB51DE3AE96008342BC /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8E444DB31DE3AE96008342BC /* LaunchScreen.storyboard */; }; + 8E444DC01DE3AE96008342BC /* AddressGeocoderExampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E444DBF1DE3AE96008342BC /* AddressGeocoderExampleTests.swift */; }; + FE6264B9037AFD333A51EE7F /* Pods_AddressGeocoderExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79626B23894A2749106CEFBC /* Pods_AddressGeocoderExample.framework */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 8E444DBC1DE3AE96008342BC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 8E444D9F1DE3AE96008342BC /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8E444DA61DE3AE96008342BC; + remoteInfo = AddressGeocoderExample; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 111D22EB19AB45587E5F332D /* Pods-AddressGeocoderExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AddressGeocoderExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-AddressGeocoderExample/Pods-AddressGeocoderExample.release.xcconfig"; sourceTree = ""; }; + 6D8C7EF88FC19C3BF3641280 /* Pods-AddressGeocoderExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AddressGeocoderExampleTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-AddressGeocoderExampleTests/Pods-AddressGeocoderExampleTests.release.xcconfig"; sourceTree = ""; }; + 79626B23894A2749106CEFBC /* Pods_AddressGeocoderExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AddressGeocoderExample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 8E444DA71DE3AE96008342BC /* AddressGeocoderExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AddressGeocoderExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 8E444DAA1DE3AE96008342BC /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + 8E444DAC1DE3AE96008342BC /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; + 8E444DAF1DE3AE96008342BC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 8E444DB11DE3AE96008342BC /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 8E444DB41DE3AE96008342BC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + 8E444DB61DE3AE96008342BC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 8E444DBB1DE3AE96008342BC /* AddressGeocoderExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AddressGeocoderExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 8E444DBF1DE3AE96008342BC /* AddressGeocoderExampleTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddressGeocoderExampleTests.swift; sourceTree = ""; }; + 8E444DC11DE3AE96008342BC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + BBC359B92414249A39C15455 /* Pods_AddressGeocoderExampleTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AddressGeocoderExampleTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + BE30EDBC6AEEB692F45F51CA /* Pods-AddressGeocoderExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AddressGeocoderExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-AddressGeocoderExample/Pods-AddressGeocoderExample.debug.xcconfig"; sourceTree = ""; }; + D11B5F3F528B26EC51379A09 /* Pods-AddressGeocoderExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AddressGeocoderExampleTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-AddressGeocoderExampleTests/Pods-AddressGeocoderExampleTests.debug.xcconfig"; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 8E444DA41DE3AE96008342BC /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + FE6264B9037AFD333A51EE7F /* Pods_AddressGeocoderExample.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8E444DB81DE3AE96008342BC /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 5F6C28226D89120FA9236348 /* Pods_AddressGeocoderExampleTests.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 8E444D9E1DE3AE96008342BC = { + isa = PBXGroup; + children = ( + 8E444DA91DE3AE96008342BC /* AddressGeocoderExample */, + 8E444DBE1DE3AE96008342BC /* AddressGeocoderExampleTests */, + 8E444DA81DE3AE96008342BC /* Products */, + D6EA15EB7DDDC9351B60EC41 /* Pods */, + F687E0F6A52DD2C6642D0899 /* Frameworks */, + ); + sourceTree = ""; + }; + 8E444DA81DE3AE96008342BC /* Products */ = { + isa = PBXGroup; + children = ( + 8E444DA71DE3AE96008342BC /* AddressGeocoderExample.app */, + 8E444DBB1DE3AE96008342BC /* AddressGeocoderExampleTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 8E444DA91DE3AE96008342BC /* AddressGeocoderExample */ = { + isa = PBXGroup; + children = ( + 8E444DAA1DE3AE96008342BC /* AppDelegate.swift */, + 8E444DAC1DE3AE96008342BC /* ViewController.swift */, + 8E444DAE1DE3AE96008342BC /* Main.storyboard */, + 8E444DB11DE3AE96008342BC /* Assets.xcassets */, + 8E444DB31DE3AE96008342BC /* LaunchScreen.storyboard */, + 8E444DB61DE3AE96008342BC /* Info.plist */, + ); + path = AddressGeocoderExample; + sourceTree = ""; + }; + 8E444DBE1DE3AE96008342BC /* AddressGeocoderExampleTests */ = { + isa = PBXGroup; + children = ( + 8E444DBF1DE3AE96008342BC /* AddressGeocoderExampleTests.swift */, + 8E444DC11DE3AE96008342BC /* Info.plist */, + ); + path = AddressGeocoderExampleTests; + sourceTree = ""; + }; + D6EA15EB7DDDC9351B60EC41 /* Pods */ = { + isa = PBXGroup; + children = ( + BE30EDBC6AEEB692F45F51CA /* Pods-AddressGeocoderExample.debug.xcconfig */, + 111D22EB19AB45587E5F332D /* Pods-AddressGeocoderExample.release.xcconfig */, + D11B5F3F528B26EC51379A09 /* Pods-AddressGeocoderExampleTests.debug.xcconfig */, + 6D8C7EF88FC19C3BF3641280 /* Pods-AddressGeocoderExampleTests.release.xcconfig */, + ); + name = Pods; + sourceTree = ""; + }; + F687E0F6A52DD2C6642D0899 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 79626B23894A2749106CEFBC /* Pods_AddressGeocoderExample.framework */, + BBC359B92414249A39C15455 /* Pods_AddressGeocoderExampleTests.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 8E444DA61DE3AE96008342BC /* AddressGeocoderExample */ = { + isa = PBXNativeTarget; + buildConfigurationList = 8E444DC41DE3AE96008342BC /* Build configuration list for PBXNativeTarget "AddressGeocoderExample" */; + buildPhases = ( + A93E433C9B33135298844BFD /* [CP] Check Pods Manifest.lock */, + 8E444DA31DE3AE96008342BC /* Sources */, + 8E444DA41DE3AE96008342BC /* Frameworks */, + 8E444DA51DE3AE96008342BC /* Resources */, + 827C2B36A8CD06D319D9DE55 /* [CP] Embed Pods Frameworks */, + 21232D06645176134AC1E7B9 /* [CP] Copy Pods Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = AddressGeocoderExample; + productName = AddressGeocoderExample; + productReference = 8E444DA71DE3AE96008342BC /* AddressGeocoderExample.app */; + productType = "com.apple.product-type.application"; + }; + 8E444DBA1DE3AE96008342BC /* AddressGeocoderExampleTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 8E444DC71DE3AE96008342BC /* Build configuration list for PBXNativeTarget "AddressGeocoderExampleTests" */; + buildPhases = ( + 7651153A6935D96EDE733669 /* [CP] Check Pods Manifest.lock */, + 8E444DB71DE3AE96008342BC /* Sources */, + 8E444DB81DE3AE96008342BC /* Frameworks */, + 8E444DB91DE3AE96008342BC /* Resources */, + AAFE8CA1A45C63B2538F46D8 /* [CP] Embed Pods Frameworks */, + 5D39F1B9284271CD71849674 /* [CP] Copy Pods Resources */, + ); + buildRules = ( + ); + dependencies = ( + 8E444DBD1DE3AE96008342BC /* PBXTargetDependency */, + ); + name = AddressGeocoderExampleTests; + productName = AddressGeocoderExampleTests; + productReference = 8E444DBB1DE3AE96008342BC /* AddressGeocoderExampleTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 8E444D9F1DE3AE96008342BC /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 0810; + LastUpgradeCheck = 0810; + ORGANIZATIONNAME = "Prolific Interactive"; + TargetAttributes = { + 8E444DA61DE3AE96008342BC = { + CreatedOnToolsVersion = 8.1; + ProvisioningStyle = Automatic; + }; + 8E444DBA1DE3AE96008342BC = { + CreatedOnToolsVersion = 8.1; + ProvisioningStyle = Automatic; + TestTargetID = 8E444DA61DE3AE96008342BC; + }; + }; + }; + buildConfigurationList = 8E444DA21DE3AE96008342BC /* Build configuration list for PBXProject "AddressGeocoderExample" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 8E444D9E1DE3AE96008342BC; + productRefGroup = 8E444DA81DE3AE96008342BC /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8E444DA61DE3AE96008342BC /* AddressGeocoderExample */, + 8E444DBA1DE3AE96008342BC /* AddressGeocoderExampleTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8E444DA51DE3AE96008342BC /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8E444DB51DE3AE96008342BC /* LaunchScreen.storyboard in Resources */, + 8E444DB21DE3AE96008342BC /* Assets.xcassets in Resources */, + 8E444DB01DE3AE96008342BC /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8E444DB91DE3AE96008342BC /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 21232D06645176134AC1E7B9 /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-AddressGeocoderExample/Pods-AddressGeocoderExample-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + 5D39F1B9284271CD71849674 /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-AddressGeocoderExampleTests/Pods-AddressGeocoderExampleTests-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + 7651153A6935D96EDE733669 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + 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; + }; + 827C2B36A8CD06D319D9DE55 /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-AddressGeocoderExample/Pods-AddressGeocoderExample-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + A93E433C9B33135298844BFD /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + 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; + }; + AAFE8CA1A45C63B2538F46D8 /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-AddressGeocoderExampleTests/Pods-AddressGeocoderExampleTests-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8E444DA31DE3AE96008342BC /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8E444DAD1DE3AE96008342BC /* ViewController.swift in Sources */, + 8E444DAB1DE3AE96008342BC /* AppDelegate.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8E444DB71DE3AE96008342BC /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8E444DC01DE3AE96008342BC /* AddressGeocoderExampleTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 8E444DBD1DE3AE96008342BC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 8E444DA61DE3AE96008342BC /* AddressGeocoderExample */; + targetProxy = 8E444DBC1DE3AE96008342BC /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 8E444DAE1DE3AE96008342BC /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 8E444DAF1DE3AE96008342BC /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 8E444DB31DE3AE96008342BC /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 8E444DB41DE3AE96008342BC /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 8E444DC21DE3AE96008342BC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = 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_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_SUSPICIOUS_MOVES = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + 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 = 10.1; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + 8E444DC31DE3AE96008342BC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = 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_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_SUSPICIOUS_MOVES = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + 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 = 10.1; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 8E444DC51DE3AE96008342BC /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = BE30EDBC6AEEB692F45F51CA /* Pods-AddressGeocoderExample.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + INFOPLIST_FILE = AddressGeocoderExample/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.prolificinteractive.AddressGeocoderExample; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 3.0; + }; + name = Debug; + }; + 8E444DC61DE3AE96008342BC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 111D22EB19AB45587E5F332D /* Pods-AddressGeocoderExample.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + INFOPLIST_FILE = AddressGeocoderExample/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.prolificinteractive.AddressGeocoderExample; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 3.0; + }; + name = Release; + }; + 8E444DC81DE3AE96008342BC /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D11B5F3F528B26EC51379A09 /* Pods-AddressGeocoderExampleTests.debug.xcconfig */; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + INFOPLIST_FILE = AddressGeocoderExampleTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.prolificinteractive.AddressGeocoderExampleTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 3.0; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AddressGeocoderExample.app/AddressGeocoderExample"; + }; + name = Debug; + }; + 8E444DC91DE3AE96008342BC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6D8C7EF88FC19C3BF3641280 /* Pods-AddressGeocoderExampleTests.release.xcconfig */; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + INFOPLIST_FILE = AddressGeocoderExampleTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.prolificinteractive.AddressGeocoderExampleTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 3.0; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AddressGeocoderExample.app/AddressGeocoderExample"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 8E444DA21DE3AE96008342BC /* Build configuration list for PBXProject "AddressGeocoderExample" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 8E444DC21DE3AE96008342BC /* Debug */, + 8E444DC31DE3AE96008342BC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 8E444DC41DE3AE96008342BC /* Build configuration list for PBXNativeTarget "AddressGeocoderExample" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 8E444DC51DE3AE96008342BC /* Debug */, + 8E444DC61DE3AE96008342BC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 8E444DC71DE3AE96008342BC /* Build configuration list for PBXNativeTarget "AddressGeocoderExampleTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 8E444DC81DE3AE96008342BC /* Debug */, + 8E444DC91DE3AE96008342BC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 8E444D9F1DE3AE96008342BC /* Project object */; +} diff --git a/Example/Atlas/AtlasExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Example/AddressGeocoderExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 65% rename from Example/Atlas/AtlasExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to Example/AddressGeocoderExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata index 7d1f91e..60edc93 100644 --- a/Example/Atlas/AtlasExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ b/Example/AddressGeocoderExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -2,6 +2,6 @@ + location = "self:AddressGeocoderExample.xcodeproj"> diff --git a/Example/Atlas/Atlas.xcworkspace/contents.xcworkspacedata b/Example/AddressGeocoderExample.xcworkspace/contents.xcworkspacedata similarity index 62% rename from Example/Atlas/Atlas.xcworkspace/contents.xcworkspacedata rename to Example/AddressGeocoderExample.xcworkspace/contents.xcworkspacedata index 95aa7ad..1d40428 100644 --- a/Example/Atlas/Atlas.xcworkspace/contents.xcworkspacedata +++ b/Example/AddressGeocoderExample.xcworkspace/contents.xcworkspacedata @@ -2,7 +2,7 @@ + location = "group:AddressGeocoderExample.xcodeproj"> diff --git a/Example/Atlas/Atlas/AppDelegate.swift b/Example/AddressGeocoderExample/AppDelegate.swift similarity index 98% rename from Example/Atlas/Atlas/AppDelegate.swift rename to Example/AddressGeocoderExample/AppDelegate.swift index 3cbb6a0..f0c41bb 100644 --- a/Example/Atlas/Atlas/AppDelegate.swift +++ b/Example/AddressGeocoderExample/AppDelegate.swift @@ -1,6 +1,6 @@ // // AppDelegate.swift -// Atlas +// AddressGeocoderExample // // Created by Thibault Klein on 11/21/16. // Copyright © 2016 Prolific Interactive. All rights reserved. diff --git a/Example/Atlas/Atlas/Assets.xcassets/AppIcon.appiconset/Contents.json b/Example/AddressGeocoderExample/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from Example/Atlas/Atlas/Assets.xcassets/AppIcon.appiconset/Contents.json rename to Example/AddressGeocoderExample/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/Example/Atlas/Atlas/Base.lproj/LaunchScreen.storyboard b/Example/AddressGeocoderExample/Base.lproj/LaunchScreen.storyboard similarity index 100% rename from Example/Atlas/Atlas/Base.lproj/LaunchScreen.storyboard rename to Example/AddressGeocoderExample/Base.lproj/LaunchScreen.storyboard diff --git a/Example/Atlas/Atlas/Base.lproj/Main.storyboard b/Example/AddressGeocoderExample/Base.lproj/Main.storyboard similarity index 100% rename from Example/Atlas/Atlas/Base.lproj/Main.storyboard rename to Example/AddressGeocoderExample/Base.lproj/Main.storyboard diff --git a/Example/Atlas/Atlas/Info.plist b/Example/AddressGeocoderExample/Info.plist similarity index 100% rename from Example/Atlas/Atlas/Info.plist rename to Example/AddressGeocoderExample/Info.plist diff --git a/Example/Atlas/Atlas/ViewController.swift b/Example/AddressGeocoderExample/ViewController.swift similarity index 94% rename from Example/Atlas/Atlas/ViewController.swift rename to Example/AddressGeocoderExample/ViewController.swift index 4208d2b..3765ace 100644 --- a/Example/Atlas/Atlas/ViewController.swift +++ b/Example/AddressGeocoderExample/ViewController.swift @@ -1,12 +1,12 @@ // // ViewController.swift -// Atlas +// AddressGeocoderExample // // Created by Thibault Klein on 11/21/16. // Copyright © 2016 Prolific Interactive. All rights reserved. // -import Atlas +import AddressGeocoder import Result import UIKit @@ -34,5 +34,5 @@ class ViewController: UIViewController, Geocodable { } }) } - + } diff --git a/Example/Atlas/AtlasTests/AtlasTests.swift b/Example/AddressGeocoderExampleTests/AddressGeocoderExampleTests.swift similarity index 84% rename from Example/Atlas/AtlasTests/AtlasTests.swift rename to Example/AddressGeocoderExampleTests/AddressGeocoderExampleTests.swift index 8882d79..adb2565 100644 --- a/Example/Atlas/AtlasTests/AtlasTests.swift +++ b/Example/AddressGeocoderExampleTests/AddressGeocoderExampleTests.swift @@ -1,15 +1,15 @@ // -// AtlasTests.swift -// AtlasTests +// AddressGeocoderExampleTests.swift +// AddressGeocoderExampleTests // // Created by Thibault Klein on 11/21/16. // Copyright © 2016 Prolific Interactive. All rights reserved. // import XCTest -@testable import Atlas +@testable import AddressGeocoderExample -class AtlasTests: XCTestCase { +class AddressGeocoderExampleTests: XCTestCase { override func setUp() { super.setUp() diff --git a/Example/Atlas/AtlasTests/Info.plist b/Example/AddressGeocoderExampleTests/Info.plist similarity index 100% rename from Example/Atlas/AtlasTests/Info.plist rename to Example/AddressGeocoderExampleTests/Info.plist diff --git a/Example/Atlas/AtlasExample.xcodeproj/project.pbxproj b/Example/Atlas/AtlasExample.xcodeproj/project.pbxproj deleted file mode 100644 index 93747f0..0000000 --- a/Example/Atlas/AtlasExample.xcodeproj/project.pbxproj +++ /dev/null @@ -1,498 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 8E444D741DE38411008342BC /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E444D731DE38411008342BC /* AppDelegate.swift */; }; - 8E444D761DE38411008342BC /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E444D751DE38411008342BC /* ViewController.swift */; }; - 8E444D791DE38411008342BC /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8E444D771DE38411008342BC /* Main.storyboard */; }; - 8E444D7B1DE38411008342BC /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8E444D7A1DE38411008342BC /* Assets.xcassets */; }; - 8E444D7E1DE38411008342BC /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8E444D7C1DE38411008342BC /* LaunchScreen.storyboard */; }; - 8E444D891DE38412008342BC /* AtlasTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E444D881DE38412008342BC /* AtlasTests.swift */; }; - B3262D66229E9DF904A8ACD0 /* Pods_Atlas.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A0E40A2E4C489DFE33156F8 /* Pods_Atlas.framework */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 8E444D851DE38412008342BC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 8E444D681DE38411008342BC /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8E444D6F1DE38411008342BC; - remoteInfo = Atlas; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 0A0E40A2E4C489DFE33156F8 /* Pods_Atlas.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Atlas.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 2C7103D39112D2894C3C206B /* Pods-Atlas.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Atlas.release.xcconfig"; path = "Pods/Target Support Files/Pods-Atlas/Pods-Atlas.release.xcconfig"; sourceTree = ""; }; - 8E444D701DE38411008342BC /* AtlasExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AtlasExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 8E444D731DE38411008342BC /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - 8E444D751DE38411008342BC /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; - 8E444D781DE38411008342BC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - 8E444D7A1DE38411008342BC /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 8E444D7D1DE38411008342BC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; - 8E444D7F1DE38411008342BC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 8E444D841DE38412008342BC /* AtlasExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AtlasExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 8E444D881DE38412008342BC /* AtlasTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtlasTests.swift; sourceTree = ""; }; - 8E444D8A1DE38412008342BC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - D003B64C15E34576248A220E /* Pods-Atlas.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Atlas.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Atlas/Pods-Atlas.debug.xcconfig"; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 8E444D6D1DE38411008342BC /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - B3262D66229E9DF904A8ACD0 /* Pods_Atlas.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8E444D811DE38412008342BC /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 8E444D671DE38411008342BC = { - isa = PBXGroup; - children = ( - 8E444D721DE38411008342BC /* Atlas */, - 8E444D871DE38412008342BC /* AtlasTests */, - 8E444D711DE38411008342BC /* Products */, - F6511E3FF5DA9F0622838800 /* Pods */, - E0FEF11EC65B9F69EFB02DD6 /* Frameworks */, - ); - sourceTree = ""; - }; - 8E444D711DE38411008342BC /* Products */ = { - isa = PBXGroup; - children = ( - 8E444D701DE38411008342BC /* AtlasExample.app */, - 8E444D841DE38412008342BC /* AtlasExampleTests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - 8E444D721DE38411008342BC /* Atlas */ = { - isa = PBXGroup; - children = ( - 8E444D731DE38411008342BC /* AppDelegate.swift */, - 8E444D751DE38411008342BC /* ViewController.swift */, - 8E444D771DE38411008342BC /* Main.storyboard */, - 8E444D7A1DE38411008342BC /* Assets.xcassets */, - 8E444D7C1DE38411008342BC /* LaunchScreen.storyboard */, - 8E444D7F1DE38411008342BC /* Info.plist */, - ); - path = Atlas; - sourceTree = ""; - }; - 8E444D871DE38412008342BC /* AtlasTests */ = { - isa = PBXGroup; - children = ( - 8E444D881DE38412008342BC /* AtlasTests.swift */, - 8E444D8A1DE38412008342BC /* Info.plist */, - ); - path = AtlasTests; - sourceTree = ""; - }; - E0FEF11EC65B9F69EFB02DD6 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 0A0E40A2E4C489DFE33156F8 /* Pods_Atlas.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - F6511E3FF5DA9F0622838800 /* Pods */ = { - isa = PBXGroup; - children = ( - D003B64C15E34576248A220E /* Pods-Atlas.debug.xcconfig */, - 2C7103D39112D2894C3C206B /* Pods-Atlas.release.xcconfig */, - ); - name = Pods; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 8E444D6F1DE38411008342BC /* AtlasExample */ = { - isa = PBXNativeTarget; - buildConfigurationList = 8E444D8D1DE38412008342BC /* Build configuration list for PBXNativeTarget "AtlasExample" */; - buildPhases = ( - DFE76EE66F0EE0BE1FD307DC /* [CP] Check Pods Manifest.lock */, - 8E444D6C1DE38411008342BC /* Sources */, - 8E444D6D1DE38411008342BC /* Frameworks */, - 8E444D6E1DE38411008342BC /* Resources */, - 926F397DEE5F9120C4323EB5 /* [CP] Embed Pods Frameworks */, - 8E8FB1F36B83CB50F3A73221 /* [CP] Copy Pods Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = AtlasExample; - productName = Atlas; - productReference = 8E444D701DE38411008342BC /* AtlasExample.app */; - productType = "com.apple.product-type.application"; - }; - 8E444D831DE38412008342BC /* AtlasExampleTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 8E444D901DE38412008342BC /* Build configuration list for PBXNativeTarget "AtlasExampleTests" */; - buildPhases = ( - 8E444D801DE38412008342BC /* Sources */, - 8E444D811DE38412008342BC /* Frameworks */, - 8E444D821DE38412008342BC /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 8E444D861DE38412008342BC /* PBXTargetDependency */, - ); - name = AtlasExampleTests; - productName = AtlasTests; - productReference = 8E444D841DE38412008342BC /* AtlasExampleTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 8E444D681DE38411008342BC /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 0810; - LastUpgradeCheck = 0810; - ORGANIZATIONNAME = "Prolific Interactive"; - TargetAttributes = { - 8E444D6F1DE38411008342BC = { - CreatedOnToolsVersion = 8.1; - ProvisioningStyle = Automatic; - }; - 8E444D831DE38412008342BC = { - CreatedOnToolsVersion = 8.1; - ProvisioningStyle = Automatic; - TestTargetID = 8E444D6F1DE38411008342BC; - }; - }; - }; - buildConfigurationList = 8E444D6B1DE38411008342BC /* Build configuration list for PBXProject "AtlasExample" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 8E444D671DE38411008342BC; - productRefGroup = 8E444D711DE38411008342BC /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 8E444D6F1DE38411008342BC /* AtlasExample */, - 8E444D831DE38412008342BC /* AtlasExampleTests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 8E444D6E1DE38411008342BC /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8E444D7E1DE38411008342BC /* LaunchScreen.storyboard in Resources */, - 8E444D7B1DE38411008342BC /* Assets.xcassets in Resources */, - 8E444D791DE38411008342BC /* Main.storyboard in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8E444D821DE38412008342BC /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 8E8FB1F36B83CB50F3A73221 /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Atlas/Pods-Atlas-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - 926F397DEE5F9120C4323EB5 /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Embed Pods Frameworks"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Atlas/Pods-Atlas-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - DFE76EE66F0EE0BE1FD307DC /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Check Pods Manifest.lock"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - 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; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 8E444D6C1DE38411008342BC /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8E444D761DE38411008342BC /* ViewController.swift in Sources */, - 8E444D741DE38411008342BC /* AppDelegate.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8E444D801DE38412008342BC /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8E444D891DE38412008342BC /* AtlasTests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 8E444D861DE38412008342BC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 8E444D6F1DE38411008342BC /* AtlasExample */; - targetProxy = 8E444D851DE38412008342BC /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - 8E444D771DE38411008342BC /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 8E444D781DE38411008342BC /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; - 8E444D7C1DE38411008342BC /* LaunchScreen.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 8E444D7D1DE38411008342BC /* Base */, - ); - name = LaunchScreen.storyboard; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 8E444D8B1DE38412008342BC /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = 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_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_SUSPICIOUS_MOVES = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - 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 = 10.1; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - }; - name = Debug; - }; - 8E444D8C1DE38412008342BC /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = 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_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_SUSPICIOUS_MOVES = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - 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 = 10.1; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 8E444D8E1DE38412008342BC /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D003B64C15E34576248A220E /* Pods-Atlas.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - INFOPLIST_FILE = Atlas/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.prolificinteractive.Atlas; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 3.0; - }; - name = Debug; - }; - 8E444D8F1DE38412008342BC /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2C7103D39112D2894C3C206B /* Pods-Atlas.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - INFOPLIST_FILE = Atlas/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.prolificinteractive.Atlas; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 3.0; - }; - name = Release; - }; - 8E444D911DE38412008342BC /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - BUNDLE_LOADER = "$(TEST_HOST)"; - INFOPLIST_FILE = AtlasTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.prolificinteractive.AtlasTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 3.0; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AtlasExample.app/AtlasExample"; - }; - name = Debug; - }; - 8E444D921DE38412008342BC /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - BUNDLE_LOADER = "$(TEST_HOST)"; - INFOPLIST_FILE = AtlasTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.prolificinteractive.AtlasTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 3.0; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AtlasExample.app/AtlasExample"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 8E444D6B1DE38411008342BC /* Build configuration list for PBXProject "AtlasExample" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 8E444D8B1DE38412008342BC /* Debug */, - 8E444D8C1DE38412008342BC /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 8E444D8D1DE38412008342BC /* Build configuration list for PBXNativeTarget "AtlasExample" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 8E444D8E1DE38412008342BC /* Debug */, - 8E444D8F1DE38412008342BC /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 8E444D901DE38412008342BC /* Build configuration list for PBXNativeTarget "AtlasExampleTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 8E444D911DE38412008342BC /* Debug */, - 8E444D921DE38412008342BC /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 8E444D681DE38411008342BC /* Project object */; -} diff --git a/Example/Atlas/Podfile b/Example/Atlas/Podfile deleted file mode 100644 index 8b608d4..0000000 --- a/Example/Atlas/Podfile +++ /dev/null @@ -1,7 +0,0 @@ -platform :ios, '9.0' -use_frameworks! - -target 'Atlas' do - pod 'Result' - pod 'Atlas', :path => '../../' -end \ No newline at end of file diff --git a/Example/Atlas/Podfile.lock b/Example/Atlas/Podfile.lock deleted file mode 100644 index 6c12f5e..0000000 --- a/Example/Atlas/Podfile.lock +++ /dev/null @@ -1,20 +0,0 @@ -PODS: - - Atlas (0.0.1): - - Result - - Result (3.0.0) - -DEPENDENCIES: - - Atlas (from `../../`) - - Result - -EXTERNAL SOURCES: - Atlas: - :path: "../../" - -SPEC CHECKSUMS: - Atlas: a2473c58dae3b8dd01c2cfff898995a4e6884fb7 - Result: 1b3e431f37cbcd3ad89c6aa9ab0ae55515fae3b6 - -PODFILE CHECKSUM: fbbc194aaec9dfd4c27e5879e986a53472b4897e - -COCOAPODS: 1.1.1 diff --git a/Example/Podfile b/Example/Podfile new file mode 100644 index 0000000..9de04fa --- /dev/null +++ b/Example/Podfile @@ -0,0 +1,11 @@ +platform :ios, '9.0' +use_frameworks! + +target 'AddressGeocoderExample' do + pod 'Result' + pod 'AddressGeocoder', :path => '../' + + target 'AddressGeocoderExampleTests' do + inherit! :search_paths + end +end \ No newline at end of file diff --git a/Example/Podfile.lock b/Example/Podfile.lock new file mode 100644 index 0000000..8485e40 --- /dev/null +++ b/Example/Podfile.lock @@ -0,0 +1,20 @@ +PODS: + - AddressGeocoder (0.0.1): + - Result + - Result (3.0.0) + +DEPENDENCIES: + - AddressGeocoder (from `../`) + - Result + +EXTERNAL SOURCES: + AddressGeocoder: + :path: "../" + +SPEC CHECKSUMS: + AddressGeocoder: ac9d2de57d05decda7b9cb87e4a2abad64d4f60b + Result: 1b3e431f37cbcd3ad89c6aa9ab0ae55515fae3b6 + +PODFILE CHECKSUM: 38600716df3526ad65bdba6fec2aafb4e79373eb + +COCOAPODS: 1.1.1 diff --git a/README.md b/README.md index b5afd4e..5c6be31 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# Atlas \ No newline at end of file +# AddressGeocoder \ No newline at end of file