From 71b7f8edd38072232f18ea81c3725ec1edd7a83d Mon Sep 17 00:00:00 2001 From: jack Date: Thu, 31 Jul 2025 11:34:51 +0200 Subject: [PATCH] Fix whitespace and project file updates --- bitchat.xcodeproj/project.pbxproj | 4 ++-- bitchat/BitchatApp.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitchat.xcodeproj/project.pbxproj b/bitchat.xcodeproj/project.pbxproj index a70db061..5bb19f8c 100644 --- a/bitchat.xcodeproj/project.pbxproj +++ b/bitchat.xcodeproj/project.pbxproj @@ -852,7 +852,7 @@ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; + TARGETED_DEVICE_FAMILY = 1; }; name = Release; }; @@ -1156,7 +1156,7 @@ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; + TARGETED_DEVICE_FAMILY = 1; }; name = Debug; }; diff --git a/bitchat/BitchatApp.swift b/bitchat/BitchatApp.swift index e03ac6a1..410f724d 100644 --- a/bitchat/BitchatApp.swift +++ b/bitchat/BitchatApp.swift @@ -192,4 +192,4 @@ extension String { var nilIfEmpty: String? { self.isEmpty ? nil : self } -} \ No newline at end of file +}