Jeon Suyeol
Jeon Suyeol
I'll take a look for it soon :) CocoaSeeds don't have any plan to support versioning with `~>` yet.
@MingLoan, Can I have an example project for testing?
@veightz Cool. I'm waiting for it :+1:
@vincedev, not yet. #16 is similar suggestion. I'll take a look for it when I'm available :smile:
Hi, @hffmnn. Sadly there's no clear way to avoid `import` statement in CocoaSeeds. Currently I'm trying to add post-file-processing to remove all `import` statements. If you have an idea, please...
@hffmnn, I've succeeded installing latest version of Runes and Argo. Here's my Seedfile: ``` ruby github "thoughtbot/Argo", "v2.1.0", :files => "Argo/**/*.swift" github "thoughtbot/Runes", "v3.0.0", :files => "Source/**/*.swift" ``` They seem...
@argon, looks good! I'm having a problem on deleting `import` statements because CocoaSeeds should not delete system frameworks such as CoreBluetooth or something else. I'll keep this in my mind...
@argon, Oh yeah. But, what I exactly wanted to do is 'Remove all import statements except system frameworks.'. It looks similar, but it is as different as blacklisting and whitelisting.
@tbaranes, Did you mean something like `inhibit_all_warnings!` in CocoaPods?
Hi @tbaranes! Thank you for idea. I'm planning to make it available to use additional features via pre/post script. (In order to keep CocoaSeeds simple) Since pre/post scripting requires flexible...