Skip to content

Commit

Permalink
4.0.2 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchel authored Jul 27, 2018
1 parent 4da39d9 commit 59a0b77
Show file tree
Hide file tree
Showing 18 changed files with 79 additions and 95 deletions.
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -12,22 +12,21 @@ 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"
spec.platform = :tvos, "10.2"
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"
spec.macos.deployment_target = "10.10"

spec.source_files = "Core/Services/#{spec.name}/Sources/#{spec.name}/**/*.swift"

spec.dependency 'StitchCoreSDK', '~> 4.0.1'
spec.dependency 'StitchCoreSDK', '~> 4.0.2'
end
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -12,22 +12,21 @@ 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"
spec.platform = :tvos, "10.2"
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"
spec.macos.deployment_target = "10.10"

spec.source_files = "Core/Services/#{spec.name}/Sources/#{spec.name}/**/*.swift"

spec.dependency 'StitchCoreSDK', '~> 4.0.1'
spec.dependency 'StitchCoreSDK', '~> 4.0.2'
end
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -12,22 +12,21 @@ 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"
spec.platform = :tvos, "10.2"
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"
spec.macos.deployment_target = "10.10"

spec.source_files = "Core/Services/#{spec.name}/Sources/#{spec.name}/**/*.swift"

spec.dependency 'StitchCoreSDK', '~> 4.0.1'
spec.dependency 'StitchCoreSDK', '~> 4.0.2'
end
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -12,22 +12,21 @@ 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"
spec.platform = :tvos, "10.2"
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"
spec.macos.deployment_target = "10.10"

spec.source_files = "Core/Services/#{spec.name}/Sources/#{spec.name}/**/*.swift"

spec.dependency 'StitchCoreSDK', '~> 4.0.1'
spec.dependency 'StitchCoreSDK', '~> 4.0.2'
end
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -12,22 +12,21 @@ 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"
spec.platform = :tvos, "10.2"
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"
spec.macos.deployment_target = "10.10"

spec.source_files = "Core/Services/#{spec.name}/Sources/#{spec.name}/**/*.swift"

spec.dependency 'StitchCoreSDK', '~> 4.0.1'
spec.dependency 'StitchCoreSDK', '~> 4.0.2'
end
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -12,22 +12,21 @@ 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"
spec.platform = :tvos, "10.2"
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"
spec.macos.deployment_target = "10.10"

spec.source_files = "Core/Services/#{spec.name}/Sources/#{spec.name}/**/*.swift"

spec.dependency 'StitchCoreSDK', '~> 4.0.1'
spec.dependency 'StitchCoreSDK', '~> 4.0.2'
end
7 changes: 3 additions & 4 deletions Core/StitchCoreSDK/StitchCoreSDK.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand All @@ -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"
Expand Down
11 changes: 5 additions & 6 deletions Darwin/Services/StitchAWSS3Service/StitchAWSS3Service.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -12,23 +12,22 @@ 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"
spec.platform = :tvos, "10.2"
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"
spec.macos.deployment_target = "10.10"

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
11 changes: 5 additions & 6 deletions Darwin/Services/StitchAWSSESService/StitchAWSSESService.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -12,23 +12,22 @@ 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"
spec.platform = :tvos, "10.2"
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"
spec.macos.deployment_target = "10.10"

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
11 changes: 5 additions & 6 deletions Darwin/Services/StitchFCMService/StitchFCMService.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -12,23 +12,22 @@ 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"
spec.platform = :tvos, "10.2"
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"
spec.macos.deployment_target = "10.10"

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
11 changes: 5 additions & 6 deletions Darwin/Services/StitchHTTPService/StitchHTTPService.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -12,23 +12,22 @@ 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"
spec.platform = :tvos, "10.2"
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"
spec.macos.deployment_target = "10.10"

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
Original file line number Diff line number Diff line change
Expand Up @@ -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!)
Expand Down
Loading

0 comments on commit 59a0b77

Please sign in to comment.