-
For information regarding Xcode 8, please [see the wiki](https://github.com/ProcedureKit/ProcedureKit/wiki/Xcode-8).
# Phase 1 - Organization
- [x] Move repository to [ProcedureKit](https://github.c…
-
It would be nice to be able to access the network via the app.
This would allow things like checking whether your internet connection is working (by pinging a certain server, for instance), requestin…
noozo updated
7 years ago
-
VimeoNetworking support iOS10 or not?
VimeoNetworking also run well on iOS9.3 simulator, but when I turn to iOS10, VimeoNetworkingExample-iOS tell me I misconfig Client Identifier
I am sure the Cl…
-
autoUpdater can get new version, and can download it.
then I run `autoUpdater.quitAndInstall()`, it will quit app, and will not re-open app.
if i re-open it manually, it still be old version.
-
I have a test that first checks if `gmail.com` is reachable on the network, using `SCNetworkReachability*` from `SystemConfiguration`. This fails under xctool, but passes under xcodebuild.
```
git c…
-
When turn the airplane mode with bluetooth on, SCNetworkReachability reports reachable with isDirect flag on. As a result, the replicator goes/stays online but eventually the replicator will get conne…
pasin updated
9 years ago
-
Scenario:
- Non-continous replication
- Replication to non-existing target: http://127.0.0.1:8888 => replication stops after a ~10sec timeout
- Replication to target: http://dev.server.com:8888 ==> re…
-
Hello,
I've run Instrument and the Leak observer on Estimote Editor and when I run the checkFirmwareUpdateWithCompletion method (who didn't work actually), Instrument seems to find a leak.
Here is w…
ygini updated
10 years ago
-
Hello,
I've created sample app: https://github.com/danilNil/cbl-simple-sync
I'm trying to understand how to work with merging conflicts. I've found that I need to call
```
for (CBLReplication * rep…
-
This method blocks on the main thread occasionally
- (SCNetworkConnectionFlags)synchronousStatusFlags
In PNReachability.m
According to the readme.txt of Apple's Reachability app/project SCNetworkRea…