SwiftFilePath icon indicating copy to clipboard operation
SwiftFilePath copied to clipboard

Is there a Swfit 3.0 version?

Open iCodist opened this issue 8 years ago • 5 comments

Is there a Swfit 3.0 version?

iCodist avatar Sep 26 '16 04:09 iCodist

@iCodist I have made that, and send a pull request which is still pending, but if you want you can use it. all test is passed.

currently the code is on my branch https://github.com/kameike/SwiftFilePath/tree/update_swift3_xcode8

kameike avatar Oct 15 '16 09:10 kameike

Hi @kameike , I'm kind of new to the whole cocoapod topic... what do I have to put into my podfile to use your swift 3 version? I tried pod 'SwiftFilePath‘, :git => "https://github.com/kameike/SwiftFilePath.git“ but it didn't work. Thanks a lot!

MotoxX avatar Jan 15 '17 21:01 MotoxX

Hi @MotoxX you have to specify which branch you going use so pod 'SwiftFilePath‘, :git => "https://github.com/kameike/SwiftFilePath.git“, :branch => 'update_swift3_xcode8' is the answer to your question. good luck with your project :)

kameike avatar Jan 15 '17 23:01 kameike

hi @kameike , thanks a lot! It works perfectly!!!

MotoxX avatar Jan 16 '17 12:01 MotoxX

2018-03-25 19 58 29 i use cocoapod but has some error ,how to fit it? thanks

jianchaoxu avatar Mar 25 '18 11:03 jianchaoxu