Skip to content

Commit

Permalink
Remove invalid characters in product file name
Browse files Browse the repository at this point in the history
  • Loading branch information
martindsq committed Mar 20, 2024
1 parent 6e1d36d commit 88f147d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Nos.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2207,6 +2207,7 @@
ENABLE_USER_SCRIPT_SANDBOXING = NO;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Nos/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "Nos (staging)";
INFOPLIST_KEY_NSCameraUsageDescription = "Nos can access camera to allow users to post photos directly.";
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
Expand All @@ -2227,7 +2228,7 @@
MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 0.1.3;
PRODUCT_BUNDLE_IDENTIFIER = "com.verse.Nos-staging";
PRODUCT_NAME = "$(TARGET_NAME) (staging)";
PRODUCT_NAME = "$(TARGET_NAME) Staging";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore com.verse.Nos-staging";
SCHEME_PREFIX = "nos-staging";
Expand Down

0 comments on commit 88f147d

Please sign in to comment.