Browse Source

【2025】【综合】更新Beta版BundleID跟SDK license

niehaoyu 3 weeks ago
parent
commit
64533ab1d6

File diff suppressed because it is too large
+ 14 - 0
PDF Office/PDF Master/AppDelegate.swift


+ 14 - 14
PDF Office/PDF Reader Pro DMG copy-Info.plist

@@ -318,20 +318,6 @@
 		<key>NSAllowsArbitraryLoads</key>
 		<true/>
 	</dict>
-	<key>SUFeedURL</key>
-	<string></string>
-	<key>SUPublicDSAKeyFile</key>
-	<string>dsa_pub.pem</string>
-	<key>SUScheduledCheckInterval</key>
-	<integer>86400</integer>
-	<key>UIAppFonts</key>
-	<array>
-		<string>SF-Pro-Text-Regular.otf</string>
-		<string>SF-Pro-Text-Semibold.otf</string>
-		<string>SF-Pro-Text-Bold.otf</string>
-		<string>Ubuntu-Bold.ttf</string>
-		<string>Ubuntu-Medium.ttf</string>
-	</array>
 	<key>NSServices</key>
 	<array>
 		<dict>
@@ -447,5 +433,19 @@
 			</array>
 		</dict>
 	</array>
+	<key>SUFeedURL</key>
+	<string></string>
+	<key>SUPublicDSAKeyFile</key>
+	<string>dsa_pub.pem</string>
+	<key>SUScheduledCheckInterval</key>
+	<integer>86400</integer>
+	<key>UIAppFonts</key>
+	<array>
+		<string>SF-Pro-Text-Regular.otf</string>
+		<string>SF-Pro-Text-Semibold.otf</string>
+		<string>SF-Pro-Text-Bold.otf</string>
+		<string>Ubuntu-Bold.ttf</string>
+		<string>Ubuntu-Medium.ttf</string>
+	</array>
 </dict>
 </plist>

+ 4 - 6
PDF Office/PDF Reader Pro.xcodeproj/project.pbxproj

@@ -20101,7 +20101,6 @@
 				GCC_PREPROCESSOR_DEFINITIONS = (
 					"DEBUG=1",
 					"$(inherited)",
-					"VERSION_DMG=1",
 					"VERSION_FREE=1",
 					"VERSION_BTEA=1",
 				);
@@ -20134,10 +20133,10 @@
 				MARKETING_VERSION = 1.4.1;
 				OTHER_LDFLAGS = "-ObjC";
 				OTHER_SWIFT_FLAGS = "-DVERSION_DMG";
-				PRODUCT_BUNDLE_IDENTIFIER = com.brother.pdfreaderprofree.mac;
+				PRODUCT_BUNDLE_IDENTIFIER = com.brother.pdfreaderprobeta.mac;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				PROVISIONING_PROFILE_SPECIFIER = "";
-				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG VERSION_FREE VERSION_DMG VERSION_BETA";
+				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG VERSION_FREE VERSION_BETA";
 				SWIFT_EMIT_LOC_STRINGS = YES;
 				SWIFT_OBJC_BRIDGING_HEADER = "PDF Master/PDF_Reader_Pro DMG-Bridging-Header.h";
 				SWIFT_OBJC_INTERFACE_HEADER_NAME = "PDF_Reader_Pro-Swift.h";
@@ -20267,7 +20266,6 @@
 					"\"$(PROJECT_DIR)/PDF\\\\ Master/Class/PDFTools/Convert/Library\"",
 				);
 				GCC_PREPROCESSOR_DEFINITIONS = (
-					"VERSION_DMG=1",
 					"VERSION_FREE=1",
 					"VERSION_BTEA=1",
 				);
@@ -20300,10 +20298,10 @@
 				MARKETING_VERSION = 1.4.1;
 				OTHER_LDFLAGS = "-ObjC";
 				OTHER_SWIFT_FLAGS = "-DVERSION_DMG";
-				PRODUCT_BUNDLE_IDENTIFIER = com.brother.pdfreaderprofree.mac;
+				PRODUCT_BUNDLE_IDENTIFIER = com.brother.pdfreaderprobeta.mac;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				PROVISIONING_PROFILE_SPECIFIER = "";
-				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "VERSION_FREE VERSION_DMG VERSION_BETA";
+				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "VERSION_FREE VERSION_BETA";
 				SWIFT_EMIT_LOC_STRINGS = YES;
 				SWIFT_OBJC_BRIDGING_HEADER = "PDF Master/PDF_Reader_Pro DMG-Bridging-Header.h";
 				SWIFT_OBJC_INTERFACE_HEADER_NAME = "PDF_Reader_Pro-Swift.h";