|
@@ -48,178 +48,179 @@ namespace cn.sharesdk.unity3d.sdkporter
|
|
|
{
|
|
|
this.SinaWeibo = new Hashtable ();
|
|
|
this.SinaWeibo ["chosen"] = true;
|
|
|
- this.SinaWeibo ["sdkPath"] = "/ShareSDK/Support/PlatformSDK/SinaWeiboSDK";
|
|
|
- this.SinaWeibo ["connectorPath"] = "/ShareSDK/Support/PlatformConnector/SinaWeiboConnector.framework";
|
|
|
- this.SinaWeibo ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/SinaWeibo.js";
|
|
|
+ this.SinaWeibo ["sdkPath"] = "/SDK/ShareSDK/Support/PlatformSDK/SinaWeiboSDK";
|
|
|
+ this.SinaWeibo ["connectorPath"] = "/SDK/ShareSDK/Support/PlatformConnector/SinaWeiboConnector.framework";
|
|
|
+ this.SinaWeibo ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/SinaWeibo.js";
|
|
|
|
|
|
this.TencentWeibo = new Hashtable ();
|
|
|
this.TencentWeibo ["chosen"] = true;
|
|
|
- this.TencentWeibo ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/TencentWeibo.js";
|
|
|
+ this.TencentWeibo ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/TencentWeibo.js";
|
|
|
|
|
|
this.DouBan = new Hashtable ();
|
|
|
this.DouBan ["chosen"] = true;
|
|
|
- this.DouBan ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/DouBan.js";
|
|
|
+ this.DouBan ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/DouBan.js";
|
|
|
|
|
|
this.QQ = new Hashtable ();
|
|
|
this.QQ ["chosen"] = true;
|
|
|
- this.QQ ["sdkPath"] = "/ShareSDK/Support/PlatformSDK/QQSDK";
|
|
|
- this.QQ ["connectorPath"] = "/ShareSDK/Support/PlatformConnector/QQConnector.framework";
|
|
|
- this.QQ ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/QQ.js";
|
|
|
+ this.QQ ["sdkPath"] = "/SDK/ShareSDK/Support/PlatformSDK/QQSDK";
|
|
|
+ this.QQ ["connectorPath"] = "/SDK/ShareSDK/Support/PlatformConnector/QQConnector.framework";
|
|
|
+ this.QQ ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/QQ.js";
|
|
|
|
|
|
this.Renren = new Hashtable ();
|
|
|
this.Renren ["chosen"] = true;
|
|
|
- this.Renren ["sdkPath"] = "/ShareSDK/Support/PlatformSDK/RenRenSDK";
|
|
|
- this.Renren ["connectorPath"] = "/ShareSDK/Support/PlatformConnector/RenrenConnector.framework";
|
|
|
- this.Renren ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/RenRen.js";
|
|
|
+ this.Renren ["sdkPath"] = "/SDK/ShareSDK/Support/PlatformSDK/RenRenSDK";
|
|
|
+ this.Renren ["connectorPath"] = "/SDK/ShareSDK/Support/PlatformConnector/RenrenConnector.framework";
|
|
|
+ this.Renren ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/RenRen.js";
|
|
|
|
|
|
this.Kaixin = new Hashtable ();
|
|
|
this.Kaixin ["chosen"] = true;
|
|
|
- this.Kaixin ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/KaiXin.js";
|
|
|
+ this.Kaixin ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/KaiXin.js";
|
|
|
|
|
|
this.Facebook = new Hashtable ();
|
|
|
this.Facebook ["chosen"] = true;
|
|
|
- this.Facebook ["connectorPath"] = "/ShareSDK/Support/PlatformConnector/FacebookConnector.framework";
|
|
|
- this.Facebook ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Facebook.js";
|
|
|
+ this.Facebook ["connectorPath"] = "/SDK/ShareSDK/Support/PlatformConnector/FacebookConnector.framework";
|
|
|
+ this.Facebook ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Facebook.js";
|
|
|
|
|
|
this.Twitter = new Hashtable ();
|
|
|
this.Twitter ["chosen"] = true;
|
|
|
//v3.6.3
|
|
|
- this.Twitter ["connectorPath"] = "/ShareSDK/Support/PlatformConnector/TwitterConnector.framework";
|
|
|
- this.Twitter ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Twitter.js";
|
|
|
+ this.Twitter ["connectorPath"] = "/SDK/ShareSDK/Support/PlatformConnector/TwitterConnector.framework";
|
|
|
+ this.Twitter ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Twitter.js";
|
|
|
|
|
|
this.Evernote = new Hashtable ();
|
|
|
this.Evernote ["chosen"] = true;
|
|
|
- this.Evernote ["connectorPath"] = "/ShareSDK/Support/PlatformConnector/EvernoteConnector.framework";
|
|
|
- this.Evernote ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Evernote.js";
|
|
|
+ this.Evernote ["connectorPath"] = "/SDK/ShareSDK/Support/PlatformConnector/EvernoteConnector.framework";
|
|
|
+ this.Evernote ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Evernote.js";
|
|
|
|
|
|
this.GooglePlus = new Hashtable ();
|
|
|
this.GooglePlus ["chosen"] = true;
|
|
|
- this.GooglePlus ["connectorPath"] = "/ShareSDK/Support/PlatformConnector/GooglePlusConnector.framework";
|
|
|
- this.GooglePlus ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/GooglePlus.js";
|
|
|
+ this.GooglePlus ["connectorPath"] = "/SDK/ShareSDK/Support/PlatformConnector/GooglePlusConnector.framework";
|
|
|
+ this.GooglePlus ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/GooglePlus.js";
|
|
|
|
|
|
this.Instagram = new Hashtable ();
|
|
|
this.Instagram ["chosen"] = true;
|
|
|
- this.Instagram ["connectorPath"] = "/ShareSDK/Support/PlatformConnector/InstagramConnector.framework";
|
|
|
- this.Instagram ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Instagram.js";
|
|
|
+ this.Instagram ["connectorPath"] = "/SDK/ShareSDK/Support/PlatformConnector/InstagramConnector.framework";
|
|
|
+ this.Instagram ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Instagram.js";
|
|
|
|
|
|
this.LinkedIn = new Hashtable ();
|
|
|
this.LinkedIn ["chosen"] = true;
|
|
|
- this.LinkedIn ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/LinkedIn.js";
|
|
|
+ this.LinkedIn ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/LinkedIn.js";
|
|
|
|
|
|
this.Tumblr = new Hashtable ();
|
|
|
this.Tumblr ["chosen"] = true;
|
|
|
- this.Tumblr ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Tumblr.js";
|
|
|
+ this.Tumblr ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Tumblr.js";
|
|
|
|
|
|
this.Mail = new Hashtable ();
|
|
|
this.Mail ["chosen"] = true;
|
|
|
- this.Mail ["connectorPath"] = "/ShareSDK/Support/PlatformConnector/MailConnector.framework";
|
|
|
- this.Mail ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Mail.js";
|
|
|
+ this.Mail ["connectorPath"] = "/SDK/ShareSDK/Support/PlatformConnector/MailConnector.framework";
|
|
|
+ this.Mail ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Mail.js";
|
|
|
|
|
|
this.SMS = new Hashtable ();
|
|
|
this.SMS ["chosen"] = true;
|
|
|
- this.SMS ["connectorPath"] = "/ShareSDK/Support/PlatformConnector/SMSConnector.framework";
|
|
|
- this.SMS ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/SMS.js";
|
|
|
+ this.SMS ["connectorPath"] = "/SDK/ShareSDK/Support/PlatformConnector/SMSConnector.framework";
|
|
|
+ this.SMS ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/SMS.js";
|
|
|
|
|
|
this.Print = new Hashtable ();
|
|
|
this.Print ["chosen"] = true;
|
|
|
- this.Print ["connectorPath"] = "/ShareSDK/Support/PlatformConnector/PrintConnector.framework";
|
|
|
- this.Print ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Print.js";
|
|
|
+ this.Print ["connectorPath"] = "/SDK/ShareSDK/Support/PlatformConnector/PrintConnector.framework";
|
|
|
+ this.Print ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Print.js";
|
|
|
|
|
|
this.Copy = new Hashtable ();
|
|
|
this.Copy ["chosen"] = true;
|
|
|
- this.Copy ["connectorPath"] = "/ShareSDK/Support/PlatformConnector/CopyConnector.framework";
|
|
|
- this.Copy ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Copy.js";
|
|
|
+ this.Copy ["connectorPath"] = "/SDK/ShareSDK/Support/PlatformConnector/CopyConnector.framework";
|
|
|
+ this.Copy ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Copy.js";
|
|
|
|
|
|
this.WeChat = new Hashtable ();
|
|
|
this.WeChat ["chosen"] = true;
|
|
|
- this.WeChat ["sdkPath"] = "/ShareSDK/Support/PlatformSDK/WeChatSDK";
|
|
|
- this.WeChat ["connectorPath"] = "/ShareSDK/Support/PlatformConnector/WechatConnector.framework";
|
|
|
- this.WeChat ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/WeChat.js";
|
|
|
+ this.WeChat ["sdkPath"] = "/SDK/ShareSDK/Support/PlatformSDK/WeChatSDK";
|
|
|
+ this.WeChat ["connectorPath"] = "/SDK/ShareSDK/Support/PlatformConnector/WechatConnector.framework";
|
|
|
+ this.WeChat ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/WeChat.js";
|
|
|
|
|
|
this.Instapaper = new Hashtable ();
|
|
|
this.Instapaper ["chosen"] = true;
|
|
|
- this.Instapaper ["connectorPath"] = "/ShareSDK/Support/PlatformConnector/InstapaperConnector.framework";
|
|
|
- this.Instapaper ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Instapaper.js";
|
|
|
+ this.Instapaper ["connectorPath"] = "/SDK/ShareSDK/Support/PlatformConnector/InstapaperConnector.framework";
|
|
|
+ this.Instapaper ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Instapaper.js";
|
|
|
|
|
|
this.Pocket = new Hashtable ();
|
|
|
this.Pocket ["chosen"] = true;
|
|
|
- this.Pocket ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Pocket.js";
|
|
|
+ this.Pocket ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Pocket.js";
|
|
|
|
|
|
this.YouDaoNote = new Hashtable ();
|
|
|
this.YouDaoNote ["chosen"] = true;
|
|
|
- this.YouDaoNote ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/YouDaoNote.js";
|
|
|
+ this.YouDaoNote ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/YouDaoNote.js";
|
|
|
|
|
|
this.Pinterest = new Hashtable ();
|
|
|
this.Pinterest ["chosen"] = true;
|
|
|
- this.Pinterest ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Pinterest.js";
|
|
|
+ this.Pinterest ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Pinterest.js";
|
|
|
|
|
|
this.Flickr = new Hashtable ();
|
|
|
this.Flickr ["chosen"] = true;
|
|
|
- this.Flickr ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Flickr.js";
|
|
|
+ this.Flickr ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Flickr.js";
|
|
|
|
|
|
this.Dropbox = new Hashtable ();
|
|
|
this.Dropbox ["chosen"] = true;
|
|
|
- this.Dropbox ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Dropbox.js";
|
|
|
+ this.Dropbox ["connectorPath"] = "/SDK/ShareSDK/Support/PlatformConnector/DropboxConnector.framework";
|
|
|
+ this.Dropbox ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Dropbox.js";
|
|
|
|
|
|
this.VKontakte = new Hashtable ();
|
|
|
this.VKontakte ["chosen"] = true;
|
|
|
- this.VKontakte ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/VKontakte.js";
|
|
|
+ this.VKontakte ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/VKontakte.js";
|
|
|
|
|
|
this.YiXin = new Hashtable ();
|
|
|
this.YiXin ["chosen"] = true;
|
|
|
- this.YiXin ["sdkPath"] = "/ShareSDK/Support/PlatformSDK/YiXinSDK";
|
|
|
- this.YiXin ["connectorPath"] = "/ShareSDK/Support/PlatformConnector/YiXinConnector.framework";
|
|
|
- this.YiXin ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/YiXin.js";
|
|
|
+ this.YiXin ["sdkPath"] = "/SDK/ShareSDK/Support/PlatformSDK/YiXinSDK";
|
|
|
+ this.YiXin ["connectorPath"] = "/SDK/ShareSDK/Support/PlatformConnector/YiXinConnector.framework";
|
|
|
+ this.YiXin ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/YiXin.js";
|
|
|
|
|
|
this.MingDao = new Hashtable ();
|
|
|
this.MingDao ["chosen"] = true;
|
|
|
- this.MingDao ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/MingDao.js";
|
|
|
+ this.MingDao ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/MingDao.js";
|
|
|
|
|
|
this.Line = new Hashtable ();
|
|
|
this.Line ["chosen"] = true;
|
|
|
- this.Line ["sdkPath"] = "/ShareSDK/Support/PlatformSDK/LineSDK";
|
|
|
- this.Line ["connectorPath"] = "/ShareSDK/Support/PlatformConnector/LineConnector.framework";
|
|
|
- this.Line ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Line.js";
|
|
|
+ this.Line ["sdkPath"] = "/SDK/ShareSDK/Support/PlatformSDK/LineSDK";
|
|
|
+ this.Line ["connectorPath"] = "/SDK/ShareSDK/Support/PlatformConnector/LineConnector.framework";
|
|
|
+ this.Line ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Line.js";
|
|
|
|
|
|
this.WhatsApp = new Hashtable ();
|
|
|
this.WhatsApp ["chosen"] = true;
|
|
|
- this.WhatsApp ["connectorPath"] = "/ShareSDK/Support/PlatformConnector/WhatsAppConnector.framework";
|
|
|
- this.WhatsApp ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/WhatsApp.js";
|
|
|
+ this.WhatsApp ["connectorPath"] = "/SDK/ShareSDK/Support/PlatformConnector/WhatsAppConnector.framework";
|
|
|
+ this.WhatsApp ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/WhatsApp.js";
|
|
|
|
|
|
this.Kakao = new Hashtable ();
|
|
|
this.Kakao ["chosen"] = true;
|
|
|
- this.Kakao ["sdkPath"] = "/ShareSDK/Support/PlatformSDK/KaKaoSDK";
|
|
|
- this.Kakao ["connectorPath"] = "/ShareSDK/Support/PlatformConnector/KakaoConnector.framework";
|
|
|
- this.Kakao ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/KaKao.js";
|
|
|
+ this.Kakao ["sdkPath"] = "/SDK/ShareSDK/Support/PlatformSDK/KaKaoSDK";
|
|
|
+ this.Kakao ["connectorPath"] = "/SDK/ShareSDK/Support/PlatformConnector/KakaoConnector.framework";
|
|
|
+ this.Kakao ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/KaKao.js";
|
|
|
|
|
|
this.FacebookMessenger = new Hashtable ();
|
|
|
this.FacebookMessenger ["chosen"] = true;
|
|
|
- this.FacebookMessenger ["sdkPath"] = "/ShareSDK/Support/PlatformSDK/FacebookMessengerSDK";
|
|
|
- this.FacebookMessenger ["connectorPath"] = "/ShareSDK/Support/PlatformConnector/FacebookConnector.framework";
|
|
|
- this.FacebookMessenger ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/FacebookMessenger.js";
|
|
|
+ this.FacebookMessenger ["sdkPath"] = "/SDK/ShareSDK/Support/PlatformSDK/FacebookMessengerSDK";
|
|
|
+ this.FacebookMessenger ["connectorPath"] = "/SDK/ShareSDK/Support/PlatformConnector/FacebookConnector.framework";
|
|
|
+ this.FacebookMessenger ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/FacebookMessenger.js";
|
|
|
|
|
|
this.Alipay = new Hashtable ();
|
|
|
this.Alipay ["chosen"] = true;
|
|
|
- this.Alipay ["sdkPath"] = "/ShareSDK/Support/PlatformSDK/APSocialSDK";
|
|
|
- this.Alipay ["connectorPath"] = "/ShareSDK/Support/PlatformConnector/AliPayConnector.framework";
|
|
|
- this.Alipay ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/AliPaySocial.js";
|
|
|
+ this.Alipay ["sdkPath"] = "/SDK/ShareSDK/Support/PlatformSDK/APSocialSDK";
|
|
|
+ this.Alipay ["connectorPath"] = "/SDK/ShareSDK/Support/PlatformConnector/AliPayConnector.framework";
|
|
|
+ this.Alipay ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/AliPaySocial.js";
|
|
|
|
|
|
this.DingTalk = new Hashtable ();
|
|
|
this.DingTalk ["chosen"] = true;
|
|
|
- this.DingTalk ["sdkPath"] = "/ShareSDK/Support/PlatformSDK/DingTalkSDK";
|
|
|
- this.DingTalk ["connectorPath"] = "/ShareSDK/Support/PlatformConnector/DingTalkConnector.framework";
|
|
|
- this.DingTalk ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/DingTalk.js";
|
|
|
+ this.DingTalk ["sdkPath"] = "/SDK/ShareSDK/Support/PlatformSDK/DingTalkSDK";
|
|
|
+ this.DingTalk ["connectorPath"] = "/SDK/ShareSDK/Support/PlatformConnector/DingTalkConnector.framework";
|
|
|
+ this.DingTalk ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/DingTalk.js";
|
|
|
|
|
|
this.Youtube = new Hashtable ();
|
|
|
this.Youtube ["chosen"] = true;
|
|
|
- this.Youtube ["connectorPath"] = "/ShareSDK/Support/PlatformConnector/YouTubeConnector.framework";
|
|
|
- this.Youtube ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/YouTube.js";
|
|
|
+ this.Youtube ["connectorPath"] = "/SDK/ShareSDK/Support/PlatformConnector/YouTubeConnector.framework";
|
|
|
+ this.Youtube ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/YouTube.js";
|
|
|
|
|
|
this.MeiPai = new Hashtable ();
|
|
|
this.MeiPai ["chosen"] = true;
|
|
|
- this.MeiPai ["sdkPath"] = "/ShareSDK/Support/PlatformSDK/MPShareSDK";
|
|
|
- this.MeiPai ["connectorPath"] = "/ShareSDK/Support/PlatformConnector/MeiPaiConnector.framework";
|
|
|
- this.MeiPai ["jsPath"] = "/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/MeiPai.js";
|
|
|
+ this.MeiPai ["sdkPath"] = "/SDK/ShareSDK/Support/PlatformSDK/MPShareSDK";
|
|
|
+ this.MeiPai ["connectorPath"] = "/SDK/ShareSDK/Support/PlatformConnector/MeiPaiConnector.framework";
|
|
|
+ this.MeiPai ["jsPath"] = "/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/MeiPai.js";
|
|
|
|
|
|
}
|
|
|
}
|