Commit Graph

66 Commits

Author SHA1 Message Date
Eloy Duran
6ee74e0cc0 Explicitely read external source files (specs|Podfile) as utf-8. 2012-06-08 01:30:10 +02:00
Fabio Pelosin
3c34ade2b8 Version 0.6.0.rc2 2012-06-06 18:53:35 +02:00
Eloy Duran
5991d6f9b2 Some 'informative' messages should just be plain simple. 2012-05-31 12:22:41 +02:00
Eloy Duran
dcc011f6e2 Fix version number. 2012-05-29 16:55:41 +02:00
Will Pragnell
4b4bd46764 Merged branch 'master' into 'acknowledgements' 2012-05-25 08:36:58 +01:00
Fabio Pelosin
607b833393 [Pod::Informative] Minor fix. 2012-05-10 16:21:14 +02:00
Fabio Pelosin
8b505899bf Automatically decorate Informatives. 2012-05-10 14:50:48 +02:00
Will Pragnell
edff6c05d8 Merge branch master into acknowledgements 2012-05-06 17:38:59 +01:00
Will Pragnell
bcfb32408e WIP: Added Markdown Acknowledgements subclass 2012-05-06 17:32:08 +01:00
Will Pragnell
cdad6fe43f Added Plist Acknowledgements sub-class 2012-05-06 17:32:08 +01:00
Will Pragnell
b72322f3c2 Fist pass at plist acknowledgements class 2012-04-28 23:00:59 +01:00
siuying
38d85b09ff Merge pull request #232 from siuying/dummy_source
Add dummy source file to Pod project
2012-04-27 01:39:23 -07:00
Francis Chong
bc9ee744f8 add a dummy source file to Pod, so that in case no source files presented, the pod lib would still compile 2012-04-27 09:38:30 +08:00
Fabio Pelosin
78df2737bb [Global] Loading Pry and Awesome Print in development environment 2012-04-24 16:04:57 +02:00
Fabio Pelosin
97e6119985 [#201] Moved version check to repo sub-command 2012-04-17 23:04:35 +02:00
Fabio Pelosin
331c95f987 [#201] Added support for CocoaPods-version.txt 2012-04-17 20:30:38 +02:00
Eloy Duran
1d71b5824a Move getting paths relative to a Xcode project's ${SRCROOT} to
Pod::Podfile::TargetDefinition.
2012-04-14 16:33:52 +02:00
Ben Scheirman
df0112ea82 Move logic for generating PODS_ROOT to a class 2012-04-14 00:54:50 +02:00
Eloy Duran
07fad45898 Refactor Pod::Project::Integrator for upcoming work. 2012-03-26 20:40:25 +02:00
Eloy Duran
c4702eb0d3 Move the doc generator into lib/cocoapods/generators/documentation.rb 2012-03-18 13:49:15 +01:00
Victor Ilyukevich
0202158f69 [#171] added solution by @alloy for fixing error with encoding in some specs on ruby 1.9 2012-03-18 14:30:30 +03:00
Fabio Pelosin
d2f5a70c9a Major documentation refactoring 2012-03-16 20:06:26 +01:00
Fabio Pelosin
726d9f59bc [#149] Draft for documentation generation 2012-03-08 11:49:02 +01:00
Luke Redpath
813bdac90e In preparation for further refactoring, extract integration with the user's project into a class
of it's own, and cover it's functionality with some specs.
2012-02-26 02:47:38 +00:00
Luke Redpath
2182e47145 Let's make Pod::Project a class in it's own right, inheriting from Xcodeproj::Project, instead
of extending it.
2012-02-25 16:59:55 +00:00
Luke Redpath
4359e82c66 Introduced two new classes: LocalPod and Sandbox.
The Sandbox represents the entire contents of the POD_ROOT (normally SOURCE_ROOT/Pods). A LocalPod represents a pod that has been installed within the Sandbox.

These two classes can be used as better homes for various pieces of logic currently spread throughout the installation process and provide a better API for working with the contents of this directory.

So far I've just refactored the downloaders to use them.
2012-02-25 00:49:48 +00:00
Luke Redpath
4b42a18534 Configured Guard for auto-running specs. 2012-02-24 23:56:45 +00:00
Eloy Duran
f760473133 Release 0.5.1 2012-02-22 16:17:52 +01:00
Martin Kavalar
5614a12cfb Release 0.5.0 (MRI compatible version) 2012-02-20 15:09:59 +01:00
Luke Redpath
cb3fad630a Renamed this file as it seemed to be causing some confusion with the native extension in the
xcodeproj gem.
2012-02-10 19:36:22 +00:00
Luke Redpath
c637702341 If we want to provide options for the platform, it's probably best to make Platform an object.
We can probably also use this new platform object in the future to refactor out platform-specific
logic.
2012-02-10 14:47:32 +00:00
Eloy Duran
5d420f5247 Release 0.3.10 2012-02-06 19:44:32 +01:00
Eloy Duran
770aeaeb2e Bump version to 0.3.10 2012-02-06 19:25:15 +01:00
Eloy Duran
c5214dbd23 Release 0.3.9 2011-11-26 16:26:21 +01:00
Eloy Duran
412f4e7434 Release 0.3.8 2011-11-24 22:31:15 +01:00
Eloy Duran
685cbb02f2 Release 0.3.7 2011-11-23 23:24:55 +01:00
Eloy Duran
36361198db Release 0.3.6 2011-11-22 21:22:17 +01:00
Eloy Duran
c068650adc Release 0.3.5 2011-11-19 02:38:54 +01:00
Eloy Duran
a9950ce4b0 Release 0.3.4 2011-11-17 02:03:59 +01:00
Eloy Duran
5b99fbedc9 Release 0.3.3 2011-11-17 00:07:41 +01:00
Eloy Duran
75b072d6b6 Move generator code from installer to cocoapods/generator/* 2011-11-16 23:12:08 +01:00
Eloy Duran
7061b9eb37 Bump version to 0.3.2 2011-11-15 23:01:34 +01:00
Eloy Duran
7d9479c1b0 Allow the use of the Rake FileList class for source_files, clean_paths, and resources. Fixes #65. 2011-11-15 22:48:32 +01:00
Florian Hanke
dcdc3af2c3 + autoload for :Config, :Workspace now points to the xcodeproj lib code so as to not trigger loading of MacRuby related code 2011-11-14 22:10:11 +11:00
Eloy Duran
bb3535afec Release 0.3.0 2011-11-13 01:43:00 +01:00
Eloy Duran
e1d788d94b Remove activation of activesupport gem and make code work with Xcodeproj gem again. 2011-11-12 01:51:42 +01:00
Eloy Duran
ace222ef5b Move ProjectTemplate code into Xcode::Project extension. 2011-11-12 01:08:27 +01:00
Eloy Duran
738cf91be8 Move Xcode::Project extension to xcode_project.rb and use the xcodeproj lib from HEAD during dev. 2011-11-12 00:43:53 +01:00
Nolan Waite
be78f0dce8 Switch to xcodeproj gem 2011-11-10 22:32:22 -07:00
Eloy Duran
9bde294295 Bump to 0.2.0. Features an automated way to setup your Xcode project for CocoaPods use. 2011-10-25 13:29:11 +02:00