Skip to content

Commit

Permalink
[cmake] Add iPad orientations required by appstore.
Browse files Browse the repository at this point in the history
  • Loading branch information
talaviram committed May 9, 2023
1 parent daf1bf9 commit a2bb4b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ juce_add_plugin(TICK
ICLOUD_PERMISSIONS_ENABLED TRUE
NETWORK_MULTICAST_ENABLED TRUE
REQUIRES_FULL_SCREEN FALSE
IPAD_SCREEN_ORIENTATIONS UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight
PLIST_TO_MERGE ${PLIST_ADDITION}
)

Expand Down

0 comments on commit a2bb4b8

Please sign in to comment.