Merge pull request #28 from gustavo-em/ipad_error_layout

Fix layout to show in full screen on ipad
This commit is contained in:
Tiago Jacobs 2022-04-14 12:56:54 -03:00 committed by GitHub
commit ce74da5ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -471,6 +471,7 @@
SWIFT_OBJC_BRIDGING_HEADER = "swift-Bridging-Header.h"; SWIFT_OBJC_BRIDGING_HEADER = "swift-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic"; VERSIONING_SYSTEM = "apple-generic";
}; };
name = Debug; name = Debug;
@ -500,6 +501,7 @@
PRODUCT_NAME = BigBlueButton; PRODUCT_NAME = BigBlueButton;
SWIFT_OBJC_BRIDGING_HEADER = "swift-Bridging-Header.h"; SWIFT_OBJC_BRIDGING_HEADER = "swift-Bridging-Header.h";
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic"; VERSIONING_SYSTEM = "apple-generic";
}; };
name = Release; name = Release;