Lines Matching +full:objective +full:- +full:c

21     pod '!ProtoCompiler',            :path => "#{GRPC_LOCAL_SRC}/src/objective-c"
22 pod '!ProtoCompiler-gRPCPlugin', :path => "#{GRPC_LOCAL_SRC}/src/objective-c"
24 …pod 'BoringSSL-GRPC', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c", :inhibit_warnings => …
27 pod 'gRPC-Core', :path => GRPC_LOCAL_SRC
28 pod 'gRPC-RxLibrary', :path => GRPC_LOCAL_SRC
29 pod 'gRPC-ProtoRPC', :path => GRPC_LOCAL_SRC, :inhibit_warnings => true
33 pod 'gRPC-Core/Cronet-Implementation', :path => GRPC_LOCAL_SRC
34 pod 'CronetFramework', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c"
47 pod '!ProtoCompiler', :path => "#{GRPC_LOCAL_SRC}/src/objective-c"
48 pod '!ProtoCompiler-gRPCPlugin', :path => "#{GRPC_LOCAL_SRC}/src/objective-c"
50 …pod 'BoringSSL-GRPC', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c", :inhibit_wa…
53 pod 'gRPC-Core/CFStream-Implementation', :path => GRPC_LOCAL_SRC
54 pod 'gRPC-RxLibrary', :path => GRPC_LOCAL_SRC
55 pod 'gRPC-ProtoRPC', :path => GRPC_LOCAL_SRC, :inhibit_warnings => true
65 pod 'BoringSSL-GRPC', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c", :inhibit_warnings => true
66 pod 'CronetFramework', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c"
67 pod 'gRPC-Core', :path => GRPC_LOCAL_SRC
68 pod 'gRPC-Core/Cronet-Interface', :path => GRPC_LOCAL_SRC
69 pod 'gRPC-Core/Cronet-Implementation', :path => GRPC_LOCAL_SRC
70 pod 'gRPC-Core/Tests', :path => GRPC_LOCAL_SRC
74 # gRPC-Core.podspec needs to be modified to be successfully used for local development. A Podfile's
78 # This podspec searches for the gRPC core library headers under "$(PODS_ROOT)/gRPC-Core", where
88 # This is the gRPC-Core podspec object, as initialized by its podspec file.
89 grpc_core_spec = installer.pod_targets.find{|t| t.name.start_with?('gRPC-Core')}.root_spec
91 # Copied from gRPC-Core.podspec, except for the adjusted src_root:
111 # CocoaPods creates duplicated library targets of gRPC-Core when the test targets include
112 # non-default subspecs of gRPC-Core. All of these library targets start with prefix 'gRPC-Core'
114 if target.name.start_with?('gRPC-Core')
117 # GPR_UNREACHABLE_CODE causes "Control may reach end of non-void