72 Commits

Author SHA1 Message Date
Eloy Durán
8e013d93ea Make specs green. 2013-02-02 20:42:29 +01:00
Eloy Durán
947522084e Run on the new Travis CI mac workers on both system Ruby and 1.9.3-p327. 2013-01-30 22:21:21 +01:00
Keith Smiley
1951b81623 Tiny docs fix to reflect being able to handle either spelling of Licen{c,s}e 2012-11-26 20:37:32 -05:00
Fabio Pelosin
0fb9844b80 Update the lockfiles of the examples. 2012-10-19 17:24:47 +02:00
Eloy Durán
8a61d2db02 Update lockfiles of examples. 2012-08-24 00:22:24 +02:00
Eloy Durán
a7d4bef0e4 [Examples] Update RKTwitter Podfile.lock 2012-08-21 20:59:58 +02:00
Eloy Durán
6aa7df78f2 Update example project Podfiles 2012-07-23 22:38:54 +02:00
Jonathan Beilin
e989ef4443 Add new Example.podspec that conforms to 0.8.0 2012-07-13 14:20:10 -07:00
Bradley Grzesiak
0ee0ab1f50 Deprecate dependency'. Use pod' now. 2012-07-08 12:02:16 -05:00
Fabio Pelosin
b1ea47faed [Examples] Updated podfile.lock. 2012-06-25 22:55:30 +02:00
Eloy Duran
a63aa89eb0 Delete generated docs before running rake examples:build. 2012-05-31 21:48:18 +02:00
Eloy Duran
d363bc3264 Update RKTwitter example. ALL EXAMPLES BUILD! 2012-05-29 15:18:53 +02:00
Eloy Duran
3f38916fa1 Make the TargetTest example build. 2012-05-29 00:30:29 +02:00
Eloy Duran
7d436e6c83 Update SSCatalog example. 2012-05-29 00:24:09 +02:00
Eloy Duran
356216d559 Remove MacRubbySample for now. 2012-05-28 20:30:23 +02:00
Eloy Duran
aed2c81ac8 Minor changes after building the SSCatalog example. 2012-04-16 17:14:19 +02:00
Eloy Duran
0ac080a3f6 Always integrate the target in the RelativePathProject example. 2012-04-14 16:46:43 +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
Eloy Duran
57c3e2678b Stash work on getting examples to build. 2012-04-14 12:04:26 +02:00
Ben Scheirman
48f8d7bdce Added relative path example project 2012-04-14 00:54:49 +02:00
Eloy Duran
39e0a52652 Remove EmbedReader example, it doesn't really showcase anything and some small fixes. 2012-04-14 00:52:52 +02:00
Eloy Duran
8b40ff492e Add correct encoding comment to error_report.rb. 2012-03-28 21:38:51 +02:00
Eloy Duran
22f77e4bd1 Update for Xcodeproj HEAD. 2012-03-14 00:20:36 +01:00
Luke Redpath
6e4ee6e7b2 Fixes for the latest version of xcodeproj 2012-03-04 01:20:41 +00:00
Eloy Duran
a5ca2cd005 Turns out that quoting the PODS_ROOT definition in the xcconfig file breaks building after all... 2011-11-26 15:36:25 +01:00
Eloy Duran
616d2dacbd Update RKTwitter Podfile.lock. 2011-11-23 23:19:04 +01:00
Eloy Duran
4d074081a8 Make Subspec ask the top level spec for header mappings. 2011-11-23 16:31:32 +01:00
Eloy Duran
4d4efd12ac Import the EmbedReader example from ZBarSDK: http://zbar.sourceforge.net 2011-11-19 22:28:58 +01:00
Eloy Duran
cdc21df659 Hopefully finally get the CI to finish. 2011-11-18 20:31:04 +01:00
Eloy Duran
14d94c0f35 Make all example schemes shared to see if that elimates the need to open them in Xcode.app first. 2011-11-17 21:24:32 +01:00
Eloy Duran
d96bcffbbb Add an example which builds against a second target and references code. This is more a CI test than an example, though. 2011-11-16 23:40:56 +01:00
Eloy Duran
ece1c9fdf6 The source_files, resources, and clean_paths attributes can take Rake::FileList instances too. 2011-11-15 01:47:13 +01:00
Eloy Duran
aba658e64d Add a rake task to open all example workspaces in Xcode. For some reason workspace schemes don’t seem to survive a SCM roundtrip. 2011-11-14 12:03:02 +01:00
Eloy Duran
d1c6f442b8 Allow a user to define a post install hook in the Podfile, which allows her to customize the generated Xcode project. Closes #56.
Add MacRubySample to the rake build_examples task, now that it can
specify that it needs garbage collection support.
2011-11-12 22:41:34 +01:00
Eloy Duran
30c8a1e5af Make the rake build_examples task work and use newer xcodeproj version with fix. 2011-11-12 20:22:13 +01:00
Eloy Duran
de99b446d7 Don’t copy podspecs to the Pods dir, instead generate a Podfile.lock file, which also lists specs from outside spec repos. Closes #47. 2011-11-12 18:17:55 +01:00
Eloy Duran
159dd1fd0e Make the AFNetworking Mac Example work. Fix bug that caused headers to install in PRODUCTS/usr/local/include on OSX. 2011-11-10 01:42:11 +01:00
Eloy Duran
f4c26ae467 Import AFNetworking Mac Example and update it to use CocoaPods. 2011-11-10 01:20:52 +01:00
Eloy Duran
b3761cfa3d Update AFNetworking iOS example to use CocoaPods and fix bug with spaces in path to resources script. 2011-11-10 01:05:41 +01:00
Eloy Duran
a6910ce3a4 Import the updated AFNetworking iOS example. 2011-11-10 00:54:54 +01:00
Eloy Duran
3c03a9d15d Add examples on how to install a library from a spec repo, upstream repo, :podspec, and inline spec. 2011-11-09 23:46:23 +01:00
Eloy Duran
340bdb1eda Remove support files group from projects and create it programmatically for each target. 2011-11-05 01:46:45 +01:00
Eloy Duran
8a569ec51f Make the SSCatalog example build again by using the right copy resources script. 2011-11-04 23:13:40 +01:00
Eloy Duran
daf72f5c8b Generated Pods.xcodeproj and workspace for ConfigureTest app.
With: cd examples/ConfigureTest && ../../bin/pod install ConfigureTest.xcodeproj
2011-10-25 00:59:03 +02:00
Eloy Duran
dbcd3f6486 Import ConfigureTest app project without running pod install yet. 2011-10-25 00:54:15 +02:00
Eloy Duran
78c554e393 Make the MacRubySample load a twitter feed by using ASIHTTPRequest and SBJson. 2011-10-21 00:19:28 +02:00
Eloy Duran
4d9fecdfa8 Add a separate Podfile class which has a friendlier DSL. Closes #26. 2011-10-20 22:43:36 +02:00
Eloy Duran
2716b347bc Add the '-ObjC -all_load' linker flags by default. Closes #6. 2011-10-20 20:09:12 +02:00
Eloy Duran
1902967235 Add an Xcode post build script which copies pod resources into the app bundle. 2011-10-20 00:28:37 +02:00
Eloy Duran
ee70447153 Import the SSToolkit example. Last thing to do is add a way to copy resources. 2011-10-19 22:38:03 +02:00