This commit is contained in:
clowwindy
2014-05-30 21:52:08 +08:00
parent 1a48c5563c
commit 41212ae992
7 changed files with 7 additions and 7 deletions

View File

@@ -36,7 +36,7 @@
+ (void)reloadConfig {
if (![ShadowsocksRunner settingsAreNotComplete]) {
if ([ShadowsocksRunner isUsingPublicServer]) {
set_config("106.186.124.182", "8910", "Shadowsocks", "aes-128-cfb");
set_config("106.186.124.182", "8911", "Shadowsocks", "aes-128-cfb");
memcpy(shadowsocks_key, "\x45\xd1\xd9\x9e\xbd\xf5\x8c\x85\x34\x55\xdd\x65\x46\xcd\x06\xd3", 16);
} else {
NSString *v = [[NSUserDefaults standardUserDefaults] objectForKey:kShadowsocksEncryptionKey];

View File

@@ -26,7 +26,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.2</string>
<string>2.0.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@@ -43,7 +43,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>2.0.2</string>
<string>2.0.3</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIPrerenderedIcon</key>