diff --git a/Podfile b/Podfile index 09e4c8ed..798cce53 100644 --- a/Podfile +++ b/Podfile @@ -57,5 +57,21 @@ abstract_target 'LeadKit' do end +post_install do |installer| + # 1.5+ + installer.pods_project.build_configurations.each do |config| + config.build_settings.delete('CODE_SIGNING_ALLOWED') + config.build_settings.delete('CODE_SIGNING_REQUIRED') + end + + # 1.4+ + installer.pods_project.targets.each do |target| + target.build_configurations.each do |config| + config.build_settings['CONFIGURATION_BUILD_DIR'] = '$PODS_CONFIGURATION_BUILD_DIR' + end + end + +end + # If you have slow HDD ENV['COCOAPODS_DISABLE_STATS'] = "true" diff --git a/Podfile.lock b/Podfile.lock index fa0c3870..93222dd0 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,16 +1,16 @@ PODS: - - Alamofire (4.7.2) + - Alamofire (4.7.3) - RxAlamofire (4.2.0): - RxAlamofire/Core (= 4.2.0) - RxAlamofire/Core (4.2.0): - Alamofire (~> 4.5) - RxSwift (~> 4) - - RxCocoa (4.1.2): + - RxCocoa (4.2.0): - RxSwift (~> 4.0) - - RxSwift (4.1.2) + - RxSwift (4.2.0) - SwiftDate (4.5.1) - - SwiftLint (0.25.1) - - TableKit (2.6.0) + - SwiftLint (0.26.0) + - TableKit (2.7.0) - UIScrollView-InfiniteScroll (1.0.2) DEPENDENCIES: @@ -34,15 +34,15 @@ SPEC REPOS: - UIScrollView-InfiniteScroll SPEC CHECKSUMS: - Alamofire: e4fa87002c137ba2d8d634d2c51fabcda0d5c223 + Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568 RxAlamofire: 87a9c588541210cc3e4a1f843ccc3ecf3eb98b31 - RxCocoa: d88ba0f1f6abf040011a9eb4b539324fc426843a - RxSwift: e49536837d9901277638493ea537394d4b55f570 + RxCocoa: 0b54909c902e1e581212a03e690bbd94032d8baa + RxSwift: 99e10317ddfcc7fbe01356aafd118fde4a0be104 SwiftDate: 7b56d42a221f582047287deb256b23fc5ed49a60 - SwiftLint: ce933681be10c3266e82576dad676fa815a602e9 - TableKit: 61880e4c13ac0ba396a308fcb1ae48f6dec8b458 + SwiftLint: f6b83e8d95ee1e91e11932d843af4fdcbf3fc764 + TableKit: 506650573ed96ec007649b655559ecd43f9fd505 UIScrollView-InfiniteScroll: c132d6d5851daff229ab4a1060ccf70a05a051c9 -PODFILE CHECKSUM: 5675aa2a730f0bad59ffbea1dbd4cdcda11f24fa +PODFILE CHECKSUM: e85a040b216674a8e086e29735584c3ac51816c6 COCOAPODS: 1.5.3