xfuture 1.3.8 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,8 +7,8 @@
7
7
 
8
8
  helper_path=`dirname "${BASH_SOURCE[0]}"`
9
9
  sudo mkdir -p "/Library/Application Support/xFuture/"
10
- sudo cp "${helper_path}/xfuture_helper" "/Library/Application Support/xFuture/"
11
- sudo chown root:admin "/Library/Application Support/xFuture/xfuture_helper"
12
- sudo chmod +s "/Library/Application Support/xFuture/xfuture_helper"
10
+ sudo cp "${helper_path}/xfuture_helper" "/Library/Application Support/xFuture/xfuture_helper2"
11
+ sudo chown root:admin "/Library/Application Support/xFuture/xfuture_helper2"
12
+ sudo chmod +s "/Library/Application Support/xFuture/xfuture_helper2"
13
13
 
14
14
  echo done
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xfuture",
3
- "version": "1.3.8",
3
+ "version": "1.4.1",
4
4
  "description": "electron vpn sdk",
5
5
  "main": "x.js",
6
6
  "scripts": {
@@ -28,7 +28,6 @@
28
28
  "config.js",
29
29
  "package.json",
30
30
  "package/mac/xFuture.framework",
31
- "package/mac/sg.linkv.xxfuture.xnetworkextension.systemextension",
32
31
  "package/windows/sysproxy.exe",
33
32
  "package/windows/xFuture.node",
34
33
  "package/windows/xray.dll",
@@ -1,60 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>BuildMachineOSBuild</key>
6
- <string>23B74</string>
7
- <key>CFBundleDevelopmentRegion</key>
8
- <string>en</string>
9
- <key>CFBundleDisplayName</key>
10
- <string>xnetworkextension</string>
11
- <key>CFBundleExecutable</key>
12
- <string>sg.linkv.xxfuture.xnetworkextension</string>
13
- <key>CFBundleIdentifier</key>
14
- <string>sg.linkv.xxfuture.xnetworkextension</string>
15
- <key>CFBundleInfoDictionaryVersion</key>
16
- <string>6.0</string>
17
- <key>CFBundleName</key>
18
- <string>sg.linkv.xxfuture.xnetworkextension</string>
19
- <key>CFBundlePackageType</key>
20
- <string>SYSX</string>
21
- <key>CFBundleShortVersionString</key>
22
- <string>1.0</string>
23
- <key>CFBundleSupportedPlatforms</key>
24
- <array>
25
- <string>MacOSX</string>
26
- </array>
27
- <key>CFBundleVersion</key>
28
- <string>1</string>
29
- <key>DTCompiler</key>
30
- <string>com.apple.compilers.llvm.clang.1_0</string>
31
- <key>DTPlatformBuild</key>
32
- <string></string>
33
- <key>DTPlatformName</key>
34
- <string>macosx</string>
35
- <key>DTPlatformVersion</key>
36
- <string>14.0</string>
37
- <key>DTSDKBuild</key>
38
- <string>23A334</string>
39
- <key>DTSDKName</key>
40
- <string>macosx14.0</string>
41
- <key>DTXcode</key>
42
- <string>1501</string>
43
- <key>DTXcodeBuild</key>
44
- <string>15A507</string>
45
- <key>LSMinimumSystemVersion</key>
46
- <string>11.0</string>
47
- <key>NSSystemExtensionUsageDescription</key>
48
- <string></string>
49
- <key>NetworkExtension</key>
50
- <dict>
51
- <key>NEMachServiceName</key>
52
- <string>C48KFNDY4D.com.example.app-group.MySystemExtension</string>
53
- <key>NEProviderClasses</key>
54
- <dict>
55
- <key>com.apple.networkextension.packet-tunnel</key>
56
- <string>PacketTunnelProvider</string>
57
- </dict>
58
- </dict>
59
- </dict>
60
- </plist>