From 97af130bd3acc1cedcb58296507fa44ff58fbe1d Mon Sep 17 00:00:00 2001 From: vsaint1 Date: Sat, 23 May 2026 05:28:30 -0300 Subject: [PATCH] feat(apple): default property list --- examples/iOS/Info.plist | 79 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 examples/iOS/Info.plist diff --git a/examples/iOS/Info.plist b/examples/iOS/Info.plist new file mode 100644 index 000000000..71900b80f --- /dev/null +++ b/examples/iOS/Info.plist @@ -0,0 +1,79 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + raylib iOS Example + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + com.raylib.raylib-ios-example + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + raylib-ios-example + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + LSRequiresIPhoneOS + + CFBundleIcons + + CFBundlePrimaryIcon + + CFBundleIconFiles + + raylib_180x180 + raylib_512x512 + raylib_1024x1024 + + + + CFBundleIcons~ipad + + CFBundlePrimaryIcon + + CFBundleIconFiles + + raylib_180x180 + raylib_512x512 + raylib_1024x1024 + + + + UIRequiredDeviceCapabilities + + opengles-3 + + UIApplicationSceneManifest + + UIApplicationSupportsMultipleScenes + + UISceneConfigurations + + UIWindowSceneSessionRoleApplication + + + UISceneConfigurationName + Default Configuration + UISceneDelegateClassName + RaylibSceneDelegate + UISceneClassName + UIWindowScene + + + + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + + + + +