An open API service for software projects hosted on Open Collective.

github.com/parse-community/Parse-SDK-iOS-OSX

The Apple SDK for Parse Platform (iOS, macOS, watchOS, tvOS)
https://github.com/parse-community/Parse-SDK-iOS-OSX

Merge pull request #376 from ParsePlatform/nlutsenko.json.stream

Don't try to decode JSON object from stream if there is no such file.

94eb9a69e6af2c2439aa0ccdda521c60963c9d3d authored almost 10 years ago
Don't try to decode JSON object from stream if there is no such file.

c05250acc8c93adaa67c88703207e0110ea10f89 authored almost 10 years ago
Merge pull request #378 from ParsePlatform/nlutsenko.watch.extensions

Mark extension-specific APIs as unavailable for watchOS.

3b71db1f45f501b7edf5aa929dd94988eda70449 authored almost 10 years ago
Merge pull request #377 from ParsePlatform/nlutsenko.watch.installation

Remove useless imports in PFObjectSubclassingController.

98b2f71c68e2229b9046aee7ea4b7383b8ed7902 authored almost 10 years ago
Remove useless imports in PFObjectSubclassingController.

7ace34f56f5bfee1f5e2af676785af5897cb5c9a authored almost 10 years ago
Mark extension-specific APIs as unavailable for watchOS.

1df09ff4f63be2a62fdd5229d8a89b0f4d675bcf authored almost 10 years ago
Merge pull request #370 from ParsePlatform/nlutsenko.watch.deployment

Add Parse watchOS deployment testing to Travis.

bafa2edc556fce536c5c9d01947efab35866e144 authored almost 10 years ago
Add Parse watchOS deployment testing to Travis.

32af66a2bff0968fe45709745074c734809be46b authored almost 10 years ago
Merge pull request #368 from ParsePlatform/nlutsenko.watch.filedatastream

Add missing FileDataStream to watchOS target.

780945d9797467434584ade09f6164b5b776716a authored almost 10 years ago
Merge pull request #369 from ParsePlatform/nlutsenko.watch.imports

Update few imports to unbreak watchOS target.

e2bed4df96566febcc80d11f340c15475623cbef authored almost 10 years ago
Add missing FileDataStream to watchOS target.

ca39064de9460a0330757257b57d2979fef50f83 authored almost 10 years ago
Update few imports to unbreak watchOS target.

861523a047d375b8127c44d40f0ec3cdd470ea81 authored almost 10 years ago
Merge pull request #374 from ParsePlatform/nlutsenko.watch.eventually

Mark saveEventually/deleteEventually as unavailable on watchOS.

a1356c37955c2cbc3fe8627b9396c977826a965a authored almost 10 years ago
Merge pull request #372 from ParsePlatform/nlutsenko.generics

Add generics to all instances of class forwarded PFQuery.

4e4485d00da67636a870017702fd1a7b7f910411 authored almost 10 years ago
Merge pull request #367 from ParsePlatform/nlutsenko.activityindicator

Fix late initialization of NetworkActivityIndicatorManager.

100b4e75ced2257776d3d2ab3ed990113153a4b6 authored almost 10 years ago
Merge pull request #373 from ParsePlatform/nlutsenko.config.stream

Improve PFConfig loading from disc performance by using JSON stream from file.

9b446930710115964d2c1e2a7c44b2698897a3ac authored almost 10 years ago
Mark saveEventually/deleteEventually as unavailable on watchOS.

98d3016bf38bfd34db4756169a30fb4f95a481b8 authored almost 10 years ago
Improve PFConfig loading from disc performance by using JSON stream from file.

fae3d805ae3cbea467ba5d0f6e068b7d4bcae948 authored almost 10 years ago
Add generics to all instances of class forwarded PFQuery.

28dc5c7a4f7e4c4a9bdc18b9dcf3cfd7d09759d5 authored almost 10 years ago
Fix late initialization of NetworkActivityIndicatorManager.

bdcd16445acb3bf9f9ab71726196cd5d9eaac6a8 authored almost 10 years ago
Merge pull request #358 from ParsePlatform/nlutsenko.modules.tests

Use clang modules for imports of all external modules in tests.

cfc3842f142f9f201b23fda94ceb24f5fea0d5cb authored almost 10 years ago
Use clang imports syntax for all modules in tests.

5a72414df8f849d78c72707fc157f705295968c1 authored almost 10 years ago
Merge pull request #356 from ParsePlatform/nlutsenko.modules

Enable clang modules by default.

fc19b2e0ef050610236072a81bf721d46d3c2150 authored almost 10 years ago
Enable clang modules by default.

389ae8d12635cf595cda5ff7236a822256fb4f75 authored almost 10 years ago
Merge pull request #355 from ParsePlatform/nlutsenko.files

