aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/objective-c/route_guide
Commit message (Collapse)AuthorAge
* Use https://grpc.io consistently as the canonical URLGravatar Mehrdad Afshari2017-07-10
|
* fix remaining license noticesGravatar Jan Tattermusch2017-06-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* fix markdownGravatar Jan Tattermusch2017-04-18
|
* Move Podspecs to v1Gravatar Jorge Canizales2016-08-18
|
* Solve merge conflict at gRPC-ProtoRPC.podspecGravatar Jorge Canizales2016-08-08
|\
* \ Merge commit '4e57e8be3911e3030e2ccfd6478be75a3c2b0250' into p0-archive-fixGravatar Jorge Canizales2016-08-07
|\ \
| | * Update podspecs to use Protobuf 3.0.0Gravatar Jorge Canizales2016-07-29
| | | | | | | | | | | | The SwiftSample doesn’t build in this commit, but I need to sync with head anyway so I’ll first merge v1.0.x into this branch and then debug.
| | * Update sample and test versions to -pre1.1Gravatar Jorge Canizales2016-07-19
| |/ | | | | | | To use the 3.0.0-beta-4 version of protoc, which has the fix for oneofs when using dynamic frameworks.
| * Commit as 1.0.0-pre1 so we can release already.Gravatar Jorge Canizales2016-07-18
| |
* | “Allow non-modular includes in framework modules”Gravatar Jorge Canizales2016-07-18
| | | | | | | | | | | | | | | | It’s the magic sentence that allows pods dependent on RxLibrary to be archived correctly by XCode. It’s less than ideal, and seems arbitrary (why RxLibrary specifically?), so we’ll try to produce a minimal case and open an issue with it in the Cocoapods repo.
| * Advance versions from 0.14 -> 1.0Gravatar Jorge Canizales2016-07-15
|/ | | | | | | | Pending: - Tag BoringSSL repo. - Tag gRPC repo. - Build the plugin, zip it, and add it to the release. - Push Cocoapods to trunk.
* Fix: Cocoapods doesn’t like dirs that start with ./Gravatar Jorge Canizales2016-07-11
| | | I wasted a huge amount of time debugging this madness.
* Use the deployed protoc spec in samples and READMEGravatar Jorge Canizales2016-07-11
|
* Podspecs for Protoc and the gRPC pluginGravatar Jorge Canizales2016-07-11
| | | | | The examples under <repo_root>/examples now rely on the released versions. Those under src/objective-c/examples, as well as the tests, rely on protoc and the plugin as compiled from head.
* Fix examples to work with local gRPC-CoreGravatar Jorge Canizales2016-07-01
|
* Fix example Podfiles, and document betterGravatar Jorge Canizales2016-07-01
|
* Add .xcscheme files for ObjC examplesGravatar Yuchen Zeng2016-06-27
|
* Merge pull request #6934 from makdharma/route_guide_fixesGravatar makdharma2016-06-24
|\ | | | | Modified route_guide sample app to show RPC log
| * Added braces around _serviceGravatar Makarand Dharmapurikar2016-06-23
| |
| * Added missing todo and moved _serviceGravatar Makarand Dharmapurikar2016-06-23
| | | | | | | | To Implementation
| * changed service to _service, and added a TODOGravatar Makarand Dharmapurikar2016-06-23
| | | | | | | | TODO for removing boilerplate code
* | Merge pull request #6994 from y-zeng/update-exampleGravatar Jan Tattermusch2016-06-23
|\ \ | | | | | | Update examples with Cocoapods 1.0.0
| * | Update examples with Cocoapods 1.0.0Gravatar Yuchen Zeng2016-06-22
| | |
* | | Update podfiles for objc examplesGravatar Yuchen Zeng2016-06-20
|/ /
| * crud removalGravatar Makarand Dharmapurikar2016-06-16
| |
| * using camelCase for output_label nowGravatar Makarand Dharmapurikar2016-06-16
| |
| * Modified route_guide sample app to show RPC logGravatar Makarand Dharmapurikar2016-06-16
|/ | | | | | Modified the screens to show meaningful information about RPC progress. When you click on each tab the screen now shows log messages that previously only went to the debug console.
* RouteGuide example now works with moving between tabs. Fixes issue 6404.Gravatar Makarand Dharmapurikar2016-05-04
|
* Move BoringSSL.podspec into src, and point Podfiles to itGravatar Jorge Canizales2015-12-01
|
* Adjust version requirements through samples and tests.Gravatar Jorge Canizales2015-11-25
|
* Fix build breakage.Gravatar Jorge Canizales2015-10-28
|
* pod install on route_guide projectGravatar Jorge Canizales2015-10-28
|
* nit: Use appledoc-style documentation in the exampleGravatar Jorge Canizales2015-10-28
|
* Fix RouteGuide example to use the last surfaceGravatar Jorge Canizales2015-10-28
|
* ObjC: Start with helloworld, then the web pageGravatar Jorge Canizales2015-10-27
|
* Point RouteGuide pods to local sources; update requirementsGravatar Jorge Canizales2015-10-25
|
* fix more examples linksGravatar Stanley Cheung2015-08-31
|
* replace all grpc-common occurances with examplesGravatar Stanley Cheung2015-08-27
|
* move examples to correct locationsGravatar Stanley Cheung2015-08-27