Skip to content

Commit

Permalink
Bolts 1.8.3 🔩 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko authored Jul 12, 2016
1 parent ce65a75 commit 648e7ea
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Bolts.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Bolts'
s.version = '1.8.2'
s.version = '1.8.3'
s.summary = 'Bolts is a collection of low-level libraries designed to make developing mobile apps easier.'
s.description = <<-DESC
Bolts was designed by Parse and Facebook for our own internal use, and we have decided to open source these libraries to make them available to others. Using these libraries does not require using any Parse services. Nor do they require having a Parse or Facebook developer account.
Expand Down
2 changes: 1 addition & 1 deletion Bolts/Common/Bolts.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

NS_ASSUME_NONNULL_BEGIN

NSString *const BoltsFrameworkVersionString = @"1.8.2";
NSString *const BoltsFrameworkVersionString = @"1.8.3";

NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions Bolts/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.8.2</string>
<string>1.8.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.8.2</string>
<string>1.8.3</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,30 @@
# Bolts CHANGELOG

## 1.8.3

**Fixed**
- Fix potential deadlock when using `BFTask.-waitUntilFinished`.
[#263](https://github.com/BoltsFramework/Bolts-ObjC/pull/263)
by [Nikita Lutsenko](https://github.com/nlutsenko)


## 1.8.2

**Fixed**
- Fixed custom build frameworks script.
- Fixed custom build frameworks script.
[#263](https://github.com/BoltsFramework/Bolts-ObjC/pull/263)
by [Nikita Lutsenko](https://github.com/nlutsenko)
- Fixed incorrect dynamic framework install name base and install name making dynamic framework not load in some cases.
- Fixed incorrect dynamic framework install name base and install name making dynamic framework not load in some cases.
[#266](https://github.com/BoltsFramework/Bolts-ObjC/pull/266)
by [Nikita Lutsenko](https://github.com/nlutsenko)
- Fixed compilation of dynamic frameworks for watchOS/tvOS when no code signing identity is present.
- Fixed compilation of dynamic frameworks for watchOS/tvOS when no code signing identity is present.
[#266](https://github.com/BoltsFramework/Bolts-ObjC/pull/266)
by [Nikita Lutsenko](https://github.com/nlutsenko)

## 1.8.1

**Fixed**
- Fixed compilation of dynamic frameworks due to codesigning requirements.
- Fixed compilation of dynamic frameworks due to codesigning requirements.
[#260](https://github.com/BoltsFramework/Bolts-ObjC/pull/260)
by [Nikita Lutsenko](https://github.com/nlutsenko)

Expand Down

0 comments on commit 648e7ea

Please sign in to comment.