AliSoftware
iOS architect & Swift lover. OSS enthusiast.
Freelance on iOS Tooling and DXRennes, France
Pinned Repositories
Dip
Simple Swift Dependency container. Use protocols to resolve your dependencies and avoid singletons / sharedInstances!
OHAttributedLabel
UILabel that supports NSAttributedString
OHAttributedStringAdditions
NSAttributedString Additions that add convenience methods to manipulate attributed strings easily
OHAutoNIBi18n
Automate the Localization/Translation of your XIB & interface without any additional code nor IBOutlet!
OHHTTPStubs
Stub your network requests easily! Test your apps with fake network data and custom response time, response code and headers!
Reusable
A Swift mixin for reusing views easily and in a type-safe way (UITableViewCells, UICollectionViewCells, custom UIViews, ViewControllers, Storyboards…)
UIImage-Resize
Category to add some resizing methods to the UIImage class, to resize it to a given CGSize — or fit in a CGSize keeping aspect ratio
SwiftGen
The Swift code generator for your assets, storyboards, Localizable.strings, … — Get rid of all String-based APIs!
AliSoftware's Repositories
AliSoftware/OHHTTPStubs
Stub your network requests easily! Test your apps with fake network data and custom response time, response code and headers!
AliSoftware/Reusable
A Swift mixin for reusing views easily and in a type-safe way (UITableViewCells, UICollectionViewCells, custom UIViews, ViewControllers, Storyboards…)
AliSoftware/Dip
Simple Swift Dependency container. Use protocols to resolve your dependencies and avoid singletons / sharedInstances!
AliSoftware/SourceryTemplates
Some templates to use for Code Generation in Swift with http://github.com/krzysztofzablocki/Sourcery
AliSoftware/pprof
Ruby Gem to list, filter, search and print Provisioning Profiles files
AliSoftware/OpeningHours
A small iOS app to keep the list of Opening Hours for your local shops you're used to go to
AliSoftware/alisoftware.github.io
AliSoftware's Blog "Crunchy Development": making Swift Magic ✨
AliSoftware/CodeGen-Workshop
This is the repository used for my SwiftAveiro'19 Workshop about Code Generation
AliSoftware/swift-syntax-linter-demo
A demo project on how to use SwiftSyntax to implement a simple linter detecting specific call sites of a function in your source code
AliSoftware/talks
My talks at conferences
AliSoftware/fastlane
🚀 The easiest way to automate building and releasing your iOS and Android apps
AliSoftware/AliSoftware
AliSoftware/injectable
A micro framework that leverages Swift Property Wrapper to implement the Service Locator pattern
AliSoftware/SwiftLint
A tool to enforce Swift style and conventions.
AliSoftware/swift
The Swift Programming Language
AliSoftware/Timelane
Timelane
AliSoftware/WordPress-Android
WordPress for Android
AliSoftware/AsyncStateMachine
Async State Machine aims to provide a way to structure an application thanks to state machines. The goal is to identify the states and the side effects involved in each feature and to model them in a consistent and scalable way.
AliSoftware/buildkite-docs
The source files for the Buildkite documentation
AliSoftware/circleci-orbs
The source code for some CircleCI orbs published by wordpress-mobile
AliSoftware/cocoapods-binary
integrate pods in form of prebuilt frameworks conveniently, reducing compile time
AliSoftware/danger-ruby-swiftlint
A Danger plugin for SwiftLint.
AliSoftware/fastlane-docs
All the fastlane docs
AliSoftware/fastlane-plugin-appcenter
App Center fastlane integration.
AliSoftware/linguist
Language Savant. If your repository's language is being reported incorrectly, send us a pull request!
AliSoftware/peril
☢️ Serious and immediate danger.
AliSoftware/release-toolkit
Shared tools used in release automation
AliSoftware/sindresorhus
🦄
AliSoftware/swift-argument-parser
Straightforward, type-safe argument parsing for Swift
AliSoftware/XCTAssertCrash
Asserts that an expression crashes by using Mach Exception Handler or POSIX Signal Handler.