xfuture 1.3.9 → 1.4.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package/mac/install_helper.sh +3 -3
- package/package/mac/xFuture.framework/{Resources → Versions/A/Resources}/Info.plist +6 -6
- package/package/mac/xFuture.framework/{_CodeSignature → Versions/A/_CodeSignature}/CodeResources +3 -3
- package/package/mac/xFuture.framework/{xFuture → Versions/A/xFuture} +0 -0
- package/package/mac/xFuture.node +0 -0
- package/package/mac/xfuture_helper +0 -0
- package/package.json +1 -2
- package/package/mac/Library/SystemExtension/sg.linkv.xxfuture.xnetworkextension.systemextension/Contents/Info.plist +0 -60
- package/package/mac/Library/SystemExtension/sg.linkv.xxfuture.xnetworkextension.systemextension/Contents/MacOS/sg.linkv.xxfuture.xnetworkextension +0 -0
- package/package/mac/Library/SystemExtension/sg.linkv.xxfuture.xnetworkextension.systemextension/Contents/Resources/geoip.dat +0 -0
- package/package/mac/Library/SystemExtension/sg.linkv.xxfuture.xnetworkextension.systemextension/Contents/Resources/geosite.dat +0 -16149
- package/package/mac/Library/SystemExtension/sg.linkv.xxfuture.xnetworkextension.systemextension/Contents/_CodeSignature/CodeResources +0 -146
- package/package/mac/Library/SystemExtension/sg.linkv.xxfuture.xnetworkextension.systemextension/Contents/embedded.provisionprofile +0 -0
- package/package/mac/xFuture.framework/{Headers → Versions/A/Headers}/YDLinkManager.h +0 -0
- package/package/mac/xFuture.framework/{Headers → Versions/A/Headers}/xFuture.h +0 -0
- package/package/mac/xFuture.framework/{Modules → Versions/A/Modules}/module.modulemap +1 -1
@@ -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/
|
12
|
-
sudo chmod +s "/Library/Application Support/xFuture/
|
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
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<plist version="1.0">
|
4
4
|
<dict>
|
5
5
|
<key>BuildMachineOSBuild</key>
|
6
|
-
<string>
|
6
|
+
<string>22D49</string>
|
7
7
|
<key>CFBundleDevelopmentRegion</key>
|
8
8
|
<string>en</string>
|
9
9
|
<key>CFBundleExecutable</key>
|
@@ -31,15 +31,15 @@
|
|
31
31
|
<key>DTPlatformName</key>
|
32
32
|
<string>macosx</string>
|
33
33
|
<key>DTPlatformVersion</key>
|
34
|
-
<string>
|
34
|
+
<string>13.3</string>
|
35
35
|
<key>DTSDKBuild</key>
|
36
|
-
<string>
|
36
|
+
<string>22E245</string>
|
37
37
|
<key>DTSDKName</key>
|
38
|
-
<string>
|
38
|
+
<string>macosx13.3</string>
|
39
39
|
<key>DTXcode</key>
|
40
|
-
<string>
|
40
|
+
<string>1430</string>
|
41
41
|
<key>DTXcodeBuild</key>
|
42
|
-
<string>
|
42
|
+
<string>14E222b</string>
|
43
43
|
<key>LSMinimumSystemVersion</key>
|
44
44
|
<string>11.0</string>
|
45
45
|
</dict>
|
package/package/mac/xFuture.framework/{_CodeSignature → Versions/A/_CodeSignature}/CodeResources
RENAMED
@@ -6,7 +6,7 @@
|
|
6
6
|
<dict>
|
7
7
|
<key>Resources/Info.plist</key>
|
8
8
|
<data>
|
9
|
-
|
9
|
+
1NiOIarjemc4QHsGzOJcWAInHHM=
|
10
10
|
</data>
|
11
11
|
</dict>
|
12
12
|
<key>files2</key>
|
@@ -29,14 +29,14 @@
|
|
29
29
|
<dict>
|
30
30
|
<key>hash2</key>
|
31
31
|
<data>
|
32
|
-
|
32
|
+
DA/jw7olTGYvRalv5OI0OoQ7XVigdNLuG85HvOgghqk=
|
33
33
|
</data>
|
34
34
|
</dict>
|
35
35
|
<key>Resources/Info.plist</key>
|
36
36
|
<dict>
|
37
37
|
<key>hash2</key>
|
38
38
|
<data>
|
39
|
-
|
39
|
+
fAQxYM7cbmCucoWKa4JP/m180dYE0EvdDrNDW5a6UqU=
|
40
40
|
</data>
|
41
41
|
</dict>
|
42
42
|
</dict>
|
Binary file
|
package/package/mac/xFuture.node
CHANGED
Binary file
|
Binary file
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "xfuture",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.4.2",
|
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/Library",
|
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>
|
Binary file
|