Prechádzať zdrojové kódy

Relocate app Info.plist outside synced source group.

Point target metadata to AppInfo.plist at the project root and remove the old in-folder plist to avoid resource-copy warnings and keep bundle metadata configuration clean.

Co-authored-by: Cursor <cursoragent@cursor.com>
Hussain Afzal 2 týždňov pred
rodič
commit
105ff79c9d
2 zmenil súbory, kde vykonal 2 pridanie a 5 odobranie
  1. 0 0
      AppInfo.plist
  2. 2 5
      smart_printer.xcodeproj/project.pbxproj

+ 0 - 0
smart_printer/Info.plist → AppInfo.plist


+ 2 - 5
smart_printer.xcodeproj/project.pbxproj

@@ -6,9 +6,6 @@
 	objectVersion = 77;
 	objects = {
 
-/* Begin PBXBuildFile section */
-/* End PBXBuildFile section */
-
 /* Begin PBXFileReference section */
 		272FF22A2FD19A2200A87B72 /* Printer App - All Printers.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Printer App - All Printers.app"; sourceTree = BUILT_PRODUCTS_DIR; };
 		F87934A52FFBD2470043D1E6 /* Products.storekit */ = {isa = PBXFileReference; lastKnownFileType = text; path = Products.storekit; sourceTree = "<group>"; };
@@ -261,7 +258,7 @@
 				ENABLE_APP_SANDBOX = YES;
 				ENABLE_USER_SELECTED_FILES = readonly;
 				GENERATE_INFOPLIST_FILE = YES;
-				INFOPLIST_FILE = smart_printer/Info.plist;
+				INFOPLIST_FILE = AppInfo.plist;
 				INFOPLIST_KEY_CFBundleDisplayName = "Printer App - All Printers";
 				INFOPLIST_KEY_CFBundleName = "Printer App - All Printers";
 				INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO;
@@ -306,7 +303,7 @@
 				ENABLE_APP_SANDBOX = YES;
 				ENABLE_USER_SELECTED_FILES = readonly;
 				GENERATE_INFOPLIST_FILE = YES;
-				INFOPLIST_FILE = smart_printer/Info.plist;
+				INFOPLIST_FILE = AppInfo.plist;
 				INFOPLIST_KEY_CFBundleDisplayName = "Printer App - All Printers";
 				INFOPLIST_KEY_CFBundleName = "Printer App - All Printers";
 				INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO;