mirror of
https://github.com/zhigang1992/shadowsocks-iOS.git
synced 2026-04-29 09:45:42 +08:00
bump
This commit is contained in:
@@ -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];
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user