Explorar el Código

Quote the bundle identifier in the Xcode project settings.

Keeps the Debug and Release build configurations aligned with Xcode’s saved project file format.

Co-authored-by: Cursor <cursoragent@cursor.com>
AhtashamShahzad1 hace 3 semanas
padre
commit
1f7a9b2366
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      App AI for Reddit.xcodeproj/project.pbxproj

+ 2 - 2
App AI for Reddit.xcodeproj/project.pbxproj

@@ -265,7 +265,7 @@
 				);
 				MACOSX_DEPLOYMENT_TARGET = 14.4;
 				MARKETING_VERSION = 1.0;
-				PRODUCT_BUNDLE_IDENTIFIER = com.app-for-reddit;
+				PRODUCT_BUNDLE_IDENTIFIER = "com.app-for-reddit";
 				PRODUCT_NAME = "App AI for Reddit";
 				REGISTER_APP_GROUPS = YES;
 				STRING_CATALOG_GENERATE_SYMBOLS = YES;
@@ -299,7 +299,7 @@
 				);
 				MACOSX_DEPLOYMENT_TARGET = 14.4;
 				MARKETING_VERSION = 1.0;
-				PRODUCT_BUNDLE_IDENTIFIER = com.app-for-reddit;
+				PRODUCT_BUNDLE_IDENTIFIER = "com.app-for-reddit";
 				PRODUCT_NAME = "App AI for Reddit";
 				REGISTER_APP_GROUPS = YES;
 				STRING_CATALOG_GENERATE_SYMBOLS = YES;