Skip to content

Commit

Permalink
⚙️ Chore: Ex - Update Xcode Project Config
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Oct 1, 2024
1 parent 0ce79df commit 1f89a48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 6 additions & 2 deletions example/ios/IosModalExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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;
Expand All @@ -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",
Expand All @@ -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;
Expand Down
2 changes: 2 additions & 0 deletions example/ios/IosModalExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
<array>
<string>arm64</string>
</array>
<key>UIRequiresFullScreen</key>
<true/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
Expand Down

0 comments on commit 1f89a48

Please sign in to comment.