From 4bfbab51ad437d23ab7693bd2771b0e09a3ee0bf Mon Sep 17 00:00:00 2001 From: Max Howell Date: Sun, 18 Feb 2018 11:05:24 -0500 Subject: [PATCH] Include PromiseKit/CoreLocation#10; Tag 6.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Note this updates our Bolts requirement to 1.9.0 because Facebook don’t understand how semantic versioning works. --- Extensions/Bolts | 2 +- Extensions/CoreLocation | 2 +- Extensions/EventKit | 2 +- Extensions/OMGHTTPURLRQ | 2 +- Extensions/Photos | 2 +- Extensions/SystemConfiguration | 2 +- PromiseKit.podspec | 2 +- PromiseKit.xcodeproj/project.pbxproj | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Extensions/Bolts b/Extensions/Bolts index 1783f34ec..15cda7d86 160000 --- a/Extensions/Bolts +++ b/Extensions/Bolts @@ -1 +1 @@ -Subproject commit 1783f34ecc4de048ee4ae47d7626a884abc0d287 +Subproject commit 15cda7d860d5f438395c0f31fcf868a0c9f0193d diff --git a/Extensions/CoreLocation b/Extensions/CoreLocation index 931090749..5a0535afd 160000 --- a/Extensions/CoreLocation +++ b/Extensions/CoreLocation @@ -1 +1 @@ -Subproject commit 931090749ad7dcedf6b36702c355b7d836b55be2 +Subproject commit 5a0535afd99e93eda205f2d73aff2f56bdfdaa92 diff --git a/Extensions/EventKit b/Extensions/EventKit index 9c5466333..c81cb3963 160000 --- a/Extensions/EventKit +++ b/Extensions/EventKit @@ -1 +1 @@ -Subproject commit 9c5466333c08a9788a33a47b74dab45876478f71 +Subproject commit c81cb39637edc9c936a266eb7443e41df9b43cac diff --git a/Extensions/OMGHTTPURLRQ b/Extensions/OMGHTTPURLRQ index 9fffd5bf6..3e9ef8461 160000 --- a/Extensions/OMGHTTPURLRQ +++ b/Extensions/OMGHTTPURLRQ @@ -1 +1 @@ -Subproject commit 9fffd5bf6a15c922177c539d958d1fdd460a81ef +Subproject commit 3e9ef846121714e1d0de8fd3934f0ba3f35bd496 diff --git a/Extensions/Photos b/Extensions/Photos index 5e215c705..a2efef2f0 160000 --- a/Extensions/Photos +++ b/Extensions/Photos @@ -1 +1 @@ -Subproject commit 5e215c705023d2b60215b35023cdba0542ccc368 +Subproject commit a2efef2f09a683e319c944dde6fdbc45ea840a43 diff --git a/Extensions/SystemConfiguration b/Extensions/SystemConfiguration index 5f9def8e3..720c59987 160000 --- a/Extensions/SystemConfiguration +++ b/Extensions/SystemConfiguration @@ -1 +1 @@ -Subproject commit 5f9def8e392987ec6a255dbfe6d5afc998581a93 +Subproject commit 720c59987f3f2f1ad7a2a0a628f9263c2cbd31c7 diff --git a/PromiseKit.podspec b/PromiseKit.podspec index 479ef2f70..b6d784a99 100644 --- a/PromiseKit.podspec +++ b/PromiseKit.podspec @@ -76,7 +76,7 @@ Pod::Spec.new do |s| s.subspec 'Bolts' do |ss| ss.source_files = 'Extensions/Bolts/Sources/*' ss.dependency 'PromiseKit/CorePromise' - ss.dependency 'Bolts', '~> 1.6.0' + ss.dependency 'Bolts', '~> 1.9.0' ss.ios.deployment_target = '8.0' ss.osx.deployment_target = '10.9' ss.watchos.deployment_target = '2.0' diff --git a/PromiseKit.xcodeproj/project.pbxproj b/PromiseKit.xcodeproj/project.pbxproj index 6b043d408..2ed972b09 100644 --- a/PromiseKit.xcodeproj/project.pbxproj +++ b/PromiseKit.xcodeproj/project.pbxproj @@ -801,7 +801,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 6.0.2; + CURRENT_PROJECT_VERSION = 6.0.3; DEBUG_INFORMATION_FORMAT = dwarf; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -862,7 +862,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 6.0.2; + CURRENT_PROJECT_VERSION = 6.0.3; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1;