]> git.r.bdr.sh - rbdr/captura/blob - Captura.xcodeproj/project.pbxproj
3238749d7765e34628411ccdf095fd9bf86c377a
[rbdr/captura] / Captura.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 56;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 B5278B172A71528F009F6462 /* HelpPopoverViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5278B162A71528F009F6462 /* HelpPopoverViewController.swift */; };
11 B5278B1F2A71BD9B009F6462 /* OutputSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5278B1E2A71BD9B009F6462 /* OutputSettings.swift */; };
12 B5278B212A71BFC3009F6462 /* SettingsStructs.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5278B202A71BFC3009F6462 /* SettingsStructs.swift */; };
13 B5278B232A71C140009F6462 /* PreferencesWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5278B222A71C140009F6462 /* PreferencesWindow.swift */; };
14 B5278B252A71CA80009F6462 /* AdvancedSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5278B242A71CA80009F6462 /* AdvancedSettings.swift */; };
15 B5278B282A739871009F6462 /* CGImage+resize.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5278B272A739871009F6462 /* CGImage+resize.swift */; };
16 B5278B2A2A73992D009F6462 /* GifRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5278B292A73992D009F6462 /* GifRenderer.swift */; };
17 B5278B2C2A739B3A009F6462 /* CapturaFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5278B2B2A739B3A009F6462 /* CapturaFile.swift */; };
18 B5278B312A73AEAE009F6462 /* CVImageBuffer+cgImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5278B302A73AEAE009F6462 /* CVImageBuffer+cgImage.swift */; };
19 B5278B362A73B3AA009F6462 /* CapturaCaptureSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5278B352A73B3AA009F6462 /* CapturaCaptureSession.swift */; };
20 B5278B382A73D1EE009F6462 /* CapturaSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5278B372A73D1EE009F6462 /* CapturaSettings.swift */; };
21 B55DDFCC2A6F0253001A5E76 /* Notification+AppEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55DDFCB2A6F0253001A5E76 /* Notification+AppEvents.swift */; };
22 B55DDFCE2A6F069D001A5E76 /* RecordingWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55DDFCD2A6F069D001A5E76 /* RecordingWindow.swift */; };
23 B56C70CD2A6EFDF4009B97EB /* CaptureState.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56C70CC2A6EFDF4009B97EB /* CaptureState.swift */; };
24 B5F915522A6EF80D007ECE8E /* CapturaApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5F915512A6EF80D007ECE8E /* CapturaApp.swift */; };
25 B5F915542A6EF80D007ECE8E /* PreferencesScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5F915532A6EF80D007ECE8E /* PreferencesScreen.swift */; };
26 B5F915562A6EF80E007ECE8E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B5F915552A6EF80E007ECE8E /* Assets.xcassets */; };
27 B5F915592A6EF80E007ECE8E /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B5F915582A6EF80E007ECE8E /* Preview Assets.xcassets */; };
28 B5F9155B2A6EF80E007ECE8E /* CapturaRemoteFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5F9155A2A6EF80E007ECE8E /* CapturaRemoteFile.swift */; };
29 B5F915662A6EF80E007ECE8E /* CapturaTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5F915652A6EF80E007ECE8E /* CapturaTests.swift */; };
30 B5F915702A6EF80E007ECE8E /* CapturaUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5F9156F2A6EF80E007ECE8E /* CapturaUITests.swift */; };
31 B5F915722A6EF80E007ECE8E /* CapturaUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5F915712A6EF80E007ECE8E /* CapturaUITestsLaunchTests.swift */; };
32 /* End PBXBuildFile section */
33
34 /* Begin PBXContainerItemProxy section */
35 B5F915622A6EF80E007ECE8E /* PBXContainerItemProxy */ = {
36 isa = PBXContainerItemProxy;
37 containerPortal = B5F915462A6EF80D007ECE8E /* Project object */;
38 proxyType = 1;
39 remoteGlobalIDString = B5F9154D2A6EF80D007ECE8E;
40 remoteInfo = Captura;
41 };
42 B5F9156C2A6EF80E007ECE8E /* PBXContainerItemProxy */ = {
43 isa = PBXContainerItemProxy;
44 containerPortal = B5F915462A6EF80D007ECE8E /* Project object */;
45 proxyType = 1;
46 remoteGlobalIDString = B5F9154D2A6EF80D007ECE8E;
47 remoteInfo = Captura;
48 };
49 /* End PBXContainerItemProxy section */
50
51 /* Begin PBXFileReference section */
52 B5278B162A71528F009F6462 /* HelpPopoverViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HelpPopoverViewController.swift; sourceTree = "<group>"; };
53 B5278B1E2A71BD9B009F6462 /* OutputSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OutputSettings.swift; sourceTree = "<group>"; };
54 B5278B202A71BFC3009F6462 /* SettingsStructs.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsStructs.swift; sourceTree = "<group>"; };
55 B5278B222A71C140009F6462 /* PreferencesWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreferencesWindow.swift; sourceTree = "<group>"; };
56 B5278B242A71CA80009F6462 /* AdvancedSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdvancedSettings.swift; sourceTree = "<group>"; };
57 B5278B272A739871009F6462 /* CGImage+resize.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CGImage+resize.swift"; sourceTree = "<group>"; };
58 B5278B292A73992D009F6462 /* GifRenderer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GifRenderer.swift; sourceTree = "<group>"; };
59 B5278B2B2A739B3A009F6462 /* CapturaFile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CapturaFile.swift; sourceTree = "<group>"; };
60 B5278B302A73AEAE009F6462 /* CVImageBuffer+cgImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CVImageBuffer+cgImage.swift"; sourceTree = "<group>"; };
61 B5278B352A73B3AA009F6462 /* CapturaCaptureSession.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CapturaCaptureSession.swift; sourceTree = "<group>"; };
62 B5278B372A73D1EE009F6462 /* CapturaSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CapturaSettings.swift; sourceTree = "<group>"; };
63 B55DDFCB2A6F0253001A5E76 /* Notification+AppEvents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Notification+AppEvents.swift"; sourceTree = "<group>"; };
64 B55DDFCD2A6F069D001A5E76 /* RecordingWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecordingWindow.swift; sourceTree = "<group>"; };
65 B56C70CC2A6EFDF4009B97EB /* CaptureState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CaptureState.swift; sourceTree = "<group>"; };
66 B5F9154E2A6EF80D007ECE8E /* Captura.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Captura.app; sourceTree = BUILT_PRODUCTS_DIR; };
67 B5F915512A6EF80D007ECE8E /* CapturaApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CapturaApp.swift; sourceTree = "<group>"; };
68 B5F915532A6EF80D007ECE8E /* PreferencesScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreferencesScreen.swift; sourceTree = "<group>"; };
69 B5F915552A6EF80E007ECE8E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
70 B5F915582A6EF80E007ECE8E /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
71 B5F9155A2A6EF80E007ECE8E /* CapturaRemoteFile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CapturaRemoteFile.swift; sourceTree = "<group>"; };
72 B5F9155C2A6EF80E007ECE8E /* Captura.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Captura.entitlements; sourceTree = "<group>"; };
73 B5F915612A6EF80E007ECE8E /* CapturaTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CapturaTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
74 B5F915652A6EF80E007ECE8E /* CapturaTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CapturaTests.swift; sourceTree = "<group>"; };
75 B5F9156B2A6EF80E007ECE8E /* CapturaUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CapturaUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
76 B5F9156F2A6EF80E007ECE8E /* CapturaUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CapturaUITests.swift; sourceTree = "<group>"; };
77 B5F915712A6EF80E007ECE8E /* CapturaUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CapturaUITestsLaunchTests.swift; sourceTree = "<group>"; };
78 /* End PBXFileReference section */
79
80 /* Begin PBXFrameworksBuildPhase section */
81 B5F9154B2A6EF80D007ECE8E /* Frameworks */ = {
82 isa = PBXFrameworksBuildPhase;
83 buildActionMask = 2147483647;
84 files = (
85 );
86 runOnlyForDeploymentPostprocessing = 0;
87 };
88 B5F9155E2A6EF80E007ECE8E /* Frameworks */ = {
89 isa = PBXFrameworksBuildPhase;
90 buildActionMask = 2147483647;
91 files = (
92 );
93 runOnlyForDeploymentPostprocessing = 0;
94 };
95 B5F915682A6EF80E007ECE8E /* Frameworks */ = {
96 isa = PBXFrameworksBuildPhase;
97 buildActionMask = 2147483647;
98 files = (
99 );
100 runOnlyForDeploymentPostprocessing = 0;
101 };
102 /* End PBXFrameworksBuildPhase section */
103
104 /* Begin PBXGroup section */
105 B5278B182A71BD10009F6462 /* Presentation */ = {
106 isa = PBXGroup;
107 children = (
108 B5278B1D2A71BD8A009F6462 /* Settings */,
109 B5278B1B2A71BD2E009F6462 /* Popovers */,
110 B5278B1A2A71BD1F009F6462 /* Windows */,
111 B5278B192A71BD1A009F6462 /* Screens */,
112 );
113 path = Presentation;
114 sourceTree = "<group>";
115 };
116 B5278B192A71BD1A009F6462 /* Screens */ = {
117 isa = PBXGroup;
118 children = (
119 B5F915532A6EF80D007ECE8E /* PreferencesScreen.swift */,
120 );
121 path = Screens;
122 sourceTree = "<group>";
123 };
124 B5278B1A2A71BD1F009F6462 /* Windows */ = {
125 isa = PBXGroup;
126 children = (
127 B55DDFCD2A6F069D001A5E76 /* RecordingWindow.swift */,
128 B5278B222A71C140009F6462 /* PreferencesWindow.swift */,
129 );
130 path = Windows;
131 sourceTree = "<group>";
132 };
133 B5278B1B2A71BD2E009F6462 /* Popovers */ = {
134 isa = PBXGroup;
135 children = (
136 B5278B162A71528F009F6462 /* HelpPopoverViewController.swift */,
137 );
138 path = Popovers;
139 sourceTree = "<group>";
140 };
141 B5278B1C2A71BD3C009F6462 /* Data */ = {
142 isa = PBXGroup;
143 children = (
144 B5278B202A71BFC3009F6462 /* SettingsStructs.swift */,
145 B5278B292A73992D009F6462 /* GifRenderer.swift */,
146 B5278B2B2A739B3A009F6462 /* CapturaFile.swift */,
147 B5F9155A2A6EF80E007ECE8E /* CapturaRemoteFile.swift */,
148 B5278B372A73D1EE009F6462 /* CapturaSettings.swift */,
149 );
150 path = Data;
151 sourceTree = "<group>";
152 };
153 B5278B1D2A71BD8A009F6462 /* Settings */ = {
154 isa = PBXGroup;
155 children = (
156 B5278B1E2A71BD9B009F6462 /* OutputSettings.swift */,
157 B5278B242A71CA80009F6462 /* AdvancedSettings.swift */,
158 );
159 path = Settings;
160 sourceTree = "<group>";
161 };
162 B5278B262A739862009F6462 /* Core Extensions */ = {
163 isa = PBXGroup;
164 children = (
165 B55DDFCB2A6F0253001A5E76 /* Notification+AppEvents.swift */,
166 B5278B272A739871009F6462 /* CGImage+resize.swift */,
167 B5278B302A73AEAE009F6462 /* CVImageBuffer+cgImage.swift */,
168 );
169 path = "Core Extensions";
170 sourceTree = "<group>";
171 };
172 B5278B322A73AFEC009F6462 /* Domain */ = {
173 isa = PBXGroup;
174 children = (
175 B56C70CC2A6EFDF4009B97EB /* CaptureState.swift */,
176 B5278B352A73B3AA009F6462 /* CapturaCaptureSession.swift */,
177 );
178 path = Domain;
179 sourceTree = "<group>";
180 };
181 B5F915452A6EF80D007ECE8E = {
182 isa = PBXGroup;
183 children = (
184 B5F915502A6EF80D007ECE8E /* Captura */,
185 B5F915642A6EF80E007ECE8E /* CapturaTests */,
186 B5F9156E2A6EF80E007ECE8E /* CapturaUITests */,
187 B5F9154F2A6EF80D007ECE8E /* Products */,
188 );
189 sourceTree = "<group>";
190 };
191 B5F9154F2A6EF80D007ECE8E /* Products */ = {
192 isa = PBXGroup;
193 children = (
194 B5F9154E2A6EF80D007ECE8E /* Captura.app */,
195 B5F915612A6EF80E007ECE8E /* CapturaTests.xctest */,
196 B5F9156B2A6EF80E007ECE8E /* CapturaUITests.xctest */,
197 );
198 name = Products;
199 sourceTree = "<group>";
200 };
201 B5F915502A6EF80D007ECE8E /* Captura */ = {
202 isa = PBXGroup;
203 children = (
204 B5F915512A6EF80D007ECE8E /* CapturaApp.swift */,
205 B5278B262A739862009F6462 /* Core Extensions */,
206 B5278B1C2A71BD3C009F6462 /* Data */,
207 B5278B322A73AFEC009F6462 /* Domain */,
208 B5278B182A71BD10009F6462 /* Presentation */,
209 B5F915552A6EF80E007ECE8E /* Assets.xcassets */,
210 B5F9155C2A6EF80E007ECE8E /* Captura.entitlements */,
211 B5F915572A6EF80E007ECE8E /* Preview Content */,
212 );
213 path = Captura;
214 sourceTree = "<group>";
215 };
216 B5F915572A6EF80E007ECE8E /* Preview Content */ = {
217 isa = PBXGroup;
218 children = (
219 B5F915582A6EF80E007ECE8E /* Preview Assets.xcassets */,
220 );
221 path = "Preview Content";
222 sourceTree = "<group>";
223 };
224 B5F915642A6EF80E007ECE8E /* CapturaTests */ = {
225 isa = PBXGroup;
226 children = (
227 B5F915652A6EF80E007ECE8E /* CapturaTests.swift */,
228 );
229 path = CapturaTests;
230 sourceTree = "<group>";
231 };
232 B5F9156E2A6EF80E007ECE8E /* CapturaUITests */ = {
233 isa = PBXGroup;
234 children = (
235 B5F9156F2A6EF80E007ECE8E /* CapturaUITests.swift */,
236 B5F915712A6EF80E007ECE8E /* CapturaUITestsLaunchTests.swift */,
237 );
238 path = CapturaUITests;
239 sourceTree = "<group>";
240 };
241 /* End PBXGroup section */
242
243 /* Begin PBXNativeTarget section */
244 B5F9154D2A6EF80D007ECE8E /* Captura */ = {
245 isa = PBXNativeTarget;
246 buildConfigurationList = B5F915752A6EF80E007ECE8E /* Build configuration list for PBXNativeTarget "Captura" */;
247 buildPhases = (
248 B5F9154A2A6EF80D007ECE8E /* Sources */,
249 B5F9154B2A6EF80D007ECE8E /* Frameworks */,
250 B5F9154C2A6EF80D007ECE8E /* Resources */,
251 );
252 buildRules = (
253 );
254 dependencies = (
255 );
256 name = Captura;
257 productName = Captura;
258 productReference = B5F9154E2A6EF80D007ECE8E /* Captura.app */;
259 productType = "com.apple.product-type.application";
260 };
261 B5F915602A6EF80E007ECE8E /* CapturaTests */ = {
262 isa = PBXNativeTarget;
263 buildConfigurationList = B5F915782A6EF80E007ECE8E /* Build configuration list for PBXNativeTarget "CapturaTests" */;
264 buildPhases = (
265 B5F9155D2A6EF80E007ECE8E /* Sources */,
266 B5F9155E2A6EF80E007ECE8E /* Frameworks */,
267 B5F9155F2A6EF80E007ECE8E /* Resources */,
268 );
269 buildRules = (
270 );
271 dependencies = (
272 B5F915632A6EF80E007ECE8E /* PBXTargetDependency */,
273 );
274 name = CapturaTests;
275 productName = CapturaTests;
276 productReference = B5F915612A6EF80E007ECE8E /* CapturaTests.xctest */;
277 productType = "com.apple.product-type.bundle.unit-test";
278 };
279 B5F9156A2A6EF80E007ECE8E /* CapturaUITests */ = {
280 isa = PBXNativeTarget;
281 buildConfigurationList = B5F9157B2A6EF80E007ECE8E /* Build configuration list for PBXNativeTarget "CapturaUITests" */;
282 buildPhases = (
283 B5F915672A6EF80E007ECE8E /* Sources */,
284 B5F915682A6EF80E007ECE8E /* Frameworks */,
285 B5F915692A6EF80E007ECE8E /* Resources */,
286 );
287 buildRules = (
288 );
289 dependencies = (
290 B5F9156D2A6EF80E007ECE8E /* PBXTargetDependency */,
291 );
292 name = CapturaUITests;
293 productName = CapturaUITests;
294 productReference = B5F9156B2A6EF80E007ECE8E /* CapturaUITests.xctest */;
295 productType = "com.apple.product-type.bundle.ui-testing";
296 };
297 /* End PBXNativeTarget section */
298
299 /* Begin PBXProject section */
300 B5F915462A6EF80D007ECE8E /* Project object */ = {
301 isa = PBXProject;
302 attributes = {
303 BuildIndependentTargetsInParallel = 1;
304 LastSwiftUpdateCheck = 1500;
305 LastUpgradeCheck = 1500;
306 TargetAttributes = {
307 B5F9154D2A6EF80D007ECE8E = {
308 CreatedOnToolsVersion = 15.0;
309 };
310 B5F915602A6EF80E007ECE8E = {
311 CreatedOnToolsVersion = 15.0;
312 TestTargetID = B5F9154D2A6EF80D007ECE8E;
313 };
314 B5F9156A2A6EF80E007ECE8E = {
315 CreatedOnToolsVersion = 15.0;
316 TestTargetID = B5F9154D2A6EF80D007ECE8E;
317 };
318 };
319 };
320 buildConfigurationList = B5F915492A6EF80D007ECE8E /* Build configuration list for PBXProject "Captura" */;
321 compatibilityVersion = "Xcode 14.0";
322 developmentRegion = en;
323 hasScannedForEncodings = 0;
324 knownRegions = (
325 en,
326 Base,
327 );
328 mainGroup = B5F915452A6EF80D007ECE8E;
329 productRefGroup = B5F9154F2A6EF80D007ECE8E /* Products */;
330 projectDirPath = "";
331 projectRoot = "";
332 targets = (
333 B5F9154D2A6EF80D007ECE8E /* Captura */,
334 B5F915602A6EF80E007ECE8E /* CapturaTests */,
335 B5F9156A2A6EF80E007ECE8E /* CapturaUITests */,
336 );
337 };
338 /* End PBXProject section */
339
340 /* Begin PBXResourcesBuildPhase section */
341 B5F9154C2A6EF80D007ECE8E /* Resources */ = {
342 isa = PBXResourcesBuildPhase;
343 buildActionMask = 2147483647;
344 files = (
345 B5F915592A6EF80E007ECE8E /* Preview Assets.xcassets in Resources */,
346 B5F915562A6EF80E007ECE8E /* Assets.xcassets in Resources */,
347 );
348 runOnlyForDeploymentPostprocessing = 0;
349 };
350 B5F9155F2A6EF80E007ECE8E /* Resources */ = {
351 isa = PBXResourcesBuildPhase;
352 buildActionMask = 2147483647;
353 files = (
354 );
355 runOnlyForDeploymentPostprocessing = 0;
356 };
357 B5F915692A6EF80E007ECE8E /* Resources */ = {
358 isa = PBXResourcesBuildPhase;
359 buildActionMask = 2147483647;
360 files = (
361 );
362 runOnlyForDeploymentPostprocessing = 0;
363 };
364 /* End PBXResourcesBuildPhase section */
365
366 /* Begin PBXSourcesBuildPhase section */
367 B5F9154A2A6EF80D007ECE8E /* Sources */ = {
368 isa = PBXSourcesBuildPhase;
369 buildActionMask = 2147483647;
370 files = (
371 B5F915542A6EF80D007ECE8E /* PreferencesScreen.swift in Sources */,
372 B5278B382A73D1EE009F6462 /* CapturaSettings.swift in Sources */,
373 B5278B282A739871009F6462 /* CGImage+resize.swift in Sources */,
374 B5278B2C2A739B3A009F6462 /* CapturaFile.swift in Sources */,
375 B5278B1F2A71BD9B009F6462 /* OutputSettings.swift in Sources */,
376 B5278B2A2A73992D009F6462 /* GifRenderer.swift in Sources */,
377 B5278B212A71BFC3009F6462 /* SettingsStructs.swift in Sources */,
378 B55DDFCE2A6F069D001A5E76 /* RecordingWindow.swift in Sources */,
379 B55DDFCC2A6F0253001A5E76 /* Notification+AppEvents.swift in Sources */,
380 B5F9155B2A6EF80E007ECE8E /* CapturaRemoteFile.swift in Sources */,
381 B5278B232A71C140009F6462 /* PreferencesWindow.swift in Sources */,
382 B5278B172A71528F009F6462 /* HelpPopoverViewController.swift in Sources */,
383 B56C70CD2A6EFDF4009B97EB /* CaptureState.swift in Sources */,
384 B5278B312A73AEAE009F6462 /* CVImageBuffer+cgImage.swift in Sources */,
385 B5278B252A71CA80009F6462 /* AdvancedSettings.swift in Sources */,
386 B5278B362A73B3AA009F6462 /* CapturaCaptureSession.swift in Sources */,
387 B5F915522A6EF80D007ECE8E /* CapturaApp.swift in Sources */,
388 );
389 runOnlyForDeploymentPostprocessing = 0;
390 };
391 B5F9155D2A6EF80E007ECE8E /* Sources */ = {
392 isa = PBXSourcesBuildPhase;
393 buildActionMask = 2147483647;
394 files = (
395 B5F915662A6EF80E007ECE8E /* CapturaTests.swift in Sources */,
396 );
397 runOnlyForDeploymentPostprocessing = 0;
398 };
399 B5F915672A6EF80E007ECE8E /* Sources */ = {
400 isa = PBXSourcesBuildPhase;
401 buildActionMask = 2147483647;
402 files = (
403 B5F915702A6EF80E007ECE8E /* CapturaUITests.swift in Sources */,
404 B5F915722A6EF80E007ECE8E /* CapturaUITestsLaunchTests.swift in Sources */,
405 );
406 runOnlyForDeploymentPostprocessing = 0;
407 };
408 /* End PBXSourcesBuildPhase section */
409
410 /* Begin PBXTargetDependency section */
411 B5F915632A6EF80E007ECE8E /* PBXTargetDependency */ = {
412 isa = PBXTargetDependency;
413 target = B5F9154D2A6EF80D007ECE8E /* Captura */;
414 targetProxy = B5F915622A6EF80E007ECE8E /* PBXContainerItemProxy */;
415 };
416 B5F9156D2A6EF80E007ECE8E /* PBXTargetDependency */ = {
417 isa = PBXTargetDependency;
418 target = B5F9154D2A6EF80D007ECE8E /* Captura */;
419 targetProxy = B5F9156C2A6EF80E007ECE8E /* PBXContainerItemProxy */;
420 };
421 /* End PBXTargetDependency section */
422
423 /* Begin XCBuildConfiguration section */
424 B5F915732A6EF80E007ECE8E /* Debug */ = {
425 isa = XCBuildConfiguration;
426 buildSettings = {
427 ALWAYS_SEARCH_USER_PATHS = NO;
428 ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
429 CLANG_ANALYZER_NONNULL = YES;
430 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
431 CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
432 CLANG_ENABLE_MODULES = YES;
433 CLANG_ENABLE_OBJC_ARC = YES;
434 CLANG_ENABLE_OBJC_WEAK = YES;
435 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
436 CLANG_WARN_BOOL_CONVERSION = YES;
437 CLANG_WARN_COMMA = YES;
438 CLANG_WARN_CONSTANT_CONVERSION = YES;
439 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
440 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
441 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
442 CLANG_WARN_EMPTY_BODY = YES;
443 CLANG_WARN_ENUM_CONVERSION = YES;
444 CLANG_WARN_INFINITE_RECURSION = YES;
445 CLANG_WARN_INT_CONVERSION = YES;
446 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
447 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
448 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
449 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
450 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
451 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
452 CLANG_WARN_STRICT_PROTOTYPES = YES;
453 CLANG_WARN_SUSPICIOUS_MOVE = YES;
454 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
455 CLANG_WARN_UNREACHABLE_CODE = YES;
456 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
457 COPY_PHASE_STRIP = NO;
458 DEBUG_INFORMATION_FORMAT = dwarf;
459 ENABLE_STRICT_OBJC_MSGSEND = YES;
460 ENABLE_TESTABILITY = YES;
461 ENABLE_USER_SCRIPT_SANDBOXING = YES;
462 GCC_C_LANGUAGE_STANDARD = gnu17;
463 GCC_DYNAMIC_NO_PIC = NO;
464 GCC_NO_COMMON_BLOCKS = YES;
465 GCC_OPTIMIZATION_LEVEL = 0;
466 GCC_PREPROCESSOR_DEFINITIONS = (
467 "DEBUG=1",
468 "$(inherited)",
469 );
470 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
471 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
472 GCC_WARN_UNDECLARED_SELECTOR = YES;
473 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
474 GCC_WARN_UNUSED_FUNCTION = YES;
475 GCC_WARN_UNUSED_VARIABLE = YES;
476 LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
477 MACOSX_DEPLOYMENT_TARGET = 14.0;
478 MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
479 MTL_FAST_MATH = YES;
480 ONLY_ACTIVE_ARCH = YES;
481 SDKROOT = macosx;
482 SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
483 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
484 };
485 name = Debug;
486 };
487 B5F915742A6EF80E007ECE8E /* Release */ = {
488 isa = XCBuildConfiguration;
489 buildSettings = {
490 ALWAYS_SEARCH_USER_PATHS = NO;
491 ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
492 CLANG_ANALYZER_NONNULL = YES;
493 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
494 CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
495 CLANG_ENABLE_MODULES = YES;
496 CLANG_ENABLE_OBJC_ARC = YES;
497 CLANG_ENABLE_OBJC_WEAK = YES;
498 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
499 CLANG_WARN_BOOL_CONVERSION = YES;
500 CLANG_WARN_COMMA = YES;
501 CLANG_WARN_CONSTANT_CONVERSION = YES;
502 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
503 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
504 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
505 CLANG_WARN_EMPTY_BODY = YES;
506 CLANG_WARN_ENUM_CONVERSION = YES;
507 CLANG_WARN_INFINITE_RECURSION = YES;
508 CLANG_WARN_INT_CONVERSION = YES;
509 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
510 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
511 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
512 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
513 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
514 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
515 CLANG_WARN_STRICT_PROTOTYPES = YES;
516 CLANG_WARN_SUSPICIOUS_MOVE = YES;
517 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
518 CLANG_WARN_UNREACHABLE_CODE = YES;
519 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
520 COPY_PHASE_STRIP = NO;
521 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
522 ENABLE_NS_ASSERTIONS = NO;
523 ENABLE_STRICT_OBJC_MSGSEND = YES;
524 ENABLE_USER_SCRIPT_SANDBOXING = YES;
525 GCC_C_LANGUAGE_STANDARD = gnu17;
526 GCC_NO_COMMON_BLOCKS = YES;
527 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
528 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
529 GCC_WARN_UNDECLARED_SELECTOR = YES;
530 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
531 GCC_WARN_UNUSED_FUNCTION = YES;
532 GCC_WARN_UNUSED_VARIABLE = YES;
533 LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
534 MACOSX_DEPLOYMENT_TARGET = 14.0;
535 MTL_ENABLE_DEBUG_INFO = NO;
536 MTL_FAST_MATH = YES;
537 SDKROOT = macosx;
538 SWIFT_COMPILATION_MODE = wholemodule;
539 };
540 name = Release;
541 };
542 B5F915762A6EF80E007ECE8E /* Debug */ = {
543 isa = XCBuildConfiguration;
544 buildSettings = {
545 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
546 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
547 CODE_SIGN_ENTITLEMENTS = Captura/Captura.entitlements;
548 CODE_SIGN_STYLE = Automatic;
549 COMBINE_HIDPI_IMAGES = YES;
550 CURRENT_PROJECT_VERSION = 1;
551 DEVELOPMENT_ASSET_PATHS = "\"Captura/Preview Content\"";
552 DEVELOPMENT_TEAM = S68NHQVJXW;
553 ENABLE_HARDENED_RUNTIME = YES;
554 ENABLE_PREVIEWS = YES;
555 GENERATE_INFOPLIST_FILE = YES;
556 INFOPLIST_KEY_LSUIElement = YES;
557 INFOPLIST_KEY_NSHumanReadableCopyright = "";
558 LD_RUNPATH_SEARCH_PATHS = (
559 "$(inherited)",
560 "@executable_path/../Frameworks",
561 );
562 MARKETING_VERSION = 1.0;
563 PRODUCT_BUNDLE_IDENTIFIER = pizza.unlimited.Captura;
564 PRODUCT_NAME = "$(TARGET_NAME)";
565 SWIFT_EMIT_LOC_STRINGS = YES;
566 SWIFT_VERSION = 5.0;
567 };
568 name = Debug;
569 };
570 B5F915772A6EF80E007ECE8E /* Release */ = {
571 isa = XCBuildConfiguration;
572 buildSettings = {
573 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
574 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
575 CODE_SIGN_ENTITLEMENTS = Captura/Captura.entitlements;
576 CODE_SIGN_STYLE = Automatic;
577 COMBINE_HIDPI_IMAGES = YES;
578 CURRENT_PROJECT_VERSION = 1;
579 DEVELOPMENT_ASSET_PATHS = "\"Captura/Preview Content\"";
580 DEVELOPMENT_TEAM = S68NHQVJXW;
581 ENABLE_HARDENED_RUNTIME = YES;
582 ENABLE_PREVIEWS = YES;
583 GENERATE_INFOPLIST_FILE = YES;
584 INFOPLIST_KEY_LSUIElement = YES;
585 INFOPLIST_KEY_NSHumanReadableCopyright = "";
586 LD_RUNPATH_SEARCH_PATHS = (
587 "$(inherited)",
588 "@executable_path/../Frameworks",
589 );
590 MARKETING_VERSION = 1.0;
591 PRODUCT_BUNDLE_IDENTIFIER = pizza.unlimited.Captura;
592 PRODUCT_NAME = "$(TARGET_NAME)";
593 SWIFT_EMIT_LOC_STRINGS = YES;
594 SWIFT_VERSION = 5.0;
595 };
596 name = Release;
597 };
598 B5F915792A6EF80E007ECE8E /* Debug */ = {
599 isa = XCBuildConfiguration;
600 buildSettings = {
601 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
602 BUNDLE_LOADER = "$(TEST_HOST)";
603 CODE_SIGN_STYLE = Automatic;
604 CURRENT_PROJECT_VERSION = 1;
605 DEVELOPMENT_TEAM = S68NHQVJXW;
606 GENERATE_INFOPLIST_FILE = YES;
607 MACOSX_DEPLOYMENT_TARGET = 14.0;
608 MARKETING_VERSION = 1.0;
609 PRODUCT_BUNDLE_IDENTIFIER = pizza.unlimited.CapturaTests;
610 PRODUCT_NAME = "$(TARGET_NAME)";
611 SWIFT_EMIT_LOC_STRINGS = NO;
612 SWIFT_VERSION = 5.0;
613 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Captura.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Captura";
614 };
615 name = Debug;
616 };
617 B5F9157A2A6EF80E007ECE8E /* Release */ = {
618 isa = XCBuildConfiguration;
619 buildSettings = {
620 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
621 BUNDLE_LOADER = "$(TEST_HOST)";
622 CODE_SIGN_STYLE = Automatic;
623 CURRENT_PROJECT_VERSION = 1;
624 DEVELOPMENT_TEAM = S68NHQVJXW;
625 GENERATE_INFOPLIST_FILE = YES;
626 MACOSX_DEPLOYMENT_TARGET = 14.0;
627 MARKETING_VERSION = 1.0;
628 PRODUCT_BUNDLE_IDENTIFIER = pizza.unlimited.CapturaTests;
629 PRODUCT_NAME = "$(TARGET_NAME)";
630 SWIFT_EMIT_LOC_STRINGS = NO;
631 SWIFT_VERSION = 5.0;
632 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Captura.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Captura";
633 };
634 name = Release;
635 };
636 B5F9157C2A6EF80E007ECE8E /* Debug */ = {
637 isa = XCBuildConfiguration;
638 buildSettings = {
639 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
640 CODE_SIGN_STYLE = Automatic;
641 CURRENT_PROJECT_VERSION = 1;
642 DEVELOPMENT_TEAM = S68NHQVJXW;
643 GENERATE_INFOPLIST_FILE = YES;
644 MARKETING_VERSION = 1.0;
645 PRODUCT_BUNDLE_IDENTIFIER = pizza.unlimited.CapturaUITests;
646 PRODUCT_NAME = "$(TARGET_NAME)";
647 SWIFT_EMIT_LOC_STRINGS = NO;
648 SWIFT_VERSION = 5.0;
649 TEST_TARGET_NAME = Captura;
650 };
651 name = Debug;
652 };
653 B5F9157D2A6EF80E007ECE8E /* Release */ = {
654 isa = XCBuildConfiguration;
655 buildSettings = {
656 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
657 CODE_SIGN_STYLE = Automatic;
658 CURRENT_PROJECT_VERSION = 1;
659 DEVELOPMENT_TEAM = S68NHQVJXW;
660 GENERATE_INFOPLIST_FILE = YES;
661 MARKETING_VERSION = 1.0;
662 PRODUCT_BUNDLE_IDENTIFIER = pizza.unlimited.CapturaUITests;
663 PRODUCT_NAME = "$(TARGET_NAME)";
664 SWIFT_EMIT_LOC_STRINGS = NO;
665 SWIFT_VERSION = 5.0;
666 TEST_TARGET_NAME = Captura;
667 };
668 name = Release;
669 };
670 /* End XCBuildConfiguration section */
671
672 /* Begin XCConfigurationList section */
673 B5F915492A6EF80D007ECE8E /* Build configuration list for PBXProject "Captura" */ = {
674 isa = XCConfigurationList;
675 buildConfigurations = (
676 B5F915732A6EF80E007ECE8E /* Debug */,
677 B5F915742A6EF80E007ECE8E /* Release */,
678 );
679 defaultConfigurationIsVisible = 0;
680 defaultConfigurationName = Release;
681 };
682 B5F915752A6EF80E007ECE8E /* Build configuration list for PBXNativeTarget "Captura" */ = {
683 isa = XCConfigurationList;
684 buildConfigurations = (
685 B5F915762A6EF80E007ECE8E /* Debug */,
686 B5F915772A6EF80E007ECE8E /* Release */,
687 );
688 defaultConfigurationIsVisible = 0;
689 defaultConfigurationName = Release;
690 };
691 B5F915782A6EF80E007ECE8E /* Build configuration list for PBXNativeTarget "CapturaTests" */ = {
692 isa = XCConfigurationList;
693 buildConfigurations = (
694 B5F915792A6EF80E007ECE8E /* Debug */,
695 B5F9157A2A6EF80E007ECE8E /* Release */,
696 );
697 defaultConfigurationIsVisible = 0;
698 defaultConfigurationName = Release;
699 };
700 B5F9157B2A6EF80E007ECE8E /* Build configuration list for PBXNativeTarget "CapturaUITests" */ = {
701 isa = XCConfigurationList;
702 buildConfigurations = (
703 B5F9157C2A6EF80E007ECE8E /* Debug */,
704 B5F9157D2A6EF80E007ECE8E /* Release */,
705 );
706 defaultConfigurationIsVisible = 0;
707 defaultConfigurationName = Release;
708 };
709 /* End XCConfigurationList section */
710 };
711 rootObject = B5F915462A6EF80D007ECE8E /* Project object */;
712 }