Skip to content

Commit

Permalink
>Release date: 2015-06-19
Browse files Browse the repository at this point in the history
Multithreading Violation with NSManagedObjectContext

[NEW] merged PR #37 - thanks
[NEW] elaborated on test cases
  • Loading branch information
Christoph Krey committed Jun 19, 2015
1 parent 5189127 commit fc29c3f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ MQTT-Client-Framework iOS Release Notes
=======================================

## MQTT-Client-Framework 0.2.1
>Release date: 2015-06-??
>Release date: 2015-06-19
Further testing results...
Multithreading Violation with NSManagedObjectContext

[NEW] merged PR #37 - thanks
[NEW] elaborated on test cases

## MQTT-Client-Framework 0.2.0
Expand Down
4 changes: 2 additions & 2 deletions MQTTClient.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "MQTTClient"
s.version = "0.2.0"
s.version = "0.2.1"
s.summary = "IOS native ObjectiveC MQTT Framework"
s.homepage = "https://github.com/ckrey/MQTT-Client-Framework"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Christoph Krey" => "krey.christoph@gmail.com" }
s.source = { :git => "https://github.com/ckrey/MQTT-Client-Framework.git", :tag => "0.2.0" }
s.source = { :git => "https://github.com/ckrey/MQTT-Client-Framework.git", :tag => "0.2.1" }

s.source_files = "MQTTClient/MQTTClient", "MQTTClient/MQTTClient/**/*.{h,m}"
s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion MQTTClient/MQTTClient.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -401,9 +401,9 @@
846191431883E56800101409 /* MQTTClientTests */ = {
isa = PBXGroup;
children = (
84E0010118E22C9600C07F23 /* MQTTClientTests.h */,
C21D3C701B1EBD730012DD2F /* MQTTSSLSecurityPolicyTests.m */,
C21D3C6E1B1EBB0E0012DD2F /* MQTTClientSubscriptionTests.m */,
84E0010118E22C9600C07F23 /* MQTTClientTests.h */,
846191491883E56800101409 /* MQTTClientTests.m */,
84B1AFED196C7AF60056B959 /* MultiThreadingTests.m */,
844C93AA1A81645D00CA4A03 /* MQTTACLTests.m */,
Expand Down
2 changes: 1 addition & 1 deletion MQTTClient/MQTTClientTests/MQTTClientTests.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define BULK 99

//#define BROKERLIST @[@"local", @"mosquitto", @"eclipse", @"paho", @"pahotest", @"rabbitmq", @"hivemq", @"rsmb", @"mosca", @"m2m", @"vernemq", @"emqttd"]
#define BROKERLIST @[@"vernemq"]
#define BROKERLIST @[@"local"]

#define BROKERS @{ \
\
Expand Down
Binary file modified MQTTClient/dist/MQTTClient.framework/Versions/A/MQTTClient
Binary file not shown.

0 comments on commit fc29c3f

Please sign in to comment.