forked from ivine/Shadowsocks-X
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e672ef
commit 7704c6d
Showing
100 changed files
with
14,897 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>PayloadContent</key> | ||
<array> | ||
<dict> | ||
<key>PayloadContent</key> | ||
<array> | ||
<dict> | ||
<key>DefaultsData</key> | ||
<dict> | ||
<key>apns</key> | ||
<array> | ||
<dict> | ||
<key>apn</key> | ||
<string>3GNET</string> | ||
<key>proxyPort</key> | ||
<integer>0</integer> | ||
</dict> | ||
</array> | ||
</dict> | ||
<key>DefaultsDomainName</key> | ||
<string>com.apple.managedCarrier</string> | ||
</dict> | ||
</array> | ||
<key>PayloadDescription</key> | ||
<string>提供对营运商“接入点名称”的自定义。</string> | ||
<key>PayloadDisplayName</key> | ||
<string>APN</string> | ||
<key>PayloadIdentifier</key> | ||
<string>shadowsocks.</string> | ||
<key>PayloadOrganization</key> | ||
<string></string> | ||
<key>PayloadType</key> | ||
<string>com.apple.apn.managed</string> | ||
<key>PayloadUUID</key> | ||
<string>A76FF343-6067-4F1F-9D25-05B11960560B</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
</dict> | ||
</array> | ||
<key>PayloadDescription</key> | ||
<string>描述文件描述。</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Shadowsocks(Disabled)</string> | ||
<key>PayloadIdentifier</key> | ||
<string>shadowsocks</string> | ||
<key>PayloadOrganization</key> | ||
<string></string> | ||
<key>PayloadRemovalDisallowed</key> | ||
<false/> | ||
<key>PayloadType</key> | ||
<string>Configuration</string> | ||
<key>PayloadUUID</key> | ||
<string>7392093F-365D-4F19-A1D3-8A583C832492</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>PayloadContent</key> | ||
<array> | ||
<dict> | ||
<key>PayloadContent</key> | ||
<array> | ||
<dict> | ||
<key>DefaultsData</key> | ||
<dict> | ||
<key>apns</key> | ||
<array> | ||
<dict> | ||
<key>apn</key> | ||
<string>3GNET</string> | ||
<key>proxy</key> | ||
<string>127.0.0.1</string> | ||
<key>proxyPort</key> | ||
<integer>8081</integer> | ||
</dict> | ||
</array> | ||
</dict> | ||
<key>DefaultsDomainName</key> | ||
<string>com.apple.managedCarrier</string> | ||
</dict> | ||
</array> | ||
<key>PayloadDescription</key> | ||
<string>Provides customization of carrier Access Point Name.</string> | ||
<key>PayloadDisplayName</key> | ||
<string>APN</string> | ||
<key>PayloadIdentifier</key> | ||
<string>shadowsocks.</string> | ||
<key>PayloadOrganization</key> | ||
<string></string> | ||
<key>PayloadType</key> | ||
<string>com.apple.apn.managed</string> | ||
<key>PayloadUUID</key> | ||
<string>A12D2F19-60E2-42EC-8A34-E0AD051358D5</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
</dict> | ||
</array> | ||
<key>PayloadDescription</key> | ||
<string>Profile description.</string> | ||
<key>PayloadDisplayName</key> | ||
<string>shadowsocks</string> | ||
<key>PayloadIdentifier</key> | ||
<string>shadowsocks</string> | ||
<key>PayloadOrganization</key> | ||
<string></string> | ||
<key>PayloadRemovalDisallowed</key> | ||
<false/> | ||
<key>PayloadType</key> | ||
<string>Configuration</string> | ||
<key>PayloadUUID</key> | ||
<string>82A1355E-926F-477D-BEAC-2CB5E919A68B</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
</dict> | ||
</plist> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// | ||
// ProxySettingsTableViewController.h | ||
// shadowsocks-iOS | ||
// | ||
// Created by clowwindy on 12-12-31. | ||
// Copyright (c) 2012年 clowwindy. All rights reserved. | ||
// | ||
|
||
#import <UIKit/UIKit.h> | ||
|
||
@interface ProxySettingsTableViewController : UITableViewController { | ||
UITextField *ipField; | ||
UITextField *portField; | ||
UITextField *passwordField; | ||
} | ||
|
||
@property (nonatomic, weak) UIPopoverController *myPopoverController; | ||
@end |
Oops, something went wrong.