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