Monorepo for Aesthetic.Computer
aesthetic.computer
1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 56;
7 objects = {
8
9/* Begin PBXBuildFile section */
10 41F5CDC72B2931AF00F7FF87 /* aesthetic_computerApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41F5CDC62B2931AF00F7FF87 /* aesthetic_computerApp.swift */; };
11 41F5CDC92B2931AF00F7FF87 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41F5CDC82B2931AF00F7FF87 /* ContentView.swift */; };
12 41F5CDCB2B2931B000F7FF87 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 41F5CDCA2B2931B000F7FF87 /* Assets.xcassets */; };
13 41F5CDCE2B2931B000F7FF87 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 41F5CDCD2B2931B000F7FF87 /* Preview Assets.xcassets */; };
14 41F5CDD62B29333300F7FF87 /* FirebaseAnalytics in Frameworks */ = {isa = PBXBuildFile; productRef = 41F5CDD52B29333300F7FF87 /* FirebaseAnalytics */; };
15 41F5CDD82B29333300F7FF87 /* FirebaseAnalyticsOnDeviceConversion in Frameworks */ = {isa = PBXBuildFile; productRef = 41F5CDD72B29333300F7FF87 /* FirebaseAnalyticsOnDeviceConversion */; };
16 41F5CDDA2B29333300F7FF87 /* FirebaseAnalyticsSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 41F5CDD92B29333300F7FF87 /* FirebaseAnalyticsSwift */; };
17 41F5CDDC2B29333300F7FF87 /* FirebaseAnalyticsWithoutAdIdSupport in Frameworks */ = {isa = PBXBuildFile; productRef = 41F5CDDB2B29333300F7FF87 /* FirebaseAnalyticsWithoutAdIdSupport */; };
18 41F5CDDE2B29333300F7FF87 /* FirebaseAppCheck in Frameworks */ = {isa = PBXBuildFile; productRef = 41F5CDDD2B29333300F7FF87 /* FirebaseAppCheck */; };
19 41F5CDE12B29348800F7FF87 /* FirebaseMessaging in Frameworks */ = {isa = PBXBuildFile; productRef = 41F5CDE02B29348800F7FF87 /* FirebaseMessaging */; };
20 41F5CDE82B29356F00F7FF87 /* Messages.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41F5CDE72B29356F00F7FF87 /* Messages.framework */; };
21 41F5CDEB2B29356F00F7FF87 /* MessagesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41F5CDEA2B29356F00F7FF87 /* MessagesViewController.swift */; };
22 41F5CDEE2B29356F00F7FF87 /* MainInterface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 41F5CDEC2B29356F00F7FF87 /* MainInterface.storyboard */; };
23 41F5CDF42B29356F00F7FF87 /* aesthetic.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 41F5CDE62B29356F00F7FF87 /* aesthetic.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
24 41F5CDFA2B2937D600F7FF87 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 41F5CDF92B2937D600F7FF87 /* GoogleService-Info.plist */; };
25 41F5CDFD2B293C7B00F7FF87 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 41F5CDEF2B29356F00F7FF87 /* Assets.xcassets */; };
26/* End PBXBuildFile section */
27
28/* Begin PBXContainerItemProxy section */
29 41F5CDF22B29356F00F7FF87 /* PBXContainerItemProxy */ = {
30 isa = PBXContainerItemProxy;
31 containerPortal = 41F5CDBB2B2931AF00F7FF87 /* Project object */;
32 proxyType = 1;
33 remoteGlobalIDString = 41F5CDE52B29356F00F7FF87;
34 remoteInfo = aesthetic;
35 };
36/* End PBXContainerItemProxy section */
37
38/* Begin PBXCopyFilesBuildPhase section */
39 41F5CDF82B29357000F7FF87 /* Embed Foundation Extensions */ = {
40 isa = PBXCopyFilesBuildPhase;
41 buildActionMask = 2147483647;
42 dstPath = "";
43 dstSubfolderSpec = 13;
44 files = (
45 41F5CDF42B29356F00F7FF87 /* aesthetic.appex in Embed Foundation Extensions */,
46 );
47 name = "Embed Foundation Extensions";
48 runOnlyForDeploymentPostprocessing = 0;
49 };
50/* End PBXCopyFilesBuildPhase section */
51
52/* Begin PBXFileReference section */
53 41CFB5D12B2A5D8D001954C9 /* aesthetic-computer-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "aesthetic-computer-Info.plist"; sourceTree = SOURCE_ROOT; };
54 41F5CDC32B2931AF00F7FF87 /* aesthetic.computer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = aesthetic.computer.app; sourceTree = BUILT_PRODUCTS_DIR; };
55 41F5CDC62B2931AF00F7FF87 /* aesthetic_computerApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = aesthetic_computerApp.swift; sourceTree = "<group>"; };
56 41F5CDC82B2931AF00F7FF87 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
57 41F5CDCA2B2931B000F7FF87 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
58 41F5CDCD2B2931B000F7FF87 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
59 41F5CDE62B29356F00F7FF87 /* aesthetic.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = aesthetic.appex; sourceTree = BUILT_PRODUCTS_DIR; };
60 41F5CDE72B29356F00F7FF87 /* Messages.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Messages.framework; path = System/Library/Frameworks/Messages.framework; sourceTree = SDKROOT; };
61 41F5CDEA2B29356F00F7FF87 /* MessagesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessagesViewController.swift; sourceTree = "<group>"; };
62 41F5CDED2B29356F00F7FF87 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainInterface.storyboard; sourceTree = "<group>"; };
63 41F5CDEF2B29356F00F7FF87 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
64 41F5CDF12B29356F00F7FF87 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
65 41F5CDF92B2937D600F7FF87 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
66 41F5CDFB2B2937E300F7FF87 /* aesthetic.computer-release.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "aesthetic.computer-release.entitlements"; sourceTree = "<group>"; };
67 41F5CDFC2B2937E300F7FF87 /* aesthetic.computer.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = aesthetic.computer.entitlements; sourceTree = "<group>"; };
68/* End PBXFileReference section */
69
70/* Begin PBXFrameworksBuildPhase section */
71 41F5CDC02B2931AF00F7FF87 /* Frameworks */ = {
72 isa = PBXFrameworksBuildPhase;
73 buildActionMask = 2147483647;
74 files = (
75 41F5CDE12B29348800F7FF87 /* FirebaseMessaging in Frameworks */,
76 41F5CDDA2B29333300F7FF87 /* FirebaseAnalyticsSwift in Frameworks */,
77 41F5CDD62B29333300F7FF87 /* FirebaseAnalytics in Frameworks */,
78 41F5CDD82B29333300F7FF87 /* FirebaseAnalyticsOnDeviceConversion in Frameworks */,
79 41F5CDDE2B29333300F7FF87 /* FirebaseAppCheck in Frameworks */,
80 41F5CDDC2B29333300F7FF87 /* FirebaseAnalyticsWithoutAdIdSupport in Frameworks */,
81 );
82 runOnlyForDeploymentPostprocessing = 0;
83 };
84 41F5CDE32B29356F00F7FF87 /* Frameworks */ = {
85 isa = PBXFrameworksBuildPhase;
86 buildActionMask = 2147483647;
87 files = (
88 41F5CDE82B29356F00F7FF87 /* Messages.framework in Frameworks */,
89 );
90 runOnlyForDeploymentPostprocessing = 0;
91 };
92/* End PBXFrameworksBuildPhase section */
93
94/* Begin PBXGroup section */
95 41F5CDBA2B2931AF00F7FF87 = {
96 isa = PBXGroup;
97 children = (
98 41F5CDC52B2931AF00F7FF87 /* aesthetic.computer */,
99 41F5CDE92B29356F00F7FF87 /* aesthetic */,
100 41F5CDC42B2931AF00F7FF87 /* Products */,
101 41F5CDDF2B29348800F7FF87 /* Frameworks */,
102 );
103 sourceTree = "<group>";
104 };
105 41F5CDC42B2931AF00F7FF87 /* Products */ = {
106 isa = PBXGroup;
107 children = (
108 41F5CDC32B2931AF00F7FF87 /* aesthetic.computer.app */,
109 41F5CDE62B29356F00F7FF87 /* aesthetic.appex */,
110 );
111 name = Products;
112 sourceTree = "<group>";
113 };
114 41F5CDC52B2931AF00F7FF87 /* aesthetic.computer */ = {
115 isa = PBXGroup;
116 children = (
117 41CFB5D12B2A5D8D001954C9 /* aesthetic-computer-Info.plist */,
118 41F5CDFB2B2937E300F7FF87 /* aesthetic.computer-release.entitlements */,
119 41F5CDFC2B2937E300F7FF87 /* aesthetic.computer.entitlements */,
120 41F5CDF92B2937D600F7FF87 /* GoogleService-Info.plist */,
121 41F5CDC62B2931AF00F7FF87 /* aesthetic_computerApp.swift */,
122 41F5CDC82B2931AF00F7FF87 /* ContentView.swift */,
123 41F5CDCA2B2931B000F7FF87 /* Assets.xcassets */,
124 41F5CDCC2B2931B000F7FF87 /* Preview Content */,
125 );
126 path = aesthetic.computer;
127 sourceTree = "<group>";
128 };
129 41F5CDCC2B2931B000F7FF87 /* Preview Content */ = {
130 isa = PBXGroup;
131 children = (
132 41F5CDCD2B2931B000F7FF87 /* Preview Assets.xcassets */,
133 );
134 path = "Preview Content";
135 sourceTree = "<group>";
136 };
137 41F5CDDF2B29348800F7FF87 /* Frameworks */ = {
138 isa = PBXGroup;
139 children = (
140 41F5CDE72B29356F00F7FF87 /* Messages.framework */,
141 );
142 name = Frameworks;
143 sourceTree = "<group>";
144 };
145 41F5CDE92B29356F00F7FF87 /* aesthetic */ = {
146 isa = PBXGroup;
147 children = (
148 41F5CDEA2B29356F00F7FF87 /* MessagesViewController.swift */,
149 41F5CDEC2B29356F00F7FF87 /* MainInterface.storyboard */,
150 41F5CDEF2B29356F00F7FF87 /* Assets.xcassets */,
151 41F5CDF12B29356F00F7FF87 /* Info.plist */,
152 );
153 path = aesthetic;
154 sourceTree = "<group>";
155 };
156/* End PBXGroup section */
157
158/* Begin PBXNativeTarget section */
159 41F5CDC22B2931AF00F7FF87 /* aesthetic.computer */ = {
160 isa = PBXNativeTarget;
161 buildConfigurationList = 41F5CDD12B2931B000F7FF87 /* Build configuration list for PBXNativeTarget "aesthetic.computer" */;
162 buildPhases = (
163 41F5CDBF2B2931AF00F7FF87 /* Sources */,
164 41F5CDC02B2931AF00F7FF87 /* Frameworks */,
165 41F5CDC12B2931AF00F7FF87 /* Resources */,
166 41F5CDF82B29357000F7FF87 /* Embed Foundation Extensions */,
167 );
168 buildRules = (
169 );
170 dependencies = (
171 41F5CDF32B29356F00F7FF87 /* PBXTargetDependency */,
172 );
173 name = aesthetic.computer;
174 packageProductDependencies = (
175 41F5CDD52B29333300F7FF87 /* FirebaseAnalytics */,
176 41F5CDD72B29333300F7FF87 /* FirebaseAnalyticsOnDeviceConversion */,
177 41F5CDD92B29333300F7FF87 /* FirebaseAnalyticsSwift */,
178 41F5CDDB2B29333300F7FF87 /* FirebaseAnalyticsWithoutAdIdSupport */,
179 41F5CDDD2B29333300F7FF87 /* FirebaseAppCheck */,
180 41F5CDE02B29348800F7FF87 /* FirebaseMessaging */,
181 );
182 productName = aesthetic.computer;
183 productReference = 41F5CDC32B2931AF00F7FF87 /* aesthetic.computer.app */;
184 productType = "com.apple.product-type.application";
185 };
186 41F5CDE52B29356F00F7FF87 /* aesthetic */ = {
187 isa = PBXNativeTarget;
188 buildConfigurationList = 41F5CDF52B29357000F7FF87 /* Build configuration list for PBXNativeTarget "aesthetic" */;
189 buildPhases = (
190 41F5CDE22B29356F00F7FF87 /* Sources */,
191 41F5CDE32B29356F00F7FF87 /* Frameworks */,
192 41F5CDE42B29356F00F7FF87 /* Resources */,
193 );
194 buildRules = (
195 );
196 dependencies = (
197 );
198 name = aesthetic;
199 productName = aesthetic;
200 productReference = 41F5CDE62B29356F00F7FF87 /* aesthetic.appex */;
201 productType = "com.apple.product-type.app-extension.messages";
202 };
203/* End PBXNativeTarget section */
204
205/* Begin PBXProject section */
206 41F5CDBB2B2931AF00F7FF87 /* Project object */ = {
207 isa = PBXProject;
208 attributes = {
209 BuildIndependentTargetsInParallel = 1;
210 LastSwiftUpdateCheck = 1510;
211 LastUpgradeCheck = 1510;
212 TargetAttributes = {
213 41F5CDC22B2931AF00F7FF87 = {
214 CreatedOnToolsVersion = 15.1;
215 };
216 41F5CDE52B29356F00F7FF87 = {
217 CreatedOnToolsVersion = 15.1;
218 };
219 };
220 };
221 buildConfigurationList = 41F5CDBE2B2931AF00F7FF87 /* Build configuration list for PBXProject "aesthetic.computer" */;
222 compatibilityVersion = "Xcode 14.0";
223 developmentRegion = en;
224 hasScannedForEncodings = 0;
225 knownRegions = (
226 en,
227 Base,
228 );
229 mainGroup = 41F5CDBA2B2931AF00F7FF87;
230 packageReferences = (
231 41F5CDD42B29333300F7FF87 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */,
232 );
233 productRefGroup = 41F5CDC42B2931AF00F7FF87 /* Products */;
234 projectDirPath = "";
235 projectRoot = "";
236 targets = (
237 41F5CDC22B2931AF00F7FF87 /* aesthetic.computer */,
238 41F5CDE52B29356F00F7FF87 /* aesthetic */,
239 );
240 };
241/* End PBXProject section */
242
243/* Begin PBXResourcesBuildPhase section */
244 41F5CDC12B2931AF00F7FF87 /* Resources */ = {
245 isa = PBXResourcesBuildPhase;
246 buildActionMask = 2147483647;
247 files = (
248 41F5CDCE2B2931B000F7FF87 /* Preview Assets.xcassets in Resources */,
249 41F5CDCB2B2931B000F7FF87 /* Assets.xcassets in Resources */,
250 41F5CDFA2B2937D600F7FF87 /* GoogleService-Info.plist in Resources */,
251 );
252 runOnlyForDeploymentPostprocessing = 0;
253 };
254 41F5CDE42B29356F00F7FF87 /* Resources */ = {
255 isa = PBXResourcesBuildPhase;
256 buildActionMask = 2147483647;
257 files = (
258 41F5CDFD2B293C7B00F7FF87 /* Assets.xcassets in Resources */,
259 41F5CDEE2B29356F00F7FF87 /* MainInterface.storyboard in Resources */,
260 );
261 runOnlyForDeploymentPostprocessing = 0;
262 };
263/* End PBXResourcesBuildPhase section */
264
265/* Begin PBXSourcesBuildPhase section */
266 41F5CDBF2B2931AF00F7FF87 /* Sources */ = {
267 isa = PBXSourcesBuildPhase;
268 buildActionMask = 2147483647;
269 files = (
270 41F5CDC92B2931AF00F7FF87 /* ContentView.swift in Sources */,
271 41F5CDC72B2931AF00F7FF87 /* aesthetic_computerApp.swift in Sources */,
272 );
273 runOnlyForDeploymentPostprocessing = 0;
274 };
275 41F5CDE22B29356F00F7FF87 /* Sources */ = {
276 isa = PBXSourcesBuildPhase;
277 buildActionMask = 2147483647;
278 files = (
279 41F5CDEB2B29356F00F7FF87 /* MessagesViewController.swift in Sources */,
280 );
281 runOnlyForDeploymentPostprocessing = 0;
282 };
283/* End PBXSourcesBuildPhase section */
284
285/* Begin PBXTargetDependency section */
286 41F5CDF32B29356F00F7FF87 /* PBXTargetDependency */ = {
287 isa = PBXTargetDependency;
288 target = 41F5CDE52B29356F00F7FF87 /* aesthetic */;
289 targetProxy = 41F5CDF22B29356F00F7FF87 /* PBXContainerItemProxy */;
290 };
291/* End PBXTargetDependency section */
292
293/* Begin PBXVariantGroup section */
294 41F5CDEC2B29356F00F7FF87 /* MainInterface.storyboard */ = {
295 isa = PBXVariantGroup;
296 children = (
297 41F5CDED2B29356F00F7FF87 /* Base */,
298 );
299 name = MainInterface.storyboard;
300 sourceTree = "<group>";
301 };
302/* End PBXVariantGroup section */
303
304/* Begin XCBuildConfiguration section */
305 41F5CDCF2B2931B000F7FF87 /* Debug */ = {
306 isa = XCBuildConfiguration;
307 buildSettings = {
308 ALWAYS_SEARCH_USER_PATHS = NO;
309 ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
310 CLANG_ANALYZER_NONNULL = YES;
311 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
312 CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
313 CLANG_ENABLE_MODULES = YES;
314 CLANG_ENABLE_OBJC_ARC = YES;
315 CLANG_ENABLE_OBJC_WEAK = YES;
316 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
317 CLANG_WARN_BOOL_CONVERSION = YES;
318 CLANG_WARN_COMMA = YES;
319 CLANG_WARN_CONSTANT_CONVERSION = YES;
320 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
321 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
322 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
323 CLANG_WARN_EMPTY_BODY = YES;
324 CLANG_WARN_ENUM_CONVERSION = YES;
325 CLANG_WARN_INFINITE_RECURSION = YES;
326 CLANG_WARN_INT_CONVERSION = YES;
327 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
328 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
329 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
330 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
331 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
332 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
333 CLANG_WARN_STRICT_PROTOTYPES = YES;
334 CLANG_WARN_SUSPICIOUS_MOVE = YES;
335 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
336 CLANG_WARN_UNREACHABLE_CODE = YES;
337 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
338 COPY_PHASE_STRIP = NO;
339 DEBUG_INFORMATION_FORMAT = dwarf;
340 ENABLE_STRICT_OBJC_MSGSEND = YES;
341 ENABLE_TESTABILITY = YES;
342 ENABLE_USER_SCRIPT_SANDBOXING = YES;
343 GCC_C_LANGUAGE_STANDARD = gnu17;
344 GCC_DYNAMIC_NO_PIC = NO;
345 GCC_NO_COMMON_BLOCKS = YES;
346 GCC_OPTIMIZATION_LEVEL = 0;
347 GCC_PREPROCESSOR_DEFINITIONS = (
348 "DEBUG=1",
349 "$(inherited)",
350 );
351 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
352 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
353 GCC_WARN_UNDECLARED_SELECTOR = YES;
354 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
355 GCC_WARN_UNUSED_FUNCTION = YES;
356 GCC_WARN_UNUSED_VARIABLE = YES;
357 IPHONEOS_DEPLOYMENT_TARGET = 17.2;
358 LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
359 MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
360 MTL_FAST_MATH = YES;
361 ONLY_ACTIVE_ARCH = YES;
362 SDKROOT = iphoneos;
363 SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
364 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
365 };
366 name = Debug;
367 };
368 41F5CDD02B2931B000F7FF87 /* Release */ = {
369 isa = XCBuildConfiguration;
370 buildSettings = {
371 ALWAYS_SEARCH_USER_PATHS = NO;
372 ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
373 CLANG_ANALYZER_NONNULL = YES;
374 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
375 CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
376 CLANG_ENABLE_MODULES = YES;
377 CLANG_ENABLE_OBJC_ARC = YES;
378 CLANG_ENABLE_OBJC_WEAK = YES;
379 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
380 CLANG_WARN_BOOL_CONVERSION = YES;
381 CLANG_WARN_COMMA = YES;
382 CLANG_WARN_CONSTANT_CONVERSION = YES;
383 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
384 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
385 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
386 CLANG_WARN_EMPTY_BODY = YES;
387 CLANG_WARN_ENUM_CONVERSION = YES;
388 CLANG_WARN_INFINITE_RECURSION = YES;
389 CLANG_WARN_INT_CONVERSION = YES;
390 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
391 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
392 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
393 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
394 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
395 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
396 CLANG_WARN_STRICT_PROTOTYPES = YES;
397 CLANG_WARN_SUSPICIOUS_MOVE = YES;
398 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
399 CLANG_WARN_UNREACHABLE_CODE = YES;
400 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
401 COPY_PHASE_STRIP = NO;
402 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
403 ENABLE_NS_ASSERTIONS = NO;
404 ENABLE_STRICT_OBJC_MSGSEND = YES;
405 ENABLE_USER_SCRIPT_SANDBOXING = YES;
406 GCC_C_LANGUAGE_STANDARD = gnu17;
407 GCC_NO_COMMON_BLOCKS = YES;
408 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
409 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
410 GCC_WARN_UNDECLARED_SELECTOR = YES;
411 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
412 GCC_WARN_UNUSED_FUNCTION = YES;
413 GCC_WARN_UNUSED_VARIABLE = YES;
414 IPHONEOS_DEPLOYMENT_TARGET = 17.2;
415 LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
416 MTL_ENABLE_DEBUG_INFO = NO;
417 MTL_FAST_MATH = YES;
418 SDKROOT = iphoneos;
419 SWIFT_COMPILATION_MODE = wholemodule;
420 VALIDATE_PRODUCT = YES;
421 };
422 name = Release;
423 };
424 41F5CDD22B2931B000F7FF87 /* Debug */ = {
425 isa = XCBuildConfiguration;
426 buildSettings = {
427 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
428 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
429 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
430 "CODE_SIGN_ENTITLEMENTS[sdk=*]" = aesthetic.computer/aesthetic.computer.entitlements;
431 CODE_SIGN_STYLE = Automatic;
432 CURRENT_PROJECT_VERSION = 1;
433 DEVELOPMENT_ASSET_PATHS = "\"aesthetic.computer/Preview Content\"";
434 DEVELOPMENT_TEAM = FB5948YR3S;
435 ENABLE_PREVIEWS = YES;
436 GENERATE_INFOPLIST_FILE = YES;
437 INFOPLIST_FILE = "aesthetic-computer-Info.plist";
438 INFOPLIST_KEY_CFBundleDisplayName = aesthetic;
439 INFOPLIST_KEY_NSCameraUsageDescription = "For taking photos in `camera` and playing games like `handtime`.";
440 INFOPLIST_KEY_NSMicrophoneUsageDescription = "For input in pieces like `baktok`.";
441 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
442 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
443 INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
444 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
445 IPHONEOS_DEPLOYMENT_TARGET = 15.0;
446 LD_RUNPATH_SEARCH_PATHS = (
447 "$(inherited)",
448 "@executable_path/Frameworks",
449 );
450 MARKETING_VERSION = 1.0;
451 PRODUCT_BUNDLE_IDENTIFIER = aesthetic.computer;
452 PRODUCT_NAME = "$(TARGET_NAME)";
453 SWIFT_EMIT_LOC_STRINGS = YES;
454 SWIFT_VERSION = 5.0;
455 TARGETED_DEVICE_FAMILY = "1,2";
456 };
457 name = Debug;
458 };
459 41F5CDD32B2931B000F7FF87 /* Release */ = {
460 isa = XCBuildConfiguration;
461 buildSettings = {
462 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
463 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
464 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
465 CODE_SIGN_ENTITLEMENTS = "aesthetic.computer/aesthetic.computer-release.entitlements";
466 CODE_SIGN_STYLE = Automatic;
467 CURRENT_PROJECT_VERSION = 1;
468 DEVELOPMENT_ASSET_PATHS = "\"aesthetic.computer/Preview Content\"";
469 DEVELOPMENT_TEAM = FB5948YR3S;
470 ENABLE_PREVIEWS = YES;
471 GENERATE_INFOPLIST_FILE = YES;
472 INFOPLIST_FILE = "aesthetic-computer-Info.plist";
473 INFOPLIST_KEY_CFBundleDisplayName = aesthetic;
474 INFOPLIST_KEY_NSCameraUsageDescription = "For taking photos in `camera` and playing games like `handtime`.";
475 INFOPLIST_KEY_NSMicrophoneUsageDescription = "For input in pieces like `baktok`.";
476 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
477 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
478 INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
479 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
480 IPHONEOS_DEPLOYMENT_TARGET = 15.0;
481 LD_RUNPATH_SEARCH_PATHS = (
482 "$(inherited)",
483 "@executable_path/Frameworks",
484 );
485 MARKETING_VERSION = 1.0;
486 PRODUCT_BUNDLE_IDENTIFIER = aesthetic.computer;
487 PRODUCT_NAME = "$(TARGET_NAME)";
488 SWIFT_EMIT_LOC_STRINGS = YES;
489 SWIFT_VERSION = 5.0;
490 TARGETED_DEVICE_FAMILY = "1,2";
491 };
492 name = Release;
493 };
494 41F5CDF62B29357000F7FF87 /* Debug */ = {
495 isa = XCBuildConfiguration;
496 buildSettings = {
497 ASSETCATALOG_COMPILER_APPICON_NAME = "iMessage App Icon";
498 CODE_SIGN_STYLE = Automatic;
499 CURRENT_PROJECT_VERSION = 1;
500 DEVELOPMENT_TEAM = FB5948YR3S;
501 GENERATE_INFOPLIST_FILE = YES;
502 INFOPLIST_FILE = aesthetic/Info.plist;
503 INFOPLIST_KEY_CFBundleDisplayName = aesthetic;
504 INFOPLIST_KEY_NSHumanReadableCopyright = "";
505 IPHONEOS_DEPLOYMENT_TARGET = 15.0;
506 LD_RUNPATH_SEARCH_PATHS = (
507 "$(inherited)",
508 "@executable_path/Frameworks",
509 "@executable_path/../../Frameworks",
510 );
511 MARKETING_VERSION = 1.0;
512 PRODUCT_BUNDLE_IDENTIFIER = aesthetic.computer.aesthetic;
513 PRODUCT_NAME = "$(TARGET_NAME)";
514 SKIP_INSTALL = YES;
515 SWIFT_EMIT_LOC_STRINGS = YES;
516 SWIFT_VERSION = 5.0;
517 TARGETED_DEVICE_FAMILY = "1,2";
518 };
519 name = Debug;
520 };
521 41F5CDF72B29357000F7FF87 /* Release */ = {
522 isa = XCBuildConfiguration;
523 buildSettings = {
524 ASSETCATALOG_COMPILER_APPICON_NAME = "iMessage App Icon";
525 CODE_SIGN_STYLE = Automatic;
526 CURRENT_PROJECT_VERSION = 1;
527 DEVELOPMENT_TEAM = FB5948YR3S;
528 GENERATE_INFOPLIST_FILE = YES;
529 INFOPLIST_FILE = aesthetic/Info.plist;
530 INFOPLIST_KEY_CFBundleDisplayName = aesthetic;
531 INFOPLIST_KEY_NSHumanReadableCopyright = "";
532 IPHONEOS_DEPLOYMENT_TARGET = 15.0;
533 LD_RUNPATH_SEARCH_PATHS = (
534 "$(inherited)",
535 "@executable_path/Frameworks",
536 "@executable_path/../../Frameworks",
537 );
538 MARKETING_VERSION = 1.0;
539 PRODUCT_BUNDLE_IDENTIFIER = aesthetic.computer.aesthetic;
540 PRODUCT_NAME = "$(TARGET_NAME)";
541 SKIP_INSTALL = YES;
542 SWIFT_EMIT_LOC_STRINGS = YES;
543 SWIFT_VERSION = 5.0;
544 TARGETED_DEVICE_FAMILY = "1,2";
545 };
546 name = Release;
547 };
548/* End XCBuildConfiguration section */
549
550/* Begin XCConfigurationList section */
551 41F5CDBE2B2931AF00F7FF87 /* Build configuration list for PBXProject "aesthetic.computer" */ = {
552 isa = XCConfigurationList;
553 buildConfigurations = (
554 41F5CDCF2B2931B000F7FF87 /* Debug */,
555 41F5CDD02B2931B000F7FF87 /* Release */,
556 );
557 defaultConfigurationIsVisible = 0;
558 defaultConfigurationName = Release;
559 };
560 41F5CDD12B2931B000F7FF87 /* Build configuration list for PBXNativeTarget "aesthetic.computer" */ = {
561 isa = XCConfigurationList;
562 buildConfigurations = (
563 41F5CDD22B2931B000F7FF87 /* Debug */,
564 41F5CDD32B2931B000F7FF87 /* Release */,
565 );
566 defaultConfigurationIsVisible = 0;
567 defaultConfigurationName = Release;
568 };
569 41F5CDF52B29357000F7FF87 /* Build configuration list for PBXNativeTarget "aesthetic" */ = {
570 isa = XCConfigurationList;
571 buildConfigurations = (
572 41F5CDF62B29357000F7FF87 /* Debug */,
573 41F5CDF72B29357000F7FF87 /* Release */,
574 );
575 defaultConfigurationIsVisible = 0;
576 defaultConfigurationName = Release;
577 };
578/* End XCConfigurationList section */
579
580/* Begin XCRemoteSwiftPackageReference section */
581 41F5CDD42B29333300F7FF87 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */ = {
582 isa = XCRemoteSwiftPackageReference;
583 repositoryURL = "https://github.com/firebase/firebase-ios-sdk";
584 requirement = {
585 kind = upToNextMajorVersion;
586 minimumVersion = 10.19.0;
587 };
588 };
589/* End XCRemoteSwiftPackageReference section */
590
591/* Begin XCSwiftPackageProductDependency section */
592 41F5CDD52B29333300F7FF87 /* FirebaseAnalytics */ = {
593 isa = XCSwiftPackageProductDependency;
594 package = 41F5CDD42B29333300F7FF87 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
595 productName = FirebaseAnalytics;
596 };
597 41F5CDD72B29333300F7FF87 /* FirebaseAnalyticsOnDeviceConversion */ = {
598 isa = XCSwiftPackageProductDependency;
599 package = 41F5CDD42B29333300F7FF87 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
600 productName = FirebaseAnalyticsOnDeviceConversion;
601 };
602 41F5CDD92B29333300F7FF87 /* FirebaseAnalyticsSwift */ = {
603 isa = XCSwiftPackageProductDependency;
604 package = 41F5CDD42B29333300F7FF87 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
605 productName = FirebaseAnalyticsSwift;
606 };
607 41F5CDDB2B29333300F7FF87 /* FirebaseAnalyticsWithoutAdIdSupport */ = {
608 isa = XCSwiftPackageProductDependency;
609 package = 41F5CDD42B29333300F7FF87 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
610 productName = FirebaseAnalyticsWithoutAdIdSupport;
611 };
612 41F5CDDD2B29333300F7FF87 /* FirebaseAppCheck */ = {
613 isa = XCSwiftPackageProductDependency;
614 package = 41F5CDD42B29333300F7FF87 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
615 productName = FirebaseAppCheck;
616 };
617 41F5CDE02B29348800F7FF87 /* FirebaseMessaging */ = {
618 isa = XCSwiftPackageProductDependency;
619 package = 41F5CDD42B29333300F7FF87 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
620 productName = FirebaseMessaging;
621 };
622/* End XCSwiftPackageProductDependency section */
623 };
624 rootObject = 41F5CDBB2B2931AF00F7FF87 /* Project object */;
625}