4747/* End PBXFrameworksBuildPhase section */
4848
4949/* Begin PBXGroup section */
50- 1B506D2EC2EAB96C7A9AD601 = {
50+ 0D1B0F4FE6FD09937FAA41CB /* Products */ = {
5151 isa = PBXGroup;
5252 children = (
53- CEB42BF229A9D5F450310744 /* Configuration */,
54- 3AC85AB77A4ACE0E2FA07AE8 /* iosApp */,
55- 0D1B0F4FE6FD09937FAA41CB /* Products */,
53+ A4245D690197D3E13A97CBC1 /* snowdrop.app */,
5654 );
55+ name = Products;
5756 sourceTree = "<group>";
5857 };
59- 0D1B0F4FE6FD09937FAA41CB /* Products */ = {
58+ 1B506D2EC2EAB96C7A9AD601 = {
6059 isa = PBXGroup;
6160 children = (
62- A4245D690197D3E13A97CBC1 /* snowdrop.app */,
61+ CEB42BF229A9D5F450310744 /* Configuration */,
62+ 3AC85AB77A4ACE0E2FA07AE8 /* iosApp */,
63+ 0D1B0F4FE6FD09937FAA41CB /* Products */,
6364 );
64- name = Products;
6565 sourceTree = "<group>";
6666 };
6767/* End PBXGroup section */
167167/* End PBXSourcesBuildPhase section */
168168
169169/* Begin XCBuildConfiguration section */
170- E0972996C099BC720D17F34B /* Debug */ = {
170+ 50725F342B083FA7709CEB9D /* Release */ = {
171171 isa = XCBuildConfiguration;
172172 baseConfigurationReferenceAnchor = CEB42BF229A9D5F450310744 /* Configuration */;
173173 baseConfigurationReferenceRelativePath = Config.xcconfig;
203203 CLANG_WARN_UNREACHABLE_CODE = YES;
204204 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
205205 COPY_PHASE_STRIP = NO;
206- DEBUG_INFORMATION_FORMAT = dwarf;
206+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
207+ ENABLE_NS_ASSERTIONS = NO;
207208 ENABLE_STRICT_OBJC_MSGSEND = YES;
208- ENABLE_TESTABILITY = YES;
209209 ENABLE_USER_SCRIPT_SANDBOXING = NO;
210210 GCC_C_LANGUAGE_STANDARD = gnu17;
211- GCC_DYNAMIC_NO_PIC = NO;
212211 GCC_NO_COMMON_BLOCKS = YES;
213- GCC_OPTIMIZATION_LEVEL = 0;
214- GCC_PREPROCESSOR_DEFINITIONS = (
215- "DEBUG=1",
216- "$(inherited)",
217- );
218212 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
219213 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
220214 GCC_WARN_UNDECLARED_SELECTOR = YES;
223217 GCC_WARN_UNUSED_VARIABLE = YES;
224218 IPHONEOS_DEPLOYMENT_TARGET = 18.2;
225219 LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
226- MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE ;
220+ MTL_ENABLE_DEBUG_INFO = NO ;
227221 MTL_FAST_MATH = YES;
228- ONLY_ACTIVE_ARCH = YES;
229222 SDKROOT = iphoneos;
230- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)" ;
231- SWIFT_OPTIMIZATION_LEVEL = "-Onone" ;
223+ SWIFT_COMPILATION_MODE = wholemodule ;
224+ VALIDATE_PRODUCT = YES ;
232225 };
233- name = Debug ;
226+ name = Release ;
234227 };
235- 50725F342B083FA7709CEB9D /* Release */ = {
228+ 79C516C76F615E569283D317 /* Release */ = {
229+ isa = XCBuildConfiguration;
230+ buildSettings = {
231+ ARCHS = arm64;
232+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
233+ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
234+ CODE_SIGN_IDENTITY = "Apple Development";
235+ CODE_SIGN_STYLE = Automatic;
236+ DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\"";
237+ DEVELOPMENT_TEAM = "${TEAM_ID}";
238+ ENABLE_PREVIEWS = YES;
239+ GENERATE_INFOPLIST_FILE = YES;
240+ INFOPLIST_FILE = iosApp/Info.plist;
241+ INFOPLIST_KEY_CFBundleDisplayName = Snowdrop;
242+ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking";
243+ INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
244+ INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
245+ INFOPLIST_KEY_UILaunchScreen_Generation = YES;
246+ INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
247+ INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
248+ LD_RUNPATH_SEARCH_PATHS = (
249+ "$(inherited)",
250+ "@executable_path/Frameworks",
251+ );
252+ SWIFT_EMIT_LOC_STRINGS = YES;
253+ SWIFT_VERSION = 5.0;
254+ TARGETED_DEVICE_FAMILY = "1,2";
255+ };
256+ name = Release;
257+ };
258+ E0972996C099BC720D17F34B /* Debug */ = {
236259 isa = XCBuildConfiguration;
237260 baseConfigurationReferenceAnchor = CEB42BF229A9D5F450310744 /* Configuration */;
238261 baseConfigurationReferenceRelativePath = Config.xcconfig;
268291 CLANG_WARN_UNREACHABLE_CODE = YES;
269292 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
270293 COPY_PHASE_STRIP = NO;
271- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
272- ENABLE_NS_ASSERTIONS = NO;
294+ DEBUG_INFORMATION_FORMAT = dwarf;
273295 ENABLE_STRICT_OBJC_MSGSEND = YES;
296+ ENABLE_TESTABILITY = YES;
274297 ENABLE_USER_SCRIPT_SANDBOXING = NO;
275298 GCC_C_LANGUAGE_STANDARD = gnu17;
299+ GCC_DYNAMIC_NO_PIC = NO;
276300 GCC_NO_COMMON_BLOCKS = YES;
301+ GCC_OPTIMIZATION_LEVEL = 0;
302+ GCC_PREPROCESSOR_DEFINITIONS = (
303+ "DEBUG=1",
304+ "$(inherited)",
305+ );
277306 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
278307 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
279308 GCC_WARN_UNDECLARED_SELECTOR = YES;
282311 GCC_WARN_UNUSED_VARIABLE = YES;
283312 IPHONEOS_DEPLOYMENT_TARGET = 18.2;
284313 LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
285- MTL_ENABLE_DEBUG_INFO = NO ;
314+ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE ;
286315 MTL_FAST_MATH = YES;
316+ ONLY_ACTIVE_ARCH = YES;
287317 SDKROOT = iphoneos;
288- SWIFT_COMPILATION_MODE = wholemodule ;
289- VALIDATE_PRODUCT = YES ;
318+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)" ;
319+ SWIFT_OPTIMIZATION_LEVEL = "-Onone" ;
290320 };
291- name = Release ;
321+ name = Debug ;
292322 };
293323 EEFFD20025BD4689CE5CA126 /* Debug */ = {
294324 isa = XCBuildConfiguration;
303333 ENABLE_PREVIEWS = YES;
304334 GENERATE_INFOPLIST_FILE = YES;
305335 INFOPLIST_FILE = iosApp/Info.plist;
336+ INFOPLIST_KEY_CFBundleDisplayName = Snowdrop;
337+ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking";
306338 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
307339 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
308340 INFOPLIST_KEY_UILaunchScreen_Generation = YES;
318350 };
319351 name = Debug;
320352 };
321- 79C516C76F615E569283D317 /* Release */ = {
322- isa = XCBuildConfiguration;
323- buildSettings = {
324- ARCHS = arm64;
325- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
326- ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
327- CODE_SIGN_IDENTITY = "Apple Development";
328- CODE_SIGN_STYLE = Automatic;
329- DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\"";
330- DEVELOPMENT_TEAM = "${TEAM_ID}";
331- ENABLE_PREVIEWS = YES;
332- GENERATE_INFOPLIST_FILE = YES;
333- INFOPLIST_FILE = iosApp/Info.plist;
334- INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
335- INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
336- INFOPLIST_KEY_UILaunchScreen_Generation = YES;
337- INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
338- INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
339- LD_RUNPATH_SEARCH_PATHS = (
340- "$(inherited)",
341- "@executable_path/Frameworks",
342- );
343- SWIFT_EMIT_LOC_STRINGS = YES;
344- SWIFT_VERSION = 5.0;
345- TARGETED_DEVICE_FAMILY = "1,2";
346- };
347- name = Release;
348- };
349353/* End XCBuildConfiguration section */
350354
351355/* Begin XCConfigurationList section */
352- 98DE1A097676B75646CE8758 /* Build configuration list for PBXProject "iosApp" */ = {
356+ 2D659D5240CDA5584D2F7065 /* Build configuration list for PBXNativeTarget "iosApp" */ = {
353357 isa = XCConfigurationList;
354358 buildConfigurations = (
355- E0972996C099BC720D17F34B /* Debug */,
356- 50725F342B083FA7709CEB9D /* Release */,
359+ EEFFD20025BD4689CE5CA126 /* Debug */,
360+ 79C516C76F615E569283D317 /* Release */,
357361 );
358362 defaultConfigurationIsVisible = 0;
359363 defaultConfigurationName = Release;
360364 };
361- 2D659D5240CDA5584D2F7065 /* Build configuration list for PBXNativeTarget "iosApp" */ = {
365+ 98DE1A097676B75646CE8758 /* Build configuration list for PBXProject "iosApp" */ = {
362366 isa = XCConfigurationList;
363367 buildConfigurations = (
364- EEFFD20025BD4689CE5CA126 /* Debug */,
365- 79C516C76F615E569283D317 /* Release */,
368+ E0972996C099BC720D17F34B /* Debug */,
369+ 50725F342B083FA7709CEB9D /* Release */,
366370 );
367371 defaultConfigurationIsVisible = 0;
368372 defaultConfigurationName = Release;
369373 };
370374/* End XCConfigurationList section */
371375 };
372376 rootObject = 8D2D5397F7697816525BFA8D /* Project object */;
373- }
377+ }
0 commit comments