Updated bundle id

This commit is contained in:
Robert McGovern 2021-06-01 00:05:41 +01:00
parent bba540f8b6
commit 3280ecffe2
2 changed files with 4 additions and 2 deletions

View File

@ -143,6 +143,8 @@
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.1</string> <string>0.1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string> <string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSMainNibFile</key> <key>NSMainNibFile</key>

View File

@ -624,7 +624,7 @@
"$(inherited)", "$(inherited)",
"\"$(SRCROOT)/libunrar\"", "\"$(SRCROOT)/libunrar\"",
); );
PRODUCT_BUNDLE_IDENTIFIER = "com.yourcompany.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_BUNDLE_IDENTIFIER = net.tarasis.mac.QuietUnarchiver;
PRODUCT_NAME = QuietUnrar; PRODUCT_NAME = QuietUnrar;
}; };
name = Debug; name = Debug;
@ -656,7 +656,7 @@
"$(inherited)", "$(inherited)",
"\"$(SRCROOT)/libunrar\"", "\"$(SRCROOT)/libunrar\"",
); );
PRODUCT_BUNDLE_IDENTIFIER = "com.yourcompany.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_BUNDLE_IDENTIFIER = net.tarasis.mac.QuietUnarchiver;
PRODUCT_NAME = QuietUnrar; PRODUCT_NAME = QuietUnrar;
}; };
name = Release; name = Release;