@mobrowser/sdk-darwin-x64 2.16.0
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.
- package/README.md +1 -0
- package/assets/app-Info.plist +233 -0
- package/assets/app-helper (Alerts)-Info.plist +53 -0
- package/assets/app-helper (GPU)-Info.plist +47 -0
- package/assets/app-helper (Plugin)-Info.plist +47 -0
- package/assets/app-helper (Renderer)-Info.plist +47 -0
- package/assets/app-helper-Info.plist +47 -0
- package/bin/7zr-mac +0 -0
- package/bin/cc_nativegen +0 -0
- package/bin/dmg/create-dmg +575 -0
- package/bin/dmg/seticon.swift +22 -0
- package/bin/dmg/support/eula-resources-template.xml +105 -0
- package/bin/dmg/support/template.applescript +74 -0
- package/bin/mobrowser +0 -0
- package/bin/mobrowser-mac-x64.info +323 -0
- package/bin/ninja +0 -0
- package/bin/protoc +0 -0
- package/bin/ts_servicegen +0 -0
- package/package.json +23 -0
- package/preinstall.js +10 -0
- package/proto/google/protobuf/any.proto +162 -0
- package/proto/google/protobuf/api.proto +229 -0
- package/proto/google/protobuf/descriptor.proto +1426 -0
- package/proto/google/protobuf/duration.proto +115 -0
- package/proto/google/protobuf/empty.proto +51 -0
- package/proto/google/protobuf/field_mask.proto +245 -0
- package/proto/google/protobuf/source_context.proto +48 -0
- package/proto/google/protobuf/struct.proto +95 -0
- package/proto/google/protobuf/timestamp.proto +145 -0
- package/proto/google/protobuf/type.proto +217 -0
- package/proto/google/protobuf/wrappers.proto +157 -0
- package/sbom/chromium/chromium-spdx-manifest.json +17 -0
- package/sbom/chromium/mobrowser-2.16.0-chromium-151.0.7922.76-darwin-x64.spdx.json +9434 -0
- package/sbom/chromium/mobrowser-2.16.0-chromium-151.0.7922.76-darwin-x64.spdx.json.sha256 +1 -0
- package/sbom/mobrowser-third-party/mobrowser-2.16.0-third-party-darwin-x64.spdx.json +371 -0
- package/sbom/mobrowser-third-party/mobrowser-2.16.0-third-party-darwin-x64.spdx.json.sha256 +1 -0
- package/sbom/mobrowser-third-party/mobrowser-third-party-spdx-manifest.json +14 -0
- package/sbom/velopack/velopack-1.0.8-darwin-x64.spdx-manifest.json +29 -0
- package/sbom/velopack/velopack-1.0.8-darwin-x64.spdx.json +17891 -0
- package/sbom/velopack/velopack-1.0.8-darwin-x64.spdx.json.sha256 +1 -0
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
MōBrowser binaries for macOS Intel.
|
|
@@ -0,0 +1,233 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
|
|
3
|
+
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
4
|
+
<plist version="1.0">
|
|
5
|
+
<dict>
|
|
6
|
+
<key>CFBundleVersion</key>
|
|
7
|
+
<string>${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}.1</string>
|
|
8
|
+
<key>CFBundleShortVersionString</key>
|
|
9
|
+
<string>${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}</string>
|
|
10
|
+
<key>CFBundleDevelopmentRegion</key>
|
|
11
|
+
<string>en</string>
|
|
12
|
+
<key>CFBundleDisplayName</key>
|
|
13
|
+
<string>${APP_NAME}</string>
|
|
14
|
+
<key>CFBundleExecutable</key>
|
|
15
|
+
<string>${APP_EXECUTABLE_NAME}</string>
|
|
16
|
+
<key>CFBundleIconFile</key>
|
|
17
|
+
<string>app.icns</string>
|
|
18
|
+
<key>CFBundleIdentifier</key>
|
|
19
|
+
<string>${APP_BUNDLE_ID}</string>
|
|
20
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
|
21
|
+
<string>6.0</string>
|
|
22
|
+
<key>CFBundleName</key>
|
|
23
|
+
<string>${APP_NAME}</string>
|
|
24
|
+
<key>CrProductDirName</key>
|
|
25
|
+
<string>${APP_EXECUTABLE_NAME}</string>
|
|
26
|
+
<key>CFBundlePackageType</key>
|
|
27
|
+
<string>APPL</string>
|
|
28
|
+
<key>CFBundleSignature</key>
|
|
29
|
+
<string>${APP_AUTHOR}</string>
|
|
30
|
+
<key>NSAppleScriptEnabled</key>
|
|
31
|
+
<true/>
|
|
32
|
+
<key>OSAScriptingDefinition</key>
|
|
33
|
+
<string>scripting.sdef</string>
|
|
34
|
+
<key>ASWebAuthenticationSessionWebBrowserSupportCapabilities</key>
|
|
35
|
+
<dict>
|
|
36
|
+
<key>IsSupported</key>
|
|
37
|
+
<true/>
|
|
38
|
+
<key>EphemeralBrowserSessionIsSupported</key>
|
|
39
|
+
<true/>
|
|
40
|
+
</dict>
|
|
41
|
+
<key>CFBundleURLTypes</key>
|
|
42
|
+
<array>
|
|
43
|
+
<dict>
|
|
44
|
+
<key>CFBundleTypeRole</key>
|
|
45
|
+
<string>Editor</string>
|
|
46
|
+
<key>CFBundleURLName</key>
|
|
47
|
+
<string>${APP_BUNDLE_ID}.deeplink</string>
|
|
48
|
+
<key>CFBundleURLSchemes</key>
|
|
49
|
+
<array>
|
|
50
|
+
${APP_URL_SCHEME_ENTRIES}
|
|
51
|
+
</array>
|
|
52
|
+
</dict>
|
|
53
|
+
<dict>
|
|
54
|
+
<key>CFBundleURLName</key>
|
|
55
|
+
<string>Web site URL</string>
|
|
56
|
+
<key>CFBundleURLSchemes</key>
|
|
57
|
+
<array>
|
|
58
|
+
<string>http</string>
|
|
59
|
+
<string>https</string>
|
|
60
|
+
</array>
|
|
61
|
+
</dict>
|
|
62
|
+
<dict>
|
|
63
|
+
<key>CFBundleURLName</key>
|
|
64
|
+
<string>Local file URL</string>
|
|
65
|
+
<key>CFBundleURLSchemes</key>
|
|
66
|
+
<array>
|
|
67
|
+
<string>file</string>
|
|
68
|
+
</array>
|
|
69
|
+
</dict>
|
|
70
|
+
</array>
|
|
71
|
+
<key>LSEnvironment</key>
|
|
72
|
+
<dict>
|
|
73
|
+
<key>MallocNanoZone</key>
|
|
74
|
+
<string>0</string>
|
|
75
|
+
</dict>
|
|
76
|
+
<key>LSFileQuarantineEnabled</key>
|
|
77
|
+
<true/>
|
|
78
|
+
<key>LSHasLocalizedDisplayName</key>
|
|
79
|
+
<string>1</string>
|
|
80
|
+
<key>LSMinimumSystemVersion</key>
|
|
81
|
+
<string>12.0</string>
|
|
82
|
+
<key>LSRequiresNativeExecution</key>
|
|
83
|
+
<true/>
|
|
84
|
+
<key>NSPrincipalClass</key>
|
|
85
|
+
<string>BrowserCrApplication</string>
|
|
86
|
+
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
|
87
|
+
<true/>
|
|
88
|
+
<key>NSCameraUsageDescription</key>
|
|
89
|
+
<string>${APP_NAME} needs camera access when a web page requests video capture.</string>
|
|
90
|
+
<key>NSMicrophoneUsageDescription</key>
|
|
91
|
+
<string>${APP_NAME} needs microphone access when a web page requests audio capture.</string>
|
|
92
|
+
<key>NSUserActivityTypes</key>
|
|
93
|
+
<array>
|
|
94
|
+
<string>NSUserActivityTypeBrowsingWeb</string>
|
|
95
|
+
</array>
|
|
96
|
+
<key>UTExportedTypeDeclarations</key>
|
|
97
|
+
<array>
|
|
98
|
+
<dict>
|
|
99
|
+
<key>UTTypeConformsTo</key>
|
|
100
|
+
<array>
|
|
101
|
+
<string>public.data</string>
|
|
102
|
+
</array>
|
|
103
|
+
<key>UTTypeDescription</key>
|
|
104
|
+
<string>Chromium Extra</string>
|
|
105
|
+
<key>UTTypeIdentifier</key>
|
|
106
|
+
<string>org.chromium.extension</string>
|
|
107
|
+
<key>UTTypeTagSpecification</key>
|
|
108
|
+
<dict>
|
|
109
|
+
<key>public.filename-extension</key>
|
|
110
|
+
<array>
|
|
111
|
+
<string>crx</string>
|
|
112
|
+
</array>
|
|
113
|
+
</dict>
|
|
114
|
+
</dict>
|
|
115
|
+
</array>
|
|
116
|
+
<key>UTImportedTypeDeclarations</key>
|
|
117
|
+
<array>
|
|
118
|
+
<dict>
|
|
119
|
+
<key>UTTypeConformsTo</key>
|
|
120
|
+
<array>
|
|
121
|
+
<string>public.data</string>
|
|
122
|
+
</array>
|
|
123
|
+
<key>UTTypeDescription</key>
|
|
124
|
+
<string>MIME HTML document</string>
|
|
125
|
+
<key>UTTypeIconFile</key>
|
|
126
|
+
<string>document.icns</string>
|
|
127
|
+
<key>UTTypeIdentifier</key>
|
|
128
|
+
<string>org.ietf.mhtml</string>
|
|
129
|
+
<key>UTTypeTagSpecification</key>
|
|
130
|
+
<dict>
|
|
131
|
+
<key>com.apple.ostype</key>
|
|
132
|
+
<string>MHTM</string>
|
|
133
|
+
<key>public.filename-extension</key>
|
|
134
|
+
<array>
|
|
135
|
+
<string>mht</string>
|
|
136
|
+
<string>mhtml</string>
|
|
137
|
+
</array>
|
|
138
|
+
</dict>
|
|
139
|
+
</dict>
|
|
140
|
+
<dict>
|
|
141
|
+
<key>UTTypeConformsTo</key>
|
|
142
|
+
<array>
|
|
143
|
+
<string>public.audio</string>
|
|
144
|
+
</array>
|
|
145
|
+
<key>UTTypeDescription</key>
|
|
146
|
+
<string>Ogg Audio</string>
|
|
147
|
+
<key>UTTypeIconFile</key>
|
|
148
|
+
<string>document.icns</string>
|
|
149
|
+
<key>UTTypeIdentifier</key>
|
|
150
|
+
<string>org.xiph.ogg-audio</string>
|
|
151
|
+
<key>UTTypeReferenceURL</key>
|
|
152
|
+
<string>http://xiph.org/ogg</string>
|
|
153
|
+
<key>UTTypeTagSpecification</key>
|
|
154
|
+
<dict>
|
|
155
|
+
<key>public.filename-extension</key>
|
|
156
|
+
<array>
|
|
157
|
+
<string>ogg</string>
|
|
158
|
+
<string>oga</string>
|
|
159
|
+
</array>
|
|
160
|
+
</dict>
|
|
161
|
+
</dict>
|
|
162
|
+
<dict>
|
|
163
|
+
<key>UTTypeConformsTo</key>
|
|
164
|
+
<array>
|
|
165
|
+
<string>public.movie</string>
|
|
166
|
+
</array>
|
|
167
|
+
<key>UTTypeDescription</key>
|
|
168
|
+
<string>Ogg Video</string>
|
|
169
|
+
<key>UTTypeIconFile</key>
|
|
170
|
+
<string>document.icns</string>
|
|
171
|
+
<key>UTTypeIdentifier</key>
|
|
172
|
+
<string>org.xiph.ogv</string>
|
|
173
|
+
<key>UTTypeReferenceURL</key>
|
|
174
|
+
<string>http://xiph.org/ogg</string>
|
|
175
|
+
<key>UTTypeTagSpecification</key>
|
|
176
|
+
<dict>
|
|
177
|
+
<key>public.filename-extension</key>
|
|
178
|
+
<array>
|
|
179
|
+
<string>ogm</string>
|
|
180
|
+
<string>ogv</string>
|
|
181
|
+
</array>
|
|
182
|
+
</dict>
|
|
183
|
+
</dict>
|
|
184
|
+
<dict>
|
|
185
|
+
<key>UTTypeConformsTo</key>
|
|
186
|
+
<array>
|
|
187
|
+
<string>public.movie</string>
|
|
188
|
+
</array>
|
|
189
|
+
<key>UTTypeDescription</key>
|
|
190
|
+
<string>HTML5 Video (WebM)</string>
|
|
191
|
+
<key>UTTypeIconFile</key>
|
|
192
|
+
<string>document.icns</string>
|
|
193
|
+
<key>UTTypeIdentifier</key>
|
|
194
|
+
<string>org.webmproject.webm</string>
|
|
195
|
+
<key>UTTypeReferenceURL</key>
|
|
196
|
+
<string>https://www.webmproject.org/docs/container/</string>
|
|
197
|
+
<key>UTTypeTagSpecification</key>
|
|
198
|
+
<dict>
|
|
199
|
+
<key>public.filename-extension</key>
|
|
200
|
+
<array>
|
|
201
|
+
<string>webm</string>
|
|
202
|
+
</array>
|
|
203
|
+
</dict>
|
|
204
|
+
</dict>
|
|
205
|
+
<dict>
|
|
206
|
+
<key>UTTypeConformsTo</key>
|
|
207
|
+
<array>
|
|
208
|
+
<string>public.image</string>
|
|
209
|
+
</array>
|
|
210
|
+
<key>UTTypeDescription</key>
|
|
211
|
+
<string>WebP image</string>
|
|
212
|
+
<key>UTTypeIconFile</key>
|
|
213
|
+
<string>document.icns</string>
|
|
214
|
+
<key>UTTypeIdentifier</key>
|
|
215
|
+
<string>org.webmproject.webp</string>
|
|
216
|
+
<key>UTTypeReferenceURL</key>
|
|
217
|
+
<string>https://developers.google.com/speed/webp/docs/riff_container
|
|
218
|
+
</string>
|
|
219
|
+
<key>UTTypeTagSpecification</key>
|
|
220
|
+
<dict>
|
|
221
|
+
<key>public.filename-extension</key>
|
|
222
|
+
<array>
|
|
223
|
+
<string>webp</string>
|
|
224
|
+
</array>
|
|
225
|
+
</dict>
|
|
226
|
+
</dict>
|
|
227
|
+
</array>
|
|
228
|
+
<key>NSUserNotificationAlertStyle</key>
|
|
229
|
+
<string>banner</string>
|
|
230
|
+
<key>GPUEjectPolicy</key>
|
|
231
|
+
<string>wait</string>
|
|
232
|
+
</dict>
|
|
233
|
+
</plist>
|
|
@@ -0,0 +1,53 @@
|
|
|
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>CFBundleDevelopmentRegion</key>
|
|
6
|
+
<string>en</string>
|
|
7
|
+
<key>CFBundleDisplayName</key>
|
|
8
|
+
<string>${APP_NAME} Helper (Alerts)</string>
|
|
9
|
+
<key>CFBundleExecutable</key>
|
|
10
|
+
<string>${APP_EXECUTABLE_NAME} Helper (Alerts)</string>
|
|
11
|
+
<key>CFBundleIconFile</key>
|
|
12
|
+
<string>app.icns</string>
|
|
13
|
+
<key>CFBundleIdentifier</key>
|
|
14
|
+
<string>${APP_BUNDLE_ID}.AlertNotificationService</string>
|
|
15
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
|
16
|
+
<string>6.0</string>
|
|
17
|
+
<key>CFBundleName</key>
|
|
18
|
+
<string>${APP_NAME} Helper (Alerts)</string>
|
|
19
|
+
<key>CFBundlePackageType</key>
|
|
20
|
+
<string>APPL</string>
|
|
21
|
+
<key>CFBundleSignature</key>
|
|
22
|
+
<string>${APP_AUTHOR}</string>
|
|
23
|
+
<key>CFBundleVersion</key>
|
|
24
|
+
<string>5790.170</string>
|
|
25
|
+
<key>DTCompiler</key>
|
|
26
|
+
<string>com.apple.compilers.llvm.clang.1_0</string>
|
|
27
|
+
<key>DTSDKBuild</key>
|
|
28
|
+
<string>22E245</string>
|
|
29
|
+
<key>DTSDKName</key>
|
|
30
|
+
<string>macosx13.3</string>
|
|
31
|
+
<key>DTXcode</key>
|
|
32
|
+
<string>1431</string>
|
|
33
|
+
<key>DTXcodeBuild</key>
|
|
34
|
+
<string>14E300c</string>
|
|
35
|
+
<key>LSEnvironment</key>
|
|
36
|
+
<dict>
|
|
37
|
+
<key>MallocNanoZone</key>
|
|
38
|
+
<string>0</string>
|
|
39
|
+
</dict>
|
|
40
|
+
<key>LSFileQuarantineEnabled</key>
|
|
41
|
+
<true/>
|
|
42
|
+
<key>LSMinimumSystemVersion</key>
|
|
43
|
+
<string>12.0</string>
|
|
44
|
+
<key>LSUIElement</key>
|
|
45
|
+
<string>1</string>
|
|
46
|
+
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
|
47
|
+
<true/>
|
|
48
|
+
<key>NSUserNotificationAlertStyle</key>
|
|
49
|
+
<string>alert</string>
|
|
50
|
+
<key>SCMRevision</key>
|
|
51
|
+
<string>cc0d30c2ca5577520c8646671513241faa0bc105-refs/branch-heads/5790@{#1923}</string>
|
|
52
|
+
</dict>
|
|
53
|
+
</plist>
|
|
@@ -0,0 +1,47 @@
|
|
|
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>CFBundleDevelopmentRegion</key>
|
|
6
|
+
<string>en</string>
|
|
7
|
+
<key>CFBundleDisplayName</key>
|
|
8
|
+
<string>${APP_NAME} Helper (GPU)</string>
|
|
9
|
+
<key>CFBundleExecutable</key>
|
|
10
|
+
<string>${APP_EXECUTABLE_NAME} Helper (GPU)</string>
|
|
11
|
+
<key>CFBundleIdentifier</key>
|
|
12
|
+
<string>${APP_BUNDLE_ID}.helper</string>
|
|
13
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
|
14
|
+
<string>6.0</string>
|
|
15
|
+
<key>CFBundleName</key>
|
|
16
|
+
<string>${APP_NAME} Helper (GPU)</string>
|
|
17
|
+
<key>CFBundlePackageType</key>
|
|
18
|
+
<string>APPL</string>
|
|
19
|
+
<key>CFBundleSignature</key>
|
|
20
|
+
<string>${APP_AUTHOR}</string>
|
|
21
|
+
<key>CFBundleVersion</key>
|
|
22
|
+
<string>5790.170</string>
|
|
23
|
+
<key>DTCompiler</key>
|
|
24
|
+
<string>com.apple.compilers.llvm.clang.1_0</string>
|
|
25
|
+
<key>DTSDKBuild</key>
|
|
26
|
+
<string>22E245</string>
|
|
27
|
+
<key>DTSDKName</key>
|
|
28
|
+
<string>macosx13.3</string>
|
|
29
|
+
<key>DTXcode</key>
|
|
30
|
+
<string>1431</string>
|
|
31
|
+
<key>DTXcodeBuild</key>
|
|
32
|
+
<string>14E300c</string>
|
|
33
|
+
<key>LSEnvironment</key>
|
|
34
|
+
<dict>
|
|
35
|
+
<key>MallocNanoZone</key>
|
|
36
|
+
<string>0</string>
|
|
37
|
+
</dict>
|
|
38
|
+
<key>LSFileQuarantineEnabled</key>
|
|
39
|
+
<true/>
|
|
40
|
+
<key>LSMinimumSystemVersion</key>
|
|
41
|
+
<string>12.0</string>
|
|
42
|
+
<key>LSUIElement</key>
|
|
43
|
+
<string>1</string>
|
|
44
|
+
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
|
45
|
+
<true/>
|
|
46
|
+
</dict>
|
|
47
|
+
</plist>
|
|
@@ -0,0 +1,47 @@
|
|
|
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>CFBundleDevelopmentRegion</key>
|
|
6
|
+
<string>en</string>
|
|
7
|
+
<key>CFBundleDisplayName</key>
|
|
8
|
+
<string>${APP_NAME} Helper (Plugin)</string>
|
|
9
|
+
<key>CFBundleExecutable</key>
|
|
10
|
+
<string>${APP_EXECUTABLE_NAME} Helper (Plugin)</string>
|
|
11
|
+
<key>CFBundleIdentifier</key>
|
|
12
|
+
<string>${APP_BUNDLE_ID}.helper.plugin</string>
|
|
13
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
|
14
|
+
<string>6.0</string>
|
|
15
|
+
<key>CFBundleName</key>
|
|
16
|
+
<string>${APP_NAME} Helper (Plugin)</string>
|
|
17
|
+
<key>CFBundlePackageType</key>
|
|
18
|
+
<string>APPL</string>
|
|
19
|
+
<key>CFBundleSignature</key>
|
|
20
|
+
<string>${APP_AUTHOR}</string>
|
|
21
|
+
<key>CFBundleVersion</key>
|
|
22
|
+
<string>5790.170</string>
|
|
23
|
+
<key>DTCompiler</key>
|
|
24
|
+
<string>com.apple.compilers.llvm.clang.1_0</string>
|
|
25
|
+
<key>DTSDKBuild</key>
|
|
26
|
+
<string>22E245</string>
|
|
27
|
+
<key>DTSDKName</key>
|
|
28
|
+
<string>macosx13.3</string>
|
|
29
|
+
<key>DTXcode</key>
|
|
30
|
+
<string>1431</string>
|
|
31
|
+
<key>DTXcodeBuild</key>
|
|
32
|
+
<string>14E300c</string>
|
|
33
|
+
<key>LSEnvironment</key>
|
|
34
|
+
<dict>
|
|
35
|
+
<key>MallocNanoZone</key>
|
|
36
|
+
<string>0</string>
|
|
37
|
+
</dict>
|
|
38
|
+
<key>LSFileQuarantineEnabled</key>
|
|
39
|
+
<true/>
|
|
40
|
+
<key>LSMinimumSystemVersion</key>
|
|
41
|
+
<string>12.0</string>
|
|
42
|
+
<key>LSUIElement</key>
|
|
43
|
+
<string>1</string>
|
|
44
|
+
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
|
45
|
+
<true/>
|
|
46
|
+
</dict>
|
|
47
|
+
</plist>
|
|
@@ -0,0 +1,47 @@
|
|
|
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>CFBundleDevelopmentRegion</key>
|
|
6
|
+
<string>en</string>
|
|
7
|
+
<key>CFBundleDisplayName</key>
|
|
8
|
+
<string>${APP_NAME} Helper (Renderer)</string>
|
|
9
|
+
<key>CFBundleExecutable</key>
|
|
10
|
+
<string>${APP_EXECUTABLE_NAME} Helper (Renderer)</string>
|
|
11
|
+
<key>CFBundleIdentifier</key>
|
|
12
|
+
<string>${APP_BUNDLE_ID}.helper.renderer</string>
|
|
13
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
|
14
|
+
<string>6.0</string>
|
|
15
|
+
<key>CFBundleName</key>
|
|
16
|
+
<string>${APP_NAME} Helper (Renderer)</string>
|
|
17
|
+
<key>CFBundlePackageType</key>
|
|
18
|
+
<string>APPL</string>
|
|
19
|
+
<key>CFBundleSignature</key>
|
|
20
|
+
<string>${APP_AUTHOR}</string>
|
|
21
|
+
<key>CFBundleVersion</key>
|
|
22
|
+
<string>5790.99</string>
|
|
23
|
+
<key>DTCompiler</key>
|
|
24
|
+
<string>com.apple.compilers.llvm.clang.1_0</string>
|
|
25
|
+
<key>DTSDKBuild</key>
|
|
26
|
+
<string>22E245</string>
|
|
27
|
+
<key>DTSDKName</key>
|
|
28
|
+
<string>macosx13.3</string>
|
|
29
|
+
<key>DTXcode</key>
|
|
30
|
+
<string>1430</string>
|
|
31
|
+
<key>DTXcodeBuild</key>
|
|
32
|
+
<string>14E222b</string>
|
|
33
|
+
<key>LSEnvironment</key>
|
|
34
|
+
<dict>
|
|
35
|
+
<key>MallocNanoZone</key>
|
|
36
|
+
<string>0</string>
|
|
37
|
+
</dict>
|
|
38
|
+
<key>LSFileQuarantineEnabled</key>
|
|
39
|
+
<true/>
|
|
40
|
+
<key>LSMinimumSystemVersion</key>
|
|
41
|
+
<string>12.0</string>
|
|
42
|
+
<key>LSUIElement</key>
|
|
43
|
+
<string>1</string>
|
|
44
|
+
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
|
45
|
+
<true/>
|
|
46
|
+
</dict>
|
|
47
|
+
</plist>
|
|
@@ -0,0 +1,47 @@
|
|
|
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>CFBundleDevelopmentRegion</key>
|
|
6
|
+
<string>en</string>
|
|
7
|
+
<key>CFBundleDisplayName</key>
|
|
8
|
+
<string>${APP_NAME} Helper</string>
|
|
9
|
+
<key>CFBundleExecutable</key>
|
|
10
|
+
<string>${APP_EXECUTABLE_NAME} Helper</string>
|
|
11
|
+
<key>CFBundleIdentifier</key>
|
|
12
|
+
<string>${APP_BUNDLE_ID}.helper</string>
|
|
13
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
|
14
|
+
<string>6.0</string>
|
|
15
|
+
<key>CFBundleName</key>
|
|
16
|
+
<string>${APP_NAME} Helper</string>
|
|
17
|
+
<key>CFBundlePackageType</key>
|
|
18
|
+
<string>APPL</string>
|
|
19
|
+
<key>CFBundleSignature</key>
|
|
20
|
+
<string>${APP_AUTHOR}</string>
|
|
21
|
+
<key>CFBundleVersion</key>
|
|
22
|
+
<string>5790.170</string>
|
|
23
|
+
<key>DTCompiler</key>
|
|
24
|
+
<string>com.apple.compilers.llvm.clang.1_0</string>
|
|
25
|
+
<key>DTSDKBuild</key>
|
|
26
|
+
<string>22E245</string>
|
|
27
|
+
<key>DTSDKName</key>
|
|
28
|
+
<string>macosx13.3</string>
|
|
29
|
+
<key>DTXcode</key>
|
|
30
|
+
<string>1431</string>
|
|
31
|
+
<key>DTXcodeBuild</key>
|
|
32
|
+
<string>14E300c</string>
|
|
33
|
+
<key>LSEnvironment</key>
|
|
34
|
+
<dict>
|
|
35
|
+
<key>MallocNanoZone</key>
|
|
36
|
+
<string>0</string>
|
|
37
|
+
</dict>
|
|
38
|
+
<key>LSFileQuarantineEnabled</key>
|
|
39
|
+
<true/>
|
|
40
|
+
<key>LSMinimumSystemVersion</key>
|
|
41
|
+
<string>12.0</string>
|
|
42
|
+
<key>LSUIElement</key>
|
|
43
|
+
<string>1</string>
|
|
44
|
+
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
|
45
|
+
<true/>
|
|
46
|
+
</dict>
|
|
47
|
+
</plist>
|
package/bin/7zr-mac
ADDED
|
Binary file
|
package/bin/cc_nativegen
ADDED
|
Binary file
|