typhoon
typhoon copied to clipboard
Powerful dependency injection for Objective-C ✨✨ (https://PILGRIM.PH is the pure Swift successor to Typhoon!!)✨✨
I've referenced document for modularized assemblies here (https://github.com/appsquickly/typhoon/wiki/Modularizing-Assemblies). It works. But If I found it crashes in some case. I write a sample code at here: https://github.com/xrloong/Typhoon-Modularized-Assemblies In this sample,...
Storyboard inject is not working in swift. Always I'm getting null. I have created two Assembiles (Application and Presentation) and added into plist. ``` // // Application.swift // import UIKit...
I'm having an issue with the sample app see [comment](https://github.com/appsquickly/typhoon-example/issues/33#issuecomment-487190583) And while trying to investigate further and see if I could fixed I noticed that the TyphoonAssemblyBuilderTests that are responsible...
Hello! I'm newbie to Typhoon and hitting a lot of stupid problems on ObjC... I prefer to create assemblies manually because using layered architecture and need to create new assembly...
When installed through Carthage Task failed with exit code 65: /usr/bin/xcrun xcodebuild -project /Users/alekzernov/Downloads/enegyhouserev2.0/Carthage/Checkouts/Typhoon/Typhoon.xcodeproj -scheme Typhoon -configuration Release -derivedDataPath /Users/alekzernov/Library/Caches/org.carthage.CarthageKit/DerivedData/9.4_9F1027a/Typhoon/4.0.5 -sdk iphonesimulator -destination platform=iOS\ Simulator,id=1D1D025C-9F81-4183-B247-1F69285384B6 -destination-timeout 3 ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY=...
Hi, I've tried to use the new 4.0.2 release but there were some API changes that I cannot understand. Some of them cause the app to crash. Here goes a...
I have updted my pods, and typhoon has changed version from 3.5.1 to 4.0.1, and compiling throws this: I have done a clean and clean build folder without solve it....
Related post on [SO](http://stackoverflow.com/questions/39370421/typhoon-auto-inject-assembly-by-protocol) It might be nice to have an ability for assemblies to auto-inject themselves, for example: ``` objective-c @protocol IFormatterProvider - (id)statusTextFormatter; @end @interface MyAssembly : TyphoonAssembly...
Hi, I'm trying to use Typhoon in the iMessage Extension of IOS with partial luck. Only manual integration works, plist integration doesn't. This issue is pretty similar to https://github.com/appsquickly/Typhoon/issues/352 and...
Is it possible in Swift? Any example? Thanks.