Fixed potential null dereference when creating files with nil error.

b99a317bdb90d88542c4262fde77e4dca191ff54 authored almost 10 years ago
Merge pull request #354 from ParsePlatform/nlutsenko.errors

Fix potential crash when network error doesn't have a description.

389a5d24d2f932c95d46b327716c9fe80961adca authored almost 10 years ago
Fixed potential null dereference when creating files with nil error.

46a22e0cf8537968a10a5050a08a6d4d4831e7b8 authored almost 10 years ago
Fix potential crash when network error doesn't have a description.

f21676949490205bbefa018bca4761e2de215acd authored almost 10 years ago
Merge pull request #346 from ParsePlatform/nlutsenko.warnings

Fix warnings in AnalyticsTests when building with Xcode 7.

c9e1fc871611289edf18315f0e8299d5412b042a authored almost 10 years ago
Merge pull request #241 from ParsePlatform/richardross.inputstream.minusonebyte

Added PFFileDataStream for streaming file Downloads.

993fad0a379cc92d8b226d94130814f218ea4133 authored almost 10 years ago
Merge pull request #345 from ParsePlatform/richardross.file.error

Use errors instead of exceptions when creating a PFFile.

a8013095ec0bdaee372879af71d8b7cc894221f3 authored almost 10 years ago
Fix warnings in AnalyticsTests.

86dc2c6e116f60bc55a509bd95420d81ecb4f233 authored almost 10 years ago
Added PFFileDataStream for streaming file Downloads.

This is an NSInputStream proxy that is used for file downloads while concurrently reading and wr...

9fac0f88c5e3291346baf2f77272a7f64bb3fec4 authored almost 10 years ago
Use errors instead of exceptions when creating a PFFile.

Switching to errors provides a more consistent interface, as we should never use exceptions in o...

05e4990827f08fef3fed6a2fdeac9f89b3439d45 authored almost 10 years ago
Merge pull request #335 from ParsePlatform/nlutsenko.generic.object

Add ObjC generics support to collections in PFObject public header.

247cc9a30dce4fef4c5a70f9362b98a2c2bf1f40 authored almost 10 years ago
Merge pull request #334 from ParsePlatform/nlutsenko.generic.query

Add ObjC generics to collections in PFQuery public header.

48e923c615d7265f383093a9951d84f42b8769d6 authored almost 10 years ago
Merge pull request #333 from ParsePlatform/nlutsenko.generic.push

Add ObjC generics to collections/queries in PFPush public header.

67b3a1a3352bccce45d5b310f76c668abc64e233 authored almost 10 years ago
Merge pull request #332 from ParsePlatform/nlutsenko.generic.analytics

Add ObjC generics to collections in PFAnalytics public header.

8f81fb623c0ac271d00e8f1d978c0391e374dfe0 authored almost 10 years ago
Merge pull request #336 from ParsePlatform/nlutsenko.bolts.watchOS

Make sure we compile Bolts with watchOS support.

3c139fb2dfe78300744420a153e7ce9dcdf1e277 authored almost 10 years ago
Merge pull request #344 from ParsePlatform/nlutsenko.currentUser

Fixed currentUser not restoring authentication on load from disk.

68d08de8194840af4a8e606e11848ab5e2044f48 authored almost 10 years ago
Fixed currentUser not restoring authentication on load from disk.

abf25978cd32c291d3d69195342c634676e41699 authored almost 10 years ago
Make sure we compile Bolts with watchOS support.

0da800c1516c687d7c8efcb4f2b9578c15609cea authored almost 10 years ago
Add ObjC generics support to collections in PFObject public header.

959b5a02cd06c92c4c17571a90c11e5133db3468 authored almost 10 years ago
Add ObjC generics to collections in PFQuery public header.

08d92bee085a9a7d9d2da3495304006af8160968 authored almost 10 years ago
Add ObjC generics to collections/queries in PFPush public header.

087cda1513c71f465d532e76685e190ed2b6fd27 authored almost 10 years ago
Add ObjC generics to collections in PFAnalytics public header.

f62558e46458528059832f00fc1e4d310790eb75 authored almost 10 years ago
Merge pull request #328 from ParsePlatform/nlutsenko.watch.unavailable

Exclude PFProduct, PFPush internal things from watchOS target.

36979f63064674709df9592f47a6e04e18ae14c4 authored almost 10 years ago
Exclude PFProduct, PFPush internal things from watchOS target.

d7407682f8054b1f3b040d0198dace72166d4c65 authored almost 10 years ago
Merge pull request #327 from ParsePlatform/nlutsenko.watch.installation

Exclude PFInstallation from watchOS target.

4a4bc54083810ac3ca08bb685df0d231bbecab35 authored almost 10 years ago
Exclude PFInstallation from watchOS target.

