Skip to content

Commit

Permalink
Merge pull request #1620 from planetary-social/fix-display-name
Browse files Browse the repository at this point in the history
Fix bundle display name
  • Loading branch information
joshuatbrown authored Oct 10, 2024
2 parents 47cd61c + 35241b8 commit 17ef3b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Nos.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2863,7 +2863,7 @@
GCC_PREPROCESSOR_DEFINITIONS = "STAGING=1";
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Nos/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "Nos Dev";
INFOPLIST_KEY_CFBundleDisplayName = "$(PRODUCT_NAME)";
INFOPLIST_KEY_NSCameraUsageDescription = "Nos can access camera to allow users to post photos directly.";
INFOPLIST_KEY_NSMicrophoneUsageDescription = "Nos uses the microphone when you are record a video from within the app.";
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
Expand Down Expand Up @@ -3037,7 +3037,7 @@
);
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Nos/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "Nos Dev";
INFOPLIST_KEY_CFBundleDisplayName = "$(PRODUCT_NAME)";
INFOPLIST_KEY_NSCameraUsageDescription = "Nos can access camera to allow users to post photos directly.";
INFOPLIST_KEY_NSMicrophoneUsageDescription = "Nos uses the microphone when you are record a video from within the app.";
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
Expand Down Expand Up @@ -3309,7 +3309,7 @@
GCC_OPTIMIZATION_LEVEL = 0;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Nos/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "Nos Dev";
INFOPLIST_KEY_CFBundleDisplayName = "$(PRODUCT_NAME)";
INFOPLIST_KEY_NSCameraUsageDescription = "Nos can access camera to allow users to post photos directly.";
INFOPLIST_KEY_NSMicrophoneUsageDescription = "Nos uses the microphone when you are record a video from within the app.";
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
Expand Down Expand Up @@ -3366,7 +3366,7 @@
ENABLE_USER_SCRIPT_SANDBOXING = NO;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Nos/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "Nos Dev";
INFOPLIST_KEY_CFBundleDisplayName = "$(PRODUCT_NAME)";
INFOPLIST_KEY_NSCameraUsageDescription = "Nos can access camera to allow users to post photos directly.";
INFOPLIST_KEY_NSMicrophoneUsageDescription = "Nos uses the microphone when you are record a video from within the app.";
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
Expand Down

0 comments on commit 17ef3b8

Please sign in to comment.