a bunch of changes

This commit is contained in:
Hailey
2024-06-17 14:03:12 -07:00
parent 590b7f734a
commit a5adb0bc44
6 changed files with 22 additions and 21 deletions
@@ -24,6 +24,7 @@ const withClipInfoPlist = (config, {targetName}) => {
CFBundleExecutable: '$(EXECUTABLE_NAME)',
CFBundlePackageType: '$(PRODUCT_BUNDLE_PACKAGE_TYPE)',
CFBundleShortVersionString: config.version,
CFBundleIconName: 'AppIcon',
UIViewControllerBasedStatusBarAppearance: 'NO',
})