This repository was archived by the owner on May 17, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
17
17
. $( dirname $0 ) /common.sh
18
18
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"
20
20
UNITY_IOS_PLUGIN_PATH=$UNITY_PACKAGE_ROOT /$UNITY_IOS_PLUGIN
21
21
TEMP_PATH=" output.zip"
22
22
mkdir -p $UNITY_IOS_PLUGIN_PATH
@@ -27,10 +27,10 @@ downloadArtifact $TWITTER_KIT_IOS_URL $TEMP_PATH || die "Failed to download $REM
27
27
28
28
unzipArtifact $TEMP_PATH || die " Failed to unzip $TEMP_PATH \n"
29
29
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"
32
32
33
33
info " Cleaning up temporary files\n"
34
- rmdir TwitterKitManual
34
+ rmdir Twitter-Kit-iOS
35
35
rm -f $TEMP_PATH
36
36
popd > /dev/null
You can’t perform that action at this time.
0 commit comments