From 5c3a125901699a5ee736f7efc9a3a7cfe932ce49 Mon Sep 17 00:00:00 2001 From: Dominic Go Date: Tue, 1 Oct 2024 20:40:10 +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 --- .../ios/IosModalExample.xcodeproj/project.pbxproj | 10 ++++++++-- example/ios/IosModalExample/Info.plist | 12 ++++++++++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/example/ios/IosModalExample.xcodeproj/project.pbxproj b/example/ios/IosModalExample.xcodeproj/project.pbxproj index f61b78d..3d4fb6a 100644 --- a/example/ios/IosModalExample.xcodeproj/project.pbxproj +++ b/example/ios/IosModalExample.xcodeproj/project.pbxproj @@ -485,10 +485,13 @@ "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_BUNDLE_IDENTIFIER = dev.dominicgo.RNIVisualEffectView; PRODUCT_NAME = IosModalExample; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTS_MACCATALYST = NO; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; }; name = Debug; @@ -512,9 +515,12 @@ "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_BUNDLE_IDENTIFIER = dev.dominicgo.RNIVisualEffectView; PRODUCT_NAME = IosModalExample; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTS_MACCATALYST = NO; SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; }; name = Release; diff --git a/example/ios/IosModalExample/Info.plist b/example/ios/IosModalExample/Info.plist index 68c4d15..b13555e 100644 --- a/example/ios/IosModalExample/Info.plist +++ b/example/ios/IosModalExample/Info.plist @@ -22,11 +22,12 @@ ???? CFBundleVersion 20 + ITSAppUsesNonExemptEncryption + LSRequiresIPhoneOS NSAppTransportSecurity - NSAllowsArbitraryLoads NSAllowsLocalNetworking @@ -35,7 +36,7 @@ NSLocationWhenInUseUsageDescription UILaunchStoryboardName - LaunchScreen + LaunchScreen.storyboard UIRequiredDeviceCapabilities arm64 @@ -46,6 +47,13 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIViewControllerBasedStatusBarAppearance