Commit Graph

60 Commits

Author SHA1 Message Date
Max Howell
0023d8e617 Tag 0.9.18
Closes #95
2014-09-29 10:39:25 -05:00
Max Howell
7f30652473 Xcode 6 fixes
Tag 0.9.17.1
2014-09-28 11:29:37 -05:00
Max Howell
0a3a6d8197 NSFileManager+PMKPromise 2014-09-08 13:15:53 -05:00
Max Howell
5d8445a8af Fix value when manifold was used 2014-09-05 16:45:38 -05:00
Max Howell
6d77e091ad Try to be severe in working around ARC issues
Refs #77
Refs #80
Refs #33

Tag 0.9.16.5
2014-09-05 12:38:25 -05:00
Max Howell
d6d38a00a0 Deprecated subspec warnings 2014-09-03 12:11:02 -05:00
Max Howell
288a5dda0d SKProductsRequest -> SKRequest
This is how it should have been to start with.
2014-08-30 17:22:35 -05:00
Max Howell
158c46a6ac ARC block/copy issues
This is worrying, but this copy fixes the crash.

I think we probably need to do more copies.

Fixes #77.
2014-08-29 23:05:22 -05:00
Max Howell
61528b47b2 Prevent compiler errors when using PMKManifold
Technically this happens whenever your block returns two different types, in those cases manually specify a return type of `id`.

Fixes #76

Tag 0.9.16.2
2014-08-22 10:17:26 -05:00
Max Howell
6859550174 Missing #imports
Tag 0.9.16.1
2014-08-20 14:49:53 -05:00
Max Howell
3ff86e357c NSTask+Promise
Tag 0.9.16
2014-08-20 11:22:47 -05:00
Max Howell
7be0a05fa6 Fix Mac use of PromiseKit
Tag 0.9.15.3

Fixes #74
2014-08-15 09:56:29 -05:00
Max Howell
53506aa0e4 Handle OS_OBJECT_USE_OBJC=0
The leak was because for targets < 5 CocoaPods added the define `OS_OBJECT_USE_OBJC=0` which made it our responsibility to deallocate `dispatch_queue_t`s.

We now check for OS_OBJECT_USE_OBJC and deallocate the dispatch queue in those circumstances, however I also boosted the minimum iOS deployment target to 6. I think this is reasonable in this day and age.

I kept OS X at 10.7 however, people still want to support 10.7. This means leaks may happen in various components that expect ARC but don’t realize some parts of Foundation require explicit releases etc.
2014-08-14 12:23:21 -05:00
Max Howell
d9b9cb0623 Don’t leak; Fixes #73
Tag 0.9.15.1
2014-08-14 09:46:36 -05:00
Max Howell
5572caceaa CloudKit+PromiseKit
Tag 0.9.15
2014-08-13 19:13:07 -05:00
Max Howell
e3907fb5e4 Use correct HTTP response string encoding
Tag 0.9.14.3
2014-08-09 15:45:52 -05:00
Max Howell
b0f3c4959e Use NSURLResponse’s -MIMEType
Removes ChuzzleKit dependency from PromiseKit.
2014-08-09 15:45:52 -05:00
Max Howell
265de18f2a Split into subspecs by class
More modular = more win.

Tag 0.9.14.2
2014-08-06 18:23:41 -05:00
Max Howell
44d0222bf0 Test for #68
Tag 0.9.14.1
2014-08-04 08:55:53 -05:00
Max Howell
49374826fa Make PMKManifold nil safe
Tag 0.9.14
2014-08-01 17:17:46 -05:00
Max Howell
470eeb7013 NSNotificationCenter +once: 2014-08-01 17:17:12 -05:00
Max Howell
0fdabb1a3d Fix UIImagePickerController crash
Apparently, using the C99 trick for stack allocating variable array sizes can fail or something. Use `malloc`.
2014-07-29 13:12:59 -05:00
Max Howell
a63056f625 Naming, proper header stuff; tag 0.9.13.1 2014-07-28 14:27:20 -05:00
Max Howell
4873c65242 Tag 0.9.13
Fix UIAnimation target
2014-07-21 09:25:29 -05:00
Max Howell
2bee739b9e +UIAnimation naming changes
I’m going with this because the original suggestion, though more logical, is just unwieldy. The animation methods are already enormous and making them longer is too unpleasant. This still is familiar and explicit due to the final `animations:` parameter.

