This repository has been archived by the owner on Nov 3, 2020. It is now read-only.
1.2.0
CocoaPods.app
Master
1.2.0
- Fix for loading the gh-inspector inside the ruby helper process, which should fix a lot of underlying UI issues
orta
#377
1.1.0
- Pod version completion
flufff42
#313 - Change the home window size to match Xcode's
k0nserv
#339 - Allow option clicking on a pod
pedrovieira7
#333 - Remember the editor window size across runs
K0nserv
#330 - Disable autocomplete in comments
k0nserv
#329 - Fix error when trying to create a new Podfile from an xcodeproj with spaces
marcboquet
#337 - Added option to remove installed Command-Line Tool again (#338)
Buju77
#344
1.0.0
- Removes an unused menu item for specs repo updating
orta
#314 - Fixes for localizations on the pod plugin install view controller
orta
#318
1.0.0.rc.1
- Fixes to Sparkle updates, by returning to CocoaPods' version numbers
orta
#300 - Show an alert if CP is going to re-integrate your project
orta
#299 - Polish for Source Menus & Pod Autocomplete improvements
orta
#298 - Deintegrate CocoaPods from a project
Nate West
#296 - Pod Repo Source Management, both in the Podfile Editor, and in the Main Menu
orta
#294
1.0.0.beta.8 2016.05.19
- Re-designed Home Window
Orta Therox
#285 - Support using the keychain for access tokens for private git repos
Orta Therox
#279 - SSL fixes
David Ohayon
#281 - Support for Handling Sources
Nate West
#275 - Update cask sparkle checkpoint on release
Samuel Giddins
#266 - Show a warning while editing a Podfile for a Podfile.lock generated with a newer version of CocoaPods
Nate West
#257 - Migrate project to Xcode 7.3
Nate West
#274
1.0.0.beta.5 2016.03.03
- Prompt to move to /Applications
Daniel Tomlinson
#244 - Ability to open the folder / Xcode project from the Podfile Metadata View
Wojciech Rutkowski
#246 - Support for
pod init
Daniel Tomlinson
#245
1.0.0.beta.3 2016.02.01
- Target and project information
Eloy Durán
#161 - Font increase and decrease options in Podfile editor
Wojciech Rutkowski
#177 - Open button on Home Window for empty Recent list
Wojciech Rutkowski
#185 - Show Project Info
Orta Therox
#141 - Detect and recommend Plugins required by a Podfile
Orta Therox
#131 - Pod name autocomplete while editing Podfile
Nate West
#197 - Drag & Drop functionality on Home Window
Wojciech Rutkowski
#184 - Close button in Home Window closes the window
Wojciech Rutkowski
#201 - Use spotlight as an additional way of finding Podfiles
Orta Therox
#198 - Support highlighting CP DSL errors when they are not ruby syntax issues
Orta Therox
#205 - Add CPPodfileConsoleTextView to allow auto scrolling
Aaron Pearce
#213 - Empty console hints
Wojciech Rutkowski
#212 - Add support for tracking if the Podfile has been edited in another app
Naiko
#220 - Add Notifications for recent and newly opened files
Aaron Pearce
#222
1.0.0.beta.2 2016.01.12
0.39.0 2015.10.11
0.38.2 2015.07.26
0.38.0 2015.07.22
0.37.0 2015.05.03
0.36.4 2015.04.17
0.36.3 2015.04.05
CocoaPods
Enhancements
- None.
Bug Fixes
- Do not link static frameworks to targets that use
inherit! search_paths
.
Dimitris Koutsogiorgas
#6065
1.2.0.rc.1 (2017-01-13)
Enhancements
- Show git progress when downloading the CocoaPods Specs repo.
Danielle Tomlinson
#5937
Bug Fixes
- None.
1.2.0.beta.3 (2016-12-28)
Enhancements
pod repo push
now accepts the--swift-version
argument.
Dimitris Koutsogiorgas
#6217- Output Swift targets when multiple versions of Swift are detected.
Justin Martin & Dimitris Koutsogiorgas
#6191 - [update] adding --sources to specify to only update pods from a repo
Mark Schall
#5809 - Add aggregated search paths targets to vendored build settings
Chris Ortman
Johannes Plunien
#5512 - Use fetch and reset rather than a pull when updating specs repos.
Danielle Tomlinson
#6206
Bug Fixes
- Fix default LD_RUNPATH_SEARCH_PATHS for host targets.
Dimitris Koutsogiorgas
#6006 - Fix codesigning issues when targets have spaces.
Sam Gammon
#6153 - Raise an exception if unable to find a reference for a path and handle symlink references.
Dimitris Koutsogiorgas
#5427 - Re-escaped backslashes in embed_frameworks generator
Harlan Haskins
#6121 - Escape spaces in CONFIGURATION_BUILD_DIR when creating header folders symlink
Dmitry Obukhov
#6146 - Fail gracefully when downloading a podspec in
pod spec lint
fails.
Samuel Giddins - Remove the
const_missing
hack forPod::SourcesManager
.
Samuel Giddins - Fixed code signing issue causing lint failure on macOS.
Paul Cantrell
#5645 - Raise an exception when using a git version prior to 1.8.5.
Danielle Tomlinson
#6078 - Fix framework support for frameworks in sub-projects.
Ben Asher
#6123 - Remove errors that prevent host/extension target mismatches, which Xcode will warn about.
Ben Asher
#6173
1.2.0.beta.1 (2016-10-28)
Enhancements
- Generate
PODS_TARGET_SRCROOT
build setting for each pod target.
Dimitris Koutsogiorgas
#5375 - Add support for running CocoaPods on Linux.
Samuel Giddins - Use native Ruby ASCII plist parsing and serialization, removing dependencies
on FFI, Xcode, and macOS.
Samuel Giddins - Run codesigning in parallel in the embed frameworks build phase when
COCOAPODS_PARALLEL_CODE_SIGN
is set totrue
.
Ben Asher
#6088
Bug Fixes
- Add target-device tvOS in copy_resources generator.
Konrad Feiler
#6052 - Read the correct
SWIFT_VERSION
when generating target XCConfigs.
Ben Asher
#6067 - Don't explicitly set
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES
to NO.
Ben Asher
#6064 - Redefine FOUNDATION_EXPORT for C-only pods in umbrella header.
Chris Ballinger
#6024