5
Swift open source (swift.org)
siuying 積分 0
IngramChen 積分 0

這是 source code 的 package manager ,不能 distribute binary... 這樣不是很受限嗎?

siuying 積分 0

binary 已經可以用 framework 去做吧。而且要 cross platform deploy source 比較簡單, go/ruby 也不是這樣嗎

IngramChen 積分 0

那這樣不就要兩套方法來管理了,而且,framework manager 又在哪裡?又回到 cocoapods?

swift 很需要 binary distribution 是因為 iOS 的關係。iOS library 只能用 binary 形式發佈的有很多吧 (像 aws sdk,和那些 ads 相關的 sdk 都是)

siuying 積分 0

在 Apple 的藍圖裡應該沒有 Objective-C 了,他們會建議新的東西用 Swift 作,所以 package manager 也只會支援 Swift 。

iOS library 只用 binary 發佈通常只有 close source software ,一般也是用 source code 的吧。