Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfeicheung authored Oct 27, 2017
1 parent 3e672ef commit 7704c6d
Show file tree
Hide file tree
Showing 100 changed files with 14,897 additions and 0 deletions.
60 changes: 60 additions & 0 deletions ShadowWeb/3gnet_disable.mobileconfig
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>
62 changes: 62 additions & 0 deletions ShadowWeb/3gnet_enable.mobileconfig
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>
Binary file added ShadowWeb/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ShadowWeb/Default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ShadowWeb/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions ShadowWeb/ProxySettingsTableViewController.h
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
Loading

0 comments on commit 7704c6d

Please sign in to comment.