Skip to content

Commit

Permalink
Merge pull request #10158 from dnkoutso/bump_xcodeproj119
Browse files Browse the repository at this point in the history
Bump minimum version of Xcodeproj to 1.19.0
  • Loading branch information
dnkoutso committed Oct 20, 2020
2 parents 6a4047b + b3ae4b1 commit c73d4eb
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -37,10 +37,10 @@ GIT

GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision: fe1ce4f4f6d37d227409da1574eb42163581eb06
revision: 84e5be06886829b90b6cd12e45a21d1cdbe8f448
branch: master
specs:
xcodeproj (1.18.0)
xcodeproj (1.19.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
Expand Down Expand Up @@ -125,7 +125,7 @@ PATH
molinillo (~> 0.6.6)
nap (~> 1.0)
ruby-macho (~> 1.4)
xcodeproj (>= 1.17.0, < 2.0)
xcodeproj (>= 1.19.0, < 2.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion cocoapods.gemspec
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'cocoapods-trunk', '>= 1.4.0', '< 2.0'
s.add_runtime_dependency 'cocoapods-try', '>= 1.1.0', '< 2.0'
s.add_runtime_dependency 'molinillo', '~> 0.6.6'
s.add_runtime_dependency 'xcodeproj', '>= 1.17.0', '< 2.0'
s.add_runtime_dependency 'xcodeproj', '>= 1.19.0', '< 2.0'

s.add_runtime_dependency 'colored2', '~> 3.1'
s.add_runtime_dependency 'escape', '~> 0.0.4'
Expand Down
Expand Up @@ -79,7 +79,11 @@ def install!
app_host_target.build_configurations.each do |configuration|
configuration.build_settings['PRODUCT_NAME'] = app_target_label
configuration.build_settings['PRODUCT_BUNDLE_IDENTIFIER'] = 'org.cocoapods.${PRODUCT_NAME:rfc1034identifier}'
configuration.build_settings['CODE_SIGN_IDENTITY'] = '' if platform == :osx
if platform == :osx
configuration.build_settings['CODE_SIGN_IDENTITY'] = ''
elsif platform == :ios
configuration.build_settings['CODE_SIGN_IDENTITY'] = 'iPhone Developer'
end
configuration.build_settings['CURRENT_PROJECT_VERSION'] = '1'
end

Expand Down
Expand Up @@ -408,7 +408,11 @@ def add_test_targets
configuration.build_settings['CODE_SIGNING_ALLOWED'] = 'YES'
end
# For macOS we do not code sign the XCTest bundle because we do not code sign the frameworks either.
configuration.build_settings['CODE_SIGN_IDENTITY'] = '' if target.platform == :osx
if target.platform == :osx
configuration.build_settings['CODE_SIGN_IDENTITY'] = ''
elsif target.platform == :ios
configuration.build_settings['CODE_SIGN_IDENTITY'] = 'iPhone Developer'
end
end

remove_pod_target_xcconfig_overrides_from_target(target.test_spec_build_settings_by_config[test_spec.name], test_native_target)
Expand Down
2 changes: 1 addition & 1 deletion spec/cocoapods-integration-specs
Submodule cocoapods-integration-specs updated 35 files
+2 −6 install_add_pod/after/Pods/Pods.xcodeproj
+2 −8 install_circular_subspec_dependency/after/Pods/Pods.xcodeproj
+4 −8 install_custom_build_configuration/after/Pods/Pods.xcodeproj
+2 −4 install_custom_module_map/after/Pods/Pods.xcodeproj
+2 −6 install_custom_module_name/after/Pods/Pods.xcodeproj
+2 −6 install_custom_workspace/after/Pods/Pods.xcodeproj
+2 −4 install_external_source/after/Pods/Pods.xcodeproj
+2 −14 install_framework_resources/after/Pods/Pods.xcodeproj
+2 −12 install_header_mappings_dir/after/Pods/Pods.xcodeproj
+2 −18 install_header_mappings_dir_macos/after/Pods/Pods.xcodeproj
+2 −4 install_local_source/after/Pods/Pods.xcodeproj
+2 −2 install_multi_pods_project/after/Pods/Pods.xcodeproj
+2 −2 install_multi_pods_project/after/Pods/Reachability.xcodeproj
+2 −2 install_multi_pods_project/after/Pods/Reachability2.xcodeproj
+2 −10 install_multiple_targets/after/Pods/Pods.xcodeproj
+10 −10 install_multiple_test_specs/after/Pods/Pods.xcodeproj
+2 −4 install_new/after/Pods/Pods.xcodeproj
+2 −2 install_no_dependencies/after/Pods/Pods.xcodeproj
+2 −4 install_non_objective_c_files/after/Pods/Pods.xcodeproj
+2 −4 install_podfile_callbacks/after/Pods/Pods.xcodeproj
+2 −4 install_podspec/after/Pods/Pods.xcodeproj
+2 −4 install_remove_pod/after/Pods/Pods.xcodeproj
+2 −6 install_resources/after/Pods/Pods.xcodeproj
+4 −6 install_resources_no_source_files/after/Pods/Pods.xcodeproj
+2 −16 install_search_paths_inheritance/after/Pods/Pods.xcodeproj
+2 −50 install_static_swift_modules/after/Pods/Pods.xcodeproj
+2 −12 install_subspecs/after/Pods/Pods.xcodeproj
+2 −4 install_subspecs_no_duplicate_prefix/after/Pods/Pods.xcodeproj
+2 −8 install_using_checkout_options/after/Pods/Pods.xcodeproj
+4 −6 install_vendored_dynamic_framework/after/Pods/Pods.xcodeproj
+2 −4 install_vendored_static_library_xcframework/after/Pods/Pods.xcodeproj
+2 −4 install_vendored_static_xcframework/after/Pods/Pods.xcodeproj
+2 −4 install_vendored_xcframework/after/Pods/Pods.xcodeproj
+2 −4 update_all/after/Pods/Pods.xcodeproj
+2 −6 update_selected/after/Pods/Pods.xcodeproj

0 comments on commit c73d4eb

Please sign in to comment.