twitter-archive / CocoaSPDY

SPDY for iOS and OS X
Apache License 2.0
2.39k stars 233 forks source link

Fix product release scripts. #108

Closed kgoodier closed 9 years ago

kgoodier commented 9 years ago

Symlink was broken. Created script to aid in producing a release tarball.

The project change was in the "Build LIPO" script, changed from this: ln -fs "${output_dir}/Versions/Current/${PRODUCT_NAME}" "${output_dir}/${PRODUCT_NAME}" to this: ln -fs "Versions/Current/${PRODUCT_NAME}" "${output_dir}/${PRODUCT_NAME}"

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 71.05% when pulling c472af872c2317b28d9a4db01fb88a1cd5d2ceda on kgoodier:fix/release into 6336a9d085598e85fb045af85f6896474d874594 on twitter:master.