Skip to content

Commit b8cc49d

Browse files
authored
issue#724 Missing orientations for iPad (#1061)
1 parent b450fa9 commit b8cc49d

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

FlowCrypt.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3001,7 +3001,7 @@
30013001
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
30023002
SWIFT_PRECOMPILE_BRIDGING_HEADER = NO;
30033003
SWIFT_VERSION = 5.0;
3004-
TARGETED_DEVICE_FAMILY = 1;
3004+
TARGETED_DEVICE_FAMILY = "1,2";
30053005
VALIDATE_PRODUCT = YES;
30063006
};
30073007
name = Enterprise;
@@ -3386,7 +3386,7 @@
33863386
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
33873387
SWIFT_PRECOMPILE_BRIDGING_HEADER = NO;
33883388
SWIFT_VERSION = 5.0;
3389-
TARGETED_DEVICE_FAMILY = 1;
3389+
TARGETED_DEVICE_FAMILY = "1,2";
33903390
};
33913391
name = Debug;
33923392
};
@@ -3444,7 +3444,7 @@
34443444
SWIFT_OBJC_BRIDGING_HEADER = "";
34453445
SWIFT_PRECOMPILE_BRIDGING_HEADER = NO;
34463446
SWIFT_VERSION = 5.0;
3447-
TARGETED_DEVICE_FAMILY = 1;
3447+
TARGETED_DEVICE_FAMILY = "1,2";
34483448
};
34493449
name = Release;
34503450
};

FlowCrypt/Info.plist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
<string>UIInterfaceOrientationPortrait</string>
7878
<string>UIInterfaceOrientationLandscapeLeft</string>
7979
<string>UIInterfaceOrientationLandscapeRight</string>
80+
<string>UIInterfaceOrientationPortraitUpsideDown</string>
8081
</array>
8182
</dict>
8283
</plist>

0 commit comments

Comments
 (0)