mirror of https://github.com/oxen-io/session-ios
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			10 lines
		
	
	
		
			410 B
		
	
	
	
		
			Makefile
		
	
			
		
		
	
	
			10 lines
		
	
	
		
			410 B
		
	
	
	
		
			Makefile
		
	
# Assumes you've installed protobug-objc
 | 
						|
# see: https://github.com/alexeyxo/protobuf-objc
 | 
						|
signal_service_proto:
 | 
						|
	protoc --objc_out=../src/Messages/ \
 | 
						|
		--plugin=/usr/local/bin/proto-gen-objc \
 | 
						|
		--proto_path="${HOME}/src/WhisperSystems/protobuf-objc/src/compiler/" \
 | 
						|
		--proto_path="${HOME}/src/WhisperSystems/protobuf-objc/src/compiler/google/protobuf/" \
 | 
						|
		--proto_path='./' \
 | 
						|
		OWSSignalServiceProtos.proto
 |