Преглед на файлове

compilation script: Update to cocoapods 0.38.2 and limit automatic updating to bug fix releases

Felix Paul Kühne преди 10 години
родител
ревизия
2884fdc425
променени са 2 файла, в които са добавени 10 реда и са изтрити 10 реда
  1. 4 4
      Podfile
  2. 6 6
      Podfile.lock

+ 4 - 4
Podfile

@@ -9,14 +9,14 @@ target 'vlc-ios' do
 pod 'OBSlider', '1.1.0'
 pod 'GHSidebarNav', '1.0.0'
 pod 'InAppSettingsKit', '2.2.2'
-pod 'upnpx', '1.3.3'
-pod 'HockeySDK'
-pod 'SSKeychain'
+pod 'upnpx', '~>1.3.4'
+pod 'HockeySDK', '~>3.6.4'
+pod 'SSKeychain', '~>1.2.2'
 pod 'box-ios-sdk-v2', :git => 'git://github.com/carolanitz/box-ios-sdk-v2.git', :commit => 'd2df30aa5f76d30910e06f3ef5aff49025de3cf1' #has a logout function added
 
 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'

+ 6 - 6
Podfile.lock

@@ -7,17 +7,17 @@ PODS:
   - InAppSettingsKit (2.2.2)
   - OBSlider (1.1.0)
   - SSKeychain (1.2.2)
-  - upnpx (1.3.3)
+  - upnpx (1.3.4)
 
 DEPENDENCIES:
   - box-ios-sdk-v2 (from `git://github.com/carolanitz/box-ios-sdk-v2.git`, commit
     `d2df30aa5f76d30910e06f3ef5aff49025de3cf1`)
   - GHSidebarNav (= 1.0.0)
-  - HockeySDK
+  - HockeySDK (~> 3.6.4)
   - InAppSettingsKit (= 2.2.2)
   - OBSlider (= 1.1.0)
-  - SSKeychain
-  - upnpx (= 1.3.3)
+  - SSKeychain (~> 1.2.2)
+  - upnpx (~> 1.3.4)
 
 EXTERNAL SOURCES:
   box-ios-sdk-v2:
@@ -36,6 +36,6 @@ SPEC CHECKSUMS:
   InAppSettingsKit: 76d5cfbaa3e3f8aa53fe3628516da7eb1aa6a5cb
   OBSlider: 490f108007bfdd5414a38650b211fe403a95b8a0
   SSKeychain: 88767e903ee8d274ed380e364d96b7a101235286
-  upnpx: 40e4cc7bf8f71f086264cc82cfefc8e47a3f0241
+  upnpx: 790dcf9598818385d881ca39a5b77b184b7d291a
 
-COCOAPODS: 0.37.2
+COCOAPODS: 0.38.2