Quellcode durchsuchen

fix podfile

(cherry picked from commit c53f8bc74813e619eed40a6688d842692d5c03c6)
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Tobias Conradi vor 10 Jahren
Ursprung
Commit
8e94c1d173
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Podfile

+ 1 - 1
Podfile

@@ -16,7 +16,7 @@ pod 'box-ios-sdk-v2', :git => 'git://github.com/carolanitz/box-ios-sdk-v2.git',
 
 end
 post_install do |installer_representation|
-  installer_representation.project.build_configurations.each do |config|
+  installer_representation.pods_project.build_configurations.each do |config|
             config.build_settings['SKIP_INSTALL'] = 'YES'
             config.build_settings['VALID_ARCHS'] = 'armv7 armv7s arm64'
             config.build_settings['ARCHS'] = 'armv7 armv7s arm64'