0
的CocoaPods的Source Location
部分podspec
文件需要一個git回購位置,例如:的CocoaPods - 隱藏的私人混帳回購協議的URL
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# Specify the location from where the source should be retrieved.
# Supports git, hg, bzr, svn and HTTP.
#
s.source = { :git => "https://github.com/Company/some-private-repo.git" ,
:branch => "cocoaPods"}
有問題的吊艙包含專有二進制文件,並且git的URL包含了源代碼只能在開發團隊中訪問。
git倉庫URL是公開可見的嗎?有沒有辦法(和理由)隱藏這個URL?