Swiftpack.co - Swift Packages by phimage

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by phimage

phimage/Erik 5.1.0
Erik is an headless browser based on WebKit. An headless browser allow to run functional tests, to access and manipulate webpages using javascript.
⭐️ 582
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Swift PM
4 years ago
update Package.swift to latest standard
swift 5
4 years ago
7 years ago
Update to swift 3
7 years ago
Fix #15 By default detect page loading end using the webkit `navigationDeletage` instead of `loading` boolean _If you use your own instance of `WKView` in `Erik`instance, and have already set a delegate, you can make it implement the protocol `Navigable`_ Other algorithm could be chosen to detect page loading `(myErikInstance.layoutEngine as? WebKitLayoutEngine)?.pageLoadedPolicy =.loading` // the `loading` boolean `(myErikInstance.layoutEngine as? WebKitLayoutEngine)?.pageLoadedPolicy =.estimatedProgress` // the `estimatedProgress` value (must be 1.0 except when starting 0.0) If no page loaded, `NoContent` is thrown when asking for `currentContent` An empty page is detected using pattern `Erik.noContentPattern` You can set to `nil` if you want to keep previous code state
7 years ago
Allow to get title, load url request, go back and forward, reload page Rename currentURL to url
8 years ago
phimage/CallbackURLKit 3.0.0
Implementation of x-callback-url (Inter app communication) in swift
⭐️ 330
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
errorCode change
3 years ago
Replace `error-code` with `errorCode` #29 @pvieito
swift 4
5 years ago
7 years ago
Fix callback
iOS macOS tvOS
phimage/Arithmosophi 4.2.0
A set of protocols for Arithmetic, Statistics and Logical operations
⭐️ 66
🕓 3 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
swift 4
5 years ago
7 years ago
Statistical mathematics functions (median, variance, covariance, ...) More Complex functions
8 years ago
Add `LatticeType` - an ordered type (`Comparable`) - with lower bound `min` and upper bound `max` All `UnsignedArithmeticType` implement this new protocol
8 years ago
- `Averagable`protocol - `Complex` structur - Extension on CollectionType to get a sum, a product or an average ``` swift [1,2,3].sum ```
8 years ago
tvOS and watchOS
8 years ago
Swift 2 & XCode 7 compatible `LogicalOperationsType` (`Conjunctive` & `Disjunctive`) protocol method can throw exceptions from callback
8 years ago
- Incrementable, Decrementable, AddableWithOverflow, ... protocols added - Add Combined protocols - Cut LogicalOperationsTypes into multiple protocols (one for &&, one for ||)
iOS macOS watchOS tvOS
phimage/ApplicationGroupKit 1.0.0
Share informations betweens your applications and your extensions using group identifier
⭐️ 38
🕓 4 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
swift 5
4 years ago
iOS macOS watchOS tvOS
phimage/XcodeProjKit 3.0.6
Parse project file and write it to open step format.
⭐️ 14
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1 year ago
Add missing PBXBuildRule
1 year ago
Fix xcode projet
/dev/stdout writable
1 year ago
build setting editable
1 year ago
for cmd line tool https://github.com/phimage/xprojup
Even plist could openStep
1 year ago
PropertyList serialisation
1 year ago
Linux and JSON support
1 year ago
BREAKING CHANGE: - `write` function take a new enum `PropertyList.Format` instead of ` PropertyListSerialization.PropertyListFormat`
📦 Swift Package Manager Product nodes
2 years ago
- XCRemoteSwiftPackageReference - XCSwiftPackageProductDependency
3 years ago
Linux compatibility
4 years ago
Add `CustomStringConvertible` to object
phimage/Appify 0.0.1
Generate simple macOS `.app` from Swift Package `.executable`.
⭐️ 2
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
2 years ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics