From 1f89a4800cabad953bcb36dc61a46ccfc33591bc Mon Sep 17 00:00:00 2001 From: Dominic Go Date: Tue, 1 Oct 2024 21:59:35 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Chore:=20Ex=20-=20Update?= =?UTF-8?q?=20Xcode=20Project=20Config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/ios/IosModalExample.xcodeproj/project.pbxproj | 8 ++++++-- example/ios/IosModalExample/Info.plist | 2 ++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/example/ios/IosModalExample.xcodeproj/project.pbxproj b/example/ios/IosModalExample.xcodeproj/project.pbxproj index 4044a3b..e523994 100644 --- a/example/ios/IosModalExample.xcodeproj/project.pbxproj +++ b/example/ios/IosModalExample.xcodeproj/project.pbxproj @@ -475,6 +475,8 @@ DEVELOPMENT_TEAM = ZC7A6XV8GR; ENABLE_BITCODE = NO; INFOPLIST_FILE = IosModalExample/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = RNIModalExample; + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -485,7 +487,7 @@ "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = dev.dominicgo.RNIVisualEffectView; + PRODUCT_BUNDLE_IDENTIFIER = dev.dominicgo.RNIModalExample; PRODUCT_NAME = IosModalExample; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTS_MACCATALYST = NO; @@ -505,6 +507,8 @@ CURRENT_PROJECT_VERSION = 25; DEVELOPMENT_TEAM = ZC7A6XV8GR; INFOPLIST_FILE = IosModalExample/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = RNIModalExample; + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -515,7 +519,7 @@ "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = dev.dominicgo.RNIVisualEffectView; + PRODUCT_BUNDLE_IDENTIFIER = dev.dominicgo.RNIModalExample; PRODUCT_NAME = IosModalExample; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTS_MACCATALYST = NO; diff --git a/example/ios/IosModalExample/Info.plist b/example/ios/IosModalExample/Info.plist index d737ed3..1b19c21 100644 --- a/example/ios/IosModalExample/Info.plist +++ b/example/ios/IosModalExample/Info.plist @@ -41,6 +41,8 @@ arm64 + UIRequiresFullScreen + UISupportedInterfaceOrientations UIInterfaceOrientationPortrait