bf64869100f32064f0d6578fa26171df19136d9b authored almost 10 years ago
Merge pull request #325 from ParsePlatform/nlutsenko.watch.reachability

Cleaned up reachability tracking in PFEventuallyQueue, disabled reachability for watchOS.

9e866f0a4aee5da27ed91556048c1e701febd7ed authored almost 10 years ago
Merge pull request #324 from ParsePlatform/nlutsenko.watch.location

Fixed PFLocationManager on watchOS.

881d164b553d01c1bc03c3a050faa8d59d7e4b81 authored almost 10 years ago
Cleaned up reachability tracking in PFEventuallyQueue, disabled reachability for watchOS.

71d5d8e431e5419b44e787da792b6b754564f991 authored almost 10 years ago
Merge pull request #323 from ParsePlatform/nlutsenko.watchOS.analytics

Fixed PFAnalytics for watchOS.

42299facbbb1bbe9875f0fad1eb4ce76f4bc7fbb authored almost 10 years ago
Fixed PFAnalytics for watchOS.

2123cdc69f49d1a88593da7a0811c479c1e7ccc3 authored almost 10 years ago
Merge pull request #322 from ParsePlatform/nlutsenko.watchOS.push

Exclude PFPush, PFAlertView, PFNetworkIndicatorManager from watchOS target.

a8b46880399017107f91ae8fc27030126c38c4de authored almost 10 years ago
Fixed PFLocationManager on watchOS.

1fbe12d66ca62c5a78aa2b303b33d50692eb8fdb authored almost 10 years ago
Exclude PFPush, PFAlertView, PFNetworkIndicatorManager from watchOS target.

abddd82e8118bff0cd5f567286b9c6c65f599d67 authored almost 10 years ago
Merge pull request #321 from ParsePlatform/nlutsenko.watchos.application

Update PFApplication to compile for watchOS.

b71c03173a55d859bd3e6cb8541cf8e1bc8295a2 authored almost 10 years ago
Merge pull request #320 from ParsePlatform/nlutsenko.watchos.purchase

Exclude PFPurchase and PFProduct from watchOS target.

14f971a9a30d94a16b6e299b50ba5551786d1970 authored almost 10 years ago
Merge pull request #316 from ParsePlatform/nlutsenko.watchos.device

Update PFDevice for watchOS 2.

f8d774533e98e8f4099fd50d569920c77cc123f6 authored almost 10 years ago
Update PFApplication to compile for watchOS.

3d06bda05118586fae18c386d30f9b348e0934e3 authored almost 10 years ago
Exclude PFPurchase and PFProduct from watchOS target.

1bc9d8c19f30b48eff4713acc6ac3061fb7bb942 authored almost 10 years ago
Update PFDevice for watchOS 2.

8ae91cf9b91d0b93b47561089c1763917654d429 authored almost 10 years ago
Merge pull request #315 from ParsePlatform/nlutsenko.watchos

Added basic target for watchOS 2 SDK.

3942f4c731b405ff1b3bca2bbb444cbef11c6587 authored almost 10 years ago
Merge pull request #293 from ParsePlatform/nlutsenko.filesAPI

Added an ability to download a file and get a file path to PFFiles.

2dfec7d341996e946cec501d3c948f539eb4e3ca authored almost 10 years ago
Added basic target for watchOS 2 SDK.

1db3ec83f23d4ce6748fe839e1b3b721bd385fbc authored almost 10 years ago
Merge pull request #314 from ParsePlatform/nlutsenko.gemfil

Update Gemfile.

f87ae22eb75dff6f0e5dfdf4000b5ce70763b93b authored almost 10 years ago
Merge pull request #313 from ParsePlatform/nlutsenko.bolts

Update Bolts to 1.3.0.

196927b4a0b8387391e3dd8e12339a23e1cbb78d authored almost 10 years ago
Update Gemfile.

6f71ce628569b0b13b1894601ccdf6e177b981ce authored almost 10 years ago
Merge pull request #306 from ParsePlatform/richardross.collectdirtychildren.deadlock

Fixed deadlock in -collectDirtyChildren:

38be076620f5786d877c237603eae83658157e6a authored almost 10 years ago
Update Bolts to 1.3.0.

e8dc4cd6632ebb44e4f431c48a6260a3561f62f7 authored almost 10 years ago
Merge pull request #312 from ParsePlatform/nlutsenko.auth

Fix initialization of Facebook/Twitter Utils blocking the main thread.

fc2d6c8b72e62183344df0b1a964425070be961c authored almost 10 years ago
Fix initialization of Facebook/Twitter Utils blocking the main thread.

e5aaf90c7f8f8ca8cc54cf9097a9a936405b064f authored almost 10 years ago
Fixed deadlock in -collectDirtyChildren:

