Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client

Maintain portrait in app clip (#4630)

authored by hailey.at and committed by

GitHub 2ed133cb f94edc3f

+8
+8
plugins/starterPackAppClipExtension/withClipInfoPlist.js
··· 26 26 CFBundleShortVersionString: config.version, 27 27 CFBundleIconName: 'AppIcon', 28 28 UIViewControllerBasedStatusBarAppearance: 'NO', 29 + UISupportedInterfaceOrientations: [ 30 + 'UIInterfaceOrientationPortrait', 31 + 'UIInterfaceOrientationPortraitUpsideDown', 32 + ], 33 + 'UISupportedInterfaceOrientations~ipad': [ 34 + 'UIInterfaceOrientationPortrait', 35 + 'UIInterfaceOrientationPortraitUpsideDown', 36 + ], 29 37 }) 30 38 31 39 fs.mkdirSync(path.dirname(targetPath), {recursive: true})