This repository has been archived by the owner on Nov 3, 2020. It is now read-only.
1.0.0.beta.5
Breaking
-
Development pods will no longer be implicitly unlocked. This makes CocoaPods respect
constraints related to dependencies of development pods in the lockfile.If you change the constraints of a dependency of your development pod and want to
override the locked version, you will have to use
pod update ${DEPENDENCY_NAME}
manually.
Muhammed Yavuz Nuzumlalı
#4211
#4577
#4580
Enhancements
- Add the 📦 emoji in front of CocoaPods Script Build Phases
to quickly and visually differentiate them from other phases.
Olivier Halligon
#4985 - Enable syntax highlighting on the Podfile in the generated
Pods.xcodeproj
.
Samuel Giddins
#4962
Bug Fixes
- Fixes paths passed for resources bundles in the copy resources script.
Marius Rackwitz
#4954 - Fix saying the
master
specs repo exists when it has not been set up.
Samuel Giddins
#4955 - Move
${TARGET_DEVICE_ARGS}
out of the quotations for--sdk
in the
Copy Pods Resources
build phase.
seaders #4940 - Handle when
$PATH
isn't set.
Samuel Giddins - Module maps that are set per-platform will be installed for the correct
platform.
Samuel Giddins
#4968
1.0.0.beta.4 (2016-02-24)
Enhancements
- Allow deduplication to take effect even when the same pod is used with
different sets of subspecs across different platforms.
This changes the general naming scheme scoped pod targets. They are
suffixed now on base of what makes them different among others for the
same root spec instead of being prefixed by the dependent target.
Marius Rackwitz
#4146 - Pass
COCOAPODS_VERSION
as environment variable when invoking the
prepare_command
.
Marius Rackwitz
#4933
Bug Fixes
- Pods are built by default in another scoping level of the build products
directory identified by their name to prevent name clashes among
dependencies.
Marius Rackwitz
#4146 - Fix mixed integrations where static libraries are used along frameworks
from different target definitions in one Podfile.
Marius Rackwitz
#4146 - Pass target device arguments to
ibtool
in the copy resources script, fixing
compilation of storyboards when targeting versions of iOS prior to iOS 8.
seaders
#4913 - Fix
pod repo lint
when passed a path argument.
Boris Bügling
#4883