Skip to content

Commit

Permalink
Include PromiseKit/CoreLocation#10; Tag 6.0.3
Browse files Browse the repository at this point in the history
Note this updates our Bolts requirement to 1.9.0 because Facebook don’t understand how semantic versioning works.
  • Loading branch information
mxcl committed Feb 18, 2018
1 parent 5984787 commit 4bfbab5
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Extensions/Bolts
2 changes: 1 addition & 1 deletion Extensions/CoreLocation
2 changes: 1 addition & 1 deletion Extensions/EventKit
2 changes: 1 addition & 1 deletion Extensions/OMGHTTPURLRQ
2 changes: 1 addition & 1 deletion Extensions/Photos
2 changes: 1 addition & 1 deletion PromiseKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions PromiseKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 4bfbab5

Please sign in to comment.