Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Commit 8d29892

Browse files
author
Adam Cummings
committed
Update Twitter Kit iOS download script
Differential Revision: https://phabricator.twitter.biz/D75611
1 parent a502bf8 commit 8d29892

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/download_ios_frameworks.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
. $(dirname $0)/common.sh
1818

19-
TWITTER_KIT_IOS_URL="https://ton.twimg.com/syndication/twitterkit/ios/3.0.3-update/TwitterKitManual.zip"
19+
TWITTER_KIT_IOS_URL="https://ton.twimg.com/syndication/twitterkit/ios/3.0.4/Twitter-Kit-iOS.zip"
2020
UNITY_IOS_PLUGIN_PATH=$UNITY_PACKAGE_ROOT/$UNITY_IOS_PLUGIN
2121
TEMP_PATH="output.zip"
2222
mkdir -p $UNITY_IOS_PLUGIN_PATH
@@ -27,10 +27,10 @@ downloadArtifact $TWITTER_KIT_IOS_URL $TEMP_PATH || die "Failed to download $REM
2727

2828
unzipArtifact $TEMP_PATH || die "Failed to unzip $TEMP_PATH\n"
2929

30-
info "Moving TwitterKitManual/* into $UNITY_IOS_PLUGIN_PATH\n"
31-
mv TwitterKitManual/* $UNITY_IOS_PLUGIN_PATH || die "Failed to move TwitterKitManual/* to $UNITY_IOS_PLUGIN_PATH\n"
30+
info "Moving Twitter-Kit-iOS/* into $UNITY_IOS_PLUGIN_PATH\n"
31+
mv Twitter-Kit-iOS/* $UNITY_IOS_PLUGIN_PATH || die "Failed to move Twitter-Kit-iOS/* to $UNITY_IOS_PLUGIN_PATH\n"
3232

3333
info "Cleaning up temporary files\n"
34-
rmdir TwitterKitManual
34+
rmdir Twitter-Kit-iOS
3535
rm -f $TEMP_PATH
3636
popd > /dev/null

0 commit comments

Comments
 (0)