diff --git a/Examples/Objective_C_Examples/Objective_C_Examples.xcodeproj/project.pbxproj b/Examples/Objective_C_Examples/Objective_C_Examples.xcodeproj/project.pbxproj index 53952ae..4c862d2 100644 --- a/Examples/Objective_C_Examples/Objective_C_Examples.xcodeproj/project.pbxproj +++ b/Examples/Objective_C_Examples/Objective_C_Examples.xcodeproj/project.pbxproj @@ -15,13 +15,13 @@ AE2178111DB37E2D00D9CF69 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AE2178101DB37E2D00D9CF69 /* Assets.xcassets */; }; AE2178141DB37E2D00D9CF69 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AE2178121DB37E2D00D9CF69 /* LaunchScreen.storyboard */; }; AE21781D1DB37E4200D9CF69 /* SSZipCodeSingleLookupExample.m in Sources */ = {isa = PBXBuildFile; fileRef = AE21781C1DB37E4200D9CF69 /* SSZipCodeSingleLookupExample.m */; }; + AE429CF71E0B485C004DA6C3 /* SmartystreetsSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE429CF61E0B485C004DA6C3 /* SmartystreetsSDK.framework */; }; + AE429CF81E0B4868004DA6C3 /* SmartystreetsSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE429CF61E0B485C004DA6C3 /* SmartystreetsSDK.framework */; }; + AE429CF91E0B4868004DA6C3 /* SmartystreetsSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = AE429CF61E0B485C004DA6C3 /* SmartystreetsSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; AE53A9921DCD43B500EE58A8 /* SSUSStreetMultipleLookupsExample.m in Sources */ = {isa = PBXBuildFile; fileRef = AE53A9911DCD43B500EE58A8 /* SSUSStreetMultipleLookupsExample.m */; }; AE879ACB1DCA6A0E0078C0B0 /* SSUSStreetSingleAddressExample.m in Sources */ = {isa = PBXBuildFile; fileRef = AE879ACA1DCA6A0E0078C0B0 /* SSUSStreetSingleAddressExample.m */; }; AE879ACE1DCA6F020078C0B0 /* SSMyCredentials.m in Sources */ = {isa = PBXBuildFile; fileRef = AE879ACD1DCA6F020078C0B0 /* SSMyCredentials.m */; }; AED0E8C81DD643BC0041201A /* SSUSStreetLookupsWithMatchStrategyExamples.m in Sources */ = {isa = PBXBuildFile; fileRef = AED0E8C71DD643BC0041201A /* SSUSStreetLookupsWithMatchStrategyExamples.m */; }; - AEF3744A1DF890AE00DB3738 /* Smartystreets_iOS_SDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AEF374491DF890AE00DB3738 /* Smartystreets_iOS_SDK.framework */; }; - AEF374581DF8952600DB3738 /* Smartystreets_iOS_SDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AEF374571DF8952600DB3738 /* Smartystreets_iOS_SDK.framework */; }; - AEF374591DF8952600DB3738 /* Smartystreets_iOS_SDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = AEF374571DF8952600DB3738 /* Smartystreets_iOS_SDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -31,7 +31,7 @@ dstPath = ""; dstSubfolderSpec = 10; files = ( - AEF374591DF8952600DB3738 /* Smartystreets_iOS_SDK.framework in Embed Frameworks */, + AE429CF91E0B4868004DA6C3 /* SmartystreetsSDK.framework in Embed Frameworks */, ); name = "Embed Frameworks"; runOnlyForDeploymentPostprocessing = 0; @@ -53,6 +53,7 @@ AE2178151DB37E2D00D9CF69 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; AE21781B1DB37E4200D9CF69 /* SSZipCodeSingleLookupExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SSZipCodeSingleLookupExample.h; sourceTree = ""; }; AE21781C1DB37E4200D9CF69 /* SSZipCodeSingleLookupExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SSZipCodeSingleLookupExample.m; sourceTree = ""; }; + AE429CF61E0B485C004DA6C3 /* SmartystreetsSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SmartystreetsSDK.framework; path = "../../../../../../Library/Developer/Xcode/DerivedData/SmartystreetsSDK-desxmyjjqbhasfhheoqpkyjxbfew/Build/Products/Debug-iphonesimulator/SmartystreetsSDK.framework"; sourceTree = ""; }; AE53A9901DCD43B500EE58A8 /* SSUSStreetMultipleLookupsExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SSUSStreetMultipleLookupsExample.h; sourceTree = ""; }; AE53A9911DCD43B500EE58A8 /* SSUSStreetMultipleLookupsExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SSUSStreetMultipleLookupsExample.m; sourceTree = ""; }; AE879AC91DCA6A0E0078C0B0 /* SSUSStreetSingleAddressExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SSUSStreetSingleAddressExample.h; sourceTree = ""; }; @@ -61,8 +62,6 @@ AE879ACD1DCA6F020078C0B0 /* SSMyCredentials.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SSMyCredentials.m; sourceTree = ""; }; AED0E8C61DD643BC0041201A /* SSUSStreetLookupsWithMatchStrategyExamples.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SSUSStreetLookupsWithMatchStrategyExamples.h; sourceTree = ""; }; AED0E8C71DD643BC0041201A /* SSUSStreetLookupsWithMatchStrategyExamples.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SSUSStreetLookupsWithMatchStrategyExamples.m; sourceTree = ""; }; - AEF374491DF890AE00DB3738 /* Smartystreets_iOS_SDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Smartystreets_iOS_SDK.framework; path = "../../build/Debug-iphoneos/Smartystreets_iOS_SDK.framework"; sourceTree = ""; }; - AEF374571DF8952600DB3738 /* Smartystreets_iOS_SDK.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Smartystreets_iOS_SDK.framework; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -70,8 +69,8 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - AEF374581DF8952600DB3738 /* Smartystreets_iOS_SDK.framework in Frameworks */, - AEF3744A1DF890AE00DB3738 /* Smartystreets_iOS_SDK.framework in Frameworks */, + AE429CF81E0B4868004DA6C3 /* SmartystreetsSDK.framework in Frameworks */, + AE429CF71E0B485C004DA6C3 /* SmartystreetsSDK.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -81,7 +80,6 @@ AE2177F81DB37E2D00D9CF69 = { isa = PBXGroup; children = ( - AEF374571DF8952600DB3738 /* Smartystreets_iOS_SDK.framework */, AE6860011DF23FEC00B243B7 /* Frameworks */, AE2178021DB37E2D00D9CF69 /* Products */, AE2178031DB37E2D00D9CF69 /* Sources */, @@ -135,7 +133,7 @@ AE6860011DF23FEC00B243B7 /* Frameworks */ = { isa = PBXGroup; children = ( - AEF374491DF890AE00DB3738 /* Smartystreets_iOS_SDK.framework */, + AE429CF61E0B485C004DA6C3 /* SmartystreetsSDK.framework */, ); name = Frameworks; sourceTree = ""; diff --git a/Examples/Swift_Examples/Swift_Examples.xcodeproj/project.pbxproj b/Examples/Swift_Examples/Swift_Examples.xcodeproj/project.pbxproj index 61b1992..533eaaf 100644 --- a/Examples/Swift_Examples/Swift_Examples.xcodeproj/project.pbxproj +++ b/Examples/Swift_Examples/Swift_Examples.xcodeproj/project.pbxproj @@ -8,6 +8,9 @@ /* Begin PBXBuildFile section */ AE0587A51DE4B566000A6079 /* MyCredentials.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0587A41DE4B566000A6079 /* MyCredentials.swift */; }; + AE429CFB1E0B4881004DA6C3 /* SmartystreetsSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE429CFA1E0B4881004DA6C3 /* SmartystreetsSDK.framework */; }; + AE429CFC1E0B4887004DA6C3 /* SmartystreetsSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE429CFA1E0B4881004DA6C3 /* SmartystreetsSDK.framework */; }; + AE429CFD1E0B4887004DA6C3 /* SmartystreetsSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = AE429CFA1E0B4881004DA6C3 /* SmartystreetsSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; AE54787A1DDA3FD4005DEB61 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE5478791DDA3FD4005DEB61 /* AppDelegate.swift */; }; AE54787C1DDA3FD4005DEB61 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE54787B1DDA3FD4005DEB61 /* ViewController.swift */; }; AE54787F1DDA3FD4005DEB61 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AE54787D1DDA3FD4005DEB61 /* Main.storyboard */; }; @@ -18,9 +21,6 @@ AE824C7A1DE5135E004F684E /* USStreetSingleAddressExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE824C791DE5135E004F684E /* USStreetSingleAddressExample.swift */; }; AE8B346D1DE60D0900FFE97A /* USStreetMultipleLookupsExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE8B346C1DE60D0900FFE97A /* USStreetMultipleLookupsExample.swift */; }; AE8B346F1DE6435800FFE97A /* USStreetLookupsWithMatchStrategyExamples.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE8B346E1DE6435800FFE97A /* USStreetLookupsWithMatchStrategyExamples.swift */; }; - AEF374501DF8920800DB3738 /* Smartystreets_iOS_SDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AEF3744F1DF8920800DB3738 /* Smartystreets_iOS_SDK.framework */; }; - AEF374551DF894EB00DB3738 /* Smartystreets_iOS_SDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AEF374541DF894EB00DB3738 /* Smartystreets_iOS_SDK.framework */; }; - AEF374561DF894EB00DB3738 /* Smartystreets_iOS_SDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = AEF374541DF894EB00DB3738 /* Smartystreets_iOS_SDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -30,7 +30,7 @@ dstPath = ""; dstSubfolderSpec = 10; files = ( - AEF374561DF894EB00DB3738 /* Smartystreets_iOS_SDK.framework in Embed Frameworks */, + AE429CFD1E0B4887004DA6C3 /* SmartystreetsSDK.framework in Embed Frameworks */, ); name = "Embed Frameworks"; runOnlyForDeploymentPostprocessing = 0; @@ -40,6 +40,7 @@ /* Begin PBXFileReference section */ AE01B7571DE126C700363A59 /* Swift_Examples-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Swift_Examples-Bridging-Header.h"; sourceTree = ""; }; AE0587A41DE4B566000A6079 /* MyCredentials.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MyCredentials.swift; sourceTree = ""; }; + AE429CFA1E0B4881004DA6C3 /* SmartystreetsSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SmartystreetsSDK.framework; path = "../../../../../../Library/Developer/Xcode/DerivedData/SmartystreetsSDK-desxmyjjqbhasfhheoqpkyjxbfew/Build/Products/Debug-iphonesimulator/SmartystreetsSDK.framework"; sourceTree = ""; }; AE5478761DDA3FD4005DEB61 /* Swift_Examples.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Swift_Examples.app; sourceTree = BUILT_PRODUCTS_DIR; }; AE5478791DDA3FD4005DEB61 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; AE54787B1DDA3FD4005DEB61 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; @@ -52,8 +53,6 @@ AE824C791DE5135E004F684E /* USStreetSingleAddressExample.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = USStreetSingleAddressExample.swift; sourceTree = ""; }; AE8B346C1DE60D0900FFE97A /* USStreetMultipleLookupsExample.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = USStreetMultipleLookupsExample.swift; sourceTree = ""; }; AE8B346E1DE6435800FFE97A /* USStreetLookupsWithMatchStrategyExamples.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = USStreetLookupsWithMatchStrategyExamples.swift; sourceTree = ""; }; - AEF3744F1DF8920800DB3738 /* Smartystreets_iOS_SDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Smartystreets_iOS_SDK.framework; path = "../../build/Debug-iphoneos/Smartystreets_iOS_SDK.framework"; sourceTree = ""; }; - AEF374541DF894EB00DB3738 /* Smartystreets_iOS_SDK.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Smartystreets_iOS_SDK.framework; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -61,8 +60,8 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - AEF374551DF894EB00DB3738 /* Smartystreets_iOS_SDK.framework in Frameworks */, - AEF374501DF8920800DB3738 /* Smartystreets_iOS_SDK.framework in Frameworks */, + AE429CFC1E0B4887004DA6C3 /* SmartystreetsSDK.framework in Frameworks */, + AE429CFB1E0B4881004DA6C3 /* SmartystreetsSDK.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -72,7 +71,7 @@ AE238A811DECC1A900C1447D /* Frameworks */ = { isa = PBXGroup; children = ( - AEF3744F1DF8920800DB3738 /* Smartystreets_iOS_SDK.framework */, + AE429CFA1E0B4881004DA6C3 /* SmartystreetsSDK.framework */, ); name = Frameworks; sourceTree = ""; @@ -80,7 +79,6 @@ AE54786D1DDA3FD4005DEB61 = { isa = PBXGroup; children = ( - AEF374541DF894EB00DB3738 /* Smartystreets_iOS_SDK.framework */, AE238A811DECC1A900C1447D /* Frameworks */, AE5478771DDA3FD4005DEB61 /* Products */, AE5478781DDA3FD4005DEB61 /* Sources */, diff --git a/SmartystreetsSDK.podspec b/SmartystreetsSDK.podspec index a91de98..4d779f7 100644 --- a/SmartystreetsSDK.podspec +++ b/SmartystreetsSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SmartystreetsSDK' -s.version = '1.0.3' +s.version = '2.0.0' s.summary = 'A library to help iOS developers easily access the SmartyStreets APIs.' s.homepage = 'https://github.com/smartystreets/smartystreets-ios-sdk' s.author = { 'SmartyStreets SDK Team' => 'support@smartystreets.com' } diff --git a/Sources/Info.plist b/Sources/Info.plist index a1809de..a290379 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.3 + 2.0.0 CFBundleSignature ???? CFBundleVersion