Eloy Duran
|
a0c7f1d585
|
Bump version to 0.0.7
0.0.7
|
2011-10-02 23:09:50 +02:00 |
|
Eloy Duran
|
c89b9dfd66
|
Import RestKit example RKTwitter.
|
2011-10-02 23:09:18 +02:00 |
|
Eloy Duran
|
d2bf1d8cdf
|
Fix last merge :(
|
2011-10-02 23:01:30 +02:00 |
|
Eloy Duran
|
e08c92a0b3
|
By default use the same header dir for pod that are part of another pod. This can be changed by specifiying a custom header_dir. Closes #14.
|
2011-10-02 22:58:00 +02:00 |
|
Eloy Duran
|
0cd216a6c0
|
Copy headers to the pod's header dir $(BUILT_PRODUCTS_DIR)/Pods/PodName by default, but allow for customization by overriding copy_header_mapping(s).
|
2011-10-02 22:58:00 +02:00 |
|
Eloy Duran
|
e04d15297a
|
Only add $(BUILT_PRODUCTS_DIR)/Pods and $(BUILT_PRODUCTS_DIR)/Pods/PodName to the search paths.
|
2011-10-02 22:58:00 +02:00 |
|
Joshua Weinberg
|
32ce2fea67
|
Minor refactoring
|
2011-10-02 22:57:59 +02:00 |
|
Joshua Weinberg
|
125c4cd88f
|
Some minor code cleanup based on alloy's feedback
|
2011-10-02 22:57:59 +02:00 |
|
Joshua Weinberg
|
4f6db1ee66
|
Small cleanup based on suggestion
|
2011-10-02 22:57:59 +02:00 |
|
Joshua Weinberg
|
cd31ff830d
|
In progress work to close Issue 14, the directory structure is now preserved for headers being copied in, need to update specs to match
|
2011-10-02 22:57:59 +02:00 |
|
Joshua Weinberg
|
cddcbad944
|
Fixing typo in user search paths
|
2011-10-02 22:56:18 +02:00 |
|
Joshua Weinberg
|
212c7e2902
|
Add each project to the header search paths. This will allow for both styles of includes. Need to figure out about maintaing directory structure though
|
2011-10-02 22:56:18 +02:00 |
|
Joshua Weinberg
|
81c54f306e
|
Allow for framework style imports and adjust the sample to match
|
2011-10-02 22:56:18 +02:00 |
|
Eloy Durán
|
1fcca9fe14
|
Merge pull request #19 from floere/master
Fixes a small typo in search result text.
|
2011-09-30 11:53:05 -07:00 |
|
Florian Hanke
|
5bc029986f
|
Fix search result text
"whose" would be correct if pods were persons. I changed it such that it uses "with",
as in "Unable to find a pod with name matching ..."
|
2011-09-30 20:45:00 +02:00 |
|
Eloy Duran
|
b2589060d3
|
Add specs for adding individual pods to groups in the Xcode project.
|
2011-09-25 16:30:51 -05:00 |
|
Eloy Duran
|
0d580d523d
|
Merge remote branch 'origin/dependency-groups'
|
2011-09-25 15:20:07 -05:00 |
|
Joshua Weinberg
|
70eb43ddee
|
Place dependencies into their own project groups
|
2011-09-25 15:13:03 -05:00 |
|
Eloy Duran
|
e2130261d6
|
Fix README markup.
|
2011-09-25 14:31:48 -05:00 |
|
Eloy Duran
|
1329f3c5b3
|
Small fix to the spec stub created with pod spec create
|
2011-09-25 14:21:08 -05:00 |
|
Eloy Duran
|
9d31087672
|
Ignore dotfiles in a spec set directory.
|
2011-09-25 14:20:03 -05:00 |
|
Eloy Duran
|
409f44d4cc
|
Add headers to the PBXCopyFilesBuildPhase instead of the PBXHeadersBuildPhase to work around an Xcode bug. Closes #13.
|
2011-09-25 10:37:36 -05:00 |
|
Joshua Weinberg
|
7251d03ff8
|
Adding a new copy public headers phase to work around an xcode bug when archiving.
|
2011-09-25 10:25:55 -05:00 |
|
Eloy Duran
|
34db200c50
|
Bump to 0.0.6
|
2011-09-24 13:22:54 -05:00 |
|
Eloy Duran
|
992ecf207f
|
Use real Ruby accessor writer and reader methods.
|
2011-09-24 13:12:15 -05:00 |
|
Eloy Duran
|
39d16c0753
|
Fix markup.
|
2011-09-22 01:09:55 +02:00 |
|
Eloy Duran
|
a441d8db93
|
Bit of README fine-tuning.
|
2011-09-22 01:08:32 +02:00 |
|
Eloy Duran
|
5d87894a02
|
Add a few rake tasks to run the specs.
|
2011-09-22 01:06:42 +02:00 |
|
Eloy Duran
|
cdd1343b86
|
Update README to point to the MacRuby installer pkg and a link to a wiki page with instructions for developing on CocoaPods.
|
2011-09-22 00:55:25 +02:00 |
|
Luke Redpath
|
10abfd7c90
|
Support the setting of file-specific compiler flags when adding source files to the project.
We'll need this to support #8.
|
2011-09-21 01:56:00 +01:00 |
|
Eloy Duran
|
6f5233acd9
|
Import MGSplitViewController example from https://github.com/mattgemmell/MGSplitViewController.
|
2011-09-20 22:59:45 +02:00 |
|
Eloy Duran
|
3e23499197
|
Update README a bit more.
|
2011-09-20 21:43:17 +02:00 |
|
Eloy Duran
|
5ddd18fdfd
|
Clean up a bit.
|
2011-09-20 21:33:12 +02:00 |
|
Eloy Duran
|
7cb1c5b689
|
Try to fix markup.
|
2011-09-20 21:25:35 +02:00 |
|
Eloy Duran
|
5c2467639a
|
Import the AFNetworking Example updated to use CocoaPods.
From:
https://github.com/gowalla/AFNetworking/tree/master/Example
|
2011-09-20 21:22:55 +02:00 |
|
Eloy Duran
|
7c86f72a01
|
Bump to 0.0.5
0.0.5
|
2011-09-20 20:42:55 +02:00 |
|
Eloy Duran
|
be154d10f4
|
Make sure to add the actual location of the headers to the search path.
It is beyond me how some Xcode configurations have ever been able to build
without this. Gotta love it.
|
2011-09-20 20:26:44 +02:00 |
|
Eloy Duran
|
d78692a549
|
Play a bit with standalone compilation.
|
2011-09-20 16:23:37 +02:00 |
|
Eloy Duran
|
925a613bab
|
Bump to 0.0.4
0.0.4
|
2011-09-20 00:45:47 +02:00 |
|
Eloy Duran
|
e91db0ae3d
|
Add shortcuts to the spec for frameworks and libraries. Closes #5.
|
2011-09-19 23:51:00 +02:00 |
|
Eloy Duran
|
08c29794e0
|
Change template to use LLVM Compiler 2.1
|
2011-09-19 23:24:40 +02:00 |
|
Eloy Duran
|
8a9b76f094
|
Cleanup a bit. Not doing the spec push command for now.
|
2011-09-19 22:28:55 +02:00 |
|
Eloy Duran
|
1bb68e0e27
|
Validate that a spec has the minimum required attributes. Testing if it compiles is for later.
|
2011-09-19 22:19:19 +02:00 |
|
Eloy Duran
|
9ba5654da2
|
Add a spec create NAME command which creates a stub file.
|
2011-09-19 21:44:03 +02:00 |
|
Eloy Durán
|
11a8a32ae8
|
Add IRC channel to README
|
2011-09-19 15:15:33 +03:00 |
|
Eloy Duran
|
8d362ece90
|
Fix bug that would only add files to the xcode project that are on disk, before downloading newer dependencies.
0.0.3
|
2011-09-19 13:42:07 +02:00 |
|
Eloy Duran
|
60caa66704
|
Fix bug that would copy Pods.xcodeproj dir into existing one.
|
2011-09-19 12:08:11 +02:00 |
|
Eloy Duran
|
78f52d3c71
|
Add a reference to RubyGems.
|
2011-09-18 14:35:25 +02:00 |
|
Eloy Duran
|
b6307227a5
|
A bit more.
|
2011-09-18 13:34:08 +02:00 |
|
Eloy Duran
|
29dacf403e
|
Explain what users can do to contribute.
|
2011-09-18 13:32:22 +02:00 |
|