From b10410f1c1858f3617f62dee07d5289cca418279 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 12 Mar 2021 20:02:31 +0200 Subject: iOS: Added a separate Info.plist template --- res/MacOSXBundleInfo.plist.in | 4 -- res/iOSBundleInfo.plist.in | 96 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+), 4 deletions(-) create mode 100644 res/iOSBundleInfo.plist.in (limited to 'res') diff --git a/res/MacOSXBundleInfo.plist.in b/res/MacOSXBundleInfo.plist.in index 18fdc4a3..f5047748 100644 --- a/res/MacOSXBundleInfo.plist.in +++ b/res/MacOSXBundleInfo.plist.in @@ -49,10 +49,6 @@ UILaunchStoryboardName LaunchScreen - ITSAppUsesNonExemptEncryption - - LSSupportsOpeningDocumentsInPlace - CFBundleDocumentTypes diff --git a/res/iOSBundleInfo.plist.in b/res/iOSBundleInfo.plist.in new file mode 100644 index 00000000..18fdc4a3 --- /dev/null +++ b/res/iOSBundleInfo.plist.in @@ -0,0 +1,96 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${MACOSX_BUNDLE_EXECUTABLE_NAME} + CFBundleGetInfoString + ${MACOSX_BUNDLE_INFO_STRING} + CFBundleIconName + ${MACOSX_BUNDLE_ICON_FILE} + CFBundleIdentifier + ${MACOSX_BUNDLE_GUI_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${MACOSX_BUNDLE_BUNDLE_NAME} + CFBundlePackageType + APPL + CFBundleVersion + ${MACOSX_BUNDLE_BUNDLE_VERSION} + CFBundleShortVersionString + ${MACOSX_BUNDLE_SHORT_VERSION_STRING} + CFBundleSignature + ???? + CSResourcesFileMapped + + NSHumanReadableCopyright + ${MACOSX_BUNDLE_COPYRIGHT} + NSHighResolutionCapable + + NSRequiresAquaSystemAppearance + + NSSupportsAutomaticGraphicsSwitching + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UILaunchStoryboardName + LaunchScreen + ITSAppUsesNonExemptEncryption + + LSSupportsOpeningDocumentsInPlace + + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + gmi + gemini + + CFBundleTypeIconFile + text-gemini.icns + CFBundleTypeName + Gemini Text File + CFBundleTypeRole + Viewer + LSHandlerRank + Default + LSTypeIsPackage + + + + CFBundleURLTypes + + + CFBundleURLName + Gemini + CFBundleURLSchemes + + gemini + + + + CFBundleURLName + Gopher + CFBundleURLSchemes + + gopher + + + + + -- cgit v1.2.3