xfuture 1.1.4 → 1.1.5

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.
@@ -0,0 +1,46 @@
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>23A344</string>
7
+ <key>CFBundleDevelopmentRegion</key>
8
+ <string>en</string>
9
+ <key>CFBundleExecutable</key>
10
+ <string>ExtParser</string>
11
+ <key>CFBundleIdentifier</key>
12
+ <string>com.maodou.ExtParser</string>
13
+ <key>CFBundleInfoDictionaryVersion</key>
14
+ <string>6.0</string>
15
+ <key>CFBundleName</key>
16
+ <string>ExtParser</string>
17
+ <key>CFBundlePackageType</key>
18
+ <string>FMWK</string>
19
+ <key>CFBundleShortVersionString</key>
20
+ <string>1.0</string>
21
+ <key>CFBundleSupportedPlatforms</key>
22
+ <array>
23
+ <string>MacOSX</string>
24
+ </array>
25
+ <key>CFBundleVersion</key>
26
+ <string>1</string>
27
+ <key>DTCompiler</key>
28
+ <string>com.apple.compilers.llvm.clang.1_0</string>
29
+ <key>DTPlatformBuild</key>
30
+ <string></string>
31
+ <key>DTPlatformName</key>
32
+ <string>macosx</string>
33
+ <key>DTPlatformVersion</key>
34
+ <string>14.0</string>
35
+ <key>DTSDKBuild</key>
36
+ <string>23A334</string>
37
+ <key>DTSDKName</key>
38
+ <string>macosx14.0</string>
39
+ <key>DTXcode</key>
40
+ <string>1500</string>
41
+ <key>DTXcodeBuild</key>
42
+ <string>15A240d</string>
43
+ <key>LSMinimumSystemVersion</key>
44
+ <string>11.0</string>
45
+ </dict>
46
+ </plist>
@@ -0,0 +1,128 @@
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>files</key>
6
+ <dict>
7
+ <key>Resources/Info.plist</key>
8
+ <data>
9
+ 0X1vRvDmL9aHVYXeuivfDeE1wQ8=
10
+ </data>
11
+ </dict>
12
+ <key>files2</key>
13
+ <dict>
14
+ <key>Resources/Info.plist</key>
15
+ <dict>
16
+ <key>hash2</key>
17
+ <data>
18
+ 7GexduFiy5SGHRjiqRrsks7ZiZnzbWL+MZbVv6r/yek=
19
+ </data>
20
+ </dict>
21
+ </dict>
22
+ <key>rules</key>
23
+ <dict>
24
+ <key>^Resources/</key>
25
+ <true/>
26
+ <key>^Resources/.*\.lproj/</key>
27
+ <dict>
28
+ <key>optional</key>
29
+ <true/>
30
+ <key>weight</key>
31
+ <real>1000</real>
32
+ </dict>
33
+ <key>^Resources/.*\.lproj/locversion.plist$</key>
34
+ <dict>
35
+ <key>omit</key>
36
+ <true/>
37
+ <key>weight</key>
38
+ <real>1100</real>
39
+ </dict>
40
+ <key>^Resources/Base\.lproj/</key>
41
+ <dict>
42
+ <key>weight</key>
43
+ <real>1010</real>
44
+ </dict>
45
+ <key>^version.plist$</key>
46
+ <true/>
47
+ </dict>
48
+ <key>rules2</key>
49
+ <dict>
50
+ <key>.*\.dSYM($|/)</key>
51
+ <dict>
52
+ <key>weight</key>
53
+ <real>11</real>
54
+ </dict>
55
+ <key>^(.*/)?\.DS_Store$</key>
56
+ <dict>
57
+ <key>omit</key>
58
+ <true/>
59
+ <key>weight</key>
60
+ <real>2000</real>
61
+ </dict>
62
+ <key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
63
+ <dict>
64
+ <key>nested</key>
65
+ <true/>
66
+ <key>weight</key>
67
+ <real>10</real>
68
+ </dict>
69
+ <key>^.*</key>
70
+ <true/>
71
+ <key>^Info\.plist$</key>
72
+ <dict>
73
+ <key>omit</key>
74
+ <true/>
75
+ <key>weight</key>
76
+ <real>20</real>
77
+ </dict>
78
+ <key>^PkgInfo$</key>
79
+ <dict>
80
+ <key>omit</key>
81
+ <true/>
82
+ <key>weight</key>
83
+ <real>20</real>
84
+ </dict>
85
+ <key>^Resources/</key>
86
+ <dict>
87
+ <key>weight</key>
88
+ <real>20</real>
89
+ </dict>
90
+ <key>^Resources/.*\.lproj/</key>
91
+ <dict>
92
+ <key>optional</key>
93
+ <true/>
94
+ <key>weight</key>
95
+ <real>1000</real>
96
+ </dict>
97
+ <key>^Resources/.*\.lproj/locversion.plist$</key>
98
+ <dict>
99
+ <key>omit</key>
100
+ <true/>
101
+ <key>weight</key>
102
+ <real>1100</real>
103
+ </dict>
104
+ <key>^Resources/Base\.lproj/</key>
105
+ <dict>
106
+ <key>weight</key>
107
+ <real>1010</real>
108
+ </dict>
109
+ <key>^[^/]+$</key>
110
+ <dict>
111
+ <key>nested</key>
112
+ <true/>
113
+ <key>weight</key>
114
+ <real>10</real>
115
+ </dict>
116
+ <key>^embedded\.provisionprofile$</key>
117
+ <dict>
118
+ <key>weight</key>
119
+ <real>20</real>
120
+ </dict>
121
+ <key>^version\.plist$</key>
122
+ <dict>
123
+ <key>weight</key>
124
+ <real>20</real>
125
+ </dict>
126
+ </dict>
127
+ </dict>
128
+ </plist>
@@ -0,0 +1,25 @@
1
+ //
2
+ // YDLinkManager.h
3
+ // xFuture
4
+ //
5
+ // Created by Badwin on 2023/10/8.
6
+ //
7
+
8
+ #import <Foundation/Foundation.h>
9
+
10
+ NS_ASSUME_NONNULL_BEGIN
11
+
12
+ @interface YDLinkManager : NSObject
13
+
14
+ +(instancetype)sharedManager;
15
+
16
+ -(void)setGlobalProxyEnable:(BOOL)enable;
17
+
18
+ -(BOOL)startTunnel:(NSString *)url;
19
+
20
+ -(void)stopTunnel;
21
+
22
+ -(BOOL)changeURL:(NSString *)url;
23
+ @end
24
+
25
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,19 @@
1
+ //
2
+ // xFuture.h
3
+ // xFuture
4
+ //
5
+ // Created by Badwin on 2023/10/8.
6
+ //
7
+
8
+ #import <Foundation/Foundation.h>
9
+
10
+ //! Project version number for xFuture.
11
+ FOUNDATION_EXPORT double xFutureVersionNumber;
12
+
13
+ //! Project version string for xFuture.
14
+ FOUNDATION_EXPORT const unsigned char xFutureVersionString[];
15
+
16
+ // In this header, you should import all the public headers of your framework using statements like #import <xFuture/PublicHeader.h>
17
+
18
+
19
+ #import <xFuture/YDLinkManager.h>
@@ -0,0 +1,6 @@
1
+ framework module xFuture {
2
+ umbrella header "xFuture.h"
3
+ export *
4
+
5
+ module * { export * }
6
+ }
@@ -0,0 +1,46 @@
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>23A344</string>
7
+ <key>CFBundleDevelopmentRegion</key>
8
+ <string>en</string>
9
+ <key>CFBundleExecutable</key>
10
+ <string>xFuture</string>
11
+ <key>CFBundleIdentifier</key>
12
+ <string>com.maodou.xFuture</string>
13
+ <key>CFBundleInfoDictionaryVersion</key>
14
+ <string>6.0</string>
15
+ <key>CFBundleName</key>
16
+ <string>xFuture</string>
17
+ <key>CFBundlePackageType</key>
18
+ <string>FMWK</string>
19
+ <key>CFBundleShortVersionString</key>
20
+ <string>1.0</string>
21
+ <key>CFBundleSupportedPlatforms</key>
22
+ <array>
23
+ <string>MacOSX</string>
24
+ </array>
25
+ <key>CFBundleVersion</key>
26
+ <string>1</string>
27
+ <key>DTCompiler</key>
28
+ <string>com.apple.compilers.llvm.clang.1_0</string>
29
+ <key>DTPlatformBuild</key>
30
+ <string></string>
31
+ <key>DTPlatformName</key>
32
+ <string>macosx</string>
33
+ <key>DTPlatformVersion</key>
34
+ <string>14.0</string>
35
+ <key>DTSDKBuild</key>
36
+ <string>23A334</string>
37
+ <key>DTSDKName</key>
38
+ <string>macosx14.0</string>
39
+ <key>DTXcode</key>
40
+ <string>1500</string>
41
+ <key>DTXcodeBuild</key>
42
+ <string>15A240d</string>
43
+ <key>LSMinimumSystemVersion</key>
44
+ <string>11.0</string>
45
+ </dict>
46
+ </plist>
@@ -0,0 +1,158 @@
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>files</key>
6
+ <dict>
7
+ <key>Resources/Info.plist</key>
8
+ <data>
9
+ NORchGj4Sag131BiW52xxOoSc7c=
10
+ </data>
11
+ </dict>
12
+ <key>files2</key>
13
+ <dict>
14
+ <key>Frameworks/ExtParser.framework</key>
15
+ <dict>
16
+ <key>cdhash</key>
17
+ <data>
18
+ LFatOKRon24FRRDzucwtgHdQZFI=
19
+ </data>
20
+ <key>requirement</key>
21
+ <string>identifier "com.maodou.ExtParser" and anchor apple generic and certificate leaf[subject.CN] = "Apple Development: Casey Cristich (7U948C49D2)" and certificate 1[field.1.2.840.113635.100.6.2.1] /* exists */</string>
22
+ </dict>
23
+ <key>Headers/YDLinkManager.h</key>
24
+ <dict>
25
+ <key>hash2</key>
26
+ <data>
27
+ vTuBFysTP+SJof+PsBZr0ccOdmrQUQ20yEVjOcjYDwo=
28
+ </data>
29
+ </dict>
30
+ <key>Headers/xFuture.h</key>
31
+ <dict>
32
+ <key>hash2</key>
33
+ <data>
34
+ X7H+QBMFlMqsIbg/W0TZ+//pgFlUwKnHq5lxze5QzVA=
35
+ </data>
36
+ </dict>
37
+ <key>Modules/module.modulemap</key>
38
+ <dict>
39
+ <key>hash2</key>
40
+ <data>
41
+ gaBXfJL55Uq9gejxtrp6CHn2ZlbfgvwkFuU4l1b4O2w=
42
+ </data>
43
+ </dict>
44
+ <key>Resources/Info.plist</key>
45
+ <dict>
46
+ <key>hash2</key>
47
+ <data>
48
+ yTeWir76v8lM4qOpyVI4w4FSTKmeCK0kxOyYd38yQ6Q=
49
+ </data>
50
+ </dict>
51
+ </dict>
52
+ <key>rules</key>
53
+ <dict>
54
+ <key>^Resources/</key>
55
+ <true/>
56
+ <key>^Resources/.*\.lproj/</key>
57
+ <dict>
58
+ <key>optional</key>
59
+ <true/>
60
+ <key>weight</key>
61
+ <real>1000</real>
62
+ </dict>
63
+ <key>^Resources/.*\.lproj/locversion.plist$</key>
64
+ <dict>
65
+ <key>omit</key>
66
+ <true/>
67
+ <key>weight</key>
68
+ <real>1100</real>
69
+ </dict>
70
+ <key>^Resources/Base\.lproj/</key>
71
+ <dict>
72
+ <key>weight</key>
73
+ <real>1010</real>
74
+ </dict>
75
+ <key>^version.plist$</key>
76
+ <true/>
77
+ </dict>
78
+ <key>rules2</key>
79
+ <dict>
80
+ <key>.*\.dSYM($|/)</key>
81
+ <dict>
82
+ <key>weight</key>
83
+ <real>11</real>
84
+ </dict>
85
+ <key>^(.*/)?\.DS_Store$</key>
86
+ <dict>
87
+ <key>omit</key>
88
+ <true/>
89
+ <key>weight</key>
90
+ <real>2000</real>
91
+ </dict>
92
+ <key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
93
+ <dict>
94
+ <key>nested</key>
95
+ <true/>
96
+ <key>weight</key>
97
+ <real>10</real>
98
+ </dict>
99
+ <key>^.*</key>
100
+ <true/>
101
+ <key>^Info\.plist$</key>
102
+ <dict>
103
+ <key>omit</key>
104
+ <true/>
105
+ <key>weight</key>
106
+ <real>20</real>
107
+ </dict>
108
+ <key>^PkgInfo$</key>
109
+ <dict>
110
+ <key>omit</key>
111
+ <true/>
112
+ <key>weight</key>
113
+ <real>20</real>
114
+ </dict>
115
+ <key>^Resources/</key>
116
+ <dict>
117
+ <key>weight</key>
118
+ <real>20</real>
119
+ </dict>
120
+ <key>^Resources/.*\.lproj/</key>
121
+ <dict>
122
+ <key>optional</key>
123
+ <true/>
124
+ <key>weight</key>
125
+ <real>1000</real>
126
+ </dict>
127
+ <key>^Resources/.*\.lproj/locversion.plist$</key>
128
+ <dict>
129
+ <key>omit</key>
130
+ <true/>
131
+ <key>weight</key>
132
+ <real>1100</real>
133
+ </dict>
134
+ <key>^Resources/Base\.lproj/</key>
135
+ <dict>
136
+ <key>weight</key>
137
+ <real>1010</real>
138
+ </dict>
139
+ <key>^[^/]+$</key>
140
+ <dict>
141
+ <key>nested</key>
142
+ <true/>
143
+ <key>weight</key>
144
+ <real>10</real>
145
+ </dict>
146
+ <key>^embedded\.provisionprofile$</key>
147
+ <dict>
148
+ <key>weight</key>
149
+ <real>20</real>
150
+ </dict>
151
+ <key>^version\.plist$</key>
152
+ <dict>
153
+ <key>weight</key>
154
+ <real>20</real>
155
+ </dict>
156
+ </dict>
157
+ </dict>
158
+ </plist>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xfuture",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "electron vpn sdk",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -24,7 +24,7 @@
24
24
  "package/mac/install_helper.sh",
25
25
  "index.js",
26
26
  "package.json",
27
- "xFuture.framework/xFuture"
27
+ "package/mac/xFuture.framework"
28
28
  ],
29
29
  "build": {
30
30
  "mac": {