CocoaPods::Try CHANGELOG¶
1.2.0 (2020-04-20)¶
Enhancements¶
- None.
Bug Fixes¶
- Fix a crash when using
pod trywith CocoaPods 1.8.0 or higher.
@arielpollack #63 #65
1.1.0 (2016-07-10)¶
Enhancements¶
Bug Fixes¶
- None.
1.0.0 (2016-05-10)¶
Enhancements¶
- None.
Bug Fixes¶
- None.
1.0.0.rc.1 (2016-04-30)¶
Enhancements¶
- None.
Bug Fixes¶
- None.
1.0.0.beta.4 (2016-04-15)¶
Enhancements¶
- None.
Bug Fixes¶
- Compatibility With CocoaPods 1.0.0.beta.8.
Samuel Giddins CocoaPods#5159
1.0.0.beta.3 (2016-03-15)¶
Bug Fixes¶
- Compatibility with CocoaPods 1.0.0.beta.6.
Marius Rackwitz
1.0.0.beta.2 (2016-01-05)¶
Bug Fixes¶
- Ensure that the pod's source is re-downloaded, instead of pulling from the
cache, which only holds cleaned sources.
Samuel Giddins #43
1.0.0.beta.1 (2015-12-30)¶
Bug Fixes¶
- Ensure commands in the
.cocoapodsfile are strings, and uses the pods folder when executing commands.
Samuel Giddins CocoaPods-Try#40
0.5.1 (2015-08-28)¶
Bug Fixes¶
- This release fixes a file permissions error when using the RubyGem.
Samuel Giddins
0.5.0 (2015-08-26)¶
Enhancements¶
- Any CocoaPod / GitHub repo can now declare their own pre-install commands, and prefer a
project. To use this, add a
.cocoapods.ymlfile to the root of your repo. The yaml file should have a structure like:
try:
install:
pre:
- pod install
- git submodule init
project: 'ORStackView.xcworkspace'
0.4.5 (2015-05-27)¶
Bug Fixes¶
-
Use
Dir.tmpdirinstead of explicit/tmp.
Boris Bügling #34 -
Automatically detect JSON podspecs.
Samuel Giddins #35
0.4.4 (2015-05-06)¶
Bug Fixes¶
- Fix working with the CocoaPods download cache introduced in 0.37.
Samuel Giddins #30
0.4.3 (2014-12-25)¶
Bug Fixes¶
- Ensure that the master repo is setup on try.
Daniel Tomlinson CocoaPods/CocoaPods#2563
0.4.2 (2014-10-29)¶
- Prefer projects or workspaces with the name including Sample over others.
Kyle Fuller
0.4.1 (2014-09-26)¶
- Add
--no-repo-updateoption.
Eloy Durán
0.4.0 (2014-09-11)¶
Enhancements¶
- Adopted new argument format of CLAide.
Olivier Halligon
0.3.0 (2014-05-19)¶
Enhancements¶
- Adopted new CLAide release.
Fabio Pelosin
0.2.0 (2014-03-28)¶
Enhancements¶
- Added support for the specification of an URL instead of the name of a Pod.
David Grandinetti Fabio Pelosin
0.1.2¶
Enhancements¶
-
Prefer workspaces over projects.
Kyle Fuller -
Open workspaces if available.
Kyle Fuller
Fixes¶
-
Don't consider workspaces in bundles.
Eloy Durán -
Typo fixes.
Mark Townsend
0.1.0 (2013-12-02)¶
- Initial implementation.
Fabio Pelosin