Commit Graph

62 Commits

Author SHA1 Message Date
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
Eloy Duran
3f4ed2ade4 Generate BridgeSupport if Specification#generate_bridge_support is used. 2011-10-18 00:01:39 +02:00
Eloy Duran
252e610428 Make a MacRuby sample app build. 2011-10-18 00:01:38 +02:00
Eloy Duran
8b9ab1213b Update example podfiles to current format. Maybe it’s better to have a separate API/DSL for a podfile after all, so that this isn't necessary. 2011-10-14 12:52:20 +02:00
Eloy Duran
c89b9dfd66 Import RestKit example RKTwitter. 2011-10-02 23:09: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 Duran
992ecf207f Use real Ruby accessor writer and reader methods. 2011-09-24 13:12:15 -05:00
Eloy Duran
6f5233acd9 Import MGSplitViewController example from https://github.com/mattgemmell/MGSplitViewController. 2011-09-20 22:59:45 +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