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

Commit e2e211e

Browse files
author
Ryan Nystrom
committed
fix podfile
1 parent cd699da commit e2e211e

File tree

4 files changed

+795
-797
lines changed

4 files changed

+795
-797
lines changed

Podfile

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,12 @@ end
7373

7474
post_install do |installer|
7575
system("sh tools/generateAcknowledgements.sh")
76-
end
77-
78-
post_install do |installer|
76+
7977
installer.pods_project.targets.each do |target|
80-
target.build_configurations.each do |config|
81-
if config.build_settings['SDKROOT'] == 'watchos'
82-
config.build_settings['WATCHOS_DEPLOYMENT_TARGET'] = '4.2'
83-
end
84-
end
85-
end
78+
target.build_configurations.each do |config|
79+
if config.build_settings['SDKROOT'] == 'watchos'
80+
config.build_settings['WATCHOS_DEPLOYMENT_TARGET'] = '4.2'
81+
end
82+
end
83+
end
8684
end

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,6 @@ SPEC CHECKSUMS:
202202
Tabman: 69ce69b44cec1ad693b82c24cdbdf0c45915668c
203203
TUSafariActivity: afc55a00965377939107ce4fdc7f951f62454546
204204

205-
PODFILE CHECKSUM: d7d1d2a1ad293a10c7c265ff7a0414b271f10c59
205+
PODFILE CHECKSUM: 21fb96734779be6f9967d2b9cc5da2b7cbf7e082
206206

207207
COCOAPODS: 1.5.3

Pods/Manifest.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)