Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Attempt to fix iTunes Connect issue where watchOS needs min target #2173

Merged
merged 2 commits into from
Sep 28, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,12 @@ end

post_install do |installer|
system("sh tools/generateAcknowledgements.sh")

installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
if config.build_settings['SDKROOT'] == 'watchos'
config.build_settings['WATCHOS_DEPLOYMENT_TARGET'] = '4.2'
end
end
end
end
6 changes: 3 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ DEPENDENCIES:
- TUSafariActivity (~> 1.0.0)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
https://github.com/cocoapods/specs.git:
- Alamofire
- AlamofireNetworkActivityIndicator
- Apollo
Expand Down Expand Up @@ -206,6 +206,6 @@ SPEC CHECKSUMS:
Tabman: 69ce69b44cec1ad693b82c24cdbdf0c45915668c
TUSafariActivity: afc55a00965377939107ce4fdc7f951f62454546

PODFILE CHECKSUM: 62ba9e300989cc352848de4583c67cac4da97783
PODFILE CHECKSUM: cd04a784668fade26d053b1f1a225f3c76449423

COCOAPODS: 1.5.0
COCOAPODS: 1.5.3
6 changes: 3 additions & 3 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading