From 59a0b77c46ef504c4dbeddbc3e9a9af3810b45ef Mon Sep 17 00:00:00 2001 From: Adam Chelminski Date: Fri, 27 Jul 2018 15:19:59 -0400 Subject: [PATCH] 4.0.2 (#86) --- .../StitchCoreAWSS3Service.podspec | 9 +++--- .../StitchCoreAWSSESService.podspec | 9 +++--- .../StitchCoreFCMService.podspec | 9 +++--- .../StitchCoreHTTPService.podspec | 9 +++--- .../StitchCoreLocalMongoDBService.podspec | 2 +- .../StitchCoreRemoteMongoDBService.podspec | 9 +++--- .../StitchCoreTwilioService.podspec | 9 +++--- Core/StitchCoreSDK/StitchCoreSDK.podspec | 7 ++--- .../StitchAWSS3Service.podspec | 11 +++---- .../StitchAWSSESService.podspec | 11 +++---- .../StitchFCMService/StitchFCMService.podspec | 11 +++---- .../StitchHTTPService.podspec | 11 +++---- .../HTTPServiceClientIntTests.swift | 2 +- .../StitchLocalMongoDBService.podspec | 3 +- .../StitchRemoteMongoDBService.podspec | 11 +++---- .../StitchTwilioService.podspec | 11 +++---- Darwin/StitchCore/StitchCore.podspec | 9 +++--- StitchSDK.podspec | 31 +++++++++---------- 18 files changed, 79 insertions(+), 95 deletions(-) diff --git a/Core/Services/StitchCoreAWSS3Service/StitchCoreAWSS3Service.podspec b/Core/Services/StitchCoreAWSS3Service/StitchCoreAWSS3Service.podspec index cfa542ea..f2520377 100644 --- a/Core/Services/StitchCoreAWSS3Service/StitchCoreAWSS3Service.podspec +++ b/Core/Services/StitchCoreAWSS3Service/StitchCoreAWSS3Service.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = File.basename(__FILE__, '.podspec') - spec.version = "4.0.1" + spec.version = "4.0.2" spec.summary = "#{__FILE__} Module" spec.homepage = "https://github.com/mongodb/stitch-ios-sdk" spec.license = "Apache2" @@ -12,7 +12,7 @@ Pod::Spec.new do |spec| spec.source = { :git => "https://github.com/mongodb/stitch-ios-sdk.git", :branch => "master", - :tag => '4.0.1' + :tag => '4.0.2' } spec.platform = :ios, "11.0" @@ -20,8 +20,7 @@ Pod::Spec.new do |spec| spec.platform = :watchos, "4.3" spec.platform = :macos, "10.10" - spec.pod_target_xcconfig = { "ENABLE_BITCODE" => "NO" } - + spec.ios.deployment_target = "11.0" spec.tvos.deployment_target = "10.2" spec.watchos.deployment_target = "4.3" @@ -29,5 +28,5 @@ Pod::Spec.new do |spec| spec.source_files = "Core/Services/#{spec.name}/Sources/#{spec.name}/**/*.swift" - spec.dependency 'StitchCoreSDK', '~> 4.0.1' + spec.dependency 'StitchCoreSDK', '~> 4.0.2' end diff --git a/Core/Services/StitchCoreAWSSESService/StitchCoreAWSSESService.podspec b/Core/Services/StitchCoreAWSSESService/StitchCoreAWSSESService.podspec index cfa542ea..f2520377 100644 --- a/Core/Services/StitchCoreAWSSESService/StitchCoreAWSSESService.podspec +++ b/Core/Services/StitchCoreAWSSESService/StitchCoreAWSSESService.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = File.basename(__FILE__, '.podspec') - spec.version = "4.0.1" + spec.version = "4.0.2" spec.summary = "#{__FILE__} Module" spec.homepage = "https://github.com/mongodb/stitch-ios-sdk" spec.license = "Apache2" @@ -12,7 +12,7 @@ Pod::Spec.new do |spec| spec.source = { :git => "https://github.com/mongodb/stitch-ios-sdk.git", :branch => "master", - :tag => '4.0.1' + :tag => '4.0.2' } spec.platform = :ios, "11.0" @@ -20,8 +20,7 @@ Pod::Spec.new do |spec| spec.platform = :watchos, "4.3" spec.platform = :macos, "10.10" - spec.pod_target_xcconfig = { "ENABLE_BITCODE" => "NO" } - + spec.ios.deployment_target = "11.0" spec.tvos.deployment_target = "10.2" spec.watchos.deployment_target = "4.3" @@ -29,5 +28,5 @@ Pod::Spec.new do |spec| spec.source_files = "Core/Services/#{spec.name}/Sources/#{spec.name}/**/*.swift" - spec.dependency 'StitchCoreSDK', '~> 4.0.1' + spec.dependency 'StitchCoreSDK', '~> 4.0.2' end diff --git a/Core/Services/StitchCoreFCMService/StitchCoreFCMService.podspec b/Core/Services/StitchCoreFCMService/StitchCoreFCMService.podspec index cfa542ea..f2520377 100644 --- a/Core/Services/StitchCoreFCMService/StitchCoreFCMService.podspec +++ b/Core/Services/StitchCoreFCMService/StitchCoreFCMService.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = File.basename(__FILE__, '.podspec') - spec.version = "4.0.1" + spec.version = "4.0.2" spec.summary = "#{__FILE__} Module" spec.homepage = "https://github.com/mongodb/stitch-ios-sdk" spec.license = "Apache2" @@ -12,7 +12,7 @@ Pod::Spec.new do |spec| spec.source = { :git => "https://github.com/mongodb/stitch-ios-sdk.git", :branch => "master", - :tag => '4.0.1' + :tag => '4.0.2' } spec.platform = :ios, "11.0" @@ -20,8 +20,7 @@ Pod::Spec.new do |spec| spec.platform = :watchos, "4.3" spec.platform = :macos, "10.10" - spec.pod_target_xcconfig = { "ENABLE_BITCODE" => "NO" } - + spec.ios.deployment_target = "11.0" spec.tvos.deployment_target = "10.2" spec.watchos.deployment_target = "4.3" @@ -29,5 +28,5 @@ Pod::Spec.new do |spec| spec.source_files = "Core/Services/#{spec.name}/Sources/#{spec.name}/**/*.swift" - spec.dependency 'StitchCoreSDK', '~> 4.0.1' + spec.dependency 'StitchCoreSDK', '~> 4.0.2' end diff --git a/Core/Services/StitchCoreHTTPService/StitchCoreHTTPService.podspec b/Core/Services/StitchCoreHTTPService/StitchCoreHTTPService.podspec index cfa542ea..f2520377 100644 --- a/Core/Services/StitchCoreHTTPService/StitchCoreHTTPService.podspec +++ b/Core/Services/StitchCoreHTTPService/StitchCoreHTTPService.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = File.basename(__FILE__, '.podspec') - spec.version = "4.0.1" + spec.version = "4.0.2" spec.summary = "#{__FILE__} Module" spec.homepage = "https://github.com/mongodb/stitch-ios-sdk" spec.license = "Apache2" @@ -12,7 +12,7 @@ Pod::Spec.new do |spec| spec.source = { :git => "https://github.com/mongodb/stitch-ios-sdk.git", :branch => "master", - :tag => '4.0.1' + :tag => '4.0.2' } spec.platform = :ios, "11.0" @@ -20,8 +20,7 @@ Pod::Spec.new do |spec| spec.platform = :watchos, "4.3" spec.platform = :macos, "10.10" - spec.pod_target_xcconfig = { "ENABLE_BITCODE" => "NO" } - + spec.ios.deployment_target = "11.0" spec.tvos.deployment_target = "10.2" spec.watchos.deployment_target = "4.3" @@ -29,5 +28,5 @@ Pod::Spec.new do |spec| spec.source_files = "Core/Services/#{spec.name}/Sources/#{spec.name}/**/*.swift" - spec.dependency 'StitchCoreSDK', '~> 4.0.1' + spec.dependency 'StitchCoreSDK', '~> 4.0.2' end diff --git a/Core/Services/StitchCoreLocalMongoDBService/StitchCoreLocalMongoDBService.podspec b/Core/Services/StitchCoreLocalMongoDBService/StitchCoreLocalMongoDBService.podspec index e4d15e3b..4a68ed6a 100644 --- a/Core/Services/StitchCoreLocalMongoDBService/StitchCoreLocalMongoDBService.podspec +++ b/Core/Services/StitchCoreLocalMongoDBService/StitchCoreLocalMongoDBService.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = File.basename(__FILE__, '.podspec') - spec.version = "4.0.1" + spec.version = "4.0.2" spec.summary = "#{__FILE__} Module" spec.homepage = "https://github.com/mongodb/stitch-ios-sdk" spec.license = "Apache2" diff --git a/Core/Services/StitchCoreRemoteMongoDBService/StitchCoreRemoteMongoDBService.podspec b/Core/Services/StitchCoreRemoteMongoDBService/StitchCoreRemoteMongoDBService.podspec index cfa542ea..f2520377 100644 --- a/Core/Services/StitchCoreRemoteMongoDBService/StitchCoreRemoteMongoDBService.podspec +++ b/Core/Services/StitchCoreRemoteMongoDBService/StitchCoreRemoteMongoDBService.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = File.basename(__FILE__, '.podspec') - spec.version = "4.0.1" + spec.version = "4.0.2" spec.summary = "#{__FILE__} Module" spec.homepage = "https://github.com/mongodb/stitch-ios-sdk" spec.license = "Apache2" @@ -12,7 +12,7 @@ Pod::Spec.new do |spec| spec.source = { :git => "https://github.com/mongodb/stitch-ios-sdk.git", :branch => "master", - :tag => '4.0.1' + :tag => '4.0.2' } spec.platform = :ios, "11.0" @@ -20,8 +20,7 @@ Pod::Spec.new do |spec| spec.platform = :watchos, "4.3" spec.platform = :macos, "10.10" - spec.pod_target_xcconfig = { "ENABLE_BITCODE" => "NO" } - + spec.ios.deployment_target = "11.0" spec.tvos.deployment_target = "10.2" spec.watchos.deployment_target = "4.3" @@ -29,5 +28,5 @@ Pod::Spec.new do |spec| spec.source_files = "Core/Services/#{spec.name}/Sources/#{spec.name}/**/*.swift" - spec.dependency 'StitchCoreSDK', '~> 4.0.1' + spec.dependency 'StitchCoreSDK', '~> 4.0.2' end diff --git a/Core/Services/StitchCoreTwilioService/StitchCoreTwilioService.podspec b/Core/Services/StitchCoreTwilioService/StitchCoreTwilioService.podspec index cfa542ea..f2520377 100644 --- a/Core/Services/StitchCoreTwilioService/StitchCoreTwilioService.podspec +++ b/Core/Services/StitchCoreTwilioService/StitchCoreTwilioService.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = File.basename(__FILE__, '.podspec') - spec.version = "4.0.1" + spec.version = "4.0.2" spec.summary = "#{__FILE__} Module" spec.homepage = "https://github.com/mongodb/stitch-ios-sdk" spec.license = "Apache2" @@ -12,7 +12,7 @@ Pod::Spec.new do |spec| spec.source = { :git => "https://github.com/mongodb/stitch-ios-sdk.git", :branch => "master", - :tag => '4.0.1' + :tag => '4.0.2' } spec.platform = :ios, "11.0" @@ -20,8 +20,7 @@ Pod::Spec.new do |spec| spec.platform = :watchos, "4.3" spec.platform = :macos, "10.10" - spec.pod_target_xcconfig = { "ENABLE_BITCODE" => "NO" } - + spec.ios.deployment_target = "11.0" spec.tvos.deployment_target = "10.2" spec.watchos.deployment_target = "4.3" @@ -29,5 +28,5 @@ Pod::Spec.new do |spec| spec.source_files = "Core/Services/#{spec.name}/Sources/#{spec.name}/**/*.swift" - spec.dependency 'StitchCoreSDK', '~> 4.0.1' + spec.dependency 'StitchCoreSDK', '~> 4.0.2' end diff --git a/Core/StitchCoreSDK/StitchCoreSDK.podspec b/Core/StitchCoreSDK/StitchCoreSDK.podspec index 884d8a8a..3adf03a9 100644 --- a/Core/StitchCoreSDK/StitchCoreSDK.podspec +++ b/Core/StitchCoreSDK/StitchCoreSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = File.basename(__FILE__, '.podspec') - spec.version = "4.0.1" + spec.version = "4.0.2" spec.summary = "#{__FILE__} Module" spec.homepage = "https://github.com/mongodb/stitch-ios-sdk" spec.license = "Apache2" @@ -13,7 +13,7 @@ Pod::Spec.new do |spec| spec.source = { :git => "https://github.com/mongodb/stitch-ios-sdk.git", :branch => "master", - :tag => '4.0.1' + :tag => '4.0.2' } spec.prepare_command = <<-CMD @@ -26,8 +26,7 @@ Pod::Spec.new do |spec| spec.platform = :watchos, "4.3" spec.platform = :macos, "10.10" - spec.pod_target_xcconfig = { "ENABLE_BITCODE" => "NO" } - spec.user_target_xcconfig = { + spec.user_target_xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => "$(PODS_ROOT)/#{spec.name}/Frameworks/ios" } spec.ios.deployment_target = "11.0" diff --git a/Darwin/Services/StitchAWSS3Service/StitchAWSS3Service.podspec b/Darwin/Services/StitchAWSS3Service/StitchAWSS3Service.podspec index 0272fa71..cb173b32 100644 --- a/Darwin/Services/StitchAWSS3Service/StitchAWSS3Service.podspec +++ b/Darwin/Services/StitchAWSS3Service/StitchAWSS3Service.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = File.basename(__FILE__, '.podspec') - spec.version = "4.0.1" + spec.version = "4.0.2" spec.summary = "#{__FILE__} Module" spec.homepage = "https://github.com/mongodb/stitch-ios-sdk" spec.license = "Apache2" @@ -12,7 +12,7 @@ Pod::Spec.new do |spec| spec.source = { :git => "https://github.com/mongodb/stitch-ios-sdk.git", :branch => "master", - :tag => '4.0.1' + :tag => '4.0.2' } spec.platform = :ios, "11.0" @@ -20,8 +20,7 @@ Pod::Spec.new do |spec| spec.platform = :watchos, "4.3" spec.platform = :macos, "10.10" - spec.pod_target_xcconfig = { "ENABLE_BITCODE" => "NO" } - + spec.ios.deployment_target = "11.0" spec.tvos.deployment_target = "10.2" spec.watchos.deployment_target = "4.3" @@ -29,6 +28,6 @@ Pod::Spec.new do |spec| spec.source_files = "Darwin/Services/#{spec.name}/#{spec.name}/**/*.swift" - spec.dependency 'StitchCore', '~> 4.0.1' - spec.dependency 'StitchCoreAWSS3Service', '~> 4.0.1' + spec.dependency 'StitchCore', '~> 4.0.2' + spec.dependency 'StitchCoreAWSS3Service', '~> 4.0.2' end diff --git a/Darwin/Services/StitchAWSSESService/StitchAWSSESService.podspec b/Darwin/Services/StitchAWSSESService/StitchAWSSESService.podspec index 889e2c27..f98b0f96 100644 --- a/Darwin/Services/StitchAWSSESService/StitchAWSSESService.podspec +++ b/Darwin/Services/StitchAWSSESService/StitchAWSSESService.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = File.basename(__FILE__, '.podspec') - spec.version = "4.0.1" + spec.version = "4.0.2" spec.summary = "#{__FILE__} Module" spec.homepage = "https://github.com/mongodb/stitch-ios-sdk" spec.license = "Apache2" @@ -12,7 +12,7 @@ Pod::Spec.new do |spec| spec.source = { :git => "https://github.com/mongodb/stitch-ios-sdk.git", :branch => "master", - :tag => '4.0.1' + :tag => '4.0.2' } spec.platform = :ios, "11.0" @@ -20,8 +20,7 @@ Pod::Spec.new do |spec| spec.platform = :watchos, "4.3" spec.platform = :macos, "10.10" - spec.pod_target_xcconfig = { "ENABLE_BITCODE" => "NO" } - + spec.ios.deployment_target = "11.0" spec.tvos.deployment_target = "10.2" spec.watchos.deployment_target = "4.3" @@ -29,6 +28,6 @@ Pod::Spec.new do |spec| spec.source_files = "Darwin/Services/#{spec.name}/#{spec.name}/**/*.swift" - spec.dependency 'StitchCore', '~> 4.0.1' - spec.dependency 'StitchCoreAWSSESService', '~> 4.0.1' + spec.dependency 'StitchCore', '~> 4.0.2' + spec.dependency 'StitchCoreAWSSESService', '~> 4.0.2' end diff --git a/Darwin/Services/StitchFCMService/StitchFCMService.podspec b/Darwin/Services/StitchFCMService/StitchFCMService.podspec index f6fab321..7b38bee0 100644 --- a/Darwin/Services/StitchFCMService/StitchFCMService.podspec +++ b/Darwin/Services/StitchFCMService/StitchFCMService.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = File.basename(__FILE__, '.podspec') - spec.version = "4.0.1" + spec.version = "4.0.2" spec.summary = "#{__FILE__} Module" spec.homepage = "https://github.com/mongodb/stitch-ios-sdk" spec.license = "Apache2" @@ -12,7 +12,7 @@ Pod::Spec.new do |spec| spec.source = { :git => "https://github.com/mongodb/stitch-ios-sdk.git", :branch => "master", - :tag => '4.0.1' + :tag => '4.0.2' } spec.platform = :ios, "11.0" @@ -20,8 +20,7 @@ Pod::Spec.new do |spec| spec.platform = :watchos, "4.3" spec.platform = :macos, "10.10" - spec.pod_target_xcconfig = { "ENABLE_BITCODE" => "NO" } - + spec.ios.deployment_target = "11.0" spec.tvos.deployment_target = "10.2" spec.watchos.deployment_target = "4.3" @@ -29,6 +28,6 @@ Pod::Spec.new do |spec| spec.source_files = "Darwin/Services/#{spec.name}/#{spec.name}/**/*.swift" - spec.dependency 'StitchCore', '~> 4.0.1' - spec.dependency 'StitchCoreFCMService', '~> 4.0.1' + spec.dependency 'StitchCore', '~> 4.0.2' + spec.dependency 'StitchCoreFCMService', '~> 4.0.2' end diff --git a/Darwin/Services/StitchHTTPService/StitchHTTPService.podspec b/Darwin/Services/StitchHTTPService/StitchHTTPService.podspec index 3a1c60f0..f7538da8 100644 --- a/Darwin/Services/StitchHTTPService/StitchHTTPService.podspec +++ b/Darwin/Services/StitchHTTPService/StitchHTTPService.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = File.basename(__FILE__, '.podspec') - spec.version = "4.0.1" + spec.version = "4.0.2" spec.summary = "#{__FILE__} Module" spec.homepage = "https://github.com/mongodb/stitch-ios-sdk" spec.license = "Apache2" @@ -12,7 +12,7 @@ Pod::Spec.new do |spec| spec.source = { :git => "https://github.com/mongodb/stitch-ios-sdk.git", :branch => "master", - :tag => '4.0.1' + :tag => '4.0.2' } spec.platform = :ios, "11.0" @@ -20,8 +20,7 @@ Pod::Spec.new do |spec| spec.platform = :watchos, "4.3" spec.platform = :macos, "10.10" - spec.pod_target_xcconfig = { "ENABLE_BITCODE" => "NO" } - + spec.ios.deployment_target = "11.0" spec.tvos.deployment_target = "10.2" spec.watchos.deployment_target = "4.3" @@ -29,6 +28,6 @@ Pod::Spec.new do |spec| spec.source_files = "Darwin/Services/#{spec.name}/#{spec.name}/**/*.swift" - spec.dependency 'StitchCore', '~> 4.0.1' - spec.dependency 'StitchCoreHTTPService', '~> 4.0.1' + spec.dependency 'StitchCore', '~> 4.0.2' + spec.dependency 'StitchCoreHTTPService', '~> 4.0.2' end diff --git a/Darwin/Services/StitchHTTPService/StitchHTTPServiceTests/HTTPServiceClientIntTests.swift b/Darwin/Services/StitchHTTPService/StitchHTTPServiceTests/HTTPServiceClientIntTests.swift index e8cefb40..ca3eb1bd 100644 --- a/Darwin/Services/StitchHTTPService/StitchHTTPServiceTests/HTTPServiceClientIntTests.swift +++ b/Darwin/Services/StitchHTTPService/StitchHTTPServiceTests/HTTPServiceClientIntTests.swift @@ -128,7 +128,7 @@ class HTTPServiceClientIntTests: BaseStitchIntTestCocoaTouch { XCTAssertEqual("200 OK", response!.status) XCTAssertEqual(200, response!.statusCode) - XCTAssertTrue(300 <= response!.contentLength && response!.contentLength <= 400) + XCTAssertTrue(300 <= response!.contentLength && response!.contentLength <= 500) XCTAssertNotNil(response!.body) let dataDoc = try Document.init(fromJSON: response!.body!) diff --git a/Darwin/Services/StitchLocalMongoDBService/StitchLocalMongoDBService.podspec b/Darwin/Services/StitchLocalMongoDBService/StitchLocalMongoDBService.podspec index 0bccd700..0a15a59d 100644 --- a/Darwin/Services/StitchLocalMongoDBService/StitchLocalMongoDBService.podspec +++ b/Darwin/Services/StitchLocalMongoDBService/StitchLocalMongoDBService.podspec @@ -19,8 +19,7 @@ Pod::Spec.new do |spec| :tag => '4.0.0' } - spec.pod_target_xcconfig = { "ENABLE_BITCODE" => "NO" } - spec.ios.deployment_target = "11.0" + spec.ios.deployment_target = "11.0" spec.tvos.deployment_target = "10.2" spec.watchos.deployment_target = "4.3" diff --git a/Darwin/Services/StitchRemoteMongoDBService/StitchRemoteMongoDBService.podspec b/Darwin/Services/StitchRemoteMongoDBService/StitchRemoteMongoDBService.podspec index 9f2b3930..a1b39bea 100644 --- a/Darwin/Services/StitchRemoteMongoDBService/StitchRemoteMongoDBService.podspec +++ b/Darwin/Services/StitchRemoteMongoDBService/StitchRemoteMongoDBService.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = File.basename(__FILE__, '.podspec') - spec.version = "4.0.1" + spec.version = "4.0.2" spec.summary = "#{__FILE__} Module" spec.homepage = "https://github.com/mongodb/stitch-ios-sdk" spec.license = "Apache2" @@ -12,7 +12,7 @@ Pod::Spec.new do |spec| spec.source = { :git => "https://github.com/mongodb/stitch-ios-sdk.git", :branch => "master", - :tag => '4.0.1' + :tag => '4.0.2' } spec.platform = :ios, "11.0" @@ -20,8 +20,7 @@ Pod::Spec.new do |spec| spec.platform = :watchos, "4.3" spec.platform = :macos, "10.10" - spec.pod_target_xcconfig = { "ENABLE_BITCODE" => "NO" } - + spec.ios.deployment_target = "11.0" spec.tvos.deployment_target = "10.2" spec.watchos.deployment_target = "4.3" @@ -29,6 +28,6 @@ Pod::Spec.new do |spec| spec.source_files = "Darwin/Services/#{spec.name}/#{spec.name}/**/*.swift" - spec.dependency 'StitchCore', '~> 4.0.1' - spec.dependency 'StitchCoreRemoteMongoDBService', '~> 4.0.1' + spec.dependency 'StitchCore', '~> 4.0.2' + spec.dependency 'StitchCoreRemoteMongoDBService', '~> 4.0.2' end diff --git a/Darwin/Services/StitchTwilioService/StitchTwilioService.podspec b/Darwin/Services/StitchTwilioService/StitchTwilioService.podspec index 73fa09e0..2ed96e2d 100644 --- a/Darwin/Services/StitchTwilioService/StitchTwilioService.podspec +++ b/Darwin/Services/StitchTwilioService/StitchTwilioService.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = File.basename(__FILE__, '.podspec') - spec.version = "4.0.1" + spec.version = "4.0.2" spec.summary = "#{__FILE__} Module" spec.homepage = "https://github.com/mongodb/stitch-ios-sdk" spec.license = "Apache2" @@ -12,7 +12,7 @@ Pod::Spec.new do |spec| spec.source = { :git => "https://github.com/mongodb/stitch-ios-sdk.git", :branch => "master", - :tag => '4.0.1' + :tag => '4.0.2' } spec.platform = :ios, "11.0" @@ -20,8 +20,7 @@ Pod::Spec.new do |spec| spec.platform = :watchos, "4.3" spec.platform = :macos, "10.10" - spec.pod_target_xcconfig = { "ENABLE_BITCODE" => "NO" } - + spec.ios.deployment_target = "11.0" spec.tvos.deployment_target = "10.2" spec.watchos.deployment_target = "4.3" @@ -29,6 +28,6 @@ Pod::Spec.new do |spec| spec.source_files = "Darwin/Services/#{spec.name}/#{spec.name}/**/*.swift" - spec.dependency 'StitchCore', '~> 4.0.1' - spec.dependency 'StitchCoreTwilioService', '~> 4.0.1' + spec.dependency 'StitchCore', '~> 4.0.2' + spec.dependency 'StitchCoreTwilioService', '~> 4.0.2' end diff --git a/Darwin/StitchCore/StitchCore.podspec b/Darwin/StitchCore/StitchCore.podspec index 006d81c9..f57607ae 100644 --- a/Darwin/StitchCore/StitchCore.podspec +++ b/Darwin/StitchCore/StitchCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = File.basename(__FILE__, '.podspec') - spec.version = "4.0.1" + spec.version = "4.0.2" spec.summary = "#{__FILE__} Module" spec.homepage = "https://github.com/mongodb/stitch-ios-sdk" spec.license = "Apache2" @@ -13,7 +13,7 @@ Pod::Spec.new do |spec| spec.source = { :git => "https://github.com/mongodb/stitch-ios-sdk.git", :branch => "master", - :tag => '4.0.1' + :tag => '4.0.2' } spec.platform = :ios, "11.0" @@ -21,8 +21,7 @@ Pod::Spec.new do |spec| spec.platform = :watchos, "4.3" spec.platform = :macos, "10.10" - spec.pod_target_xcconfig = { "ENABLE_BITCODE" => "NO" } - + spec.ios.deployment_target = "11.0" spec.tvos.deployment_target = "10.2" spec.watchos.deployment_target = "4.3" @@ -30,5 +29,5 @@ Pod::Spec.new do |spec| spec.source_files = "Darwin/#{spec.name}/#{spec.name}/**/*.swift" - spec.dependency 'StitchCoreSDK', '~> 4.0.1' + spec.dependency 'StitchCoreSDK', '~> 4.0.2' end diff --git a/StitchSDK.podspec b/StitchSDK.podspec index 5190adfd..1e9613ba 100644 --- a/StitchSDK.podspec +++ b/StitchSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "StitchSDK" - spec.version = "4.0.1" + spec.version = "4.0.2" spec.summary = "Stitch" spec.homepage = "https://github.com/mongodb/stitch-ios-sdk" spec.license = "Apache2" @@ -17,12 +17,11 @@ Pod::Spec.new do |spec| spec.source = { :git => "https://github.com/mongodb/stitch-ios-sdk.git", :branch => "master", - :tag => '4.0.1', + :tag => '4.0.2', :submodules => true } - spec.pod_target_xcconfig = { "ENABLE_BITCODE" => "NO" } - spec.ios.deployment_target = "11.0" + spec.ios.deployment_target = "11.0" spec.tvos.deployment_target = "10.2" spec.watchos.deployment_target = "4.3" spec.macos.deployment_target = "10.10" @@ -31,62 +30,62 @@ Pod::Spec.new do |spec| # pod "StitchSDK/StitchCoreSDK", "~> 4.0" spec.subspec "StitchCoreSDK" do |core| - core.dependency "StitchCoreSDK", "~> 4.0.1" + core.dependency "StitchCoreSDK", "~> 4.0.2" end # pod "StitchSDK/StitchCoreAWSS3Service", "~> 4.0" spec.subspec "StitchCoreAWSS3Service" do |core_aws_s3_service| - core_aws_s3_service.dependency 'StitchCoreAWSS3Service', '~> 4.0.1' + core_aws_s3_service.dependency 'StitchCoreAWSS3Service', '~> 4.0.2' end # pod "StitchSDK/StitchCoreAWSSESService", "~> 4.0" spec.subspec "StitchCoreAWSSESService" do |core_aws_ses_service| - core_aws_ses_service.dependency 'StitchCoreAWSSESService', '~> 4.0.1' + core_aws_ses_service.dependency 'StitchCoreAWSSESService', '~> 4.0.2' end # pod "StitchSDK/StitchCoreHTTPService", "~> 4.0" spec.subspec "StitchCoreHTTPService" do |core_http_service| - core_http_service.dependency 'StitchCoreHTTPService', '~> 4.0.1' + core_http_service.dependency 'StitchCoreHTTPService', '~> 4.0.2' end # pod "StitchSDK/StitchCoreRemoteMongoDBService", "~> 4.0" spec.subspec "StitchCoreRemoteMongoDBService" do |core_remote_mongodb_service| - core_remote_mongodb_service.dependency 'StitchCoreRemoteMongoDBService', '~> 4.0.1' + core_remote_mongodb_service.dependency 'StitchCoreRemoteMongoDBService', '~> 4.0.2' end # pod "StitchSDK/StitchCoreTwilioService", "~> 4.0" spec.subspec "StitchCoreTwilioService" do |core_twilio_service| - core_twilio_service.dependency 'StitchCoreTwilioService', '~> 4.0.1' + core_twilio_service.dependency 'StitchCoreTwilioService', '~> 4.0.2' end # pod "StitchSDK/StitchCore", "~> 4.0" spec.subspec "StitchCore" do |ios_core| - ios_core.dependency 'StitchCoreSDK', '~> 4.0.1' + ios_core.dependency 'StitchCoreSDK', '~> 4.0.2' end # pod "StitchSDK/StitchAWSS3Service", "~> 4.0" spec.subspec "StitchAWSS3Service" do |aws_s3_service| - aws_s3_service.dependency 'StitchAWSS3Service', '~> 4.0.1' + aws_s3_service.dependency 'StitchAWSS3Service', '~> 4.0.2' end # pod "StitchSDK/StitchAWSSESService", "~> 4.0" spec.subspec "StitchAWSSESService" do |aws_ses_service| - aws_ses_service.dependency 'StitchAWSSESService', '~> 4.0.1' + aws_ses_service.dependency 'StitchAWSSESService', '~> 4.0.2' end # pod "StitchSDK/StitchHTTPService", "~> 4.0" spec.subspec "StitchHTTPService" do |http_service| - http_service.dependency 'StitchHTTPService', '~> 4.0.1' + http_service.dependency 'StitchHTTPService', '~> 4.0.2' end # pod "StitchSDK/StitchRemoteMongoDBService", "~> 4.0" spec.subspec "StitchRemoteMongoDBService" do |remote_mongodb_service| - remote_mongodb_service.dependency 'StitchRemoteMongoDBService', '~> 4.0.1' + remote_mongodb_service.dependency 'StitchRemoteMongoDBService', '~> 4.0.2' end # pod "StitchSDK/StitchTwilioService", "~> 4.0" spec.subspec "StitchTwilioService" do |twilio_service| - twilio_service.dependency 'StitchTwilioService', '~> 4.0.1' + twilio_service.dependency 'StitchTwilioService', '~> 4.0.2' end # pod "StitchSDK", "~> 4.0"