Fix whitespace and project file updates

This commit is contained in:
jack
2025-07-31 11:34:51 +02:00
parent 46fd1d23d9
commit 71b7f8edd3
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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;
};
+1 -1
View File
@@ -192,4 +192,4 @@ extension String {
var nilIfEmpty: String? {
self.isEmpty ? nil : self
}
}
}