[grpc] Move contents of objective_c to objective-c (#35361)

Due to an internal issue, some code from objective-c folder was copied
into objective_c .
Trying to undo that.

<!--

If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the
appropriate
lang label.

-->
pull/35370/head
Tanvi Jagtap 1 year ago committed by GitHub
parent 769b27479a
commit f3aa7dc2f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 0
      examples/objective-c/auth_sample/AuthSample.xcodeproj/project.pbxproj
  2. 0
      examples/objective-c/auth_sample/AuthSample.xcodeproj/project.xcworkspace/contents.xcworkspacedata
  3. 0
      examples/objective-c/auth_sample/AuthSample.xcodeproj/xcshareddata/xcschemes/AuthSample.xcscheme
  4. 0
      examples/objective-c/auth_sample/AuthTestService.podspec
  5. 0
      examples/objective-c/auth_sample/MakeRPCViewController.h
  6. 0
      examples/objective-c/auth_sample/MakeRPCViewController.m
  7. 0
      examples/objective-c/auth_sample/Misc/AppDelegate.h
  8. 0
      examples/objective-c/auth_sample/Misc/AppDelegate.m
  9. 0
      examples/objective-c/auth_sample/Misc/Base.lproj/Main.storyboard
  10. 0
      examples/objective-c/auth_sample/Misc/GoogleService-Info.plist
  11. 0
      examples/objective-c/auth_sample/Misc/Images.xcassets/AppIcon.appiconset/Contents.json
  12. 0
      examples/objective-c/auth_sample/Misc/Images.xcassets/first.imageset/Contents.json
  13. 0
      examples/objective-c/auth_sample/Misc/Images.xcassets/first.imageset/first.pdf
  14. 0
      examples/objective-c/auth_sample/Misc/Images.xcassets/second.imageset/Contents.json
  15. 0
      examples/objective-c/auth_sample/Misc/Images.xcassets/second.imageset/second.pdf
  16. 0
      examples/objective-c/auth_sample/Misc/Info.plist
  17. 0
      examples/objective-c/auth_sample/Misc/main.m
  18. 0
      examples/objective-c/auth_sample/Podfile
  19. 0
      examples/objective-c/auth_sample/README.md
  20. 0
      examples/objective-c/auth_sample/SelectUserViewController.h
  21. 0
      examples/objective-c/auth_sample/SelectUserViewController.m
  22. 0
      examples/objective-c/helloworld/HelloWorld.podspec
  23. 0
      examples/objective-c/helloworld/HelloWorld.xcodeproj/project.pbxproj
  24. 0
      examples/objective-c/helloworld/HelloWorld.xcodeproj/project.xcworkspace/contents.xcworkspacedata
  25. 0
      examples/objective-c/helloworld/HelloWorld.xcodeproj/xcshareddata/xcschemes/HelloWorld.xcscheme
  26. 0
      examples/objective-c/helloworld/HelloWorld/AppDelegate.h
  27. 0
      examples/objective-c/helloworld/HelloWorld/AppDelegate.m
  28. 0
      examples/objective-c/helloworld/HelloWorld/Base.lproj/Main.storyboard
  29. 0
      examples/objective-c/helloworld/HelloWorld/Images.xcassets/AppIcon.appiconset/Contents.json
  30. 0
      examples/objective-c/helloworld/HelloWorld/Info.plist
  31. 0
      examples/objective-c/helloworld/HelloWorld/ViewController.m
  32. 0
      examples/objective-c/helloworld/Podfile
  33. 0
      examples/objective-c/helloworld/README.md
  34. 0
      examples/objective-c/helloworld/main.m
  35. 0
      examples/objective-c/helloworld_macos/HelloWorld.podspec
  36. 0
      examples/objective-c/helloworld_macos/HelloWorld.xcodeproj/project.pbxproj
  37. 0
      examples/objective-c/helloworld_macos/HelloWorld/AppDelegate.h
  38. 0
      examples/objective-c/helloworld_macos/HelloWorld/AppDelegate.m
  39. 0
      examples/objective-c/helloworld_macos/HelloWorld/Assets.xcassets/AppIcon.appiconset/Contents.json
  40. 0
      examples/objective-c/helloworld_macos/HelloWorld/Assets.xcassets/Contents.json
  41. 0
      examples/objective-c/helloworld_macos/HelloWorld/Base.lproj/Main.storyboard
  42. 0
      examples/objective-c/helloworld_macos/HelloWorld/HelloWorld.entitlements
  43. 0
      examples/objective-c/helloworld_macos/HelloWorld/Info.plist
  44. 0
      examples/objective-c/helloworld_macos/HelloWorld/ViewController.h
  45. 0
      examples/objective-c/helloworld_macos/HelloWorld/ViewController.m
  46. 0
      examples/objective-c/helloworld_macos/Podfile
  47. 0
      examples/objective-c/helloworld_macos/README.md
  48. 0
      examples/objective-c/helloworld_macos/main.m
  49. 0
      examples/objective-c/route_guide/Misc/AppDelegate.h
  50. 0
      examples/objective-c/route_guide/Misc/AppDelegate.m
  51. 0
      examples/objective-c/route_guide/Misc/Base.lproj/Main.storyboard
  52. 0
      examples/objective-c/route_guide/Misc/Images.xcassets/AppIcon.appiconset/Contents.json
  53. 0
      examples/objective-c/route_guide/Misc/Images.xcassets/first.imageset/Contents.json
  54. 0
      examples/objective-c/route_guide/Misc/Images.xcassets/first.imageset/first.pdf
  55. 0
      examples/objective-c/route_guide/Misc/Images.xcassets/second.imageset/Contents.json
  56. 0
      examples/objective-c/route_guide/Misc/Images.xcassets/second.imageset/second.pdf
  57. 0
      examples/objective-c/route_guide/Misc/Info.plist
  58. 0
      examples/objective-c/route_guide/Misc/main.m
  59. 0
      examples/objective-c/route_guide/Podfile
  60. 0
      examples/objective-c/route_guide/README.md
  61. 0
      examples/objective-c/route_guide/RouteGuide.podspec
  62. 0
      examples/objective-c/route_guide/RouteGuideClient.xcodeproj/project.pbxproj
  63. 0
      examples/objective-c/route_guide/RouteGuideClient.xcodeproj/project.xcworkspace/contents.xcworkspacedata
  64. 0
      examples/objective-c/route_guide/RouteGuideClient.xcodeproj/xcshareddata/xcschemes/RouteGuideClient.xcscheme
  65. 0
      examples/objective-c/route_guide/ViewControllers.m
  66. 0
      examples/objective-c/route_guide/route_guide_db.json
Loading…
Cancel
Save