diff --git a/Podfile b/Podfile index 088d010fb0e513c93c35ce6c0043576dda901bf7..9f20b26403f54d7d844a1bc0da79fae4c4850b31 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 17e9df0258ac2f785d6ba252372fb4a6c4d5ad88..97139d4b95ec4050a1f607d58bd3c127a8f8d2a8 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