-
Sometimes issues only surface in larger real apps, so it might be a good idea to run `pod install` _and_ `xcodebuild archive` on those as part of CI.
Objective-C apps:
- Frameworks: https://github.co…
alloy updated
8 years ago
-
@ayn thanks so much for creating a fork that works on later versions of Swift, but unfortunately I get lots of errors, like "availability has been replaced with available", any ideas?
-
Hi,
when using $.difference with two arrays, I need to use `.reverse()` at the end to put back the result array in the right order (like it was before using difference).
`$.difference(shifts, shifts…
-
I can't run the example due to error while doing carthage update.
```
$ carthage update
*** Fetching JTSImageViewController
*** Fetching NetworkObjects
*** Fetching SwiftWebSocket
*** Fetching CoreMo…
-
when AFDateHelper used with ExSwift (https://github.com/pNre/ExSwift), will raise an error
``` swift
AFDateHelper/AF+Date+Helper/AF+Date+Extension.swift:27:263: Expression was too complex to be solve…
-
> 1. Add ExSwift as a submodule
> 2. Open the ExSwift project folder, and drag ExSwift sub folder with source code into the file navigator of your Xcode project. Make sure you select add to target
> 3…
-
In https://github.com/pNre/ExSwift/blob/master/ExSwift/Range.swift, there are "DP2 style open range operators" that are just wrappers around `..
-
I wonder if you have considered to include support classes that are not only related to data types in ExSwift. For instance code like the accepted answer at http://stackoverflow.com/questions/24581517…
-
ExSwift now contains some functions that contain the **Right** appendix (e.g. reduceRight) meaning to do a reverse operation compared to reduce. May I suggest to avoid the **Right** appendix and repla…
-
It cant run in Xcode 6.3 ?