File tree Expand file tree Collapse file tree 11 files changed +2
-20
lines changed Expand file tree Collapse file tree 11 files changed +2
-20
lines changed Original file line number Diff line number Diff line change 1- source  'https://github.com/CocoaPods/Specs.git' 
2- 
31platform  :ios ,  '17' 
42
53target  "AdvancedExample"  do 
Original file line number Diff line number Diff line change 1- source  'https://github.com/CocoaPods/Specs.git' 
2- 
31platform  :ios ,  '14' 
42
53target  'BasicExample'  do 
Original file line number Diff line number Diff line change 1- source  'https://github.com/CocoaPods/Specs.git' 
2- 
31platform  :ios ,  '14' 
42
53target  'PodServingExample'  do 
Original file line number Diff line number Diff line change 1- source  'https://github.com/CocoaPods/Specs.git' 
2- 
31platform  :ios ,  '14' 
42
53target  'Snippets'  do 
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ @implementation SecureSignalsSnippet
1212- (void )setSecureSignals : (IMAStreamRequest *)streamRequest   {
1313  //  [START make_secure_signals_stream_request]
1414  IMASecureSignals *signals =
15-       [[IMASecureSignals alloc ] initWithCustomData: @" My encoded signal string " 
15+       [[IMASecureSignals alloc ] initWithCustomData: @" ENCODED_SIGNAL_STRING " 
1616  streamRequest.secureSignals  = signals;
1717  //  [END make_secure_signals_stream_request]
1818}
Original file line number Diff line number Diff line change 1- source  'https://github.com/CocoaPods/Specs.git' 
2- 
31platform  :ios ,  '14' 
42
53target  'VideoStitcherExample'  do 
Original file line number Diff line number Diff line change 1- source  'https://github.com/CocoaPods/Specs.git' 
2- 
31platform  :ios ,  '17' 
42project  'BasicExample.xcodeproj' 
53
Original file line number Diff line number Diff line change 1- source  'https://github.com/CocoaPods/Specs.git' 
2- 
31platform  :ios ,  '17' 
42project  'PodServingExample.xcodeproj' 
53
Original file line number Diff line number Diff line change 1- source  'https://github.com/CocoaPods/Specs.git' 
2- 
31platform  :ios ,  '18' 
42project  'SGAIClientSideExample.xcodeproj' 
53
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class SecureSignalsSnippet: NSObject {
1919
2020  func  setSecureSignals( streamRequest:  IMAStreamRequest )  { 
2121    // [START make_secure_signals_stream_request]
22-     let  signals  =  IMASecureSignals ( customData:  " My encoded signal string " ) 
22+     let  signals  =  IMASecureSignals ( customData:  " ENCODED_SIGNAL_STRING " ) 
2323    streamRequest. secureSignals =  signals
2424    // [END make_secure_signals_stream_request]
2525  } 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments