Compare commits

...

1 Commits

Author SHA1 Message Date
Hailey 68cd488659 maintain portrait in appclip 2024-06-24 17:17:16 -07:00
@@ -26,6 +26,14 @@ const withClipInfoPlist = (config, {targetName}) => {
CFBundleShortVersionString: config.version,
CFBundleIconName: 'AppIcon',
UIViewControllerBasedStatusBarAppearance: 'NO',
UISupportedInterfaceOrientations: [
'UIInterfaceOrientationPortrait',
'UIInterfaceOrientationPortraitUpsideDown',
],
'UISupportedInterfaceOrientations~ipad': [
'UIInterfaceOrientationPortrait',
'UIInterfaceOrientationPortraitUpsideDown',
],
})
fs.mkdirSync(path.dirname(targetPath), {recursive: true})