By no longer holding a lock while recursing, we allow other threads who may be waiting on the cu...

da2df65ad25b89aa3d8962215eb466f4f1cb9181 authored almost 10 years ago
Merge pull request #308 from swehrli/swehrli.usercontroller

Fix copy/paste error in retrieving userController.

d311b20627e5157ac8ef3e741c789970c96a6a53 authored almost 10 years ago
Fix copy/paste error in retrieving userController.

99de2feb6a12d4803bf6517616f912f19da92e96 authored almost 10 years ago
Merge pull request #258 from ParsePlatform/nlutsenko.schemes

Remove Test scheme, merge everything into Debug scheme.

63d2f3b0c7c2aa4f9f682e9c20c6b76eebe23c01 authored almost 10 years ago
Remove Test scheme, merge everything into Debug scheme.

11f1948e5ff6126bc5636909c0252d0036f1274a authored almost 10 years ago
Merge pull request #294 from ParsePlatform/nlutsenko.genericUnbreak

Update all NSNull generic types to use NSNumber instead.

c6cb850aca64b5273b0be75f09229b731beb76af authored almost 10 years ago
Merge pull request #292 from ParsePlatform/nlutsenko.files

Disable ability to initialize PFFile without data/file/name.

6d143c8c2371777f5a5239b4bccae3b9522108fa authored almost 10 years ago
Update all NSNull generic types to use NSNumber instead.

b208a59abd8be2367c7ec7a03f9fb2ae496dea63 authored almost 10 years ago
Added an ability to download a file and get a file path to PFFiles.

bcb50d28af67ab686371d266b13fe7d704c17298 authored almost 10 years ago
Disable ability to initialize PFFile without data/file/name.

4b08ae8a28bd6271f8d3884544197ee10d520350 authored almost 10 years ago
Merge pull request #289 from ParsePlatform/nlutsenko.components

Use NSURLComponents to construct URLs instead of CFURL.

fe978af9d34ac4fede97b3df462aa927bc22f1f8 authored almost 10 years ago
Merge pull request #291 from ParsePlatform/stanleyw.link_to_network_debugging_tool

Link to Network Debugging Tool

f6d1826030402edb8784b6f99172cd9513fac6fe authored almost 10 years ago
Link to Network Debugging Tool

In bug reporting guidelines, link to network debugging tool.

381ca99ebb5c1cb0a7954ca98a22ca57f8ecc6bd authored almost 10 years ago
Use NSURLComponents to construct URLs instead of CFURL.

eb0adb0934494590d90e50f58c2313a35ebb3f27 authored almost 10 years ago
Merge pull request #288 from ParsePlatform/nlutsenko.generics

Add missing backward compatibility to generic type in PFInstallation.

f787079dc54c84faea2cb94e65f17958090479c4 authored almost 10 years ago
Add missing backward compatibility to generic type in PFInstallation.

f643c0a821a9e2fadfdfb7a9e40206cef24a3798 authored almost 10 years ago
Merge pull request #279 from ParsePlatform/nlutsenko.185

Parse 1.8.5 :tada:

2dce171fc0f0ef630746f7897fe2672350bf5e82 authored almost 10 years ago
Parse 1.8.5 :tada:

2e17d5fa776975e0832f9951721c533423493d6a authored almost 10 years ago
Merge pull request #268 from ParsePlatform/nlutsenko.validation

Improved fetch and delete PFObject validation logic.

1ee23502bc289b1863682ae43d63ffce27d009e9 authored almost 10 years ago
Merge pull request #275 from ParsePlatform/nlutsenko.bundle

Update bundle.

509654987c4c049e5ed6ed219f66300718ff7dc1 authored almost 10 years ago
Update bundle.

596d406cc20226d4243030074a414323067afffe authored almost 10 years ago
Merge pull request #274 from ParsePlatform/richardross.osx.scheme.fix

Fix address sanatizer being enabled for OSX release scheme.

82bfe0cf071b879178d612627835607a3fd91075 authored almost 10 years ago
Fix address sanatizer being enabled for OSX release scheme.

Probably happened during one of our scheme recreations. This makes it very difficult to link aga...

b974bb3d763f112438366a1a10819b0d73419d79 authored almost 10 years ago
Merge pull request #272 from ParsePlatform/richardross.alertview.completion

Fix crash related to nil completion handler.

5f40ccec4bd893620bab9eb85af927f3f00e7881 authored almost 10 years ago
Fix crash related to nil completion handler.

Super simple bug, super simple fix.

Fixes #269.

e48effd1a0d76ff4dfa8010a3156e880fe28d88e authored almost 10 years ago
Improved fetch and delete PFObject validation logic.

4f7e4c179c6779bd6ca707f64fd608b25931b47f authored almost 10 years ago