Tag 0.9.12
2014-07-15 13:32:24 +01:00
Max Howell
f73597b95b PMKPromise+Timing 2014-07-15 13:23:52 +01:00
yoshida.masafumi
6a665f1db0 add default 2014-07-11 18:53:43 +09:00
yoshida.masafumi
167d5fca92 change header and podspec 2014-07-11 18:49:44 +09:00
Max Howell
f514e0c792 Tag 0.9.11.1 2014-07-07 12:13:42 -05:00
Max Howell
25f5836ab5 Remove @imports from public headers
Objective-C++ can’t hack it.

Fixes #51.

Tag 0.9.11.
2014-07-01 10:27:36 -05:00
Max Howell
835fe3203e Switch to OMGHTTPURLRQ 2014-06-24 23:16:43 -05:00
Max Howell
cb4c26f865 Add Swift sources 2014-06-24 16:05:55 -05:00
Max Howell
44937ad850 Tag 0.9.9 2014-06-24 16:02:07 -05:00
Max Howell
255b96d25c Split +Social into +Accounts and +Social 2014-06-23 10:11:27 -05:00
Max Howell
dd86bb285f Missing private dependency in UIKit subspec
Tag 0.9.8.1
2014-06-19 15:27:33 -05:00
Max Howell
3dbf2a9404 Make it a typedef with a deprecation warning
The define was just too worrying for me. But I didn’t want to have *nothing*, so this is the best solution IMO.

Tag 0.9.8
2014-06-17 08:58:01 -05:00
Max Howell
8dff8c6dbc Fix import error in Xcode 6
I decided to quit being selective in the .m files, it was faffing about. It’s worth the trouble in .h file however.

Tag 0.9.7.5
2014-06-05 09:10:46 -07:00
Max Howell
f89b114143 Fix .travis.yml
Tag 0.9.7.4
2014-06-04 00:03:20 -07:00
Guillermo Gonzalez
fa3f587922 Fix Social extensions import in umbrella header
Tag 0.9.7.3
2014-06-01 23:53:59 -07:00
Max Howell
a1c9f28bb6 finally the dismissal
This prevents us silently absorbing the rest of any then parameter list. And technically fixes a bug where we wouldn’t dismiss if there was an error.

Tag 0.9.7.2
2014-05-31 10:18:29 -05:00
Max Howell
0498f2a138 Promises for UIImagePickerController 2014-05-30 20:36:05 -05:00
Max Howell
8c3fb3ce88 Rename Social module bit 2014-05-30 14:44:20 -05:00
Max Howell
d8ce9ae2cb Import fixes in PMK+StoreKit
Tag 0.9.7.1
2014-05-24 11:29:13 -05:00
Max Howell
f819f5e7e4 Add PromiseKit/StoreKit to the Podspec
Tag 0.9.7
2014-05-21 23:55:27 -05:00
Max Howell
69377835fe Add documentation URL 2014-05-19 22:34:53 -05:00
Max Howell
3ccfd3f103 Fix PromiseKit/CoreLocation subspec runtime crash
Missing selectors because that stuff didn’t get compiled in.
2014-05-15 22:32:12 -05:00
Max Howell
aa0fd22f40 Enable as many warnings as possible in tests
Tag 0.9.6
2014-05-15 13:50:26 -05:00
Krzysztof Zablocki
8ba294693f Social framework integration 2014-05-09 15:17:08 +02:00
Max Howell
9d1c5b7f81 Actually call the then block when nil is returned
Fixes #16.

Whoops!

Tag 0.9.5
2014-05-06 23:21:50 -05:00
Max Howell
01f4a2872b #ifdef around the MapKit that is iOS >= 7
The default subspec would not install on iOS 5/6 due to MapKit requiring 7. Removing MapKit front the default is not acceptable and I could’t figure out any other logic that CocoaPods would accept, so we’re doing this.
2014-05-05 11:39:36 -05:00