From fe9664adca9ecd3b49dd0794b16b151649dd323f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= Date: Fri, 22 Jul 2016 14:44:57 +0200 Subject: [PATCH] podfile: fix target order --- Podfile | 25 ++++++++++++------------- Podfile.lock | 2 +- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/Podfile b/Podfile index 088d010f..9f20b264 100644 --- a/Podfile +++ b/Podfile @@ -64,19 +64,6 @@ post_install do |installer_representation| end end -target 'VLC-watchOS-Extension' do -platform :watchos, '2.0' - -pod 'MediaLibraryKit-unstable' - -end -post_install do |installer_representation| - installer_representation.pods_project.build_configurations.each do |config| - config.build_settings['SKIP_INSTALL'] = 'YES' - config.build_settings['CLANG_CXX_LIBRARY'] = 'libc++' - end -end - target 'VLC-iOS-no-watch-Debug' do platform :ios, '7.0' @@ -138,3 +125,15 @@ pod 'HockeySDK-tvOS', '4.1.0-beta.1' end +target 'VLC-watchOS-Extension' do +platform :watchos, '2.0' + +pod 'MediaLibraryKit-unstable' + +end +post_install do |installer_representation| + installer_representation.pods_project.build_configurations.each do |config| + config.build_settings['SKIP_INSTALL'] = 'YES' + config.build_settings['CLANG_CXX_LIBRARY'] = 'libc++' + end +end diff --git a/Podfile.lock b/Podfile.lock index 17e9df02..97139d4b 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -132,6 +132,6 @@ SPEC CHECKSUMS: XKKeychain: 852ef663c56a7194c73d3c68e8d9d4f07b121d4f xmlrpc: 109bb21d15ed6d108b2c1ac5973a6a223a50f5f4 -PODFILE CHECKSUM: 8173cbe7ae9aac36a9b60497685f209f175e7df1 +PODFILE CHECKSUM: 21578d06dc71faed9224ca989edda20ceb451e44 COCOAPODS: 1.0.1 -- GitLab